Home
last modified time | relevance | path

Searched refs:beginning (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/external/srec/portable/src/
DLCHAR.c28 size_t beginning, ending, len; in lstrtrim() local
33 for (beginning = 0; beginning < len && LISSPACE(text[beginning]); ++beginning); in lstrtrim()
35 for (ending = len - 1; ending > beginning && LISSPACE(text[ending]); --ending); in lstrtrim()
37 if (beginning > 0 && beginning <= ending) in lstrtrim()
38 LMEMMOVE(text, text + beginning, ending - beginning + 1); in lstrtrim()
39 text[ending-beginning+1] = '\0'; in lstrtrim()
DPFileSystem.c67 const LCHAR* beginning; in PFileSystemLinearToPathTokens() local
83 beginning = linear; in PFileSystemLinearToPathTokens()
86 ending = LSTRCHR(beginning, L('/')); in PFileSystemLinearToPathTokens()
88 ending = beginning + LSTRLEN(beginning); in PFileSystemLinearToPathTokens()
89 value = MALLOC(sizeof(LCHAR) * (ending - beginning + 1 + 1), MTAG); in PFileSystemLinearToPathTokens()
96 LSTRNCPY(value, beginning, ending - beginning + 1); in PFileSystemLinearToPathTokens()
97 value[ending-beginning+1] = L('\0'); in PFileSystemLinearToPathTokens()
111 beginning = ending + 1; in PFileSystemLinearToPathTokens()
/external/sfntly/cpp/src/test/
Dcmap_iterator_test.cc105 beginning = bit_set->begin(), in CompareCMapIterAndBitSet() local
106 init_beginning = beginning, in CompareCMapIterAndBitSet()
107 current = std::find(beginning, end, true); in CompareCMapIterAndBitSet()
108 for (int32_t next_bit = current - beginning; in CompareCMapIterAndBitSet()
116 beginning = current + 1; in CompareCMapIterAndBitSet()
117 current = std::find(beginning, end, true); in CompareCMapIterAndBitSet()
/external/chromium_org/third_party/sfntly/cpp/src/test/
Dcmap_iterator_test.cc105 beginning = bit_set->begin(), in CompareCMapIterAndBitSet() local
106 init_beginning = beginning, in CompareCMapIterAndBitSet()
107 current = std::find(beginning, end, true); in CompareCMapIterAndBitSet()
108 for (int32_t next_bit = current - beginning; in CompareCMapIterAndBitSet()
116 beginning = current + 1; in CompareCMapIterAndBitSet()
117 current = std::find(beginning, end, true); in CompareCMapIterAndBitSet()
/external/chromium_org/third_party/sqlite/src/doc/
Dpager-invariants.txt9 (a) The original content of the page as it was at the beginning of
29 and the content in the database at the beginning of the current
54 equivalent to the database file at the beginning of the transaction.
58 the beginning of the transaction. (In some VFSes, the xTruncate
69 (11) A database file is well-formed at the beginning and at the conclusion
/external/mdnsresponder/mDNSPosix/
DServices.txt4 # Lines beginning with '#' are comments/ignored.
9 # Note that any line beginning with white space is considered a blank line.
/external/libvorbis/doc/
Dvorbis-clip.txt28 beginning or end of the decoded stream or requiring that the desired
92 a larger Vorbis stream, and choosing a beginning point of the clip
94 get the desired beginning point.
96 The process of marking the desired beginning point is similar to
98 to be some location past the actual beginning of data, it associates a
114 position accounts for, and discards the 'surplus' from the beginning
119 indicating beginning and ending sample positions. However, decoders
Da1-encapsulation-ogg.tex75 page of exactly 58 bytes at the very beginning of the logical stream.
79 This first page is marked 'beginning of stream' in the page flags.
84 headers) may span one or more pages beginning on the second page of
139 inference it may indicate that the PCM position of the beginning
173 for seeking operations at the very beginning of the stream.
/external/jsoncpp/test/data/
Dtest_preserve_comment_01.json2 at the beginning of the file.
/external/chromium_org/v8/test/mjsunit/
Dhtml-comments.js1 --> must work at beginning of file!
/external/llvm/test/MC/ARM/
Deh-directive-section.s32 @ TEST2 section (without the dot in the beginning)
99 @ Check the TEST2 section (without the dot in the beginning)
/external/srec/srec/test/SRecTest/src/
DSRecTest.c474 LCHAR* beginning = source; in getFirstToken() local
478 for (; *beginning!=L('\0') && LISSPACE(*beginning); ++beginning); in getFirstToken()
479 if (*beginning==L('\0')) in getFirstToken()
482 if(*beginning == '\"') { in getFirstToken()
483 beginning++; in getFirstToken()
484 for (ending=beginning; *ending!=L('\0') && *ending!='\"'; ++ending); in getFirstToken()
488 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending); in getFirstToken()
490 if ((size_t) (ending-beginning) > *charsRead) in getFirstToken()
492 *charsRead = ending-beginning; in getFirstToken()
496 LSTRNCPY(target, beginning, ending-beginning); in getFirstToken()
[all …]
/external/chromium_org/content/test/data/accessibility/
Dreadme.txt9 * Blank lines and lines beginning with # are ignored
/external/e2fsprogs/tests/f_illitable_flexbg/
Dexpect.19 Restarting e2fsck from the beginning...
/external/e2fsprogs/tests/f_unused_itable/
Dexpect.19 Restarting e2fsck from the beginning...
/external/bison/m4/
Dlocale-fr.m495 # otherwise on Mac OS X 10.3.5 the LC_TIME=C from the beginning of the
97 # LC_CTYPE, which is also set at the beginning of the configure script.
223 # otherwise on Mac OS X 10.3.5 the LC_TIME=C from the beginning of the
225 # LC_CTYPE, which is also set at the beginning of the configure script.
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dsession_info.cc363 bool beginning = in FindPartitionEnd() local
367 bool packet_loss_found = (!beginning && !InSequence(it, prev_it)); in FindPartitionEnd()
369 (beginning && current_partition_id != partition_id)) { in FindPartitionEnd()
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat74 chase controllers = This option will force JET to chase controllers up to the beginning of a given …
94 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of …
109 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of …
/external/chromium_org/build/
Dshim_headers.gypi22 # still gets inserted at the beginning of the include_dirs list. See
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c474 LCHAR* beginning = source; in getFirstToken() local
478 for (; *beginning!=L('\0') && LISSPACE(*beginning); ++beginning); in getFirstToken()
479 if (*beginning==L('\0')) in getFirstToken()
482 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending); in getFirstToken()
483 if ((size_t) (ending-beginning) > *charsRead) in getFirstToken()
485 *charsRead = ending-beginning; in getFirstToken()
489 LSTRNCPY(target, beginning, ending-beginning); in getFirstToken()
490 target[ending-beginning] = L('\0'); in getFirstToken()
/external/chromium_org/third_party/leveldatabase/src/doc/
Dtable_format.txt26 come one after another at the beginning of the file. Each data block
87 [offset of beginning of offset array] : 4 bytes
/external/e2fsprogs/tests/f_misstable/
Dexpect.19 Restarting e2fsck from the beginning...
/external/chromium_org/ppapi/api/dev/
Dppb_buffer_dev.idl41 * the beginning of the data.
/external/nanopb-c/tests/package_name/
DSConscript8 '''Add a "package test.package;" directive to the beginning of the .proto file.'''
/external/regex-re2/doc/
Dsyntax.txt69 ^ at beginning of text or line («m»=true)
71 \A at beginning of text
74 \G at beginning of subtext being searched NOT SUPPORTED pcre
89 \%^ beginning of file NOT SUPPORTED vim
128 \K reset beginning of «$0» NOT SUPPORTED

12345678910>>...17