Home
last modified time | relevance | path

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

12

/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/junit/textui/
DTestRunner.java8 import junit.framework.TestResult;
75 static public TestResult run(Test test) { in run()
104 protected TestResult createTestResult() { in createTestResult()
105 return new TestResult(); in createTestResult()
108 public TestResult doRun(Test test) { in doRun()
112 public TestResult doRun(Test suite, boolean wait) { in doRun()
113 TestResult result= createTestResult(); in doRun()
138 TestResult r= aTestRunner.start(args); in main()
152 public TestResult start(String args[]) throws Exception { in start()
186 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
DResultPrinter.java14 import junit.framework.TestResult;
28 synchronized void print(TestResult result, long runTime) { in print()
48 protected void printErrors(TestResult result) { in printErrors()
52 protected void printFailures(TestResult result) { in printFailures()
82 protected void printFooter(TestResult result) { in printFooter()
/frameworks/base/legacy-test/src/junit/framework/
DTestCase.java106 protected TestResult createResult() { in createResult()
107 return new TestResult(); in createResult()
115 public TestResult run() { in run()
116 TestResult result= createResult(); in run()
123 public void run(TestResult result) { in run()
DTestResult.java18 public class TestResult extends Object { class
27 public TestResult() { in TestResult() method in TestResult
DTest.java16 public abstract void run(TestResult result); in run()
DTestSuite.java234 public void run(TestResult result) {
242 public void runTest(Test test, TestResult result) {
/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java26 import junit.framework.TestResult;
43 private TestResult mTestResult;
157 protected TestResult createTestResult() { in createTestResult()
161 return new TestResult(); in createTestResult()
176 public TestResult getTestResult() { in getTestResult()
184 public void runTest(TestResult testResult) { in runTest()
DNoExecTestResult.java19 import junit.framework.TestResult;
28 class NoExecTestResult extends TestResult {
DInstrumentationTestRunner.java47 import junit.framework.TestResult;
668 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()
DTestSuiteBuilderTest.java33 import junit.framework.TestResult;
183 TestResult result = new TestResult();
/frameworks/base/legacy-test/src/android/test/
DInstrumentationTestSuite.java23 import junit.framework.TestResult;
71 public void runTest(Test test, TestResult result) { in runTest()
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/rs/tests/java_api/RsTest_11/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/base/legacy-test/api/
Dlegacy-test-current.txt144 method public abstract void run(junit.framework.TestResult);
151 method protected junit.framework.TestResult createResult();
153 method public junit.framework.TestResult run();
154 method public void run(junit.framework.TestResult);
180 public class TestResult {
181 ctor public TestResult();
217 method public void run(junit.framework.TestResult);
218 method public void runTest(junit.framework.Test, junit.framework.TestResult);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dshared.rsh10 } TestResult;
11 //TestResult *g_results;
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dshared.rsh26 } TestResult;
27 //TestResult *g_results;
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dshared.rsh28 } TestResult;
29 //TestResult *g_results;
/frameworks/base/test-runner/api/
Dandroid-test-runner-current.txt42 method protected junit.framework.TestResult createTestResult();
45 method public junit.framework.TestResult getTestResult();
49 method public void runTest(junit.framework.TestResult);
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
DAdapterHelperTest.java28 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 …]

12