Lines Matching refs:table
179 ResourceTable table; in Action() local
181 if (!DeserializeTableFromPb(pb_table, nullptr /*files*/, &table, &error)) { in Action()
189 Debug::PrintTable(table, print_options, printer_); in Action()
229 ResourceTable* table = apk->GetResourceTable(); in Dump() local
230 if (!table) { in Dump()
242 for (auto& package : table->packages) { in Dump()
269 ResourceTable* table = apk->GetResourceTable(); in Dump() local
270 if (!table) { in Dump()
277 android::StringPool::FlattenUtf8(&buffer, table->string_pool, GetDiagnostics()); in Dump()
291 const auto table = apk->GetResourceTable(); in Dump() local
293 if (!table) { in Dump()
298 std::optional<ResourceTable::SearchResult> target = table->FindResource(target_style); in Dump()
305 Debug::PrintStyleGraph(table, target_style); in Dump()
316 ResourceTable* table = apk->GetResourceTable(); in Dump() local
317 if (!table) { in Dump()
325 Debug::PrintTable(*table, print_options, GetPrinter()); in Dump()
397 ResourceTable* table = apk->GetResourceTable(); in Dump() local
398 if (!table) { in Dump()
403 Debug::DumpOverlayable(*table, GetPrinter()); in Dump()