Searched refs:NOISY (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp16 #define NOISY(x) //x macro
121 NOISY(printf("Image %s: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n",
326 NOISY(printf("Color in (%d,%d)-(%d,%d): #%08x\n", left, top, right, bottom, c));
433 NOISY(printf("Size ticks for %s: x0=%d, x1=%d, y0=%d, y1=%d\n", imageName,
436 NOISY(printf("padding ticks for %s: l=%d, r=%d, t=%d, b=%d\n", imageName,
520 NOISY(if (c != Res_png_9patch::NO_COLOR) hasColor = true);
659 NOISY(printf("\n"));
689 // NOISY(printf("Initial image data:\n"));
706 NOISY(printf("New max dev. = %d at pixel (%d, %d) = (%d %d %d %d)\n",
713 NOISY(print
[all...]
H A DStringPool.cpp11 #define NOISY(x) //x macro
103 NOISY(printf("Adding string %s to pool: pos=%d eidx=%d vidx=%d\n",
374 NOISY(printf("Writing entry #%d: \"%s\" ent=%d off=%d\n", i,
399 NOISY(printf("Offset for string %s: %d (%s)\n", String8(val).string(), res,
H A DXMLNode.cpp19 #define NOISY(x) //x macro
412 NOISY(printf("Input XML from %s:\n", (const char*)file->getPrintableSource()));
413 NOISY(root->print());
424 NOISY(printf("Output XML:\n"));
425 NOISY(printXMLBlock(outTree));
670 NOISY(printf("Elem %s %s=\"%s\": set res id = 0x%08x\n",
785 NOISY(printf("Attr %s: type=0x%x, str=%s\n",
814 NOISY(printf("Elem %s %s=\"%s\": namespace(%s) %s ===> %s\n",
829 NOISY(printf("XML attribute name %s: resid=0x%08x\n",
867 NOISY(print
[all...]
H A DResourceTable.cpp15 #define NOISY(x) //x macro
78 NOISY(printf("Input XML Resource:\n"));
79 NOISY(root->print());
87 NOISY(printf("Output XML Resource:\n"));
88 NOISY(ResXMLTree tree;
97 #undef NOISY macro
98 #define NOISY(x) //x macro
592 NOISY(printf("Adding resource bag entry l=%c%c c=%c%c orien=%d d=%d "
635 NOISY(printf("Adding resource entry l=%c%c c=%c%c orien=%d d=%d id=%s: %s\n",
1496 NOISY(print
[all...]
H A DResource.cpp13 #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 inp=%d nav=%d\n",
123 NOISY(printf("file name=%s\n", mBaseName.string()));
646 NOISY(printf("Qualifying class '%s' to '%s'", name.string(), className.string()));
692 NOISY(printf("Overriding package '%s' to be '%s'\n", origPackage.string(), manifestPackageNameOverride));
759 NOISY(printf("Creating resources for package %s\n",
768 NOISY(printf("Found %d included resource packages\n", (int)table.size()));
1092 NOISY(

Completed in 4126 milliseconds