Searched refs:GetType (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/external/lldb/examples/summaries/cocoa/
H A DSelector.py11 return valobj.Cast(valobj.GetType().GetBasicType(lldb.eBasicTypeChar).GetPointerType()).GetSummary()
14 return valobj.CreateValueFromAddress('text',valobj.GetValueAsUnsigned(0),valobj.GetType().GetBasicType(lldb.eBasicTypeChar)).AddressOf().GetSummary()
/external/lldb/source/Interpreter/
H A DOptionValue.cpp33 switch (GetType())
61 if (GetType () == OptionValue::eTypeBoolean)
69 if (GetType () == OptionValue::eTypeBoolean)
78 if (GetType () == OptionValue::eTypeFileSpec)
87 if (GetType () == OptionValue::eTypeFileSpec)
96 if (GetType () == OptionValue::eTypeFileSpecList)
105 if (GetType () == OptionValue::eTypeFileSpecList)
114 if (GetType () == OptionValue::eTypeArch)
123 if (GetType () == OptionValue::eTypeArch)
131 if (GetType ()
[all...]
/external/lldb/scripts/Python/interface/
H A 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 result as GetType().''')
H A DSBFunction.i81 GetType ();
120 __swig_getmethods__["type"] = GetType
121 if _newclass: type = property(GetType, None, doc='''A read only property that returns an lldb object that represents the return type (lldb.SBType) for this function.''')
H A DSBSymbol.i54 GetType ();
81 __swig_getmethods__["type"] = GetType
82 if _newclass: type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eSymbolType") that represents the type of this symbol.''')
H A DSBEvent.i132 GetType () const;
H A DSBTypeNameSpecifier.i41 GetType ();
/external/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h38 GetType() const function in class:lldb_private::OptionValueArgs
/external/lldb/test/python_api/default-constructor/
H A Dsb_event.py10 obj.GetType()
H A Dsb_symbol.py15 obj.GetType()
H A Dsb_error.py13 obj.GetType()
/external/lldb/test/functionalities/type_completion/
H A 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/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp13 if (pField->GetType() == CPDF_FormField::CheckBox) {
304 if (GetType() == CheckBox || GetType() == RadioButton) {
321 switch (pValue->GetType()) {
449 if (pValue->GetType() == PDFOBJ_STRING) {
455 if (pValue->GetType() == PDFOBJ_NUMBER) {
461 if (pValue->GetType() != PDFOBJ_ARRAY) {
476 if (pValue->GetType() == PDFOBJ_STRING) {
481 } else if (pValue->GetType() == PDFOBJ_NUMBER) {
484 if (pValue->GetType() !
[all...]
H A Ddoc_tagged.cpp62 if (pKids->GetType() == PDFOBJ_DICTIONARY) {
67 if (pKids->GetType() != PDFOBJ_ARRAY) {
88 if (pKids->GetType() == PDFOBJ_DICTIONARY) {
90 } else if (pKids->GetType() == PDFOBJ_ARRAY) {
109 if (pParents == NULL || pParents->GetType() != PDFOBJ_ARRAY) {
165 if (pObj->GetType() == PDFOBJ_DICTIONARY) {
175 if (pObj->GetType() == PDFOBJ_ARRAY) {
181 if (pKidRef == NULL || pKidRef->GetType() != PDFOBJ_REFERENCE) {
237 if (pObj && pObj->GetType() == PDFOBJ_REFERENCE) {
244 if (pKids->GetType()
[all...]
H A Ddoc_action.cpp21 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
26 if (pDest->GetType() == PDFOBJ_ARRAY) {
35 CPDF_Action::ActionType CPDF_Action::GetType() const function in class:CPDF_Action
112 int iType = pFields->GetType();
142 int iType = pFields->GetType();
176 int iType = pFields->GetType();
252 int iObjType = pNext->GetType();
267 int iObjType = pNext->GetType();
317 if (!pDirect || pDirect->GetType() !
[all...]
H A Ddoc_bookmark.cpp58 if (!pString || pString->GetType() != PDFOBJ_STRING) {
82 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
87 if (pDest->GetType() == PDFOBJ_ARRAY) {
H A Ddoc_formcontrol.cpp20 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton);
41 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton);
65 if (pObjDirect1->GetType() != PDFOBJ_DICTIONARY) {
85 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton);
87 if (GetType() == CPDF_FormField::RadioButton || GetType() == CPDF_FormField::CheckBox) {
89 if (pOpt != NULL && pOpt->GetType()
[all...]
/external/llvm/include/llvm/MC/
H A DMCELF.h28 static unsigned GetType(const MCSymbolData &SD);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeNodeStream.cs161 return TreeAdaptor.GetType(o) == CharStreamConstants.EndOfFile;
165 return TreeAdaptor.GetType(LT(i));
209 int type = TreeAdaptor.GetType(o);
215 type = TreeAdaptor.GetType(o);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeNodeStream.cs186 return TreeAdaptor.GetType(o) == CharStreamConstants.EndOfFile;
191 return TreeAdaptor.GetType( LT( i ) );
242 int type = TreeAdaptor.GetType( o );
249 type = TreeAdaptor.GetType( o );
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DfooSynthProvider.py5 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/external/lldb/test/functionalities/data-formatter/rdar-10887661/
H A DfooSynthProvider.py5 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.h25 virtual FX_INT32 GetType() const function in class:CFPF_SkiaFontDescriptor
55 virtual FX_INT32 GetType() const function in class:CFPF_SkiaPathFont
75 virtual FX_INT32 GetType() const function in class:CFPF_SkiaFileFont
85 virtual FX_INT32 GetType() const function in class:CFPF_SkiaBufferFont
/external/gptfdisk/
H A Dsgdisk.cc56 << (int) mbrData.GetType(i) << dec << endl;
72 res << "PART " << (i + 1) << " " << partData.GetType() << " "
/external/lldb/source/API/
H A DSBTypeSummary.cpp104 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback)
115 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback)
154 if (m_opaque_sp->IsScripted() || (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback))
216 if (m_opaque_sp->GetType() != rhs.m_opaque_sp->GetType())
219 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback)
281 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback)
316 if (m_opaque_sp->GetType() == lldb_private::TypeSummaryImpl::eTypeCallback && !want_script)

Completed in 638 milliseconds

1234567891011>>