Searched defs:GetSummary (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-profile.py23 def GetSummary(exe): function
28 if '.idata' in GetSummary('test_profile_true.exe'):
31 if not '.idata' in GetSummary('test_profile_false.exe'):
34 if not '.idata' in GetSummary('test_profile_default.exe'):
/external/lldb/source/DataFormatters/
H A DFormatCache.cpp83 FormatCache::Entry::GetSummary () function in class:FormatCache::Entry
129 FormatCache::GetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp) function in class:FormatCache
138 summary_sp = entry.GetSummary();
/external/lldb/source/API/
H A DSBValue.cpp508 SBValue::GetSummary () function in class:SBValue
521 log->Printf ("SBValue(%p)::GetSummary() => \"%s\"", value_sp.get(), cstr);
523 log->Printf ("SBValue(%p)::GetSummary() => NULL", value_sp.get());

Completed in 118 milliseconds