/external/srec/portable/src/ |
D | LCHAR.c | 28 size_t beginning, ending, len; in lstrtrim() local 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()
|
D | PFileSystem.c | 68 const LCHAR* ending; in PFileSystemLinearToPathTokens() local 86 ending = LSTRCHR(beginning, L('/')); in PFileSystemLinearToPathTokens() 87 if (ending == NULL) 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() 109 if (*ending == 0) in PFileSystemLinearToPathTokens() 111 beginning = ending + 1; in PFileSystemLinearToPathTokens()
|
/external/srec/shared/src/ |
D | SessionTypeImpl.c | 849 LCHAR* ending; in importKeyValueFile() local 907 ending = LSTRCHR(line, '='); in importKeyValueFile() 908 if (ending == NULL) in importKeyValueFile() 913 *ending = L('\0'); in importKeyValueFile() 914 value = ending + 1; in importKeyValueFile() 920 ending = LSTRCHR(value, L(';')); in importKeyValueFile() 921 if (ending != NULL) in importKeyValueFile() 922 *ending = L('\0'); in importKeyValueFile() 925 ending = LSTRCHR(value, L('\n')); in importKeyValueFile() 926 if (ending != NULL) in importKeyValueFile() [all …]
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 28 ending m/b/t = Sets the ending measure, beat, and tick for the segment. 67 ending m/b/t = Sets the ending measure, beat, and tick for the segment.
|
/external/srec/srec/test/SRecTest/src/ |
D | SRecTest.c | 475 LCHAR* ending; in getFirstToken() local 484 for (ending=beginning; *ending!=L('\0') && *ending!='\"'; ++ending); in getFirstToken() 485 *ending = L(' '); 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() 495 *charsRead = ending-source; in getFirstToken() 496 LSTRNCPY(target, beginning, ending-beginning); in getFirstToken() 497 target[ending-beginning] = L('\0'); in getFirstToken()
|
/external/bluetooth/glib/tests/markups/ |
D | fail-25.gmarkup | 1 <? document ending unexpectedly
|
/external/clearsilver/cs/ |
D | test9.cs.gold | 2 Test for bug where in certain cases we didn't find the ending cs tag if
|
/external/srec/srec/test/SRecTestAudio/src/ |
D | SRecTestAudio.c | 475 LCHAR* ending; in getFirstToken() local 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() 488 *charsRead = ending-source; in getFirstToken() 489 LSTRNCPY(target, beginning, ending-beginning); in getFirstToken() 490 target[ending-beginning] = L('\0'); in getFirstToken()
|
/external/iptables/extensions/ |
D | libipt_REJECT.man | 4 so it is a terminating TARGET, ending rule traversal.
|
D | libip6t_REJECT.man | 4 so it is a terminating TARGET, ending rule traversal.
|
/external/libvpx/examples/ |
D | decode_with_drops.txt | 32 To drop a range of frames, specify the starting frame and the ending
|
/external/chromium/base/ |
D | nsimage_cache_mac.mm | 46 // Auto-template images with names ending in "Template".
|
D | file_util_unittest.cc | 126 const wchar_t* ending; member 152 file_util::AppendToPath(&result, value.ending); in TEST_F()
|
/external/icu4c/test/testdata/ |
D | rbbitst.txt | 238 # Sentence ending in a quote. 239 <data>•"Sentence ending with a quote." •Bye.•</data> 241 # Sentence, and test data, ending without a period or other terminator. 242 <data>•Here is a random sentence, no ending period<100></data> 319 # test for bug #4152416: Make sure sentences ending with a capital 540 <data>•Include 123 456 ^& •some 54332 •numbers 4445•abc123•abc •ending 1223 •</data>
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | rbbitst.txt | 263 # Sentence ending in a quote. 264 <data>•"Sentence ending with a quote." •Bye.•</data> 266 # Sentence, and test data, ending without a period or other terminator. 267 <data>•Here is a random sentence, no ending period<100></data> 344 # test for bug #4152416: Make sure sentences ending with a capital 555 <data>•Include 123 456 ^& •some 54332 •numbers 4445•abc123•abc •ending 1223 •</data>
|
/external/qemu/docs/ |
D | CPU-EMULATION.TXT | 8 Each "fragment" corresponds to a series of ARM instructions ending with a
|
/external/bluetooth/glib/ |
D | NEWS.pre-1-3 | 4 * Continued the never ending fix vendetta regarding getpwuid(),
|
/external/blktrace/btt/doc/ |
D | btt.tex | 836 seek distances based solely upon the ending block address of one IO, 856 and the third column is the ending block number. 860 and the third column is the ending block number. 864 the block number, and the third column is the ending block number.
|
/external/protobuf/gtest/ |
D | README | 196 that have names ending with -md use DLL versions of Microsoft runtime
|
/external/jpeg/ |
D | ltmain.sh | 2410 Every other argument is treated as a filename. Files ending in \`.la' are
|
/external/webkit/WebKitLibraries/ |
D | ChangeLog | 506 Even more line ending-stripping for auto-version.sh, based on output 875 Remove restriction on version number ending in a 4.
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 1000 When a line ending is defined as a single character, dot never matches that 1004 recognized, dot does not match CR or LF or any of the other line ending 1034 ending characters. 1091 in any special way when matching character classes, whatever line-ending
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 249 argument, the pathname of a file (ending in @samp{.et}, e.g.,
|
/external/bison/ |
D | NEWS | 525 ending semicolon. Now if in Yacc compatibility mode, the semicolon
|
/external/bluetooth/glib/po/ |
D | en_GB.po | 491 "Document ended unexpectedly, expected to see a close angle bracket ending " 494 "Document ended unexpectedly, expected to see a close angle bracket ending "
|