Searched defs:default_value (Results 51 - 75 of 96) sorted by relevance

1234

/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.cpp473 CFX_ByteStringC default_value = GetDefaultNameValue(attr_type); local
475 CFX_ByteString AttrValue = m_pTaggedElement->GetName(owner, AttrName, default_value, IsInheritable(attr_type), index);
503 FX_FLOAT default_value = GetDefaultFloatValue(attr_type); local
505 FX_FLOAT f = m_pTaggedElement->GetNumber(owner, AttrName, default_value, IsInheritable(attr_type), index);
507 f = m_pTaggedElement->GetNumber("Table", AttrName, default_value, IsInheritable(attr_type), index);
517 FX_COLORREF default_value = GetDefaultColorValue(attr_type); local
519 FX_ARGB f = m_pTaggedElement->GetColor(owner, AttrName, default_value, IsInheritable(attr_type), index);
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.cc280 string* default_value = local
284 new(field_ptr) string*(default_value);
H A Dextension_set.h221 int32 GetInt32 (int number, int32 default_value) const;
222 int64 GetInt64 (int number, int64 default_value) const;
223 uint32 GetUInt32(int number, uint32 default_value) const;
224 uint64 GetUInt64(int number, uint64 default_value) const;
225 float GetFloat (int number, float default_value) const;
226 double GetDouble(int number, double default_value) const;
227 bool GetBool (int number, bool default_value) const;
228 int GetEnum (int number, int default_value) const;
229 const string & GetString (int number, const string& default_value) const;
231 const MessageLite& default_value) cons
617 Get(int number, const ExtensionSet& set, ConstType default_value) argument
668 Get(int number, const ExtensionSet& set, ConstType default_value) argument
711 Get(int number, const ExtensionSet& set, ConstType default_value) argument
766 ExtensionIdentifier(int number, typename TypeTraits::ConstType default_value) argument
769 typename TypeTraits::ConstType default_value() const { function in class:google::protobuf::internal::ExtensionIdentifier
[all...]
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_linux.cc49 double default_value) {
50 double value = default_value;
51 return dictionary.GetDouble(property_name, &value) ? value : default_value;
56 bool default_value) {
57 bool value = default_value;
58 return dictionary.GetBoolean(property_name, &value) ? value : default_value;
47 GetPropertyAsDouble(const base::DictionaryValue& dictionary, const std::string& property_name, double default_value) argument
54 GetPropertyAsBoolean(const base::DictionaryValue& dictionary, const std::string& property_name, bool default_value) argument
/external/chromium_org/google_apis/gaia/
H A Dgaia_urls.cc49 const char* default_value,
55 *output_value = default_value;
60 const char* default_value) {
62 GetSwitchValueWithDefault(switch_value, default_value, &string_value);
48 GetSwitchValueWithDefault(const char* switch_value, const char* default_value, std::string* output_value) argument
59 GetURLSwitchValueWithDefault(const char* switch_value, const char* default_value) argument
/external/chromium_org/sql/
H A Drecovery.cc436 std::string default_value = s.ColumnString(4); local
438 "IFNULL(%s,%s)", column_name.c_str(), default_value.c_str()));
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglconfig.c140 EGLint default_value; member in struct:__anon13691
514 val = _eglValidationTable[i].default_value;
/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java172 * integer, default_value will be returned. */
173 public int getIntValue(String hdfname, int default_value) { argument
177 return _getIntValue(hdfptr,hdfname,default_value);
182 public String getValue(String hdfname, String default_value) { argument
186 return _getValue(hdfptr,hdfname,default_value);
410 int default_value);
412 String default_value);
409 _getIntValue(long ptr, String hdfname, int default_value) argument
411 _getValue(long ptr, String hdfname, String default_value) argument
/external/mesa3d/src/egl/main/
H A Deglconfig.c140 EGLint default_value; member in struct:__anon27102
514 val = _eglValidationTable[i].default_value;
/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h172 void Init(const W& default_value) { argument
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/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp416 CFX_ByteString CPDF_StructElementImpl::GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable, int subindex) argument
420 return default_value;
424 FX_ARGB CPDF_StructElementImpl::GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable, int subindex) argument
428 return default_value;
433 FX_FLOAT CPDF_StructElementImpl::GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInheritable, int subindex) argument
437 return default_value;
441 int CPDF_StructElementImpl::GetInteger(FX_BSTR owner, FX_BSTR name, int default_value, FX_BOOL bInheritable, int subindex) argument
445 return default_value;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h81 : address(addr), doc_string(doc), type_name(type), default_value(val) {}
86 const T default_value; member in struct:FlagDescription
153 void ShowDefault(bool default_value) const {
155 std::cout << (default_value ? "true" : "false");
157 void ShowDefault(const string &default_value) const {
159 std::cout << "\"" << default_value << "\""; local
161 template<typename V> void ShowDefault(const V& default_value) const {
163 std::cout << default_value; local
174 ShowDefault(desc.default_value);
/external/chromium_org/base/prefs/
H A Dpref_service.cc200 const base::Value* default_value = NULL; local
201 if (!pref_registry_->defaults()->GetValue(pref_name, &default_value))
205 this, pref_name, default_value->GetType()))).first;
542 const base::Value* default_value = NULL; local
543 if (pref_registry_->defaults()->GetValue(path, &default_value)) {
545 base::Value::Type default_type = default_value->GetType();
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dwebsite_settings_handler.cc385 ContentSetting default_value = local
390 if (setting == CONTENT_SETTING_ASK && setting == default_value)
578 ContentSetting default_value = local
580 if (default_value != CONTENT_SETTING_ALLOW &&
581 default_value != CONTENT_SETTING_BLOCK) {
583 content_settings::ContentSettingToString(default_value));
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.cc69 bool CheckEnvVar(const char* name, bool default_value) { argument
70 bool result = default_value;
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h160 const blink::WebString& default_value,
164 default_value.utf8().data() + "\n");
159 runModalPromptDialog(const blink::WebString& message, const blink::WebString& default_value, blink::WebString*) argument
/external/chromium_org/third_party/libva/va/
H A Dva_vpp.h366 float default_value; member in struct:_VAProcFilterValueRange
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h223 int32 GetInt32 (int number, int32 default_value) const;
224 int64 GetInt64 (int number, int64 default_value) const;
225 uint32 GetUInt32(int number, uint32 default_value) const;
226 uint64 GetUInt64(int number, uint64 default_value) const;
227 float GetFloat (int number, float default_value) const;
228 double GetDouble(int number, double default_value) const;
229 bool GetBool (int number, bool default_value) const;
230 int GetEnum (int number, int default_value) const;
231 const string & GetString (int number, const string& default_value) const;
233 const MessageLite& default_value) cons
691 Get(int number, const ExtensionSet& set, ConstType default_value) argument
742 Get(int number, const ExtensionSet& set, ConstType default_value) argument
785 Get(int number, const ExtensionSet& set, ConstType default_value) argument
849 ExtensionIdentifier(int number, typename TypeTraits::ConstType default_value) argument
852 typename TypeTraits::ConstType default_value() const { function in class:google::protobuf::internal::ExtensionIdentifier
[all...]
/external/chromium_org/url/
H A Durl_canon.h606 explicit URLComponentSource(const CHAR* default_value) argument
607 : scheme(default_value),
608 username(default_value),
609 password(default_value),
610 host(default_value),
611 port(default_value),
612 path(default_value),
613 query(default_value),
614 ref(default_value) {
/external/harfbuzz_ng/test/api/
H A Dtest-unicode.c453 unsigned int default_value; member in struct:__anon21694
516 default_value (hb_codepoint_t _default_value, hb_codepoint_t unicode) function
534 g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].unicode));
539 g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].unicode));
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc531 string* default_value = field->mutable_default_value(); local
536 DO(ConsumeIdentifier(default_value, "Expected identifier."));
556 default_value->append("-");
564 default_value->append(SimpleItoa(value));
586 default_value->append(SimpleItoa(value));
594 default_value->append("-");
601 default_value->append(SimpleDtoa(value));
606 default_value->assign("true");
608 default_value->assign("false");
616 DO(ConsumeString(default_value, "Expecte
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Djtl_interpreter.cc217 scoped_ptr<base::Value> default_value)
220 default_value_(default_value.Pass()) {
508 bool default_value = false;
509 if (!ReadBool(&default_value))
515 new base::FundamentalValue(default_value))));
215 CompareStoredValue(const std::string& hashed_name, scoped_ptr<base::Value> value, scoped_ptr<base::Value> default_value) argument
/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer.cc412 bool ContentSettingsObserver::allowReadFromClipboard(bool default_value) { argument
428 bool ContentSettingsObserver::allowWriteToClipboard(bool default_value) { argument
451 bool ContentSettingsObserver::allowMutationEvents(bool default_value) { argument
452 return IsPlatformApp() ? false : default_value;
/external/chromium_org/net/quic/
H A Dquic_config.cc22 // to |default_value|.
26 uint32 default_value,
38 *out = default_value;
72 void QuicNegotiableUint32::set(uint32 max, uint32 default_value) { argument
73 DCHECK_LE(default_value, max);
75 default_value_ = default_value;
130 QuicTag default_value) {
131 DCHECK(ContainsQuicTag(possible, default_value));
133 default_value_ = default_value;
23 ReadUint32(const CryptoHandshakeMessage& msg, QuicTag tag, QuicConfigPresence presence, uint32 default_value, uint32* out, string* error_details) argument
129 set(const QuicTagVector& possible, QuicTag default_value) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc789 string* default_value = field->mutable_default_value(); local
794 DO(ConsumeIdentifier(default_value, "Expected identifier."));
814 default_value->append("-");
822 default_value->append(SimpleItoa(value));
844 default_value->append(SimpleItoa(value));
852 default_value->append("-");
859 default_value->append(SimpleDtoa(value));
864 default_value->assign("true");
866 default_value->assign("false");
874 DO(ConsumeString(default_value, "Expecte
[all...]

Completed in 5072 milliseconds

1234