HomeSort by relevance Sort by last modified time
    Searched full:estr (Results 1 - 19 of 19) sorted by null

  /external/embunit/src/
stdImpl.c 92 const char *estr = str; local
95 c = *estr;
96 estr++;
98 return ((int)(estr - str - 1));
  /system/core/logd/
LogAudit.cpp 184 const char *estr = str + strlen(str); local
187 estr = comm;
209 n = (estr - str) + strlen(ecomm) + l + 2;
217 strncpy(newstr + 1 + l, str, estr - str);
218 strcpy(newstr + 1 + l + (estr - str), ecomm);
  /ndk/sources/android/support/src/stdio/
vfprintf.c 239 char ebuf0[3*sizeof(int)], *ebuf=&ebuf0[3*sizeof(int)], *estr; local
286 estr=fmt_u(e2<0 ? -e2 : e2, ebuf);
287 if (estr==ebuf) *--estr='0';
288 *--estr = (e2<0 ? '-' : '+');
289 *--estr = t+('p'-'a');
300 l = (p+2) + (ebuf-estr);
302 l = (s-buf) + (ebuf-estr);
308 pad(f, '0', l-(ebuf-estr)-(s-buf), 0, 0);
309 out(f, estr, ebuf-estr)
    [all...]
  /external/libvncserver/x11vnc/misc/
blockdpy.c 161 char estr[100], cmd[500]; local
176 sprintf(estr, "DISPLAY=%s", argv[++i]);
177 putenv(strdup(estr));
179 sprintf(estr, "XAUTHORITY=%s", argv[++i]);
180 putenv(strdup(estr));
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 503 char *EStr; int Sz;
504 Sz = strtol(Str+6, &EStr, 10);
505 while (isspace(*EStr)) ++EStr;
506 if (*EStr=='\0') {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py 117 need('Estr', 1, filename="errors.rsrc", modname=__name__)
  /external/ipsec-tools/src/racoon/
racoonctl.c 1127 static char *estr[] = { "", "B", "M", "U", "A", "I", }; local
1188 if (ARRAYLEN(estr) > pd->etype)
1189 printf("%s ", estr[pd->etype]);
    [all...]
  /external/libvncserver/x11vnc/
ssltools.h 457 " estr=\" *unencrypted*\"\n"
474 " estr=\" encrypted\"\n"
497 " echo \"Your$estr private x11vnc $type key is:\"\n"
560 " echo \"Your$estr private x11vnc $type key is:\"\n"
    [all...]
tkx11vnc     [all...]
tkx11vnc.h     [all...]
  /external/hyphenation-patterns/en-US/
hyph-en-us.pat.txt 1353 2estr
  /development/ndk/platforms/android-21/arch-arm/lib/
libstdc++.a     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libstdc++.a     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_lexpos.utf     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_lexpos.utf 517 ADJ "orchestral" "O:k'estr@l"
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf 369 ADJ "orchestral" "O:rk'estr@l"
    [all...]
  /development/ndk/platforms/android-21/arch-x86_64/lib64/
libc.a     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
pt_BR_wordlist.combined.gz 
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/lib64/
libc.a     [all...]

Completed in 709 milliseconds