/external/lldb/tools/lldb-perf/lib/ |
D | Gauge.h | 51 Results::ResultSP GetResult (const char *description, T value); 54 Results::ResultSP GetResult (const char *description, double value); 57 Results::ResultSP GetResult (const char *description, uint64_t value); 60 Results::ResultSP GetResult (const char *description, std::string value);
|
D | Measurement.h | 98 …results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typena… in WriteStartValue() 105 …results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typena… in WriteStopValue() 112 …results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typena… in WriteAverageValue() 119 …tDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeTy… in WriteAverageAndStandardDeviation() 122 …dictionary->Add("stddev", NULL, lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.… in WriteAverageAndStandardDeviation() 130 …results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typena… in WriteStandardDeviation()
|
D | Gauge.cpp | 15 lldb_perf::GetResult (const char *description, double value) in GetResult() function in lldb_perf 29 lldb_perf::GetResult (const char *description, uint64_t value) in GetResult() function in lldb_perf 43 lldb_perf::GetResult (const char *description, std::string value) in GetResult() function in lldb_perf
|
D | MemoryGauge.cpp | 93 MemoryStats::GetResult (const char *name, const char *description) const in GetResult() function in MemoryStats 148 lldb_perf::GetResult (const char *description, MemoryStats value) in GetResult() function in lldb_perf 150 return value.GetResult (NULL, description); in GetResult()
|
D | MemoryGauge.h | 83 GetResult (const char *name, const char *description) const; 140 GetResult (const char *description, MemoryStats value);
|
/external/lldb/tools/lldb-perf/common/clang/ |
D | lldb_perf_clang.cpp | 193 m_memory_change_create_target.GetDeltaValue().GetResult(NULL, NULL)); in WriteResults() 197 m_memory_change_break_main.GetDeltaValue().GetResult(NULL, NULL)); in WriteResults() 205 m_memory_total.GetStopValue().GetResult(NULL, NULL)); in WriteResults()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_utf.cpp | 89 return encoder.GetResult(); in FX_UTF8Encode()
|
D | fx_xml_parser.cpp | 299 value = decoder.GetResult(); in GetAttrValue() 311 value = decoder.GetResult(); in GetAttrValue() 460 content << decoder.GetResult(); in ParseElement() 504 content << decoder.GetResult(); in ParseElement()
|
D | fx_basic_bstring.cpp | 941 return decoder.GetResult(); in UTF8Decode()
|
D | fx_basic_wstring.cpp | 375 return decoder.GetResult(); in FromUTF8()
|
/external/skia/src/codec/ |
D | SkCodecPriv.h | 31 SkSwizzler::GetResult(zeroAlpha, maxAlpha);
|
D | SkSwizzler.h | 70 static ResultAlpha GetResult(uint8_t zeroAlpha, uint8_t maxAlpha);
|
D | SkSwizzler.cpp | 14 SkSwizzler::ResultAlpha SkSwizzler::GetResult(uint8_t zeroAlpha, in GetResult() function in SkSwizzler
|
/external/v8/src/ |
D | liveedit.cc | 326 Handle<JSArray> GetResult() { in GetResult() function in v8::internal::CompareOutputArrayWriter 539 Handle<JSArray> GetResult() { in GetResult() function in v8::internal::TokenizingLineArrayCompareOutput 540 return array_writer_.GetResult(); in GetResult() 571 return output.GetResult(); in CompareStrings() 758 Handle<JSArray> GetResult() { return result_; } in GetResult() function in v8::internal::FunctionInfoListener 902 return listener.GetResult(); in GatherCompileInfo() 1321 Vector<byte> GetResult() { in GetResult() function in v8::internal::RelocInfoBuffer 1399 Vector<byte> buffer = buffer_writer.GetResult(); in PatchPositionsInCode()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 324 HRESULT GetResult() in GetResult() function in CBenchProgressStatus 365 HRESULT res = Status->GetResult(); in SetRatioInfo()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_basic.h | 313 CFX_WideStringC GetResult() const in GetResult() function 341 CFX_ByteStringC GetResult() const in GetResult() function
|