Searched refs:lookupResourceValue (Results 1 – 4 of 4) sorted by relevance
30 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()
721 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()
1386 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
1728 status_t lookupResourceValue(Res_value* value) const;