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

/frameworks/base/tools/aapt/
H A DImages.cpp16 #define NOISY(x) //x macro
128 NOISY(printf("Image %s: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n",
439 NOISY(printf("Color in (%d,%d)-(%d,%d): #%08x\n", left, top, right, bottom, c));
542 NOISY(printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop,
568 NOISY(printf("Size ticks for %s: x0=%d, x1=%d, y0=%d, y1=%d\n", imageName,
571 NOISY(printf("padding ticks for %s: l=%d, r=%d, t=%d, b=%d\n", imageName,
655 NOISY(if (c != Res_png_9patch::NO_COLOR) hasColor = true);
794 NOISY(printf("\n"));
824 // NOISY(printf("Initial image data:\n"));
841 NOISY(print
[all...]
H A DStringPool.cpp22 #define NOISY(x) //x macro
135 NOISY(printf("*** adding config type name %s, was %s\n",
152 NOISY(printf("*** inserting config: %s\n", config->toString().string()));
159 NOISY(printf("*** adding config: %s\n", config->toString().string()));
176 NOISY(printf("Adding string %s to pool: pos=%d eidx=%d vidx=%d\n",
242 NOISY(printf("SORTING STRINGS BY CONFIGURATION...\n"));
247 NOISY(printf("DONE SORTING STRINGS BY CONFIGURATION.\n"));
544 NOISY(printf("Writing entry #%d: \"%s\" ent=%d off=%d\n", i,
562 NOISY(printf("Offset for string %s: %d (%s)\n", String8(val).string(), res,
H A DXMLNode.cpp19 #define NOISY(x) //x macro
59 NOISY(printf("Using default application package: %s -> %s\n", String8(namespaceUri).string(), String8(appPackage).string()));
532 NOISY(printf("Input XML from %s:\n", (const char*)file->getPrintableSource()));
533 NOISY(root->print());
544 NOISY(printf("Output XML:\n"));
545 NOISY(printXMLBlock(outTree));
793 NOISY(printf("Elem %s %s=\"%s\": set res id = 0x%08x\n",
908 NOISY(printf("Attr %s: type=0x%x, str=%s\n",
937 NOISY(printf("Elem %s %s=\"%s\": namespace(%s) %s ===> %s\n",
952 NOISY(print
[all...]
H A DResourceTable.cpp17 #define NOISY(x) //x macro
80 NOISY(printf("Input XML Resource:\n"));
81 NOISY(root->print());
89 NOISY(printf("Output XML Resource:\n"));
90 NOISY(ResXMLTree tree;
99 #undef NOISY macro
100 #define NOISY(x) //x macro
596 NOISY(printf("Adding resource bag entry l=%c%c c=%c%c orien=%d d=%d "
708 NOISY(printf("Adding resource entry l=%c%c c=%c%c orien=%d d=%d id=%s: %s\n",
1653 NOISY(print
[all...]
H A DResource.cpp27 #define NOISY(x) // x macro
127 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",
146 NOISY(printf("file name=%s\n", mBaseName.string()));
399 NOISY(printf("Creating new resource type set for leaf %s with group %s (%p)\n",
407 NOISY(printf("Adding to resource type set for leaf %s group %s (%p)\n",
412 NOISY(printf("Extending to resource type set for leaf %s group %s (%p)\n",
415 NOISY(printf("Adding file %s in group %s resType %s\n",
434 NOISY(printf("Collecting dir #%d %p: %s, leaf %s\n", i, d.get(), d->getPath().string(),
439 NOISY(printf("Removing dir leaf %s\n", d->getLeaf().string()));
735 NOISY(print
[all...]

Completed in 1235 milliseconds