HomeSort by relevance Sort by last modified time
    Searched refs:ending (Results 1 - 20 of 20) sorted by null

  /development/tools/line_endings/
line_endings.c 28 enum { UNIX, DOS } ending; local
36 ending = UNIX;
39 ending = DOS;
81 if (ending == UNIX) {
  /external/srec/portable/src/
LCHAR.c 28 size_t beginning, ending, len; local
35 for (ending = len - 1; ending > beginning && LISSPACE(text[ending]); --ending);
37 if (beginning > 0 && beginning <= ending)
38 LMEMMOVE(text, text + beginning, ending - beginning + 1);
39 text[ending-beginning+1] = '\0';
PFileSystem.c 68 const LCHAR* ending; local
86 ending = LSTRCHR(beginning, L('/'));
87 if (ending == NULL)
88 ending = beginning + LSTRLEN(beginning);
89 value = MALLOC(sizeof(LCHAR) * (ending - beginning + 1 + 1), MTAG);
96 LSTRNCPY(value, beginning, ending - beginning + 1);
97 value[ending-beginning+1] = L('\0');
109 if (*ending == 0)
111 beginning = ending + 1;
  /external/srec/shared/src/
SessionTypeImpl.c 849 LCHAR* ending; local
907 ending = LSTRCHR(line, '=');
908 if (ending == NULL)
913 *ending = L('\0');
914 value = ending + 1;
920 ending = LSTRCHR(value, L(';'));
921 if (ending != NULL)
922 *ending = L('\0');
925 ending = LSTRCHR(value, L('\n'));
926 if (ending != NULL
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 475 LCHAR* ending; local
484 for (ending=beginning; *ending!=L('\0') && *ending!='\"'; ++ending);
485 *ending = L(' ');
488 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending);
    [all...]
  /external/webkit/WebKitTools/Scripts/
bisect-builds 108 [-r|--revision M[:N]] specify starting (and optional ending) revisions to search
110 [-s|--sanity-check] verify both starting and ending revisions before bisecting
152 printf "\nChecking ending revision r%s...\n",
159 die "ERROR: Bug NOT reproduced in ending revision! Do you need to test a later revision or for a progression?"
161 die "ERROR: Bug reproduced in ending revision! Do you need to test a later revision or for a regression?"
  /external/e2fsprogs/lib/blkid/
read.c 212 printf("blkid: missing </device> ending: %s\n", end));
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 475 LCHAR* ending; local
482 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending);
483 if ((size_t) (ending-beginning) > *charsRead)
485 *charsRead = ending-beginning;
488 *charsRead = ending-source;
489 LSTRNCPY(target, beginning, ending-beginning);
490 target[ending-beginning] = L('\0')
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java     [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/jpeg/
ltmain.sh     [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 332 mov r1,rFP @ pass ending fp
    [all...]
  /external/grub/docs/
texinfo.tex 610 % period following counts as ending a sentence. (Idea found in latex.)
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]

Completed in 373 milliseconds