Home
last modified time | relevance | path

Searched defs:type_index (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/tests/
H A DLoadedArsc_test.cpp63 const uint8_t type_index = get_type_id(app::R::string::string_one) - 1; in TEST() local
150 uint8_t type_index = get_type_id(basic::R::string::test3) - 1; in TEST() local
335 const uint8_t type_index = get_type_id(overlayable::R::string::overlayable11) - 1; in TEST() local
367 const uint8_t type_index = get_type_id(sparse::R::integer::foo_9) - 1; in TEST_P() local
390 const uint8_t type_index = get_type_id(sparse::R::string::only_land) - 1; in TEST_P() local
/aosp14/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h36 uint32_t type_index; member
106 uint32_t type_index() const { return node_property_entry()->type_index; } in type_index() function
/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_serializer.cpp46 uint32_t type_index = property_entry.type != nullptr && !property_entry.type->empty() in WritePropertyEntry() local
/aosp14/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp177 uint32_t type_index; in GetPropertyInfo() local
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DLoadedArsc.h238 inline const TypeSpec* GetTypeSpecByTypeIndex(uint8_t type_index) const { in GetTypeSpecByTypeIndex()