Searched refs:NOISY (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Images.cpp | 17 #define NOISY(x) //x macro 159 NOISY(printf("Image %s: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n", in read_png() 496 NOISY(printf("outline insets %d %d %d %d, rad %f, alpha %x\n", in get_outline() 567 NOISY(printf("Color in (%d,%d)-(%d,%d): #%08x\n", left, top, right, bottom, c)); in get_color() 675 NOISY(printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, in do_9patch() 698 NOISY(printf("Size ticks for %s: x0=%d, x1=%d, y0=%d, y1=%d\n", imageName, in do_9patch() 701 NOISY(printf("padding ticks for %s: l=%d, r=%d, t=%d, b=%d\n", imageName, in do_9patch() 785 NOISY(if (c != Res_png_9patch::NO_COLOR) hasColor = true); in do_9patch() 888 NOISY(printf("\n")); in dump_image() 935 NOISY(printf("New max dev. = %d at pixel (%d, %d) = (%d %d %d %d)\n", in analyze_image() [all …]
|
D | StringPool.cpp | 22 #define NOISY(x) //x macro 143 NOISY(printf("*** adding config type name %s, was %s\n", in add() 160 NOISY(printf("*** inserting config: %s\n", config->toString().string())); in add() 167 NOISY(printf("*** adding config: %s\n", config->toString().string())); in add() 184 NOISY(printf("Adding string %s to pool: pos=%d eidx=%d vidx=%d\n", in add() 250 NOISY(printf("SORTING STRINGS BY CONFIGURATION...\n")); in sortByConfig() 255 NOISY(printf("DONE SORTING STRINGS BY CONFIGURATION.\n")); in sortByConfig() 552 NOISY(printf("Writing entry #%d: \"%s\" ent=%d off=%d\n", i, in writeStringBlock() 570 NOISY(printf("Offset for string %s: %d (%s)\n", String8(val).string(), res, in offsetForString()
|
D | XMLNode.cpp | 19 #define NOISY(x) //x macro 59 …NOISY(printf("Using default application package: %s -> %s\n", String8(namespaceUri).string(), Stri… in getNamespaceResourcePackage() 560 NOISY(printf("Input XML from %s:\n", (const char*)file->getPrintableSource())); in parseXMLResource() 561 NOISY(root->print()); in parseXMLResource() 572 NOISY(printf("Output XML:\n")); in parseXMLResource() 573 NOISY(printXMLBlock(outTree)); in parseXMLResource() 853 NOISY(printf("Elem %s %s=\"%s\": set res id = 0x%08x\n", in setAttributeResID() 968 NOISY(printf("Attr %s: type=0x%x, str=%s\n", in parseValues() 997 NOISY(printf("Elem %s %s=\"%s\": namespace(%s) %s ===> %s\n", in assignResourceIds() 1012 NOISY(printf("XML attribute name %s: resid=0x%08x\n", in assignResourceIds() [all …]
|
D | ResourceTable.cpp | 18 #define NOISY(x) //x macro 91 NOISY(printf("Input XML Resource:\n")); in compileXmlFile() 92 NOISY(root->print()); in compileXmlFile() 100 NOISY(printf("Output XML Resource:\n")); in compileXmlFile() 101 NOISY(ResXMLTree tree; in compileXmlFile() 110 #undef NOISY 111 #define NOISY(x) //x macro 598 NOISY(printf("Adding resource bag entry l=%c%c c=%c%c orien=%d d=%d " in parseAndAddBag() 742 NOISY(printf("Adding resource entry l=%c%c c=%c%c orien=%d d=%d id=%s: %s\n", in parseAndAddEntry() 2153 NOISY(printf("Expanding resource: ref=%s\n", in getResId() [all …]
|
D | Resource.cpp | 27 #define NOISY(x) // x macro 128 …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() 147 NOISY(printf("file name=%s\n", mBaseName.string())); in next() 395 NOISY(printf("Creating new resource type set for leaf %s with group %s (%p)\n", in collect_files() 403 NOISY(printf("Adding to resource type set for leaf %s group %s (%p)\n", in collect_files() 408 NOISY(printf("Extending to resource type set for leaf %s group %s (%p)\n", in collect_files() 411 NOISY(printf("Adding file %s in group %s resType %s\n", in collect_files() 430 NOISY(printf("Collecting dir #%d %p: %s, leaf %s\n", i, d.get(), d->getPath().string(), in collect_files() 435 NOISY(printf("Removing dir leaf %s\n", d->getLeaf().string())); in collect_files() 693 NOISY(printf("Info: AndroidManifest.xml already defines %s (in %s);" in addTagAttribute() [all …]
|