Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DDynamicRefTable_test.cpp30 ASSERT_EQ(shared_table.lookupResourceValue(&value), NO_ERROR); in TEST()
39 ASSERT_EQ(shared_app_table.lookupResourceValue(&value2), NO_ERROR); in TEST()
50 ASSERT_EQ(shared_table.lookupResourceValue(&value), NO_ERROR); in TEST()
59 ASSERT_EQ(shared_app_table.lookupResourceValue(&value2), NO_ERROR); in TEST()
71 ASSERT_EQ(shared_table.lookupResourceValue(&value), NO_ERROR); in TEST()
80 ASSERT_EQ(app_table.lookupResourceValue(&value3), NO_ERROR); in TEST()
92 ASSERT_EQ(shared_app_table.lookupResourceValue(&value2), NO_ERROR); in TEST()
102 ASSERT_EQ(app_table.lookupResourceValue(&value), NO_ERROR); in TEST()
112 ASSERT_EQ(custom_app_table.lookupResourceValue(&value2), NO_ERROR); in TEST()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp1111 result->dynamic_ref_table->lookupResourceValue(&value); in GetResource()
1268 status_t err = entry->dynamic_ref_table->lookupResourceValue(&new_entry->value); in GetBag()
1340 status_t err = entry->dynamic_ref_table->lookupResourceValue(&new_entry->value); in GetBag()
1383 status_t err = entry->dynamic_ref_table->lookupResourceValue(&new_entry->value); in GetBag()
DResourceTypes.cpp1569 mTree.mDynamicRefTable->lookupResourceValue(outValue) != NO_ERROR) { in getAttributeValue()
4637 if (grp->dynamicRefTable.lookupResourceValue(outValue) != NO_ERROR) { in getResource()
4974 status_t err = grp->dynamicRefTable.lookupResourceValue(&cur->map.value); in getBagLocked()
7303 status_t DynamicRefTable::lookupResourceValue(Res_value* value) const { in lookupResourceValue() function in android::DynamicRefTable
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1928 status_t lookupResourceValue(Res_value* value) const;