OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NOISY
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/aapt/
XMLNode.cpp
19
#define
NOISY
(x) //x
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
(printf("XML attribute name %s: resid=0x%08x\n"
[
all
...]
StringPool.cpp
22
#define
NOISY
(x) //x
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,
Images.cpp
16
#define
NOISY
(x) //x
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
(printf("New max dev. = %d at pixel (%d, %d) = (%d %d %d %d)\n"
[
all
...]
Resource.cpp
27
#define
NOISY
(x) // x
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()));
400
NOISY
(printf("Creating new resource type set for leaf %s with group %s (%p)\n",
408
NOISY
(printf("Adding to resource type set for leaf %s group %s (%p)\n",
413
NOISY
(printf("Extending to resource type set for leaf %s group %s (%p)\n",
416
NOISY
(printf("Adding file %s in group %s resType %s\n",
435
NOISY
(printf("Collecting dir #%d %p: %s, leaf %s\n", i, d.get(), d->getPath().string(),
440
NOISY
(printf("Removing dir leaf %s\n", d->getLeaf().string()));
736
NOISY
(printf("Qualifying class '%s' to '%s'", name.string(), className.string()))
[
all
...]
ResourceTable.cpp
17
#define
NOISY
(x) //x
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
100
#define
NOISY
(x) //x
596
NOISY
(printf("Adding resource bag entry l=%c%c c=%c%c orien=%d d=%d "
740
NOISY
(printf("Adding resource entry l=%c%c c=%c%c orien=%d d=%d id=%s: %s\n",
[
all
...]
Completed in 208 milliseconds