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

  /system/core/libcutils/
cpu_info.c 32 char* chp, *end; local
40 while ((chp = fgets(serial_number, sizeof(serial_number), file)) != NULL)
44 if (strncmp(chp, "Serial", 6) != 0)
47 chp = strchr(chp, ':');
48 if (!chp)
52 while ( *(++chp) == ' ') {}
55 end = chp;
60 whitespace = strchr(chp, ' ');
63 whitespace = strchr(chp, '\t')
    [all...]
  /external/valgrind/main/memcheck/tests/
malloc2.c 16 unsigned char* chp; local
31 chp = test_arr[j];
33 chp[k] = (unsigned char)(k + 99);
  /external/ppp/pppd/
main.c 628 struct subprocess *chp; local
630 for (chp = children; chp != NULL; chp = chp->next)
631 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1753 struct subprocess *chp; local
1778 struct subprocess *chp; local
1796 struct subprocess *chp, **prevp; local
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 430 char *chp = path; local
433 if (chp[0] == '/')
434 chp++;
437 while (chp && chp[0]) {
438 chp = strchr(chp, '/');
439 if (chp) {
440 *chp = 0;
442 *chp++ = '/'
    [all...]
  /frameworks/base/media/jni/
android_media_MediaScanner.cpp 178 char *chp = cleaned; local
180 while ((ch = *chp)) {
182 *chp = '?';
184 chp++;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 509 for (const LChar* chp = characters8(); chp != end; ++chp) {
510 if (UNLIKELY(isASCIIUpper(*chp)))
512 ored |= *chp;
539 for (const UChar* chp = characters16(); chp != end; ++chp) {
540 if (UNLIKELY(isASCIIUpper(*chp)))
542 ored |= *chp;
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]

Completed in 1229 milliseconds