Searched refs:GetResult (Results 1 - 15 of 15) sorted by relevance

/external/lldb/tools/lldb-perf/lib/
H A DGauge.h51 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);
H A DGauge.cpp15 lldb_perf::GetResult (const char *description, double value) function in class:lldb_perf
29 lldb_perf::GetResult (const char *description, uint64_t value) function in class:lldb_perf
43 lldb_perf::GetResult (const char *description, std::string value) function in class:lldb_perf
H A DMemoryGauge.h83 GetResult (const char *name, const char *description) const;
140 GetResult (const char *description, MemoryStats value);
H A DMeasurement.h98 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStartValue()));
105 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStopValue()));
112 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage()));
119 auto dictionary = (Results::Dictionary*)results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage())).get();
122 dictionary->Add("stddev", NULL, lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStandardDeviation()));
130 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStandardDeviation()));
H A DMemoryGauge.cpp93 MemoryStats::GetResult (const char *name, const char *description) const function in class:MemoryStats
148 lldb_perf::GetResult (const char *description, MemoryStats value) function in class:lldb_perf
150 return value.GetResult (NULL, description);
/external/skia/src/codec/
H A DSkCodecPriv.h31 SkSwizzler::GetResult(zeroAlpha, maxAlpha);
H A DSkSwizzler.h70 static ResultAlpha GetResult(uint8_t zeroAlpha, uint8_t maxAlpha);
H A DSkSwizzler.cpp14 SkSwizzler::ResultAlpha SkSwizzler::GetResult(uint8_t zeroAlpha, function in class:SkSwizzler
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_utf.cpp89 return encoder.GetResult();
H A Dfx_basic_bstring.cpp941 return decoder.GetResult();
H A Dfx_basic_wstring.cpp375 return decoder.GetResult();
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp193 m_memory_change_create_target.GetDeltaValue().GetResult(NULL, NULL));
197 m_memory_change_break_main.GetDeltaValue().GetResult(NULL, NULL));
205 m_memory_total.GetStopValue().GetResult(NULL, NULL));
/external/v8/src/
H A Dliveedit.cc326 Handle<JSArray> GetResult() { function in class:v8::internal::Differencer::CompareOutputArrayWriter
539 Handle<JSArray> GetResult() { function in class:v8::internal::Differencer::TokenizingLineArrayCompareOutput
540 return array_writer_.GetResult();
571 return output.GetResult();
758 Handle<JSArray> GetResult() { return result_; } function in class:v8::internal::Differencer::FunctionInfoListener
902 return listener.GetResult();
1321 Vector<byte> GetResult() { function in class:v8::internal::Differencer::RelocInfoBuffer
1399 Vector<byte> buffer = buffer_writer.GetResult();
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp324 HRESULT GetResult() function in class:CBenchProgressStatus
365 HRESULT res = Status->GetResult();
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h313 CFX_WideStringC GetResult() const function in class:CFX_UTF8Decoder
341 CFX_ByteStringC GetResult() const function in class:CFX_UTF8Encoder

Completed in 273 milliseconds