Home
last modified time | relevance | path

Searched refs:TYPE_DYNAMIC_REFERENCE (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DResourceUtils.cpp33 return data_type == Res_value::TYPE_REFERENCE || data_type == Res_value::TYPE_DYNAMIC_REFERENCE; in IsReference()
52 case Res_value::TYPE_DYNAMIC_REFERENCE: in DataTypeToString()
H A DRawPrintVisitor.cpp100 target_entry.value.data_value == Res_value::TYPE_DYNAMIC_REFERENCE)) { in visit()
/aosp12/frameworks/base/libs/androidfw/tests/
H A DDynamicRefTable_test.cpp69 value.dataType = Res_value::TYPE_DYNAMIC_REFERENCE; in TEST()
78 value3.dataType = Res_value::TYPE_DYNAMIC_REFERENCE; in TEST()
H A DAssetManager2_test.cpp569 EXPECT_EQ(Res_value::TYPE_DYNAMIC_REFERENCE, value.type); in TEST_F()
/aosp12/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp593 case android::Res_value::TYPE_DYNAMIC_REFERENCE: in AndroidTypeToAttributeTypeMask()
745 res_value.dataType != android::Res_value::TYPE_DYNAMIC_REFERENCE) { in ParseBinaryResValue()
794 case android::Res_value::TYPE_DYNAMIC_REFERENCE: in ParseBinaryResValue()
809 if (res_value.dataType == android::Res_value::TYPE_DYNAMIC_REFERENCE || in ParseBinaryResValue()
H A DResourceUtils_test.cpp115 value.dataType = android::Res_value::TYPE_DYNAMIC_REFERENCE; in TEST()
H A DResourceValues.cpp128 out_value->dataType = android::Res_value::TYPE_DYNAMIC_REFERENCE; in Flatten()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h313 TYPE_DYNAMIC_REFERENCE = 0x07, enumerator
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1457 if (type != Res_value::TYPE_DYNAMIC_REFERENCE) { in getAttributeDataType()
5653 outValue->dataType = Res_value::TYPE_DYNAMIC_REFERENCE; in stringToValue()
5671 outValue->dataType = Res_value::TYPE_DYNAMIC_REFERENCE; in stringToValue()
7144 value->dataType == Res_value::TYPE_DYNAMIC_REFERENCE; in requiresLookup()
7162 case Res_value::TYPE_DYNAMIC_REFERENCE: in lookupResourceValue()
7497 } else if (value.dataType == Res_value::TYPE_DYNAMIC_REFERENCE) { in print_value()
H A DAssetManager2.cpp1531 || entry.value.dataType == Res_value::TYPE_DYNAMIC_REFERENCE) in SetTo()