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 63 def __init__(self, suites, progress_indicator, context):
74 self._CommonInit(len(self.tests), progress_indicator, context)
76 def _CommonInit(self, num_tests, progress_indicator, context):
77 self.indicator = progress_indicator
78 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 544 progress_indicator = progress.PROGRESS_INDICATORS[options.progress]()
546 progress_indicator = progress.JUnitTestProgressIndicator(
547 progress_indicator, options.junitout, options.junittestsuite)
549 progress_indicator = progress.JsonTestProgressIndicator(
550 progress_indicator, options.json_test_results, arch, mode)
572 runner = network_execution.NetworkedRunner(suites, progress_indicator,
575 runner = execution.Runner(suites, progress_indicator, ctx)
run-deopt-fuzzer.py 421 progress_indicator = progress.PROGRESS_INDICATORS[options.progress]()
422 runner = execution.Runner(suites, progress_indicator, ctx)
468 progress_indicator = progress.PROGRESS_INDICATORS[options.progress]()
469 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 903 milliseconds