/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 56 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_Success() 69 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_NoAccessibleGetter() 80 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_Success() 93 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_NoAccessibleGetter()
|
D | TypeExtensionsTest.cs | 75 var property = TypeExtensions.GetProperty(type, name); in GetProperty_Success() 85 var property = TypeExtensions.GetProperty(type, name); in GetProperty_NoSuchProperty()
|
/frameworks/native/cmds/installd/ |
D | otapreopt.cpp | 153 int GetProperty(const char* key, char* value, const char* default_value) const { in GetProperty() function in android::installd::OTAPreoptService 154 const std::string* prop_value = system_properties_.GetProperty(key); in GetProperty() 220 if (system_properties_.GetProperty(kAndroidDataPathPropertyName) == nullptr) { in ReadEnvironment() 223 android_data_ = *system_properties_.GetProperty(kAndroidDataPathPropertyName); in ReadEnvironment() 225 if (system_properties_.GetProperty(kAndroidRootPathPropertyName) == nullptr) { in ReadEnvironment() 228 android_root_ = *system_properties_.GetProperty(kAndroidRootPathPropertyName); in ReadEnvironment() 230 if (system_properties_.GetProperty(kBootClassPathPropertyName) == nullptr) { in ReadEnvironment() 233 boot_classpath_ = *system_properties_.GetProperty(kBootClassPathPropertyName); in ReadEnvironment() 235 if (system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAME) == nullptr) { in ReadEnvironment() 238 asec_mountpoint_ = *system_properties_.GetProperty(ASEC_MOUNTPOINT_ENV_NAME); in ReadEnvironment() [all …]
|
D | system_properties.h | 51 const std::string* GetProperty(const std::string& key) const { in GetProperty() function
|
D | dexopt.cpp | 60 using android::base::GetProperty; 98 return android::base::GetProperty("persist.sys.dalvik.vm.lib.2", "") == "libartd.so"; in is_debug_runtime() 258 std::string prop = GetProperty(property, default_value); in MapPropertyToArg() 274 (android::base::GetProperty("ro.build.version.codename", "") == "REL"), in select_execution_binary() 360 const std::string dex2oat_flags = GetProperty("dalvik.vm.dex2oat-flags", ""); in RunDex2Oat() 365 std::string vold_decrypt = GetProperty("vold.decrypt", ""); in RunDex2Oat() 461 debuggable = GetProperty("dalvik.vm.always_debuggable", "") == "1"; in RunDex2Oat() 574 std::string dex2oat_prop_buf = GetProperty("dalvik.vm.dex2oat-swap", ""); in ShouldUseSwapFileForDexopt() 1260 std::string app_image_format = GetProperty("dalvik.vm.appimageformat", ""); in maybe_open_app_image() 2499 const std::string slot_suffix = GetProperty("ro.boot.slot_suffix", ""); in move_ab()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | DeprecatedMemberTest.cs | 51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()
|
/frameworks/base/core/jni/ |
D | AndroidRuntime.cpp | 55 using android::base::GetProperty; 455 const std::string locale = GetProperty("persist.sys.locale", ""); in readLocale() 460 const std::string language = GetProperty("persist.sys.language", ""); in readLocale() 462 const std::string country = GetProperty("persist.sys.country", ""); in readLocale() 463 const std::string variant = GetProperty("persist.sys.localevar", ""); in readLocale() 477 const std::string productLocale = GetProperty("ro.product.locale", ""); in readLocale() 484 const std::string productLanguage = GetProperty("ro.product.locale.language", "en"); in readLocale() 485 const std::string productRegion = GetProperty("ro.product.locale.region", "US"); in readLocale() 1061 std::string fingerprint = GetProperty("ro.build.fingerprint", ""); in startVm()
|
D | android_os_SystemProperties.cpp | 59 std::string prop_val = android::base::GetProperty(key, ""); in SystemProperties_getSS()
|
D | android_hardware_camera2_DngCreator.cpp | 54 using android::base::GetProperty; 1428 std::string manufacturer = GetProperty("ro.product.manufacturer", ""); in DngCreator_setup() 1439 std::string model = GetProperty("ro.product.model", ""); in DngCreator_setup() 1465 std::string software = GetProperty("ro.build.fingerprint", ""); in DngCreator_setup() 1801 std::string model = GetProperty("ro.product.model", ""); in DngCreator_setup() 1802 std::string manufacturer = GetProperty("ro.product.manufacturer", ""); in DngCreator_setup() 1803 std::string brand = GetProperty("ro.product.brand", ""); in DngCreator_setup()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Compatibility/ |
D | TypeExtensions.cs | 62 internal static PropertyInfo GetProperty(this Type target, string name) in GetProperty() method in Google.Protobuf.Compatibility.TypeExtensions
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimationUtil.cpp | 83 if (!android::base::GetProperty(POWER_CTL_PROP_NAME, "").empty()) { in playSoundsAllowed()
|
D | BootAnimation.cpp | 109 std::string powerCtl = android::base::GetProperty("sys.powerctl", ""); in BootAnimation()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | OneofDescriptor.cs | 108 var caseProperty = containingType.ClrType.GetProperty(clrName + "Case"); in CreateAccessor()
|
D | FieldDescriptor.cs | 333 var property = ContainingType.ClrType.GetProperty(propertyName); in CreateAccessor()
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 753 build = android::base::GetProperty("ro.build.display.id", "(unknown)"); in PrintHeader() 754 fingerprint = android::base::GetProperty("ro.build.fingerprint", "(unknown)"); in PrintHeader() 755 radio = android::base::GetProperty("gsm.version.baseband", "(unknown)"); in PrintHeader() 756 bootloader = android::base::GetProperty("ro.bootloader", "(unknown)"); in PrintHeader() 757 network = android::base::GetProperty("gsm.operator.alpha", "(unknown)"); in PrintHeader() 2055 std::string build_id = android::base::GetProperty("ro.build.id", "UNKNOWN_BUILD"); in PrepareToWriteToFile() 2056 std::string device_name = android::base::GetProperty("ro.product.name", "UNKNOWN_DEVICE"); in PrepareToWriteToFile() 2112 android::base::GetProperty(android::base::StringPrintf("dumpstate.%d.name", ds.pid_), ""); in FinalizeFile() 2287 std::string extra_options = android::base::GetProperty(PROPERTY_EXTRA_OPTIONS, ""); in getBugreportModeFromProperty() 2318 options->notification_title = android::base::GetProperty(PROPERTY_EXTRA_TITLE, ""); in SetOptionsFromProperties() [all …]
|
D | DumpstateUtil.cpp | 186 build_type_ = android::base::GetProperty("ro.build.type", "user"); in IsUserBuild()
|
D | utils.cpp | 92 static Dumpstate singleton_(android::base::GetProperty("dumpstate.version", VERSION_CURRENT)); in GetInstance()
|
/frameworks/base/cmds/idmap2/idmap2/ |
D | Scan.cpp | 73 std::string version_prop = android::base::GetProperty("ro.vndk.version", "29"); in VendorIsQOrLater()
|
/frameworks/ml/nn/runtime/ |
D | TypeManager.cpp | 62 const std::string vExtProductDeny = android::base::GetProperty(kVExtProductDeny, ""); in isNNAPIVendorExtensionsUseAllowedInProductImage()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 148 mEnableLog = ::android::base::GetProperty("debug.nn.fuzzer.log", "") == "1"; in SetUpTestCase() 149 mDumpSpec = ::android::base::GetProperty("debug.nn.fuzzer.dumpspec", "") == "1"; in SetUpTestCase()
|
/frameworks/native/libs/vr/libvrflinger/ |
D | display_service.cpp | 210 std::string file_path = base::GetProperty(property_name, ""); in OnGetConfigurationData()
|
/frameworks/native/cmds/atrace/ |
D | atrace.cpp | 433 return !android::base::GetProperty(k_coreServicesProp, "").empty(); in isCategorySupported() 875 packageList += android::base::GetProperty(k_coreServicesProp, ""); in setUpUserspaceTracing()
|
/frameworks/native/libs/graphicsenv/ |
D | GraphicsEnv.cpp | 84 std::string version = android::base::GetProperty("ro.vndk.version", ""); in vndkVersionStr()
|
/frameworks/native/libs/vr/libdvr/tests/ |
D | dvr_display_manager-test.cpp | 886 bool has_metric = !base::GetProperty(kDvrLensMetricsProperty, "").empty(); in TEST_F()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 674 const std::string previous_value = android::base::GetProperty(property, ""); in TEST_F()
|