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.cpp721 entry.dynamic_ref_table->lookupResourceValue(out_value); in GetResource()
839 status_t err = entry.dynamic_ref_table->lookupResourceValue(&new_entry->value); in GetBag()
897 status_t err = entry.dynamic_ref_table->lookupResourceValue(&new_entry->value); in GetBag()
934 status_t err = entry.dynamic_ref_table->lookupResourceValue(&new_entry->value); in GetBag()
DResourceTypes.cpp1386 mTree.mDynamicRefTable->lookupResourceValue(outValue) != NO_ERROR) { in getAttributeValue()
4396 if (grp->dynamicRefTable.lookupResourceValue(outValue) != NO_ERROR) { in getResource()
4732 status_t err = grp->dynamicRefTable.lookupResourceValue(&cur->map.value); in getBagLocked()
7018 status_t DynamicRefTable::lookupResourceValue(Res_value* value) const { in lookupResourceValue() function in android::DynamicRefTable
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1728 status_t lookupResourceValue(Res_value* value) const;