Searched refs:from (Results 376 - 386 of 386) sorted by relevance

<<111213141516

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex170 from the type of the file. x86 resource files contain little endian, PPC
538 calculated from all bytes of the resource info table not including
607 resulted from the attempt to assign all the fields a reasonable meaning, but
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp74 // When in a transaction, this contains the original data from before
686 "from transaction %p (id %" B_PRId32 ")%s",
1269 // We first need to write back changes from previous transactions
1595 // remove block from lists
1614 /*! Discards the block from a transaction (this method must not be called
1698 // remove block from lists
1828 /*! Removes a reference from the specified \a block. If this was the last
1830 In low memory situations, it will also free some blocks from that list,
1894 /*! Retrieves the block \a blockNumber from the hash table, if it's already
1895 there, or reads it from th
2467 int64 from = parse_expression(argv[i]); local
[all...]
/haiku/src/kits/interface/
H A DTextView.cpp1157 // remove data from buffer
1287 // remove data from buffer
1515 // is the new selection any different from the current selection?
1813 // convert from text rect coordinates
1865 // from the left end, so when the point is near the right end it's very
1965 // never separate a punctuation char from its preceeding word
2119 // include first line from start of selection to end of window
2129 // include middle lines from start to end of window
2164 // prevent from scrolling out of view
2978 // Set family and style independently from eac
4655 STELine* from = (*fLines)[startLine]; local
4925 void* from = NULL; local
[all...]
H A DView.cpp178 // because we should get the clipping region from app_server.
449 debugger("BView cannot be constructed from a NULL archive.");
731 BView::AllUnarchived(const BMessage* from) argument
733 BUnarchiver unarchiver(from);
737 from->GetInfo("_views", NULL, &count);
1603 // when the message that we use is *not* removed from
1636 // we get the current mouse location and buttons from the app_server
3001 // changed, so it is always read from the server
4226 // stored commands may be played from the file with DrawPicture()."
4735 // Remove this child from it
[all...]
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp142 // convert sample rate from 48000 to connected format
145 // prevent phase from integer overflow
252 // which is what the code was doing from the beginning and that worked. I
254 // from the system mixer.
913 //! The notification comes from the upstream producer, so he's
1102 // we were given a valid group; just use that one from now on
1106 // our own buffer group to use from now on
1155 // consumer might have supplied different values from AcceptFormat()?
1245 // for example, if the consumer calls SetOutputBuffersFor() on us from
1485 // switches from no
2134 _PropagateParameterChanges(int from, int type, const char* id) argument
[all...]
/haiku/src/servers/app/
H A DWindow.cpp62 // when redrawing something that has been exposed from underneath
195 // this function is only called from the Desktop thread
197 // start from full region (as if the window was fully visible)
210 // TODO: if someone needs to call this from
213 // start from the decorator border, extend to use the frame
222 // TODO: if someone needs to call this from
236 // TODO: if someone needs to call this from
250 // TODO: if someone needs to call this from
280 // this function is only called from the desktop thread
335 // this function is only called from th
2385 Move(int32 from, int32 to) argument
[all...]
/haiku/headers/private/system/
H A Dsyscalls.h550 extern status_t _kern_analyze_scheduling(bigtime_t from, bigtime_t until,
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c1426 /* Get width from argument. */
1433 /* The width comes from a positional parameter. */
1491 /* Oh, oh. The argument comes from a positional parameter. */
1503 /* The precision comes from a positional parameter. */
1783 /* Fill variables from values in struct. */
1803 /* Extract the field width from an argument. */
1819 /* Extract the precision from an argument. */
1973 The interpretation of GROUPING is as in `struct lconv' from <locale.h>. */
2172 /* Now flush anything from the helper to the S. */
2228 This code is taken from iopad
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp1307 VnodeToInodeLocker from(vti);
/haiku/src/kits/tracker/
H A DPoseView.cpp27 this Software without prior written authorization from Be Incorporated.
992 // Escape + SHIFT will remove current selection from clipboard,
993 // or all poses from current folder if 0 selected
1645 // trash folders from all the mounted volumes
1774 // redraw from top to top of part that could be copied
1842 // will always be true because srcRect is built from viewBounds.
1952 // set location from poseinfo if saved loc was for this dir
2374 // just remove all poses from clipboard
2640 // setting changed from Tracker to all open
2737 // column exists so remove it from lis
4003 int32 from = to < firstIndex ? firstIndex : lastIndex; local
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp969 it from the vnode hash as well as from its mount structure.
1008 // soon as we've removed it from the hash, it could reload the vnode -- with
1014 // make it available again (by removing the busy vnode from the hash).
1041 \param reenter \c true, if this function is called (indirectly) from within
1141 \param reenter \c true, if this function is called (indirectly) from within
1513 object from someone else in the mean time, you'll still get this
1700 // we've detached the locking from the vnode, so we can
1756 // TODO: locks from the same team might be joinable!
1965 // Get current working directory from i
8142 user_copy_name(char* to, const char* from, size_t length) argument
[all...]

Completed in 219 milliseconds

<<111213141516