Home
last modified time | relevance | path

Searched refs:get_results (Results 1 – 18 of 18) sorted by relevance

/external/autotest/scheduler/
Ddrone_task_queue.py25 def get_results(self): member in DroneTaskQueue
81 return self.get_results() if wait else None
Dthread_lib.py106 def get_results(self): member in ThreadedTaskQueue
167 return self.get_results() if wait else None
Ddrone_task_queue_unittest.py84 results = task_queue.get_results()
100 self.assertTrue(len(task_queue.get_results()) == 0)
Dthread_lib_unittest.py158 task_queue.get_results)
168 results = task_queue.get_results()
212 results = task_queue.get_results()
Ddrone_manager_unittest.py423 self.assertTrue(self.manager._refresh_task_queue.get_results() ==
Ddrone_manager.py521 all_results = self._refresh_task_queue.get_results()
/external/autotest/client/site_tests/kernel_LTP/
Dltp-diff.py27 def get_results(results_files): function
120 (runs, testnames) = get_results(sys.argv)
/external/autotest/client/tests/ltp/
Dltp-diff.py26 def get_results(results_files): function
115 (runs, testnames) = get_results(sys.argv)
/external/libxcam/plugins/3a/aiq/
Daiq_wrapper.cpp53 uint32_t get_results (X3aResultList &results);
178 XCam3AAiqContext::get_results (X3aResultList &results) in get_results() function in XCam3AAiqContext
401 uint32_t result_count = aiq_context->get_results (aiq_results); in xcam_combine_analyze_results()
/external/libxcam/plugins/smart/sample/
Dsample_smart_analysis.cpp278 uint32_t get_results (X3aResultList &results);
322 XCamSmartAnalyerContext::get_results (X3aResultList &results) in get_results() function in XCamSmartAnalyerContext
379 uint32_t result_count = analysis_context->get_results (analysis_results); in xcam_get_results()
/external/autotest/server/site_tests/factory_Basic/
Dfactory_Basic.py40 self._goofy_client.get_results(self.resultsdir)
/external/google-benchmark/src/
Dbenchmark_runner.cc170 RunResults&& get_results() { return std::move(run_results); } in get_results() function in benchmark::internal::__anonf8c2b1cd0111::BenchmarkRunner
345 return r.get_results(); in RunBenchmark()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_runner.cc170 RunResults&& get_results() { return std::move(run_results); } in get_results() function in benchmark::internal::__anonda4d22860111::BenchmarkRunner
345 return r.get_results(); in RunBenchmark()
/external/llvm/test/CodeGen/Thumb2/
D2009-08-04-SubregLoweringBug.ll10 define void @get_results(%struct.Results* noalias nocapture sret %agg.result, %struct.Village* %vil…
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2009-08-04-SubregLoweringBug.ll10 define void @get_results(%struct.Results* noalias nocapture sret %agg.result, %struct.Village* %vil…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
D2009-08-04-SubregLoweringBug.ll10 define void @get_results(%struct.Results* noalias nocapture sret %agg.result, %struct.Village* %vil…
/external/autotest/server/cros/
Dgoofy_client.py396 def get_results(self, resultsdir): member in GoofyProxy
/external/iperf3/src/
Diperf_api.c94 static int get_results(struct iperf_test *test);
1596 if (get_results(test) < 0) in iperf_exchange_results()
1600 if (get_results(test) < 0) in iperf_exchange_results()
1887 get_results(struct iperf_test *test) in get_results() function