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

/frameworks/base/tools/aapt/
H A DStringPool.cpp15 # define ZD "%zd" macro
18 # define ZD "%ld" macro
67 printf("String pool of " ZD " unique %s %s strings, " ZD " entries and "
68 ZD " styles using " ZD " bytes:\n",
76 printf("String #" ZD ": %s\n", (ZD_TYPE) s, str.string());
359 printf("#" ZD " %s: %s\n", (ZD_TYPE)i, ent.makeConfigsString().string(),
H A DResource.cpp24 # define ZD "%zd" macro
27 # define ZD "%ld" macro
618 printf("baseFile " ZD " has flavor %s\n", (ZD_TYPE) i,
622 printf("overlayFile " ZD " has flavor %s\n", (ZD_TYPE) i,
636 printf("found a match (" ZD ") for overlay file %s, for flavor %s\n",

Completed in 59 milliseconds