Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DDebug.h36 static void PrintTable(const ResourceTable& table, const DebugPrintTableOptions& options,
H A DDebug.cpp261 void Debug::PrintTable(const ResourceTable& table, const DebugPrintTableOptions& options, in PrintTable() function in aapt::Debug
631 bool PrintTable(const ResTable_header* chunk) { in PrintTable() function in aapt::__anon90c09ce60510::ChunkPrinter
804 PrintTable(reinterpret_cast<const ResTable_header*>(chunk)); in PrintChunk()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp189 Debug::PrintTable(table, print_options, printer_); in Action()
325 Debug::PrintTable(*table, print_options, GetPrinter()); in Dump()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java2397 final PrintTable table = new PrintTable(16); in dumpSyncState()
4169 static class PrintTable { class in SyncManager
4173 PrintTable(int cols) { in PrintTable() method in SyncManager.PrintTable