Searched refs:type_name (Results 1 – 9 of 9) sorted by relevance
/aosp14/system/core/libcutils/ |
H A D | fs_config_test.cpp | 128 static bool check_unique(const fs_path_config* paths, const char* type_name, in check_unique() argument 131 config += type_name; in check_unique() 223 void check_two(const fs_path_config* paths, const char* type_name, const char* prefix) { in check_two() argument 225 ASSERT_FALSE(type_name == nullptr); in check_two() 227 bool check_internal = check_unique(paths, type_name, prefix); in check_two() 230 check_unique(std::string("/") + prefix + "etc/fs_config_" + type_name, prefix); in check_two()
|
/aosp14/frameworks/base/tools/streaming_proto/ |
H A D | stream_proto_utils.cpp | 66 return field.type_name(); in get_proto_type() 72 return field.type_name(); in get_proto_type()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | LoadedArsc.cpp | 341 const auto type_name = type_string_pool_.string8At(type_idx); in CollectConfigurations() local 342 if (UNLIKELY(IsIOError(type_name))) { in CollectConfigurations() 343 return base::unexpected(GetIOError(type_name.error())); in CollectConfigurations() 345 if (type_name.has_value()) { in CollectConfigurations() 346 if (strncmp(type_name->data(), "mipmap", type_name->size()) == 0) { in CollectConfigurations() 374 const std::u16string& type_name, const std::u16string& entry_name) const { in FindEntryByName() argument 376 type_name.data(), type_name.size()); in FindEntryByName()
|
/aosp14/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | FabricatedOverlay.cpp | 112 StringPiece type_name; in Build() local 115 &type_name, &entry_name)) { in Build() 120 if (type_name.empty()) { in Build() 135 auto type = package->second.find(type_name); in Build() 137 type = package->second.insert(std::make_pair(type_name, EntryMap())).first; in Build()
|
/aosp14/frameworks/base/tools/aapt2/optimize/ |
H A D | Obfuscator.h | 53 const ResourceNamedType& type_name, const ResourceTableEntryView& entry,
|
H A D | Obfuscator.cpp | 131 const ResourceNamedType& type_name, const ResourceTableEntryView& entry, in ObfuscateResourceName() argument 134 ResourceName resource_name({}, type_name, entry.name); in ObfuscateResourceName()
|
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | TableFlattener.cpp | 447 std::stringstream type_name; in FlattenTypes() local 448 type_name << "?" << expected_type_id; in FlattenTypes() 449 type_pool_.MakeRef(type_name.str()); in FlattenTypes()
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | LoadedArsc.h | 166 base::expected<uint32_t, NullOrIOError> FindEntryByName(const std::u16string& type_name,
|
/aosp14/frameworks/base/tools/incident_section_gen/ |
H A D | main.cpp | 567 text << field->type_name(); in generateCsv()
|