Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/external/lldb/source/Interpreter/
DOptionValue.cpp33 switch (GetType()) in GetUInt64Value()
61 if (GetType () == OptionValue::eTypeBoolean) in GetAsBoolean()
69 if (GetType () == OptionValue::eTypeBoolean) in GetAsBoolean()
78 if (GetType () == OptionValue::eTypeFileSpec) in GetAsFileSpec()
87 if (GetType () == OptionValue::eTypeFileSpec) in GetAsFileSpec()
96 if (GetType () == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
105 if (GetType () == OptionValue::eTypeFileSpecList) in GetAsFileSpecList()
114 if (GetType () == OptionValue::eTypeArch) in GetAsArch()
123 if (GetType () == OptionValue::eTypeArch) in GetAsArch()
131 if (GetType () == OptionValue::eTypeArray) in GetAsArray()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp12 if (pField->GetType() == CPDF_FormField::CheckBox) { in PDF_FormField_IsUnison()
285 if (GetType() == CheckBox || GetType() == RadioButton) { in GetValue()
302 switch (pValue->GetType()) { in GetValue()
474 if (GetType() == ListBox) { in ClearSelection()
477 if (GetType() == ComboBox) { in ClearSelection()
487 if (GetType() == ListBox) { in ClearSelection()
490 if (GetType() == ComboBox) { in ClearSelection()
501 ASSERT(GetType() == ComboBox || GetType() == ListBox); in IsItemSelected()
547 ASSERT(GetType() == ComboBox || GetType() == ListBox); in SetItemSelection()
554 if (GetType() == ListBox) { in SetItemSelection()
[all …]
Ddoc_formcontrol.cpp21 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetOnStateName()
22 GetType() == CPDF_FormField::RadioButton); in GetOnStateName()
40 ASSERT(GetType() == CPDF_FormField::CheckBox || in SetOnStateName()
41 GetType() == CPDF_FormField::RadioButton); in SetOnStateName()
83 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetCheckedAPState()
84 GetType() == CPDF_FormField::RadioButton); in GetCheckedAPState()
86 if (GetType() == CPDF_FormField::RadioButton || in GetCheckedAPState()
87 GetType() == CPDF_FormField::CheckBox) { in GetCheckedAPState()
98 ASSERT(GetType() == CPDF_FormField::CheckBox || in GetExportValue()
99 GetType() == CPDF_FormField::RadioButton); in GetExportValue()
[all …]
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfxmath_barcodeimp.cpp52 BC_TYPE CFX_Barcode::GetType() { in GetType() function in CFX_Barcode
53 return m_pBCEngine ? m_pBCEngine->GetType() : BC_UNKNOWN; in GetType()
71 switch (GetType()) { in CheckContentValidity()
89 switch (GetType()) { in SetPrintChecksum()
107 switch (GetType()) { in SetDataLength()
125 switch (GetType()) { in SetCalChecksum()
143 switch (GetType()) { in SetFont()
160 switch (GetType()) { in SetFontSize()
178 switch (GetType()) { in SetFontStyle()
196 switch (GetType()) { in SetFontColor()
[all …]
/external/lldb/test/functionalities/type_completion/
DTestTypeCompletion.py62 p_type = p_vector.GetType()
69 p_type = p_vector.GetType()
78 p_type = p_vector.GetType()
90 p_type = p_vector.GetType()
99 string = field0.GetType().GetPointeeType()
109 p_type = p_vector.GetType()
118 string = field0.GetType().GetPointeeType()
129 p_type = p_vector.GetType()
136 string = field0.GetType().GetPointeeType()
/external/libbrillo/brillo/
Dflag_helper.cc36 const char* GetType() const override { return "bool"; } in GetType() function in brillo::HelpFlag
67 const char* BoolFlag::GetType() const { in GetType() function in brillo::BoolFlag
83 const char* Int32Flag::GetType() const { in GetType() function in brillo::Int32Flag
99 const char* Int64Flag::GetType() const { in GetType() function in brillo::Int64Flag
115 const char* UInt64Flag::GetType() const { in GetType() function in brillo::UInt64Flag
131 const char* DoubleFlag::GetType() const { in GetType() function in brillo::DoubleFlag
149 const char* StringFlag::GetType() const { in GetType() function in brillo::StringFlag
225 flag->GetType(), in UpdateFlagValues()
260 flag->GetType(), in GetHelpMessage()
Dflag_helper.h81 virtual const char* GetType() const = 0;
99 const char* GetType() const override;
115 const char* GetType() const override;
130 const char* GetType() const override;
145 const char* GetType() const override;
160 const char* GetType() const override;
175 const char* GetType() const override;
/external/v8/build/android/pylib/instrumentation/
Dinstrumentation_test_instance_test.py44 self.assertEqual(base_test_result.ResultType.PASS, results[0].GetType())
65 self.assertEqual(base_test_result.ResultType.SKIP, results[0].GetType())
84 self.assertEqual(base_test_result.ResultType.PASS, results[0].GetType())
100 self.assertEqual(base_test_result.ResultType.FAIL, results[0].GetType())
118 self.assertEqual(base_test_result.ResultType.FAIL, results[0].GetType())
/external/lldb/source/API/
DSBTypeSummary.cpp104 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback) in IsSummaryString()
115 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback) in GetData()
154 …if (m_opaque_sp->IsScripted() || (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCa… in SetSummaryString()
216 if (m_opaque_sp->GetType() != rhs.m_opaque_sp->GetType()) in IsEqualTo()
219 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback) in IsEqualTo()
281 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback) in CopyOnWrite_Impl()
316 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback && !want_script) in ChangeSummaryType()
/external/boringssl/src/crypto/evp/
Devp_test.cc132 if (t->GetType() == "PrivateKey") { in TestEVP()
139 if (t->GetType() == "Decrypt") { in TestEVP()
142 } else if (t->GetType() == "Sign") { in TestEVP()
145 } else if (t->GetType() == "Verify") { in TestEVP()
149 t->PrintLine("Unknown test '%s'", t->GetType().c_str()); in TestEVP()
180 if (t->GetType() == "Verify") { in TestEVP()
/external/lldb/examples/summaries/cocoa/
DNSNumber.py69 self.sys_params.types_cache.char = self.valobj.GetType().GetBasicType(lldb.eBasicTypeChar)
71 self.sys_params.types_cache.short = self.valobj.GetType().GetBasicType(lldb.eBasicTypeShort)
73 …self.sys_params.types_cache.ushort = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedSho…
75 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
77 self.sys_params.types_cache.long = self.valobj.GetType().GetBasicType(lldb.eBasicTypeLong)
79 …self.sys_params.types_cache.ulong = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
81 … self.sys_params.types_cache.longlong = self.valobj.GetType().GetBasicType(lldb.eBasicTypeLongLong)
83 …self.sys_params.types_cache.ulonglong = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigned…
85 self.sys_params.types_cache.float = self.valobj.GetType().GetBasicType(lldb.eBasicTypeFloat)
87 self.sys_params.types_cache.double = self.valobj.GetType().GetBasicType(lldb.eBasicTypeDouble)
DNSIndexSet.py35 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
36 …self.sys_params.types_cache.uint32 = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
38 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
39 …self.sys_params.types_cache.uint32 = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
41 …self.sys_params.types_cache.uint32 = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
DNSSet.py35 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
37 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
96 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
98 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
137 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
139 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
168 …self.sys_params.types_cache.voidptr = self.valobj.GetType().GetBasicType(lldb.eBasicTypeVoid).GetP…
DCFDictionary.py35 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
37 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
73 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
75 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
113 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
115 …self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsigne…
/external/gptfdisk/
Dmbr.cc79 if ((partitions[i].GetType() != 0xEE) && (partitions[i].GetType() != 0x00)) in OptimizeEESize()
81 if (partitions[i].GetType() == 0xEE) { in OptimizeEESize()
117 if ((partitions[i].GetType() != 0xEE) && (partitions[i].GetStartLBA() == start32) in DeleteByLocation()
145 origType = origPart->GetType(); in AsGPT()
/external/pdfium/xfa/include/fxbarcode/
DBC_BarCode.h51 virtual BC_TYPE GetType() = 0;
82 virtual BC_TYPE GetType() = 0;
118 BC_TYPE GetType() { return BC_CODE39; } in GetType() function
136 BC_TYPE GetType() { return BC_CODABAR; } in GetType() function
156 BC_TYPE GetType() { return BC_CODE128; } in GetType() function
173 BC_TYPE GetType() { return BC_EAN8; } in GetType() function
190 BC_TYPE GetType() { return BC_EAN13; } in GetType() function
207 BC_TYPE GetType() { return BC_UPCA; } in GetType() function
224 BC_TYPE GetType() { return BC_QR_CODE; } in GetType() function
239 BC_TYPE GetType() { return BC_PDF417; } in GetType() function
[all …]
/external/libchrome/sandbox/win/src/
Dcrosscall_client.h81 ArgType GetType() { in GetType() function
118 ArgType GetType() { in GetType() function
164 ArgType GetType() { in GetType() function
203 ArgType GetType() { in GetType() function
204 return Base::GetType(); in GetType()
231 ArgType GetType() { in GetType() function
232 return Base::GetType(); in GetType()
279 ArgType GetType() { in GetType() function
301 ch##num.IsInOut(), ch##num.GetType())) \
/external/lldb/scripts/Python/interface/
DSBError.i83 GetType () const;
119 __swig_getmethods__["type"] = GetType
120 …if _newclass: type = property(GetType, None, doc='''A read only property that returns the same res…
DSBFunction.i81 GetType ();
120 __swig_getmethods__["type"] = GetType
121 …if _newclass: type = property(GetType, None, doc='''A read only property that returns an lldb obje…
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeNodeStream.cs161 return TreeAdaptor.GetType(o) == CharStreamConstants.EndOfFile; in IsEndOfFile()
165 return TreeAdaptor.GetType(LT(i)); in LA()
209 int type = TreeAdaptor.GetType(o); in ToTokenTypeString()
215 type = TreeAdaptor.GetType(o); in ToTokenTypeString()
DTreeWizard.cs226 int ttype = adaptor.GetType(t); in IndexCore()
284 tpattern.GetType() == typeof(WildcardTreePattern)) { in Find()
320 if (adaptor.GetType(t) == ttype) { in VisitCore()
368 tpattern.GetType() == typeof(WildcardTreePattern)) { in Visit()
421 if (tpattern.GetType() != typeof(WildcardTreePattern)) { in ParseCore()
422 if (adaptor.GetType(t1) != tpattern.Type) { in ParseCore()
507 if (adaptor.GetType(t1) != adaptor.GetType(t2)) { in EqualsCore()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonTreeNodeStream.cs186 return TreeAdaptor.GetType(o) == CharStreamConstants.EndOfFile; in IsEndOfFile()
191 return TreeAdaptor.GetType( LT( i ) ); in LA()
242 int type = TreeAdaptor.GetType( o ); in ToTokenTypeString()
249 type = TreeAdaptor.GetType( o ); in ToTokenTypeString()
DTreeWizard.cs256 int ttype = adaptor.GetType( t ); in IndexCore()
325 tpattern.GetType() == typeof( WildcardTreePattern ) ) in Find()
368 if ( adaptor.GetType( t ) == ttype ) in VisitCore()
423 tpattern.GetType() == typeof( WildcardTreePattern ) ) in Visit()
481 if ( tpattern.GetType() != typeof( WildcardTreePattern ) ) in ParseCore()
483 if ( adaptor.GetType( t1 ) != tpattern.Type ) in ParseCore()
579 if ( adaptor.GetType( t1 ) != adaptor.GetType( t2 ) ) in EqualsCore()
/external/pdfium/fpdfsdk/src/
Dfpdfsave.cpp96 if (pXFA->GetType() != PDFOBJ_ARRAY) in _SaveXFADocumentData()
108 if (pPDFObj->GetType() != PDFOBJ_STRING) in _SaveXFADocumentData()
139 if (pFormPDFObj->GetType() == PDFOBJ_REFERENCE) { in _SaveXFADocumentData()
142 pFormDircetObj->GetType() == PDFOBJ_STREAM) { in _SaveXFADocumentData()
145 } else if (pFormPDFObj->GetType() == PDFOBJ_STREAM) { in _SaveXFADocumentData()
153 if (pDataSetsPDFObj->GetType() == PDFOBJ_REFERENCE) { in _SaveXFADocumentData()
157 pDataSetsDircetObj->GetType() == PDFOBJ_STREAM) { in _SaveXFADocumentData()
160 } else if (pDataSetsPDFObj->GetType() == PDFOBJ_STREAM) { in _SaveXFADocumentData()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.h29 virtual int32_t GetType() const { return FPF_SKIAFONTTYPE_Unknown; } in GetType() function
51 int32_t GetType() const override { return FPF_SKIAFONTTYPE_Path; } in GetType() function
68 int32_t GetType() const override { return FPF_SKIAFONTTYPE_File; } in GetType() function
77 int32_t GetType() const override { return FPF_SKIAFONTTYPE_Buffer; } in GetType() function

12345678910>>...16