Home
last modified time | relevance | path

Searched defs:default_value (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/provider/
DDeviceConfigTest.java85 final String default_value = "default_value"; in getString_empty() local
99 final String default_value = "default"; in getString_nonEmpty() local
175 final int default_value = 999; in getInt_empty() local
183 final int default_value = 999; in getInt_valid() local
192 final int default_value = 999; in getInt_invalid() local
222 final long default_value = 123456; in getLong_empty() local
230 final long default_value = 123456; in getLong_valid() local
239 final long default_value = 123456; in getLong_invalid() local
269 final float default_value = 123.456f; in getFloat_empty() local
277 final float default_value = 123.456f; in getFloat_valid() local
[all …]
/frameworks/opt/gamesdk/src/swappy/
DSystemProperties.cpp26 std::string getSystemPropViaGet(const char* key, std::string default_value = "") { in getSystemPropViaGet()
35 int getSystemPropViaGetAsInt(const char* key, int default_value = 0) { in getSystemPropViaGetAsInt()
44 int getSystemPropViaGetAsBool(const char* key, bool default_value = false) { in getSystemPropViaGetAsBool()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darenastring.cc41 void ArenaStringPtr::AssignWithDefault(const ::std::string* default_value, in AssignWithDefault()
Ddynamic_message.cc384 const string* default_value; in SharedCtor() local
452 const ::std::string* default_value = in ~DynamicMessage() local
513 const ::std::string* default_value = in ~DynamicMessage() local
Dextension_set.h914 ConstType default_value) { in Get()
991 ConstType default_value) { in Get()
1115 ExtensionIdentifier(int number, typename TypeTraits::ConstType default_value) in ExtensionIdentifier()
1118 typename TypeTraits::ConstType default_value() const { in default_value() function
Dtype.proto138 string default_value = 11; field
Ddescriptor.proto188 optional string default_value = 7; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dutility.cc61 const string& option_name, bool default_value) { in GetBoolOptionOrDefault()
71 const string& option_name, int64 default_value) { in GetInt64OptionOrDefault()
81 const string& option_name, double default_value) { in GetDoubleOptionOrDefault()
91 const string& option_name, const string& default_value) { in GetStringOptionOrDefault()
Ddefault_value_objectwriter.cc52 T default_value) { in ConvertTo()
/frameworks/compile/libbcc/lib/
DProperties.h28 static inline int property_get(const char *key, char *value, const char *default_value) { in property_get()
/frameworks/base/core/proto/android/providers/settings/
Dcommon.proto36 optional string default_value = 5; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc303 std::string FieldGeneratorBase::default_value() { in default_value() function in google::protobuf::compiler::csharp::FieldGeneratorBase
307 std::string FieldGeneratorBase::default_value(const FieldDescriptor* descriptor) { in default_value() function in google::protobuf::compiler::csharp::FieldGeneratorBase
/frameworks/rs/
DrsCppUtils.cpp106 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/frameworks/rs/cpp/
DrsCppUtils.cpp106 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/frameworks/native/cmds/installd/
Dinstalld.cpp50 int get_property(const char *key, char *value, const char *default_value) { in get_property()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_pool_test.py432 def __init__(self, number, type_name, default_value): argument
479 def __init__(self, number, default_value): argument
Dtype_checkers.py114 def __init__(self, default_value, *acceptable_types): argument
/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp46 int get_property(const char *key, char *value, const char *default_value) { in get_property()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_map_field.cc95 const EnumValueDescriptor* default_value = val->default_value_enum(); in SetMessageVariables() local
Dcpp_enum_field.cc52 const EnumValueDescriptor* default_value = descriptor->default_value_enum(); in SetEnumVariables() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc495 PyObject* default_value = NULL; in ScalarMapGet() local
744 PyObject* default_value = NULL; in MessageMapGet() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto165 optional string default_value = 7; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto165 optional string default_value = 7; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py498 default_value, message_type, enum_type, containing_type, argument
508 default_value, message_type, enum_type, containing_type, argument
/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache.cpp31 static int property_get(const char *key, char *value, const char *default_value) { in property_get()

12