Home
last modified time | relevance | path

Searched refs:TestResult (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DAutomaticActivity.java121 private static class TestResult { class in AutomaticActivity
122 TestResult(String label, float error) { in TestResult() method in AutomaticActivity.TestResult
141 final HashMap<String, TestResult> mModifierResults = new HashMap<String, TestResult>();
142 final HashMap<String, TestResult> mIndividualResults = new HashMap<String, TestResult>();
143 final HashMap<String, TestResult> mModifierDiffResults = new HashMap<String, TestResult>();
144 final HashMap<String, TestResult> mIndividualDiffResults = new HashMap<String, TestResult>();
177 private static void logTestResultHash(String label, HashMap<String, TestResult> map) { in logTestResultHash()
181 TreeSet<TestResult> set = new TreeSet<TestResult>(new Comparator<TestResult>() { in logTestResultHash()
183 public int compare(TestResult lhs, TestResult rhs) { in logTestResultHash()
194 for (TestResult t : map.values()) { in logTestResultHash()
[all …]
/frameworks/base/test-runner/src/android/test/
DNoExecTestResult.java19 import junit.framework.TestResult;
27 class NoExecTestResult extends TestResult {
DAndroidTestRunner.java28 import junit.framework.TestResult;
38 private TestResult mTestResult;
152 protected TestResult createTestResult() { in createTestResult()
156 return new TestResult(); in createTestResult()
171 public TestResult getTestResult() { in getTestResult()
179 public void runTest(TestResult testResult) { in runTest()
DInstrumentationTestRunner.java50 import junit.framework.TestResult;
658 public synchronized void printResult(TestResult result, long runTime) { in printResult()
DTestRunner.java34 import junit.framework.TestResult;
88 public void run(TestResult result) { in run()
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
DNoExecTestResult.java19 import junit.framework.TestResult;
26 class NoExecTestResult extends TestResult {
DNonExecutingJUnit3ClassRunner.java18 import junit.framework.TestResult;
36 TestResult result = new NoExecTestResult(); in run()
DAndroidTestSuite.java19 import junit.framework.TestResult;
55 public void runTest(Test test, TestResult result) { in runTest()
/frameworks/base/core/java/android/test/
DInstrumentationTestSuite.java23 import junit.framework.TestResult;
65 public void runTest(Test test, TestResult result) { in runTest()
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DUnitTestSuiteBuilderTest.java26 import junit.framework.TestResult;
61 TestResult result = new TestResult(); in runSuite()
DInstrumentationTestSuiteBuilderTest.java27 import junit.framework.TestResult;
68 TestResult result = new TestResult(); in runSuite()
DTestSuiteBuilderTest.java33 import junit.framework.TestResult;
170 TestResult result = new TestResult();
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
Dtest_root.rs11 typedef struct TestResult { struct
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
Dtest_root.rs11 typedef struct TestResult { struct
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java47 import junit.framework.TestResult;
121 TestResult testRunResult = new TestResult(); in start()
232 public void print(TestResult result, long runTime, Bundle testOutput); in print()
348 public void print(TestResult result, long runTime, Bundle testOutput) { in print()
378 public void print(TestResult result, long runTime, Bundle testOutput) { in print()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dtest_root.rs11 typedef struct TestResult { struct
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dtest_root.rs11 typedef struct TestResult { struct
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/base/docs/html/tools/help/uiautomator/
DUiAutomatorTestCase.jd245 TestResult
264 <span class="sympad">run</span>(TestResult arg0)
1174 <span class="sympad">run</span>(TestResult arg0)
/frameworks/base/api/
Dcurrent.txt22165 method protected junit.framework.TestResult createTestResult();
22168 method public junit.framework.TestResult getTestResult();
22171 method public void runTest(junit.framework.TestResult);
45284 method public abstract void run(junit.framework.TestResult);
45291 method protected junit.framework.TestResult createResult();
45293 method public junit.framework.TestResult run();
45294 method public void run(junit.framework.TestResult);
45320 public class TestResult {
45321 ctor public TestResult();
45357 method public void run(junit.framework.TestResult);
[all …]
/frameworks/base/docs/html/
Dsitemap.txt2872 http://developer.android.com/reference/junit/framework/TestResult.html
5490 http://developer.android.com/sdk/api_diff/16/changes/junit.framework.TestResult.html