/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
D | TestCollector.java | 44 public synchronized void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() argument 52 public synchronized void testFailed(TestIdentifier test, String trace) { in testFailed() argument 60 public synchronized void testIgnored(TestIdentifier test) { in testIgnored() argument 68 public synchronized void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure() argument 108 public synchronized void testStarted(TestIdentifier test) { in testStarted() argument 109 TestSuiteReference suiteRef = mDeviceSuiteRef.getTestSuite(test.getClassName()); in testStarted() 111 suiteRef = new TestSuiteReference(test.getClassName()); in testStarted() 115 suiteRef.addTest(new TestCaseReference(mDeviceName, test)); in testStarted()
|
D | TestCaseReference.java | 36 TestCaseReference(String deviceName, TestIdentifier test) { in TestCaseReference() argument 38 mClassName = test.getClassName(); in TestCaseReference() 39 mTestName = test.getTestName(); in TestCaseReference()
|
D | RemoteAdtTestRunner.java | 446 public void testEnded(TestIdentifier test, Map<String, String> ignoredTestMetrics) { in testEnded() argument 447 mNotifier.testEnded(new TestCaseReference(mDeviceName, test)); in testEnded() 451 public void testFailed(TestIdentifier test, String trace) { in testFailed() argument 453 new TestReferenceFailure(new TestCaseReference(mDeviceName, test), in testFailed() 459 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure() argument 461 new TestReferenceFailure(new TestCaseReference(mDeviceName, test), in testAssumptionFailure() 467 public void testIgnored(TestIdentifier test) { in testIgnored() argument 496 public synchronized void testStarted(TestIdentifier test) { in testStarted() argument 497 TestCaseReference testId = new TestCaseReference(mDeviceName, test); in testStarted()
|
/sdk/eclipse/sites/external/web/ |
D | site.xsl | 18 <xsl:if test="count(key('cat',@name)) != 0"> 32 <xsl:when test="(position() mod 2 = 1)"> 41 <xsl:when test="ancestor::feature//@label"> 56 <xsl:if test="ancestor::feature//@os"> 61 <xsl:if test="ancestor::feature//@ws"> 66 <xsl:if test="ancestor::feature//@nl"> 71 <xsl:if test="ancestor::feature//@arch"> 83 <xsl:if test="count(feature) > count(feature/category)"> 91 <xsl:when test="function-available('msxsl:node-set')"> 104 <xsl:when test="position() mod 2 = 1"> [all …]
|
/sdk/eclipse/sites/internal/web/ |
D | site.xsl | 18 <xsl:if test="count(key('cat',@name)) != 0"> 32 <xsl:when test="(position() mod 2 = 1)"> 41 <xsl:when test="ancestor::feature//@label"> 56 <xsl:if test="ancestor::feature//@os"> 61 <xsl:if test="ancestor::feature//@ws"> 66 <xsl:if test="ancestor::feature//@nl"> 71 <xsl:if test="ancestor::feature//@arch"> 83 <xsl:if test="count(feature) > count(feature/category)"> 91 <xsl:when test="function-available('msxsl:node-set')"> 104 <xsl:when test="position() mod 2 = 1"> [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
D | README.txt | 15 Steps to run the test suite: 25 Select "Run a single test" 44 b. Using classloader.getResource or getResourceAsStream to access test data will 45 likely fail in the plugin environment. Instead, use AdtTestData to access test files 66 as a JUnit plugin test, and requires less potential set-up, but has the 68 continuous test environment. Tests that pass when run as "JUnit Tests" can 76 Steps to run the test suite: 83 B - Setup an SDK on host machine, that is compatible with the Eclipse ADT plugins under test 88 Select "Run a single test"
|
D | build.properties | 6 test.xml,\
|
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/ |
D | AllTests.java | 17 package com.android.tests.testprojecttest.test; 22 import android.test.suitebuilder.TestSuiteBuilder;
|
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/ |
D | AllTests.java | 17 package com.android.tests.testprojecttest.test; 22 import android.test.suitebuilder.TestSuiteBuilder;
|
/sdk/testapps/ |
D | README.txt | 1 This repository contains test applications used by the SDK automated tests. 5 Each project represents a different test case. For more information, read
|
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/lib/ |
D | LibActivityTest.java | 19 import android.test.ActivityInstrumentationTestCase2; 20 import android.test.suitebuilder.annotation.MediumTest;
|
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/ |
D | LibActivityTest.java | 19 import android.test.ActivityInstrumentationTestCase2; 20 import android.test.suitebuilder.annotation.MediumTest;
|
/sdk/testapps/libsTest/lib2Test/src/com/android/tests/libstest/lib2/ |
D | MainActivityTest.java | 19 import android.test.ActivityInstrumentationTestCase2; 20 import android.test.suitebuilder.annotation.MediumTest;
|
/sdk/testapps/libsTest/lib1Test/src/com/android/tests/libstest/lib1/ |
D | MainActivityTest.java | 19 import android.test.ActivityInstrumentationTestCase2; 20 import android.test.suitebuilder.annotation.MediumTest;
|
/sdk/testapps/libsTest/appTest/src/com/android/tests/libstest/app/ |
D | MainActivityTest.java | 19 import android.test.ActivityInstrumentationTestCase2; 20 import android.test.suitebuilder.annotation.MediumTest;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/ |
D | test_uses-library.template | 1 <uses-library android:name="android.test.runner" />
|
D | test_instrumentation.template | 1 …<instrumentation android:targetPackage="TEST_TARGET_PCKG" android:name="android.test.Instrumentati…
|
/sdk/testapps/gridlayoutTest/app/src/com/android/test/gridlayout/ |
D | Main.java | 1 package com.android.test.gridlayout;
|
/sdk/testapps/userLibTest/ |
D | README.txt | 1 This test requires a workspace setup:
|
/sdk/testapps/javaProjectTest/ |
D | README.txt | 1 This test requires a workspace setup:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | messages.properties | 24 AndroidJUnitLaunchAction_LaunchFail=Failed to launch test 33 AndroidJUnitTab_SizeLabel=Only run test methods annotated with:
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …test(d)?p.parseJSON(d):d}catch(f){}p.data(a,c,d)}else d=b}return d}function K(a){var b;for(b in a)…
|
D | prettify.js | 3 [],b=[],o=f[0]==="^",c=o?1:0,i=f.length;c<i;++c){var j=f[c];if(/\\[bdsw]/i.test(j))a.push(j);else{v… 5 …,p=0,d=a.length;p<d;++p){var g=a[p];if(g.ignoreCase)l=!0;else if(/[a-z]/i.test(g.source.replace(/\… 6 …"),l?"gi":"g")}function M(a){function m(a){switch(a.nodeType){case 1:if(e.test(a.className))break;…
|
/sdk/attribute_stats/ |
D | README.txt | 12 containing the string "test", and computes and prints frequency
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
D | AndroidJUnitPropertyTester.java | 49 public boolean test(Object receiver, String property, Object[] args, Object expectedValue) { in test() method in AndroidJUnitPropertyTester
|