Searched refs:AddResourceWithId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | ResourceTable_test.cpp | 337 ASSERT_TRUE(table.AddResourceWithId(foo_name, ResourceId(0x7f0100ff), ConfigDescription{} , "", in TEST() 340 ASSERT_TRUE(table.AddResourceWithId(foo_name, ResourceId(0x7f010100), ConfigDescription{} , "", in TEST()
|
D | ResourceTable.h | 243 bool AddResourceWithId(const ResourceNameRef& name, const ResourceId& res_id,
|
D | ResourceTable.cpp | 354 bool ResourceTable::AddResourceWithId(const ResourceNameRef& name, const ResourceId& res_id, in AddResourceWithId() function in aapt::ResourceTable
|
D | ResourceParser.cpp | 147 if (!table->AddResourceWithId(res->name, res->id, res->config, res->product, in AddResourcesToTable()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | TableFlattener_test.cpp | 312 CHECK(table->AddResourceWithId(name, resid, ConfigDescription::DefaultConfig(), "", in BuildTableWithSparseEntries() 318 CHECK(table->AddResourceWithId(name, resid, sparse_config, "", in BuildTableWithSparseEntries()
|