Home
last modified time | relevance | path

Searched refs:TestResult (Results 1 – 21 of 21) 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/
DAndroidTestRunner.java28 import junit.framework.TestResult;
45 private TestResult mTestResult;
159 protected TestResult createTestResult() { in createTestResult()
163 return new TestResult(); in createTestResult()
178 public TestResult getTestResult() { in getTestResult()
186 public void runTest(TestResult testResult) { in runTest()
DNoExecTestResult.java19 import junit.framework.TestResult;
28 class NoExecTestResult extends TestResult {
DTestRunner.java34 import junit.framework.TestResult;
89 public void run(TestResult result) { in run()
DInstrumentationTestRunner.java50 import junit.framework.TestResult;
664 public synchronized void printResult(TestResult result, long runTime) { in printResult()
/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/base/core/java/android/test/
DInstrumentationTestSuite.java23 import junit.framework.TestResult;
71 public void runTest(Test test, TestResult result) { in runTest()
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java47 import junit.framework.TestResult;
121 TestResult testRunResult = new TestResult(); in start()
233 public void print(TestResult result, long runTime, Bundle testOutput); in print()
349 public void print(TestResult result, long runTime, Bundle testOutput) { in print()
379 public void print(TestResult result, long runTime, Bundle testOutput) { in print()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DAdapterHelperTest.java20 import junit.framework.TestResult;
67 public void run(TestResult result) { in run()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28904 method protected junit.framework.TestResult createTestResult();
28907 method public junit.framework.TestResult getTestResult();
28910 method public void runTest(junit.framework.TestResult);
54072 method public abstract void run(junit.framework.TestResult);
54079 method protected junit.framework.TestResult createResult();
54081 method public junit.framework.TestResult run();
54082 method public void run(junit.framework.TestResult);
54108 public class TestResult {
54109 ctor public TestResult();
54145 method public void run(junit.framework.TestResult);
[all …]
/frameworks/base/api/
Dcurrent.txt37477 method protected junit.framework.TestResult createTestResult();
37480 method public junit.framework.TestResult getTestResult();
37483 method public void runTest(junit.framework.TestResult);
64997 method public abstract void run(junit.framework.TestResult);
65004 method protected junit.framework.TestResult createResult();
65006 method public junit.framework.TestResult run();
65007 method public void run(junit.framework.TestResult);
65033 public class TestResult {
65034 ctor public TestResult();
65070 method public void run(junit.framework.TestResult);
[all …]
Dsystem-current.txt40465 method protected junit.framework.TestResult createTestResult();
40468 method public junit.framework.TestResult getTestResult();
40471 method public void runTest(junit.framework.TestResult);
68354 method public abstract void run(junit.framework.TestResult);
68361 method protected junit.framework.TestResult createResult();
68363 method public junit.framework.TestResult run();
68364 method public void run(junit.framework.TestResult);
68390 public class TestResult {
68391 ctor public TestResult();
68427 method public void run(junit.framework.TestResult);
[all …]
Dtest-current.txt37554 method protected junit.framework.TestResult createTestResult();
37557 method public junit.framework.TestResult getTestResult();
37560 method public void runTest(junit.framework.TestResult);
65077 method public abstract void run(junit.framework.TestResult);
65084 method protected junit.framework.TestResult createResult();
65086 method public junit.framework.TestResult run();
65087 method public void run(junit.framework.TestResult);
65113 public class TestResult {
65114 ctor public TestResult();
65150 method public void run(junit.framework.TestResult);
[all …]