Home
last modified time | relevance | path

Searched defs:type_str (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/update_engine/common/
H A Dconnection_utils.cc30 ConnectionType ParseConnectionType(const std::string& type_str) { in ParseConnectionType()
/aosp12/frameworks/base/libs/androidfw/
H A DResourceUtils.cpp59 if (base::expected<StringPiece, NullOrIOError> type_str = type_string_ref.string8(); in ToResourceName() local
/aosp12/system/update_engine/update_manager/
H A Dreal_shill_provider.cc147 string type_str = prop_type->second.TryGet<string>(); in ProcessDefaultService() local
H A Dreal_device_policy_provider.cc158 for (auto& type_str : allowed_types_str) { in ConvertAllowedConnectionTypesForUpdate() local
/aosp12/system/update_engine/cros/
H A Dconnection_manager.cc192 string type_str = prop_type->second.TryGet<string>(); in GetServicePathProperties() local
/aosp12/art/compiler/optimizing/
H A Dgraph_checker.cc919 std::stringstream type_str; in VisitPhi() local
926 std::stringstream type_str; in VisitPhi() local
/aosp12/system/tools/aidl/
H A Daidl_to_cpp.cpp144 std::string WrapIfNullable(const std::string type_str, const AidlTypeSpecifier& raw_type, in WrapIfNullable()
/aosp12/bootable/recovery/updater/
H A Dcommands.cpp48 Command::Type Command::ParseType(const std::string& type_str) { in ParseType()
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader_test.cc244 const char* type_str = java_lang_dex_file_->StringByTypeIdx(dex::TypeIndex(i)); in TEST_F() local
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp366 const std::string type_str = util::GetString(type_pool_, type->id - 1); in ParseType() local
/aosp12/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp500 const StringPiece& type_str = to_string(name.type); in ProcessResource() local
/aosp12/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp279 StringPiece type_str; in ParseStyleParentReference() local
/aosp12/art/runtime/
H A Dclass_loader_context.cc298 const char* type_str = GetClassLoaderTypeName(type); in ExtractClassLoaderType() local