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

  /frameworks/base/tools/aapt/
StringPool.cpp 12 # define ZD "%zd"
15 # define ZD "%ld"
41 printf("String #" ZD ": %s\n", (ZD_TYPE) s, str);
Resource.cpp 18 # define ZD "%zd"
21 # define ZD "%ld"
577 printf("baseFile " ZD " has flavor %s\n", (ZD_TYPE) i,
581 printf("overlayFile " ZD " has flavor %s\n", (ZD_TYPE) i,
595 printf("found a match (" ZD ") for overlay file %s, for flavor %s\n",
    [all...]
  /frameworks/base/libs/utils/
ZipFileRO.cpp 36 # define ZD "%zd"
39 # define ZD "%ld"
252 LOGW("Zip: read " ZD ", expected " ZD ". Failed: %s\n",
312 LOGW("Unable to map '%s' (" ZD " to " ZD "): %s\n", mFileName,
370 LOGW("bad CD advance (%d vs " ZD ") at entry %d\n",
584 "got: offset=" ZD " data=0x%08lx\n",
600 LOGW("bad compressed length in zip (%ld + " ZD " > %ld)\n"
    [all...]

Completed in 670 milliseconds