HomeSort by relevance Sort by last modified time
    Searched refs:progress_indicator (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/tools/testrunner/local/
progress.py 244 def __init__(self, progress_indicator, junitout, junittestsuite):
245 self.progress_indicator = progress_indicator
253 self.progress_indicator.runner = self.runner
254 self.progress_indicator.Starting()
257 self.progress_indicator.Done()
263 self.progress_indicator.AboutToRun(test)
266 self.progress_indicator.HasRun(test, has_unexpected_output)
288 def __init__(self, progress_indicator, json_test_results, arch, mode):
289 self.progress_indicator = progress_indicato
    [all...]
execution.py 62 def __init__(self, suites, progress_indicator, context):
71 self._CommonInit(len(self.tests), progress_indicator, context)
73 def _CommonInit(self, num_tests, progress_indicator, context):
74 self.indicator = progress_indicator
75 progress_indicator.runner = self
  /external/chromium_org/v8/tools/testrunner/network/
endpoint.py 111 progress_indicator = EndpointProgress(sock, server, ctx)
112 runner = execution.Runner(suites, progress_indicator, ctx)
122 progress_indicator.HasRun(None, None) # Sentinel to signal the end.
123 progress_indicator.sender_lock.acquire() # Released when sending is done.
124 progress_indicator.sender_lock.release()
network_execution.py 53 def __init__(self, suites, progress_indicator, context, peers, workspace):
65 self._CommonInit(num_tests, progress_indicator, context)
  /external/chromium_org/v8/tools/
run-tests.py 473 progress_indicator = progress.PROGRESS_INDICATORS[options.progress]()
475 progress_indicator = progress.JUnitTestProgressIndicator(
476 progress_indicator, options.junitout, options.junittestsuite)
478 progress_indicator = progress.JsonTestProgressIndicator(
479 progress_indicator, options.json_test_results, arch, mode)
501 runner = network_execution.NetworkedRunner(suites, progress_indicator,
504 runner = execution.Runner(suites, progress_indicator, ctx)
run-deopt-fuzzer.py 417 progress_indicator = progress.PROGRESS_INDICATORS[options.progress]()
418 runner = execution.Runner(suites, progress_indicator, ctx)
464 progress_indicator = progress.PROGRESS_INDICATORS[options.progress]()
465 runner = execution.Runner(suites, progress_indicator, ctx)
  /packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java 82 mProgressView = rootView.findViewById(R.id.progress_indicator);

Completed in 129 milliseconds