/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/android/test/ |
D | NoExecTestResult.java | 19 import junit.framework.TestResult; 27 class NoExecTestResult extends TestResult {
|
D | AndroidTestRunner.java | 28 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()
|
D | InstrumentationTestRunner.java | 50 import junit.framework.TestResult; 658 public synchronized void printResult(TestResult result, long runTime) { in printResult()
|
D | TestRunner.java | 34 import junit.framework.TestResult; 88 public void run(TestResult result) { in run()
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/ |
D | NoExecTestResult.java | 19 import junit.framework.TestResult; 26 class NoExecTestResult extends TestResult {
|
D | NonExecutingJUnit3ClassRunner.java | 18 import junit.framework.TestResult; 36 TestResult result = new NoExecTestResult(); in run()
|
D | AndroidTestSuite.java | 19 import junit.framework.TestResult; 55 public void runTest(Test test, TestResult result) { in runTest()
|
/frameworks/base/core/java/android/test/ |
D | InstrumentationTestSuite.java | 23 import junit.framework.TestResult; 65 public void runTest(Test test, TestResult result) { in runTest()
|
/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 | InstrumentationTestSuiteBuilderTest.java | 27 import junit.framework.TestResult; 68 TestResult result = new TestResult(); in runSuite()
|
D | TestSuiteBuilderTest.java | 33 import junit.framework.TestResult; 170 TestResult result = new TestResult();
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
D | test_root.rs | 11 typedef struct TestResult { struct
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
D | test_root.rs | 11 typedef struct TestResult { struct
|
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
D | UiAutomatorTestRunner.java | 47 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/ |
D | test_root.rs | 11 typedef struct TestResult { struct
|
D | shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | test_root.rs | 11 typedef struct TestResult { struct
|
D | shared.rsh | 10 } TestResult; 11 //TestResult *g_results;
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiAutomatorTestCase.jd | 245 TestResult 264 <span class="sympad">run</span>(TestResult arg0) 1174 <span class="sympad">run</span>(TestResult arg0)
|
/frameworks/base/api/ |
D | current.txt | 22165 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/ |
D | sitemap.txt | 2872 http://developer.android.com/reference/junit/framework/TestResult.html 5490 http://developer.android.com/sdk/api_diff/16/changes/junit.framework.TestResult.html
|