Searched defs:default_value (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | DeviceConfigTest.java | 188 final String default_value = "default_value"; in getString_empty() local 202 final String default_value = "default"; in getString_nonEmpty() local 278 final int default_value = 999; in getInt_empty() local 286 final int default_value = 999; in getInt_valid() local 295 final int default_value = 999; in getInt_invalid() local 325 final long default_value = 123456; in getLong_empty() local 333 final long default_value = 123456; in getLong_valid() local 342 final long default_value = 123456; in getLong_invalid() local 372 final float default_value = 123.456f; in getFloat_empty() local 380 final float default_value = 123.456f; in getFloat_valid() local [all …]
|
/frameworks/native/cmds/installd/ |
D | run_dex2oat.cpp | 341 const std::string& default_value) { in GetProperty() 345 bool RunDex2Oat::GetBoolProperty(const std::string& key, bool default_value) { in GetBoolProperty() 351 const std::string& default_value) { in MapPropertyToArg() 363 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 | 598 int get_property(const char *key, char *value, const char *default_value) { in get_property()
|
D | InstalldNativeService.cpp | 3264 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/libs/binary_translation/base/ |
D | memfd_backed_mmap_test.cc | 35 uintptr_t default_value = 42; in TEST() local
|
/frameworks/base/core/proto/android/providers/settings/ |
D | common.proto | 36 optional string default_value = 5; field
|
/frameworks/libs/binary_translation/tools/nogrod/ |
D | dwarf_info.h | 63 [[nodiscard]] uint64_t GetUint64AttributeOr(uint16_t attr_name, uint64_t default_value) const { in GetUint64AttributeOr()
|
/frameworks/rs/cpp/ |
D | rsCppUtils.cpp | 106 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/frameworks/rs/ |
D | rsCppUtils.cpp | 106 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/ |
D | table_of_tables.h | 35 explicit TableOfTables(T default_value) : default_value_(default_value) { in TableOfTables()
|
/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 | 101 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()
|