Searched refs:printTable (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/preload/ |
D | PrintHtmlDiff.java | 81 printTable(out, root.baseline, added); in main() 83 printTable(out, root.baseline, removed); in main() 87 static void printTable(PrintStream out, MemoryUsage baseline, in printTable() method in PrintHtmlDiff
|
/frameworks/base/tools/aapt2/dump/ |
D | Dump.cpp | 55 Debug::printTable(table.get()); in dumpCompiledTable() 83 Debug::printTable(table.get(), debugPrintTableOptions); in tryDumpFile()
|
/frameworks/base/tools/aapt2/ |
D | Debug.h | 33 static void printTable(ResourceTable* table, const DebugPrintTableOptions& options = {});
|
D | Debug.cpp | 119 void Debug::printTable(ResourceTable* table, const DebugPrintTableOptions& options) { in printTable() function in aapt::Debug
|
/frameworks/base/tools/aapt2/link/ |
D | Link.cpp | 1350 Debug::printTable(&mFinalTable, debugPrintTableOptions); in run()
|