HomeSort by relevance Sort by last modified time
    Searched defs:default_value (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/chromium_org/components/autofill/core/browser/
autofill_server_field_info.h 19 std::string default_value; member in struct:autofill::AutofillServerFieldInfo
autofill_field.h 66 const std::string& default_value() const { return default_value_; } function in class:autofill::AutofillField
  /build/tools/check_prereq/
check_prereq.c 34 char* default_value = "0"; local
36 property_get("ro.build.date.utc", value, default_value);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
modifier.hpp 37 nfp::keyword<struct default_value_t> default_value; member in namespace:boost::BOOST_RT_PARAM_NAMESPACE::environment::__anon35132
  /external/chromium_org/chrome/browser/chromeos/cros/
network_property_ui_data.cc 45 const base::Value* default_value = NULL; local
46 if (onc->Get(property_key, &default_value))
47 default_value_.reset(default_value->DeepCopy());
network_property_ui_data.h 40 const base::Value* default_value() const { return default_value_.get(); } function in class:chromeos::NetworkPropertyUIData
  /system/core/toolbox/
getprop.c 44 char *default_value; local
46 default_value = argv[2];
48 default_value = "";
51 property_get(argv[1], value, default_value);
  /external/chromium_org/chrome/common/extensions/
feature_switch.cc 74 DefaultValue default_value) {
75 Init(CommandLine::ForCurrentProcess(), switch_name, default_value); local
80 DefaultValue default_value) {
81 Init(command_line, switch_name, default_value);
86 DefaultValue default_value) {
89 default_value_ = default_value == DEFAULT_ENABLED;
  /external/chromium_org/ui/aura/
window_property.h 76 T default_value; member in struct:aura::WindowProperty
86 value == property->default_value ? NULL : property->deallocator,
88 WindowPropertyCaster<T>::ToInt64(property->default_value));
90 old != WindowPropertyCaster<T>::ToInt64(property->default_value)) {
98 property, WindowPropertyCaster<T>::ToInt64(property->default_value)));
103 SetProperty(property, property->default_value);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
modifier.hpp 56 nfp::keyword<struct default_value_t> default_value; member in namespace:boost::BOOST_RT_PARAM_NAMESPACE::cla::__anon35131
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 169 std::string default_value; // the default value, as a string member in struct:google::CommandLineFlagInfo
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum_field.cc 52 const EnumValueDescriptor* default_value = descriptor->default_value_enum(); local
54 (*variables)["default"] = SimpleItoa(default_value->number());
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum_field.cc 51 const EnumValueDescriptor* default_value = descriptor->default_value_enum(); local
53 (*variables)["default"] = SimpleItoa(default_value->number());
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 258 string default_value; local
260 default_value = strings::Substitute(
266 default_value = "\"" + CEscape(descriptor->default_value_string()) + "\"";
268 default_value = strings::Substitute(
273 (*variables)["default_constant_value"] = default_value;
  /external/chromium_org/net/dns/
dns_config_service_win_unittest.cc 399 bool default_value = (base::win::GetVersion() < base::win::VERSION_VISTA); local
407 { { false, 0 }, default_value },
  /external/chromium_org/third_party/cld/base/
commandlineflags.h 91 string default_value; // the default value, as a string member in struct:CommandLineFlagInfo
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 173 std::string default_value; // the default value, as a string member in struct:google::CommandLineFlagInfo
  /external/chromium_org/components/autofill/content/browser/
autocheckout_manager.cc 479 base::string16 default_value = UTF8ToUTF16(field.default_value()); local
483 field_to_fill->is_checked = (field.value == default_value);
485 field_to_fill->value = default_value;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 140 EGLint default_value; member in struct:__anon14416
514 val = _eglValidationTable[i].default_value;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.cc 300 string* default_value = local
304 new(field_ptr) string*(default_value);
  /external/mesa3d/src/egl/main/
eglconfig.c 140 EGLint default_value; member in struct:__anon24758
514 val = _eglValidationTable[i].default_value;
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 182 std::string default_value; // the default value, as a string member in struct:google::CommandLineFlagInfo
  /external/openfst/src/include/fst/
flags.h 67 default_value(val) {}
73 const T default_value; member in struct:FlagDescription
153 usage += GetDefault(desc.default_value) + "\n ";
167 string GetDefault(bool default_value) const {
168 return default_value ? "true" : "false";
171 string GetDefault(const string &default_value) const {
172 return "\"" + default_value + "\"";
175 template<typename V> string GetDefault(const V& default_value) const {
177 strm << default_value; local
sparse-tuple-weight.h 172 void Init(const W& default_value) {
175 default_ = default_value;
410 W default_value; local
421 sstrm >> default_value; local
422 w.SetDefaultValue(default_value);
513 W default_value; local
536 sstrm >> default_value; local
537 w.SetDefaultValue(default_value);
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 280 string* default_value = local
284 new(field_ptr) string*(default_value);

Completed in 734 milliseconds

1 2 3 4 5