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

  /dalvik/vm/oo/
AccessCheck.cpp 73 int commonLen;
75 commonLen = strcmpCount(class1->descriptor, class2->descriptor);
76 if (strchr(class1->descriptor + commonLen, '/') != NULL ||
77 strchr(class2->descriptor + commonLen, '/') != NULL)
  /frameworks/compile/libbcc/tests/
test.py 123 commonLen = min(len(a), len(b))
124 for i in xrange(0, commonLen):
127 return commonLen

Completed in 49 milliseconds