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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
cli_wrapper_unittest.py 16 self.stop_called = False
22 self.stop_called = True
34 self.assertTrue(self.server.stop_called)
  /external/chromium_org/media/audio/
audio_output_proxy_unittest.cc 72 bool stop_called() { return stop_called_; } function in class:__anon13161::MockAudioOutputStream
223 EXPECT_TRUE(stream.stop_called());
248 EXPECT_TRUE(stream.stop_called());
267 EXPECT_FALSE(stream.stop_called());
285 EXPECT_FALSE(stream.stop_called());
302 EXPECT_FALSE(stream.stop_called());
333 EXPECT_TRUE(stream.stop_called());
369 EXPECT_TRUE(stream1.stop_called());
371 EXPECT_TRUE(stream2.stop_called());
674 EXPECT_TRUE(stream1.stop_called());
    [all...]
  /external/chromium_org/tools/perf/measurements/
smoothness_unittest.py 157 stop_called = True variable in class:SmoothnessUnitTest.testCleanUpPowerMetric.FakePowerMetric
161 self.stop_called = True
179 self.assertTrue(measurement.fake_power.stop_called)

Completed in 149 milliseconds