/external/lldb/source/Interpreter/ |
D | OptionGroupFormat.cpp | 54 if (m_byte_size.GetDefaultValue() < UINT64_MAX) in GetNumDefinitions() 56 if (m_count.GetDefaultValue() < UINT64_MAX) in GetNumDefinitions() 85 if (m_count.GetDefaultValue() == 0) in SetOptionValue() 98 if (m_byte_size.GetDefaultValue() == 0) in SetOptionValue() 150 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue() 151 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
|
D | OptionGroupBoolean.cpp | 53 m_value.SetCurrentValue (!m_value.GetDefaultValue()); in SetOptionValue()
|
/external/chromium_org/mojo/public/python/mojo/bindings/ |
D | descriptor.py | 28 def GetDefaultValue(self, value): member in Type 99 def GetDefaultValue(self, value): member in NumericType 385 def GetDefaultValue(self, value): member in StructType 448 def GetDefaultValue(self): member in FieldDescriptor 449 return self.field_type.GetDefaultValue(self._default_value)
|
D | reflection.py | 141 self._fields[field.name] = field.GetDefaultValue()
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueBoolean.h | 114 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueFormat.h | 83 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueUInt64.h | 110 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueEnumeration.h | 98 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueFileSpec.h | 91 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueArch.h | 113 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueSInt64.h | 112 GetDefaultValue() const in GetDefaultValue() function
|
D | OptionValueString.h | 184 GetDefaultValue() const in GetDefaultValue() function
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_colors.cpp | 427 …virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const; 454 void CPDF_LabCS::GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) con… in GetDefaultValue() function in CPDF_LabCS 537 void GetDefaultValue(int i, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_ICCBasedCS 723 void GetDefaultValue(int iComponent, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_IndexedCS 775 m_pBaseCS->GetDefaultValue(i, defvalue, m_pCompMinMax[i * 2], m_pCompMinMax[i * 2 + 1]); in v_Load() 876 … virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_SeparationCS 971 … virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function in CPDF_DeviceNCS 1206 GetDefaultValue(i, buf[i], min, max); in GetDefaultColor()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseform.h | 80 CFX_WideString GetDefaultValue() const;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | job_scheduler.cc | 36 static T GetDefaultValue() { return T(); } in GetDefaultValue() function 39 static T GetDefaultValue() { return T(); } in GetDefaultValue() function 57 callback.Run(error, DefaultValueCreator<P1>::GetDefaultValue()); in Run()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 610 …virtual void GetDefaultValue(int iComponent, FX_FLOAT& value, FX_FLOAT& min, FX_FLOAT& max) const in GetDefaultValue() function
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 536 m_pColorSpace->GetDefaultValue(i, def_value, def_min, def_max); in LoadColorInfo() 547 …m_pColorSpace->GetDefaultValue(i, def_value, m_pCompData[i].m_DecodeMin, m_pCompData[i].m_DecodeSt… in LoadColorInfo()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 336 CFX_WideString CPDF_FormField::GetDefaultValue() in GetDefaultValue() function in CPDF_FormField
|
/external/chromium_org/v8/include/ |
D | v8.h | 2625 V8_INLINE internal::Object* GetDefaultValue(); 6173 *value_ = GetDefaultValue(); 6184 *value_ = GetDefaultValue(); 6267 internal::Object* ReturnValue<T>::GetDefaultValue() {
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 1170 CFX_WideString GetDefaultValue();
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 233 CFX_WideString CPDFSDK_Widget::GetDefaultValue() const in GetDefaultValue() function in CPDFSDK_Widget 238 return pFormField->GetDefaultValue(); in GetDefaultValue()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 1211 vp << pFormField->GetDefaultValue(); in defaultValue()
|