Searched refs:HasRun (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dtestable_callback.h44 bool HasRun() const { return run_count_ != 0; } function in class:TestableCallback
/external/chromium_org/v8/tools/testrunner/local/
H A Dprogress.py66 def HasRun(self, test, has_unexpected_output): member in class:ProgressIndicator
121 def HasRun(self, test, has_unexpected_output): member in class:VerboseProgressIndicator
134 def HasRun(self, test, has_unexpected_output): member in class:DotsProgressIndicator
169 def HasRun(self, test, has_unexpected_output): member in class:CompactProgressIndicator
265 def HasRun(self, test, has_unexpected_output): member in class:JUnitTestProgressIndicator
266 self.progress_indicator.HasRun(test, has_unexpected_output)
319 def HasRun(self, test, has_unexpected_output): member in class:JsonTestProgressIndicator
320 self.progress_indicator.HasRun(test, has_unexpected_output)
H A Dexecution.py145 self.indicator.HasRun(test, has_unexpected_output or test.run > 1)
171 self.indicator.HasRun(test, True)
179 self.indicator.HasRun(test, True)
182 self.indicator.HasRun(test, True)
189 self.indicator.HasRun(test, False)
/external/chromium_org/v8/tools/testrunner/network/
H A Dendpoint.py53 def HasRun(self, test, has_unexpected_output): member in class:EndpointProgress
122 progress_indicator.HasRun(None, None) # Sentinel to signal the end.
H A Dnetwork_execution.py217 self.indicator.HasRun(test, has_unexpected_output)

Completed in 1931 milliseconds