Home
last modified time | relevance | path

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

12345678

/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/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/v8/test/mjsunit/
Dhtml-comments.js1 --> must work at beginning of file!
/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/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/third_party/icu/source/data/brkitr/
Dword_POSIX.txt53 # except when they appear at the beginning of a region of text.
77 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
Dword.txt61 # except when they appear at the beginning of a region of text.
85 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
/external/icu4c/data/brkitr/
Dword.txt53 # except when they appear at the beginning of a region of text.
77 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
Dword_POSIX.txt53 # except when they appear at the beginning of a region of text.
77 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
Dword_ja.txt53 # except when they appear at the beginning of a region of text.
77 # Rule 4 - ignore Format and Extend characters, except when they appear at the beginning
/external/e2fsprogs/tests/f_misstable/
Dexpect.18 Restarting e2fsck from the beginning...
/external/bluetooth/glib/debian/
DREADME.debian24 are beginning to write software using its great widget set -- like
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
Dmkskel.tpu8 ! at the beginning and quote+comma at the end. Bracket the updated
/external/libpcap/
Dwlan_filtering.patch43 + * Load a value relative to the beginning of the link-layer header after the 802.11
45 + * The link-layer header doesn't necessarily begin at the beginning
176 * Load a value relative to the beginning of the specified header.
/external/e2fsprogs/tests/f_illitable/
Dexpect.115 Restarting e2fsck from the beginning...
/external/jpeg/
Dmaktjpeg.st9 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
Dmakdjpeg.st9 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
Dmakcjpeg.st9 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
/external/e2fsprogs/tests/f_lotsbad/
Dexpect.127 Restarting e2fsck from the beginning...
/external/webkit/WebKitTools/android/flex-2.5.4a/
DNEWS314 yy_set_interactive() must be invoked prior to beginning to
323 beginning of a line (non-zero macro argument; makes '^' anchored
324 rules active) or not at the beginning of a line (zero argument,
328 starting at the beginning of a line has changed. It used to be
337 - The new beginning-of-line mechanism involved changing some fairly
479 at the beginning to help you find the section you need.
804 - Using the beginning-of-line operator ('^') is fairly
957 - Comments beginning with '#' and extending to the end of the line
981 beginning of a line", whereas lex interprets it as "match either
982 a 'foo' at the beginning of a line, or a 'bar' anywhere".
[all …]
DREADME6 the beginning of the file "Makefile.in" for special DEFS values. On most
/external/elfutils/
DChangeLog79 * The beginning. See the NEWS file for the time being.
/external/qemu/
Dalpha.ld102 Symbols in the DWARF debugging sections are relative to the beginning
/external/srec/config/en.us/
Dbaseline.par21 # beginning of speech detection stuff

12345678