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

  /bootable/recovery/minzip/
Zip.h 36 long compLen;
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h 127 int32_t compLen;
ucol_elm.cpp     [all...]
  /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...]
  /dalvik/dexdump/
DexDump.cpp     [all...]

Completed in 252 milliseconds