Searched defs:default_value (Results 1 – 14 of 14) sorted by relevance
| /frameworks/base/core/tests/coretests/src/android/provider/ |
| D | DeviceConfigTest.java | 100 final String default_value = "default_value"; in getString_empty() local 114 final String default_value = "default"; in getString_nonEmpty() local 190 final int default_value = 999; in getInt_empty() local 198 final int default_value = 999; in getInt_valid() local 207 final int default_value = 999; in getInt_invalid() local 237 final long default_value = 123456; in getLong_empty() local 245 final long default_value = 123456; in getLong_valid() local 254 final long default_value = 123456; in getLong_invalid() local 284 final float default_value = 123.456f; in getFloat_empty() local 292 final float default_value = 123.456f; in getFloat_valid() local [all …]
|
| /frameworks/native/cmds/installd/ |
| D | run_dex2oat.cpp | 364 const std::string& default_value) { in GetProperty() 368 bool RunDex2Oat::GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty() 374 const std::string& default_value) { in MapPropertyToArg() 386 const std::string& default_value) { in MapPropertyToArgWithBackup()
|
| D | installd.cpp | 50 int get_property(const char *key, char *value, const char *default_value) { in get_property()
|
| D | run_dex2oat_test.cpp | 64 const std::string& default_value) override { in GetProperty() 75 virtual bool GetBoolProperty(const std::string& key, bool default_value) override { in GetBoolProperty()
|
| D | otapreopt.cpp | 608 int get_property(const char *key, char *value, const char *default_value) { in get_property()
|
| D | InstalldNativeService.cpp | 3081 const char* default_value = nullptr) { in getCStr()
|
| /frameworks/compile/libbcc/lib/ |
| D | Properties.h | 28 static inline int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
| /frameworks/base/core/proto/android/providers/settings/ |
| D | common.proto | 36 optional string default_value = 5; field
|
| /frameworks/rs/ |
| D | rsCppUtils.cpp | 106 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
| /frameworks/rs/cpp/ |
| D | rsCppUtils.cpp | 106 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
| /frameworks/libs/binary_translation/tools/nogrod/ |
| D | dwarf_info.h | 62 [[nodiscard]] uint64_t GetUint64AttributeOr(uint16_t attr_name, uint64_t default_value) const { in GetUint64AttributeOr()
|
| /frameworks/native/cmds/installd/tests/ |
| D | installd_cache_test.cpp | 47 int get_property(const char *key, char *value, const char *default_value) { in get_property()
|
| D | installd_service_test.cpp | 98 int get_property(const char *key, char *value, const char *default_value) { in get_property()
|
| D | installd_dexopt_test.cpp | 58 int get_property(const char *key, char *value, const char *default_value) { in get_property()
|