Home
last modified time | relevance | path

Searched refs:GetResults (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/buildtools/checkdeps/
Dresults.py57 def GetResults(self): member in ResultsFormatter
94 def GetResults(self): member in NormalResultsFormatter
125 def GetResults(self): member in JSONResultsFormatter
152 def GetResults(self): member in TemporaryRulesFormatter
156 for result in self.GetResults():
174 def GetResults(self): member in CountViolationsFormatter
Dcheckdeps_test.py32 problems = self.deps_checker.results_formatter.GetResults()
103 return self.deps_checker.results_formatter.GetResults()
115 self.assertEqual('4', self.deps_checker.results_formatter.GetResults())
122 temp_rules = self.deps_checker.results_formatter.GetResults()
Dcheckdeps.py70 if self.results_formatter.GetResults():
/third_party/boost/boost/asio/detail/
Dwinrt_async_manager.hpp129 return operation->GetResults();
168 return operation->GetResults();
223 handler->result_ = operation->GetResults(); in __anon008142ec0502()
264 handler->result_ = operation->GetResults(); in __anon008142ec0602()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwinrt_async_manager.hpp129 return operation->GetResults();
168 return operation->GetResults();
223 handler->result_ = operation->GetResults(); in __anon9c04baf30502()
264 handler->result_ = operation->GetResults(); in __anon9c04baf30602()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/
DSDL_xaudio2_winrthelpers.cpp47 DeviceInformationCollection^ devices = operation->GetResults(); in IXAudio2_GetDeviceCount()
76 DeviceInformationCollection^ devices = operation->GetResults(); in IXAudio2_GetDeviceDetails()
/third_party/skia/third_party/externals/angle2/src/tests/
Dcapture_replay_tests.py586 def GetResults(self): member in TestBatch
734 result_list.append(test_batch.GetResults())
735 logger.info(str(test_batch.GetResults()))
739 result_list.append(test_batch.GetResults())
740 logger.info(str(test_batch.GetResults()))
747 result_list.append(test_batch.GetResults())
748 logger.info(str(test_batch.GetResults()))
752 result_list.append(test_batch.GetResults())
753 logger.info(str(test_batch.GetResults()))
/third_party/benchmark/src/
Dbenchmark_runner.h59 RunResults&& GetResults();
Dbenchmark_runner.cc348 RunResults&& BenchmarkRunner::GetResults() { in GetResults() function in benchmark::internal::BenchmarkRunner
Dbenchmark.cc354 RunResults run_results = runner.GetResults(); in RunBenchmarks()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtmessagebox.cpp101 IntPtr results = safe_cast<IntPtr>(operation->GetResults()->Id); in WINRT_ShowMessageBox()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmediacapturewrapper.cpp731 hr = init_async->GetResults (); in mediaCaptureInitPost()
941 hr = set_format_async->GetResults (); in mediaCaptureInitPost()
954 hr = create_reader_async->GetResults(&frame_reader); in mediaCaptureInitPost()
1005 hr = start_async->GetResults(&reader_status); in startCapture()
1111 hr = async_op->GetResults (&source_group_list); in enumrateFrameSourceGroup()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2client.cpp636 hr = async_op->GetResults (&device_list); in gst_wasapi2_client_activate_async()