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

  /external/guava/guava-gwt/test/com/google/common/base/
StopwatchTest_gwt.java 101 public void testStop() throws Exception {
103 testCase.testStop();
  /external/tensorflow/tensorflow/python/data/kernel_tests/
range_test.py 30 def testStop(self):
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
StopwatchTest.java 70 public void testStop() {
  /external/guava/guava-tests/test/com/google/common/base/
StopwatchTest.java 71 public void testStop() {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowMediaRecorderTest.java 197 public void testStop() throws Exception {
ShadowMediaPlayerTest.java 306 public void testStop() {
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedVectorDrawableTest.java 230 public void testStop() throws Throwable {
AnimatedImageDrawableTest.java 347 public void testStop() throws Throwable {
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 579 testAsyncReset(false /* testStop */);
583 testAsyncReset(true /* testStop */);
586 private void testAsyncReset(boolean testStop) throws Exception, InterruptedException {
589 testAsyncReset(false /* audio */, (i % 2) == 0 /* swap */, testStop);
592 testAsyncReset(true /* audio */, (i % 2) == 0 /* swap */, testStop);
600 private void testAsyncReset(boolean audio, boolean swap, final boolean testStop)
628 if (testStop) {
    [all...]

Completed in 6818 milliseconds