/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(TestFailure status, TestIdentifier test, String trace) { in testFailed() argument 92 public synchronized void testStarted(TestIdentifier test) { in testStarted() argument 93 TestSuiteReference suiteRef = mDeviceSuiteRef.getTestSuite(test.getClassName()); in testStarted() 95 suiteRef = new TestSuiteReference(test.getClassName()); in testStarted() 99 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(TestFailure status, TestIdentifier test, String trace) { in testFailed() argument 459 new TestReferenceFailure(new TestCaseReference(mDeviceName, test), in testFailed() 489 public synchronized void testStarted(TestIdentifier test) { in testStarted() argument 490 TestCaseReference testId = new TestCaseReference(mDeviceName, test); in testStarted()
|
/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/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/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/testlib/src/com/android/tests/testprojecttest/lib/ |
D | LibActivityTest.java | 19 import android.test.ActivityInstrumentationTestCase2; 20 import android.test.suitebuilder.annotation.MediumTest;
|
/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/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/emulator/opengl/shared/emugl/common/ |
D | smart_ptr_unittest.cpp | 42 MyClass(SmartPtrTest* test) : mTest(test) { in MyClass() argument
|
/sdk/emulator/opengl/ |
D | README | 55 Modules under the test/ directory correspond to test programs that are useful 70 tests/translator_tests/GLES_CM -> desktop GLESv1 translation unit test 71 tests/translator_tests/GLES_V2 -> desktop GLESv2 translation unit test 76 tests/ut_renderer -> unit-test for render control and rendering library.
|
/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)…
|
/sdk/attribute_stats/ |
D | README.txt | 12 containing the string "test", and computes and prints frequency
|