HomeSort by relevance Sort by last modified time
    Searched refs:get_results (Results 1 - 25 of 31) sorted by null

1 2

  /external/autotest/scheduler/
drone_task_queue.py 18 def get_results(self): member in class:DroneTaskQueue
36 of `execute`, by calling `get_results`.
47 'through get_results.' % self.results)
57 return self.get_results() if wait else None
drone_task_queue_unittest.py 84 results = task_queue.get_results()
89 # Test execute and get_results
100 self.assertTrue(len(task_queue.get_results()) == 0)
thread_lib.py 19 4. get_results: Returns the results of all threads as a dictionary keyed
86 # refreshing all drones across 'execute' and 'get_results'.
139 def get_results(self): member in class:ThreadedTaskQueue
169 the next invocation of 'execute', by calling 'get_results'.
180 'through get_results.' % self.results_queue)
202 return self.get_results() if wait else None
thread_lib_unittest.py 158 task_queue.get_results)
168 results = task_queue.get_results()
212 results = task_queue.get_results()
  /cts/apps/CameraITS/tests/scene1/
test_3a.py 28 sens, exp, gains, xform, focus = cam.do_3a(get_results=True)
test_raw_sensitivity.py 48 s_ae,e_ae,_,_,f_dist = cam.do_3a(get_results=True)
test_tonemap_sequence.py 38 sens, exp_time, _,_,f_dist = cam.do_3a(do_af=True,get_results=True)
test_auto_vs_manual.py 40 sens, exp, gains, xform, focus = cam.do_3a(get_results=True)
test_raw_burst_sensitivity.py 50 s_ae,e_ae,_,_,f_dist = cam.do_3a(get_results=True)
test_dng_noise_model.py 55 s_ae,e_ae,_,_,f_dist = cam.do_3a(get_results=True)
  /external/autotest/server/site_tests/factory_Basic/
factory_Basic.py 40 self._goofy_client.get_results(self.resultsdir)
  /cts/apps/CameraITS/tests/inprog/
test_param_edge_mode.py 39 sens, exp, gains, xform, focus = cam.do_3a(get_results=True)
test_blc_lsc.py 43 = cam.do_3a(r,r,r,do_af=False,get_results=True)
  /external/autotest/client/site_tests/kernel_LTP/
ltp-diff.py 27 def get_results(results_files): function
70 @param runs: dict of test status from get_results().
120 (runs, testnames) = get_results(sys.argv)
  /external/autotest/client/tests/ltp/
ltp-diff.py 26 def get_results(results_files): function
115 (runs, testnames) = get_results(sys.argv)
  /external/autotest/site_utils/
host_history.py 144 def get_results(start_time, end_time, hosts=None, board=None, pool=None, function
201 results = get_results(start_time=start_time, end_time=end_time, hosts=hosts,
252 results = get_results(hosts=options.hosts,
  /cts/apps/CameraITS/pymodules/its/
target.py 60 = its_session.do_3a(r,r,r,do_af=False,get_results=True)
device.py 376 get_results=False,
394 get_results: Return the 3A results from this function.
406 Five values are returned if get_results is true::
452 if converged and not get_results:
    [all...]
  /cts/apps/CameraITS/tests/scene3/
test_edge_enhancement.py 96 s,e,_,_,fd = cam.do_3a(get_results=True)
test_reprocess_edge_enhancement.py 117 s,e,_,_,fd = cam.do_3a(get_results=True)
  /cts/apps/CameraITS/tests/
tutorial.py 100 sens, exp, gains, xform, focus = cam.do_3a(get_results=True)
  /external/autotest/client/virt/
virt_test_utils.py 507 def get_results(guest_autotest_path): function in function:run_autotest
618 get_results(destination_autotest_path)
626 get_results(destination_autotest_path)
631 get_results(destination_autotest_path)
  /external/autotest/server/cros/
goofy_client.py 396 def get_results(self, resultsdir): member in class:GoofyProxy
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
bs.py 150 s.get_results(self.options.path, get_file=(not self.options.leave))
result.py 114 def get_results(self, path, get_file=True, delete_msg=True): member in class:ResultProcessor

Completed in 270 milliseconds

1 2