Home
last modified time | relevance | path

Searched refs:GetPartitionedView (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DResEntryWriter_test.cpp62 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F()
74 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F()
103 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F()
114 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F()
133 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F()
144 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F()
172 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F()
183 auto offsets = WriteAllEntries(table->GetPartitionedView(), writer); in TEST_F()
H A DTableFlattener.cpp579 table->GetPartitionedView(ResourceTableViewOptions{.create_alias_entries = true}); in Consume()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DDiff.cpp308 const auto table_a = apk_a->GetResourceTable()->GetPartitionedView(); in EmitResourceTableDiff()
309 const auto table_b = apk_b->GetResourceTable()->GetPartitionedView(); in EmitResourceTableDiff()
/aosp14/frameworks/base/tools/aapt2/
H A DResourceTable.h308 ResourceTableView GetPartitionedView(const ResourceTableViewOptions& options = {}) const;
H A DResourceTable.cpp401 ResourceTableView ResourceTable::GetPartitionedView(const ResourceTableViewOptions& options) const { in GetPartitionedView() function in aapt::ResourceTable
H A DDebug.cpp263 const auto table_view = table.GetPartitionedView(); in PrintTable()
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize.cpp359 auto table_view = table.GetPartitionedView(); in SerializeTableToPb()