Home
last modified time | relevance | path

Searched refs:PrintTable (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
DDebug.h36 static void PrintTable(const ResourceTable& table, const DebugPrintTableOptions& options,
DDebug.cpp245 void Debug::PrintTable(const ResourceTable& table, const DebugPrintTableOptions& options, in PrintTable() function in aapt::Debug
/frameworks/base/tools/aapt2/cmd/
DDump.cpp175 Debug::PrintTable(table, options.print_options, &printer); in TryDumpFile()
228 Debug::PrintTable(table, options.print_options, &printer); in TryDumpFile()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java2242 final PrintTable table = new PrintTable(16); in dumpSyncState()
4036 static class PrintTable { class in SyncManager
4040 PrintTable(int cols) { in PrintTable() method in SyncManager.PrintTable