Home
last modified time | relevance | path

Searched refs:AddResourceWithId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceTable_test.cpp337 ASSERT_TRUE(table.AddResourceWithId(foo_name, ResourceId(0x7f0100ff), ConfigDescription{} , "", in TEST()
340 ASSERT_TRUE(table.AddResourceWithId(foo_name, ResourceId(0x7f010100), ConfigDescription{} , "", in TEST()
DResourceTable.h243 bool AddResourceWithId(const ResourceNameRef& name, const ResourceId& res_id,
DResourceTable.cpp354 bool ResourceTable::AddResourceWithId(const ResourceNameRef& name, const ResourceId& res_id, in AddResourceWithId() function in aapt::ResourceTable
DResourceParser.cpp147 if (!table->AddResourceWithId(res->name, res->id, res->config, res->product, in AddResourcesToTable()
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp312 CHECK(table->AddResourceWithId(name, resid, ConfigDescription::DefaultConfig(), "", in BuildTableWithSparseEntries()
318 CHECK(table->AddResourceWithId(name, resid, sparse_config, "", in BuildTableWithSparseEntries()