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

/frameworks/base/tools/aapt/
H A DStringPool.cpp22 #define NOISY(x) //x macro
155 NOISY(printf("*** adding config type name %s, was %s\n",
172 NOISY(printf("*** inserting config: %s\n", config->toString().string()));
179 NOISY(printf("*** adding config: %s\n", config->toString().string()));
196 NOISY(printf("Adding string %s to pool: pos=%d eidx=%d vidx=%d\n",
262 NOISY(printf("SORTING STRINGS BY CONFIGURATION...\n"));
267 NOISY(printf("DONE SORTING STRINGS BY CONFIGURATION.\n"));
564 NOISY(printf("Writing entry #%d: \"%s\" ent=%d off=%d\n", i,
582 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()));
560 NOISY(printf("Input XML from %s:\n", (const char*)file->getPrintableSource()));
561 NOISY(root->print());
572 NOISY(printf("Output XML:\n"));
573 NOISY(printXMLBlock(outTree));
853 NOISY(printf("Elem %s %s=\"%s\": set res id = 0x%08x\n",
968 NOISY(printf("Attr %s: type=0x%x, str=%s\n",
997 NOISY(printf("Elem %s %s=\"%s\": namespace(%s) %s ===> %s\n",
1012 NOISY(print
[all...]
H A DImages.cpp17 #define NOISY(x) //x macro
159 NOISY(printf("Image %s: w=%d, h=%d, d=%d, colors=%d, inter=%d, comp=%d\n",
496 NOISY(printf("outline insets %d %d %d %d, rad %f, alpha %x\n",
567 NOISY(printf("Color in (%d,%d)-(%d,%d): #%08x\n", left, top, right, bottom, c));
675 NOISY(printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop,
698 NOISY(printf("Size ticks for %s: x0=%d, x1=%d, y0=%d, y1=%d\n", imageName,
701 NOISY(printf("padding ticks for %s: l=%d, r=%d, t=%d, b=%d\n", imageName,
785 NOISY(if (c != Res_png_9patch::NO_COLOR) hasColor = true);
888 NOISY(printf("\n"));
918 // NOISY(print
[all...]
H A DResource.cpp31 #define NOISY(x) // x macro
132 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",
151 NOISY(printf("file name=%s\n", mBaseName.string()));
404 NOISY(printf("Creating new resource type set for leaf %s with group %s (%p)\n",
412 NOISY(printf("Adding to resource type set for leaf %s group %s (%p)\n",
417 NOISY(printf("Extending to resource type set for leaf %s group %s (%p)\n",
420 NOISY(printf("Adding file %s in group %s resType %s\n",
439 NOISY(printf("Collecting dir #%d %p: %s, leaf %s\n", i, d.get(), d->getPath().string(),
444 NOISY(printf("Removing dir leaf %s\n", d->getLeaf().string()));
702 NOISY(print
[all...]
H A DResourceTable.cpp21 #define NOISY(x) //x macro
96 NOISY(printf("Input XML Resource:\n"));
97 NOISY(root->print());
105 NOISY(printf("Output XML Resource:\n"));
106 NOISY(ResXMLTree tree;
115 #undef NOISY macro
116 #define NOISY(x) //x macro
603 NOISY(printf("Adding resource bag entry l=%c%c c=%c%c orien=%d d=%d "
747 NOISY(printf("Adding resource entry l=%c%c c=%c%c orien=%d d=%d id=%s: %s\n",
2166 NOISY(print
[all...]

Completed in 87 milliseconds