/external/opencore/oscl/oscl/osclbase/src/ |
oscl_map.h | 150 * Returns an iterator pointing to the beginning of the map 157 * Returns a const iterator pointing to the beginning of the map
|
/external/qemu/memcheck/ |
memcheck_malloc_map.c | 47 /* Gets address of the beginning of an allocation block for the given entry in 52 * Address of the beginning of an allocation block for the given entry in the
|
/external/skia/src/effects/ |
SkBlurMask.cpp | 88 matches that, but has an extra row and col at the beginning (with zeros), 127 matches that, but has an extra row and col at the beginning (with zeros),
|
/external/tcpdump/ |
print-sctp.c | 62 void sctp_print(const u_char *bp, /* beginning of sctp packet */ 63 const u_char *bp2, /* beginning of enclosing */
|
/external/tremolo/Tremolo/ |
dsp.c | 286 then spec says the end is cut, not beginning */ 296 /* trim the beginning */
|
/frameworks/base/awt/java/awt/image/ |
DataBuffer.java | 166 * beginning (at offset zero). 185 * beginning (at offset zero).
|
/frameworks/base/core/java/android/pim/vcard/ |
VCardParser_V30.java | 119 * vCard 3.0 requires that the line with space at the beginning of the line 169 throw new VCardException("Space exists at the beginning of the line");
|
/hardware/ti/wlan/wl1271/Txn/ |
WspiBusDrv.c | 299 /* Decrease the data pointer to the beginning of the WSPI padding */ 315 /* Decrease the tempReadBuff pointer to the beginning of the WSPI padding */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidNature.java | 137 * Android Natures are always inserted at the beginning of the list of natures in order to 186 // it's not there, lets add it at the beginning of the builders
|
/system/core/libdiskconfig/ |
config_mbr.c | 133 /* This function configures an extended boot record at the beginning of an 191 /* The start lba for next partition is an offset from the beginning
|
/system/wlan/ti/wilink_6_1/Txn/ |
WspiBusDrv.c | 299 /* Decrease the data pointer to the beginning of the WSPI padding */ 315 /* Decrease the tempReadBuff pointer to the beginning of the WSPI padding */
|
/external/srec/srec/test/SRecTestAudio/src/ |
SRecTestAudio.c | 474 LCHAR* beginning = source; local 478 for (; *beginning!=L('\0') && LISSPACE(*beginning); ++beginning); 479 if (*beginning==L('\0')) 482 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending); 483 if ((size_t) (ending-beginning) > *charsRead) 485 *charsRead = ending-beginning; 489 LSTRNCPY(target, beginning, ending-beginning); [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
flex.man | 147 The "%%" marks the beginning of the rules. 281 The "name" is a word beginning with a letter or an under- 352 an unindented comment (i.e., a line beginning with "/*") is 422 ^r an r, but only at the beginning of a line (i.e., 450 the beginning of the class, '^'. 549 at the beginning of a pattern, and, as well as with '/' 551 which does not occur at the beginning of a rule or a 578 at-the-beginning-of-a-line. 669 beginning, so matching such tokens can prove slow. yytext 823 still hanging around at the beginning of yytext so th [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
flex.info | 200 "printf" is the ACTION. The "%%" marks the beginning of the rules. 309 The "name" is a word beginning with a letter or an underscore ('_') 362 unindented comment (i.e., a line beginning with "/*") is also copied 454 an R, but only at the beginning of a line (i.e., which just 480 character class operators, '-', ']', and, at the beginning of the 545 "<<EOF>>" patterns can only occur at the beginning of a pattern, 547 parentheses. A '^' which does not occur at the beginning of a 572 bar-at-the-beginning-of-a-line. 634 beginning, so matching such tokens can prove slow. `yytext' presently 751 the beginning of `yytext' so the `ECHO' for the "kludge" rule wil [all...] |
flex.texi | 280 @var{action}. The "%%" marks the beginning of the rules. 397 The "name" is a word beginning with a letter or an 467 an unindented comment (i.e., a line beginning with "/*") 541 an @var{r}, but only at the beginning of a line (i.e., 570 the beginning of the class, '^'. 661 can only occur at the beginning of a pattern, and, 664 the beginning of a rule or a '$' which does not 696 bar-at-the-beginning-of-a-line. 767 token from the beginning, so matching such tokens can 911 is still hanging around at the beginning of @code{yytext [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
flex.1 | 134 The "%%" marks the beginning of the rules. 258 The "name" is a word beginning with a letter or an underscore ('_') 335 beginning with "/*") is also copied verbatim to the output up 393 ^r an r, but only at the beginning of a line (i.e., 421 operators, '-', ']', and, at the beginning of the class, '^'. 522 can only occur at the beginning of a pattern, and, as well as with '/' and '$', 524 the beginning of a rule or a '$' which does not occur at the end of 552 bar-at-the-beginning-of-a-line. 662 it also must rescan the entire token from the beginning, so matching such 835 beginning o [all...] |
/bootable/recovery/tools/ota/ |
add-property-tag.c | 38 if (ptr != prop) return 0; // Must be at the beginning of the line
|
/build/core/ |
armelflib.x | 138 Symbols in the DWARF debugging sections are relative to the beginning
|
/cts/tests/tests/text/src/android/text/method/cts/ |
CharacterPickerDialogTest.java | 95 // insert 'a' to the beginning of text
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoConstants.java | 120 * next position entry that is added should be considered the beginning of
|
/dalvik/libcore/luni/src/main/java/java/io/ |
StringBufferInputStream.java | 138 * Resets this stream to the beginning of the source string.
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 685 * the character starts at the beginning and moves towards the end. 749 * the character starts at the end and moves towards the beginning. 766 * character starts at the specified offset and moves towards the beginning. 877 * the inclusive beginning index of the subsequence.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Properties.java | 485 * OutputStream}, putting the specified comment at the beginning. The output 490 * @param comment the comment to add at the beginning. 523 * OutputStream}, putting the specified comment at the beginning. The output 528 * @param comment the comment to put at the beginning.
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
InputStreamHelper.java | 106 * beginning, and an end position is at the buffer end, or a copy of
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/ |
AbstractInterruptibleChannel.java | 114 * Indicates the beginning of a code section that includes an I/O operation
|