Searched defs:ZD (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.cpp15 # define ZD "%zd" macro
18 # define ZD "%ld" macro
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(),
H A DResource.cpp20 # define ZD "%zd" macro
23 # define ZD "%ld" macro
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",
/frameworks/native/libs/utils/
H A DZipFileRO.cpp36 # define ZD "%zd" macro
39 # define ZD "%ld" macro
252 ALOGW("Zip: read " ZD ", expected " ZD ". Failed: %s\n",
312 ALOGW("Unable to map '%s' (" ZD " to " ZD "): %s\n", mFileName,
389 ALOGW("bad CD advance (%d vs " ZD ") at entry %d\n",
603 "got: offset=" ZD " data=0x%08lx\n",
619 ALOGW("bad compressed length in zip (%ld + " ZD " > %ld)\n",
627 ALOGE("ERROR: bad uncompressed length in zip (%ld + " ZD " >
[all...]

Completed in 142 milliseconds