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

  /system/extras/procrank/
procrank.c 80 static const int tagsLen[] = {
95 if (strncmp(p, tags[i], tagsLen[i]) == 0) {
96 p += tagsLen[i];
  /frameworks/base/core/jni/
android_os_Debug.cpp 632 static const int tagsLen[] = {
654 if (strncmp(p, tags[i], tagsLen[i]) == 0) {
655 p += tagsLen[i];
    [all...]

Completed in 260 milliseconds