Searched defs:runTest (Results 26 - 50 of 106) sorted by relevance

12345

/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DShadows.java27 public void runTest() { method in class:Shadows
H A DVibrance.java26 public void runTest() { method in class:Vibrance
H A DColorCube.java79 public void runTest() { method in class:ColorCube
H A DColorMatrix.java77 public void runTest() { method in class:ColorMatrix
H A DHistogram.java66 public void runTest() { method in class:Histogram
H A DResize.java72 public void runTest() { method in class:Resize
H A DWhiteBalance.java38 public void runTest() { method in class:WhiteBalance
/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java41 protected void runTest() throws Throwable { method in class:BandwidthTestCase
42 //This is a copy of {@link InstrumentationTestCase#runTest} with
/frameworks/base/legacy-test/src/android/test/
H A DInstrumentationTestSuite.java71 public void runTest(Test test, TestResult result) { method in class:InstrumentationTestSuite
78 super.runTest(test, result);
/frameworks/base/legacy-test/src/junit/framework/
H A DTestCase.java42 * In the static way you override the runTest method and define the method to
46 * public void runTest() {
53 * The dynamic way uses reflection to implement {@link #runTest()}. It dynamically finds
134 runTest();
151 protected void runTest() throws Throwable { method in class:TestCase
/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase2.java183 protected void runTest() throws Throwable { method in class:ActivityInstrumentationTestCase2
190 // eat the exception here; super.runTest() will catch it again and handle it properly
192 super.runTest();
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DColorCube.java79 public void runTest() { method in class:ColorCube
H A DColorMatrix.java61 public void runTest() { method in class:ColorMatrix
H A DConvolve3x3.java65 public void runTest() { method in class:Convolve3x3
H A DConvolve5x5.java79 public void runTest() { method in class:Convolve5x5
H A DGroupTest.java89 public void runTest() { method in class:GroupTest
H A DHistogram.java60 public void runTest() { method in class:Histogram
H A DMirror.java45 public void runTest() { method in class:Mirror
H A DResize.java72 public void runTest() { method in class:Resize
H A DUsageIO.java58 public void runTest() { method in class:UsageIO
H A DWhiteBalance.java38 public void runTest() { method in class:WhiteBalance
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DColorCube.java71 public void runTest() { method in class:ColorCube
H A DColorMatrix.java70 public void runTest() { method in class:ColorMatrix
H A DResize.java58 public void runTest() { method in class:Resize
H A DWhiteBalance.java37 public void runTest() { method in class:WhiteBalance

Completed in 5283 milliseconds

12345