Home
last modified time | relevance | path

Searched refs:GetSummary (Results 1 – 25 of 27) sorted by relevance

12

/external/lldb/examples/summaries/cocoa/
DSelector.py11 …return valobj.Cast(valobj.GetType().GetBasicType(lldb.eBasicTypeChar).GetPointerType()).GetSummary
14 ….GetValueAsUnsigned(0),valobj.GetType().GetBasicType(lldb.eBasicTypeChar)).AddressOf().GetSummary()
DNSBundle.py55 my_string = text.GetSummary()
85 return url_text_vo.GetSummary()
DCFString.py21 summary = summary.GetSummary()
43 summary = provider.get_child_at_index(provider.get_child_index("content")).GetSummary();
DNSDate.py192 return num_children_vo.GetSummary()
DNSNumber.py185 return num_children_vo.GetSummary()
/external/lldb/source/DataFormatters/
DFormatCache.cpp83 FormatCache::Entry::GetSummary () in GetSummary() function in FormatCache::Entry
129 FormatCache::GetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp) in GetSummary() function in FormatCache
138 summary_sp = entry.GetSummary(); in GetSummary()
DFormatManager.cpp348 if (m_format_cache.GetSummary(valobj_type,retval)) in GetSummaryFormat()
/external/lldb/examples/scripting/
Dtree_utils.py46 root_word = root_word_ptr.GetSummary()
113 print root.GetChildAtIndex(0).GetSummary()
/external/lldb/include/lldb/DataFormatters/
DFormatCache.h51 GetSummary ();
76 GetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp);
/external/lldb/test/python_api/value/
DTestValueAPI.py130 self.expect(child.GetSummary(), exe=False,
139 child.GetSummary() == val2.GetSummary())
/external/lldb/test/functionalities/data-formatter/rdar-12437442/
DTestRdar12437442.py69 self.assertTrue(id_x.GetSummary() == '@"5 objects"', "array does not get correct summary")
85 …self.assertTrue(id_x.GetSummary() == "7 key/value pairs", "dictionary does not get correct summary…
/external/lldb/scripts/Python/interface/
DSBValue.i119 GetSummary ();
460 __swig_getmethods__["summary"] = GetSummary
461 …if _newclass: summary = property(GetSummary, None, doc='''A read only property that returns the su…
/external/clang/utils/
DClangDataFormat.py58 return print_str.GetSummary()
74 return std_str.GetSummary()
/external/lldb/test/lang/objc/objc-stepping/
DTestObjCStepping.py97 className = mySource_isa.GetSummary ()
139 newClassName = mySource_isa.GetSummary ()
/external/lldb/test/lang/objc/objc-static-method-stripped/
DTestObjCStaticMethodStripped.py60 sel_name = cmd_value.GetSummary()
/external/lldb/test/lang/objc/objc-static-method/
DTestObjCStaticMethod.py67 sel_name = cmd_value.GetSummary()
/external/lldb/test/python_api/default-constructor/
Dsb_value.py20 obj.GetSummary()
/external/lldb/tools/lldb-perf/lib/
DXcode.cpp21 auto summary = value.GetSummary(); in FetchVariable()
/external/lldb/test/lang/c/array_types/
DTestArrayTypes.py166 self.assertTrue(child3.GetSummary() == '"Guten Tag"',
/external/lldb/include/lldb/API/
DSBValue.h88 GetSummary ();
/external/lldb/test/
Dlldbutil.py828 val = value.GetSummary()
881 if child.GetSummary() != None:
Dlldbtest.py1845 err.write('\t' + "Summary -> " + str(val.GetSummary()) + '\n')
/external/lldb/examples/python/
Dsbvalue.py62 return self.sbvalue.GetSummary ()
/external/lldb/source/API/
DSBFrame.cpp1421 expr_result.GetSummary()); in EvaluateExpression()
DSBValue.cpp508 SBValue::GetSummary () in GetSummary() function in SBValue

12