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

  /frameworks/native/include/utils/
Compat.h 43 # define ZD "%zd"
46 # define ZD "%ld"
  /frameworks/native/libs/utils/
ZipFileRO.cpp 230 ALOGW("Zip: read " ZD ", expected " ZD ". Failed: %s\n",
290 ALOGW("Unable to map '%s' (" ZD " to " ZD "): %s\n", mFileName,
367 ALOGW("bad CD advance (%d vs " ZD ") at entry %d\n",
581 "got: offset=" ZD " data=0x%08lx\n",
597 ALOGW("bad compressed length in zip (%ld + " ZD " > %ld)\n",
605 ALOGE("ERROR: bad uncompressed length in zip (%ld + " ZD " > %ld)\n",
757 ALOGE("Partial write during uncompress (" ZD " of " ZD ")\n"
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/d/
T_aget_boolean_2.d 27 .method public run([ZD)Z
  /frameworks/base/tools/aapt/
StringPool.cpp 15 # define ZD "%zd"
18 # define ZD "%ld"
47 printf("String pool of " ZD " unique %s %s strings, " ZD " entries and "
48 ZD " styles using " ZD " bytes:\n",
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 20 # define ZD "%zd"
23 # define ZD "%ld"
613 printf("baseFile " ZD " has flavor %s\n", (ZD_TYPE) i,
617 printf("overlayFile " ZD " has flavor %s\n", (ZD_TYPE) i,
631 printf("found a match (" ZD ") for overlay file %s, for flavor %s\n",
    [all...]

Completed in 117 milliseconds