/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | AutomaticActivity.java | 121 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/ |
D | TestRunner.java | 8 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()
|
D | ResultPrinter.java | 14 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/ |
D | TestCase.java | 106 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()
|
D | TestResult.java | 18 public class TestResult extends Object { class 27 public TestResult() { in TestResult() method in TestResult
|
D | Test.java | 16 public abstract void run(TestResult result); in run()
|
D | TestSuite.java | 234 public void run(TestResult result) { 242 public void runTest(Test test, TestResult result) {
|
/frameworks/base/test-runner/src/android/test/ |
D | AndroidTestRunner.java | 26 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()
|
D | NoExecTestResult.java | 19 import junit.framework.TestResult; 28 class NoExecTestResult extends TestResult {
|
D | InstrumentationTestRunner.java | 47 import junit.framework.TestResult; 668 public synchronized void printResult(TestResult result, long runTime) { in printResult()
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
D | UnitTestSuiteBuilderTest.java | 26 import junit.framework.TestResult; 61 TestResult result = new TestResult(); in runSuite()
|
D | TestSuiteBuilderTest.java | 33 import junit.framework.TestResult; 183 TestResult result = new TestResult();
|
/frameworks/base/legacy-test/src/android/test/ |
D | InstrumentationTestSuite.java | 23 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/ |
D | shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
D | UiAutomatorTestRunner.java | 47 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/ |
D | legacy-test-current.txt | 144 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/ |
D | shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/ |
D | shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | shared.rsh | 26 } TestResult; 27 //TestResult *g_results;
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | shared.rsh | 28 } TestResult; 29 //TestResult *g_results;
|
/frameworks/base/test-runner/api/ |
D | android-test-runner-current.txt | 42 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/ |
D | AdapterHelperTest.java | 28 import junit.framework.TestResult; 67 public void run(TestResult result) { in run()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28904 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 …]
|