Searched defs:Indent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/text/
H A DPrinter.cpp84 void Printer::Indent() { function in class:aapt::text::Printer
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp309 const char* Indent(size_t n) { function
341 printf("%s%s (v%u)\n", Indent(indent), e.extensionName, e.specVersion);
350 printf("%s%s %u.%u.%u/%u\n", Indent(indent), layers[i].layerName,
356 printf("%s%s\n", Indent(indent + 1), layers[i].description);
359 printf("%sExtensions [%zu]:\n", Indent(indent + 1),
493 printf("%s\"%s\" (%s) %u.%u.%u/%#x [%04x:%04x]\n", Indent(indent),
507 Indent(indent + 1), heap,
527 printf("%sType %u:%s\n", Indent(indent + 2), type,
546 Indent(indent + 1), family, qprops.queueCount, flags_str,
547 Indent(inden
[all...]

Completed in 1097 milliseconds