Searched defs:GetResult (Results 1 - 17 of 17) sorted by relevance

/external/lldb/tools/lldb-perf/lib/
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.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/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_test.cc93 DiagnosticsModel::TestResult DiagnosticsTest::GetResult() const { function in class:diagnostics::DiagnosticsTest
/external/chromium_org/components/webdata/common/
H A Dweb_data_request_manager.cc66 scoped_ptr<WDTypedResult> WebDataRequest::GetResult(){ function in class:WebDataRequest
140 scoped_ptr<WDTypedResult> r = request->GetResult();
/external/chromium_org/net/base/
H A Dtest_completion_callback.h58 R GetResult(R result) { function in class:net::internal::TestCompletionCallbackTemplate
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache_unittest.cc62 ASSERT_EQ(net::OK, init_cb.GetResult(rv));
75 EXPECT_EQ(net::OK, store_cb.GetResult(net::ERR_IO_PENDING));
80 // Then call GetResult, which will pump the message loop until it gets a result,
89 net::DrainableIOBuffer* GetResult(int* result) { function in class:pnacl::TestNexeCallback
113 scoped_refptr<net::DrainableIOBuffer> buf(load_cb.GetResult(&rv));
230 EXPECT_EQ(net::ERR_FAILED, store_cb.GetResult(net::ERR_IO_PENDING));
282 scoped_refptr<net::DrainableIOBuffer> buf(load_cb.GetResult(&rv));
/external/chromium_org/gpu/command_buffer/client/
H A Dquery_tracker.cc183 uint32 QueryTracker::Query::GetResult() const { function in class:gpu::gles2::QueryTracker::Query
/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.h204 // then *value is unchanged, and GetResult() can be called to return the
213 // return header_parser.GetResult();
225 // if (RESULT_SUCCESS != header_parser.GetResult()) {
226 // return header_parser.GetResult();
243 // GetResult() can be called to return the reason that the two values
325 VCDiffResult GetResult() const { function in class:open_vcdiff::VCDiffHeaderParser
354 // GetResult() can be called to return the reason that the two values could
/external/chromium_org/ui/base/win/
H A Dopen_file_name_win.cc144 GetResult(&directory, &filenames);
150 void OpenFileName::GetResult(base::FilePath* directory, function in class:ui::win::OpenFileName
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.cc195 STDMETHOD(GetResult)(GoogleUpdateUpgradeResult* result) { function in class:GoogleUpdateJobObserver
350 hr = job_observer->GetResult(&results);
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_adapter_fetcher_win.cc102 int DhcpProxyScriptAdapterFetcher::GetResult() const { function in class:net::DhcpProxyScriptAdapterFetcher
/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py269 def GetResult(self): member in class:_RenderState
1140 return render_state.GetResult()
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc383 bool IMM32Manager::GetResult( function in class:ui::IMM32Manager
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc58 std::string NACKStringBuilder::GetResult() function in class:webrtc::NACKStringBuilder
1391 *nackString = stringBuilder.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.h320 CFX_WideStringC GetResult() const function in class:CFX_UTF8Decoder
324 void GetResult(CFX_WideStringL &result) const function in class:CFX_UTF8Decoder
353 CFX_ByteStringC GetResult() const function in class:CFX_UTF8Encoder
357 void GetResult(CFX_ByteStringL &result) const function in class:CFX_UTF8Encoder
/external/chromium_org/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();

Completed in 375 milliseconds