HomeSort by relevance Sort by last modified time
    Searched refs:GetType (Results 1 - 25 of 447) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/examples/summaries/cocoa/
Selector.py 11 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/include/lldb/Interpreter/
OptionValueArgs.h 38 GetType() const
OptionValueFileSpecList.h 48 GetType () const
OptionValuePathMappings.h 42 GetType () const
  /external/lldb/source/Interpreter/
OptionValue.cpp 33 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 () == OptionValue::eTypeArray
    [all...]
  /external/lldb/scripts/Python/interface/
SBError.i 83 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().''')
SBEvent.i 132 GetType () const;
SBFunction.i 81 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.''')
SBSymbol.i 54 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.''')
  /external/lldb/test/python_api/default-constructor/
sb_event.py 10 obj.GetType()
sb_symbol.py 15 obj.GetType()
sb_error.py 13 obj.GetType()
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 13 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() != PDFOBJ_ARRAY)
    [all...]
doc_tagged.cpp 62 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() == PDFOBJ_ARRAY)
    [all...]
doc_action.cpp 21 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
26 if (pDest->GetType() == PDFOBJ_ARRAY) {
35 CPDF_Action::ActionType CPDF_Action::GetType() const
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() != PDFOBJ_DICTIONARY)
    [all...]
doc_bookmark.cpp 58 if (!pString || pString->GetType() != PDFOBJ_STRING) {
82 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
87 if (pDest->GetType() == PDFOBJ_ARRAY) {
doc_formcontrol.cpp 20 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() == PDFOBJ_ARRAY)
    [all...]
  /external/llvm/include/llvm/MC/
MCELF.h 28 static unsigned GetType(const MCSymbolData &SD);
  /art/compiler/optimizing/
graph_checker.cc 302 type_str << phi->GetType();
483 if (PrimitiveKind(input->GetType()) != PrimitiveKind(phi->GetType())) {
488 Primitive::PrettyDescriptor(input->GetType()),
489 Primitive::PrettyDescriptor(phi->GetType())));
492 if (phi->GetType() != HPhi::ToPhiType(phi->GetType())) {
496 Primitive::PrettyDescriptor(phi->GetType())));
512 } else if (input->GetType() == Primitive::kPrimInt
516 } else if (input->GetType() != Primitive::kPrimBoolean)
    [all...]
primitive_type_propagation.cc 44 Primitive::Type existing = phi->GetType();
48 Primitive::Type input_type = phi->InputAt(i)->GetType();
60 if (input->GetType() != new_type) {
127 if (phi != nullptr && phi->IsLive() && phi->GetType() != instruction->GetType()) {
  /external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
fooSynthProvider.py 5 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
  /external/lldb/test/functionalities/data-formatter/rdar-10887661/
fooSynthProvider.py 5 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
  /external/lldb/test/functionalities/type_completion/
TestTypeCompletion.py 62 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/fxge/android/
fpf_skiafontmgr.h 25 virtual FX_INT32 GetType() const
55 virtual FX_INT32 GetType() const
75 virtual FX_INT32 GetType() const
85 virtual FX_INT32 GetType() const
  /external/gptfdisk/
sgdisk.cc 56 << (int) mbrData.GetType(i) << dec << endl;
72 res << "PART " << (i + 1) << " " << partData.GetType() << " "

Completed in 6363 milliseconds

1 2 3 4 5 6 7 8 91011>>