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

  /frameworks/native/libs/utils/
ZipFileRO.cpp 37 # define ZD_TYPE ssize_t
40 # define ZD_TYPE long
253 (ZD_TYPE) actual, (ZD_TYPE) readAmount, strerror(errno));
313 (ZD_TYPE) dirOffset, (ZD_TYPE) (dirOffset + dirSize), strerror(errno));
390 (int) (ptr - cdPtr), (ZD_TYPE) cdLength, i);
604 localHdrOffset, kLFHSignature, (ZD_TYPE) actualOffset, get4LE(lfhBuf));
620 (long) dataOffset, (ZD_TYPE) compLen, (long) cdOffset);
628 (long) dataOffset, (ZD_TYPE) uncompLen, (long) cdOffset)
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 16 # define ZD_TYPE ssize_t
19 # define ZD_TYPE long
49 (ZD_TYPE)uniqueStrings.size(), pool->isUTF8() ? "UTF-8" : "UTF-16",
51 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes());
56 printf("String #" ZD ": %s\n", (ZD_TYPE) s, str.string());
339 printf("#" ZD " %s: %s\n", (ZD_TYPE)i, ent.makeConfigsString().string(),
Resource.cpp 21 # define ZD_TYPE ssize_t
24 # define ZD_TYPE long
613 printf("baseFile " ZD " has flavor %s\n", (ZD_TYPE) i,
617 printf("overlayFile " ZD " has flavor %s\n", (ZD_TYPE) i,
632 (ZD_TYPE) baseFileIndex,
    [all...]

Completed in 139 milliseconds