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

  /system/extras/procrank/
procrank.c 79 static const int tagsLen[] = {
94 if (strncmp(p, tags[i], tagsLen[i]) == 0) {
95 p += tagsLen[i];
  /frameworks/base/core/jni/
android_os_Debug.cpp 602 static const int tagsLen[] = {
619 if (strncmp(p, tags[i], tagsLen[i]) == 0) {
620 p += tagsLen[i];

Completed in 34 milliseconds