Searched refs:NOISY (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Images.cpp | 16 #define NOISY(x) //x macro 121 NOISY(printf("Image %s: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n", in read_png() 326 NOISY(printf("Color in (%d,%d)-(%d,%d): #%08x\n", left, top, right, bottom, c)); in get_color() 433 NOISY(printf("Size ticks for %s: x0=%d, x1=%d, y0=%d, y1=%d\n", imageName, in do_9patch() 436 NOISY(printf("padding ticks for %s: l=%d, r=%d, t=%d, b=%d\n", imageName, in do_9patch() 520 NOISY(if (c != Res_png_9patch::NO_COLOR) hasColor = true); in do_9patch() 659 NOISY(printf("\n")); in dump_image() 706 NOISY(printf("New max dev. = %d at pixel (%d, %d) = (%d %d %d %d)\n", in analyze_image() 713 NOISY(printf("Found a non-gray pixel at %d, %d = (%d %d %d %d)\n", in analyze_image() 722 NOISY(printf("Found a non-opaque pixel at %d, %d = (%d %d %d %d)\n", in analyze_image() [all …]
|
D | XMLNode.cpp | 19 #define NOISY(x) //x macro 522 NOISY(printf("Input XML from %s:\n", (const char*)file->getPrintableSource())); in parseXMLResource() 523 NOISY(root->print()); in parseXMLResource() 534 NOISY(printf("Output XML:\n")); in parseXMLResource() 535 NOISY(printXMLBlock(outTree)); in parseXMLResource() 780 NOISY(printf("Elem %s %s=\"%s\": set res id = 0x%08x\n", in setAttributeResID() 895 NOISY(printf("Attr %s: type=0x%x, str=%s\n", in parseValues() 924 NOISY(printf("Elem %s %s=\"%s\": namespace(%s) %s ===> %s\n", in assignResourceIds() 939 NOISY(printf("XML attribute name %s: resid=0x%08x\n", in assignResourceIds() 977 NOISY(printf("Found strings:\n"); in flatten() [all …]
|
D | StringPool.cpp | 11 #define NOISY(x) //x macro 103 NOISY(printf("Adding string %s to pool: pos=%d eidx=%d vidx=%d\n", in add() 374 NOISY(printf("Writing entry #%d: \"%s\" ent=%d off=%d\n", i, in writeStringBlock() 399 NOISY(printf("Offset for string %s: %d (%s)\n", String8(val).string(), res, in offsetForString()
|
D | ResourceTable.cpp | 15 #define NOISY(x) //x macro 78 NOISY(printf("Input XML Resource:\n")); in compileXmlFile() 79 NOISY(root->print()); in compileXmlFile() 87 NOISY(printf("Output XML Resource:\n")); in compileXmlFile() 88 NOISY(ResXMLTree tree; in compileXmlFile() 97 #undef NOISY 98 #define NOISY(x) //x macro 594 NOISY(printf("Adding resource bag entry l=%c%c c=%c%c orien=%d d=%d " in parseAndAddBag() 706 NOISY(printf("Adding resource entry l=%c%c c=%c%c orien=%d d=%d id=%s: %s\n", in parseAndAddEntry() 1591 NOISY(printf("Including package %s with ID=%d\n", in addIncludedResources() [all …]
|
D | Resource.cpp | 13 #define NOISY(x) // x macro 104 …NOISY(printf("Dir %s: mcc=%d mnc=%d lang=%c%c cnt=%c%c orient=%d ui=%d density=%d touch=%d key=%d … in next() 123 NOISY(printf("file name=%s\n", mBaseName.string())); in next() 646 NOISY(printf("Qualifying class '%s' to '%s'", name.string(), className.string())); in fullyQualifyClassName() 699 …NOISY(printf("Overriding package '%s' to be '%s'\n", origPackage.string(), manifestPackageNameOver… in massageManifest() 766 NOISY(printf("Creating resources for package %s\n", in buildResources() 775 NOISY(printf("Found %d included resource packages\n", (int)table.size())); in buildResources() 1101 NOISY( in buildResources()
|