HomeSort by relevance Sort by last modified time
    Searched defs:compLen (Results 1 - 4 of 4) sorted by null

  /external/deqp/executor/
xeTestCase.cpp 47 int compLen = 0;
48 while (path[compLen] != 0 && path[compLen] != '.')
49 compLen++;
50 return compLen;
53 static bool compareNameToPathComponent (const char* name, const char* path, int compLen)
55 for (int pos = 0; pos < compLen; pos++)
61 if (name[compLen] != 0)
156 int compLen = getFirstComponentLength(path);
157 XE_CHECK(compLen > 0)
    [all...]
  /external/oj-libjdwp/src/share/back/
SDE.c 170 int compLen;
183 compLen = pattLen - 1;
184 offset = (int)strlen(classname) - compLen;
194 return strncmp(pattern, start, compLen) == 0;
eventFilter.c 250 int compLen;
263 compLen = pattLen - 1;
264 offset = (int)strlen(classname) - compLen;
274 return strncmp(pattern, start, compLen) == 0;
    [all...]
  /dalvik/dexdump/
DexDump.cpp     [all...]

Completed in 658 milliseconds