Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 35) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DTestCollector.java44 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()
DTestCaseReference.java36 TestCaseReference(String deviceName, TestIdentifier test) { in TestCaseReference() argument
38 mClassName = test.getClassName(); in TestCaseReference()
39 mTestName = test.getTestName(); in TestCaseReference()
DRemoteAdtTestRunner.java446 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/
Dsite.xsl18 <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) &gt; 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/
Dsite.xsl18 <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) &gt; 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/
DREADME.txt15 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"
Dbuild.properties6 test.xml,\
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
DAllTests.java17 package com.android.tests.testprojecttest.test;
22 import android.test.suitebuilder.TestSuiteBuilder;
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
DAllTests.java17 package com.android.tests.testprojecttest.test;
22 import android.test.suitebuilder.TestSuiteBuilder;
/sdk/testapps/
DREADME.txt1 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/
DLibActivityTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.suitebuilder.annotation.MediumTest;
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/lib/
DLibActivityTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.suitebuilder.annotation.MediumTest;
/sdk/testapps/libsTest/lib2Test/src/com/android/tests/libstest/lib2/
DMainActivityTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.suitebuilder.annotation.MediumTest;
/sdk/testapps/libsTest/lib1Test/src/com/android/tests/libstest/lib1/
DMainActivityTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.suitebuilder.annotation.MediumTest;
/sdk/testapps/libsTest/appTest/src/com/android/tests/libstest/app/
DMainActivityTest.java19 import android.test.ActivityInstrumentationTestCase2;
20 import android.test.suitebuilder.annotation.MediumTest;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
Dtest_uses-library.template1 <uses-library android:name="android.test.runner" />
Dtest_instrumentation.template1 …<instrumentation android:targetPackage="TEST_TARGET_PCKG" android:name="android.test.Instrumentati…
/sdk/emulator/opengl/shared/emugl/common/
Dsmart_ptr_unittest.cpp42 MyClass(SmartPtrTest* test) : mTest(test) { in MyClass() argument
/sdk/emulator/opengl/
DREADME55 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/
DMain.java1 package com.android.test.gridlayout;
/sdk/testapps/userLibTest/
DREADME.txt1 This test requires a workspace setup:
/sdk/testapps/javaProjectTest/
DREADME.txt1 This test requires a workspace setup:
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
Dmessages.properties24 AndroidJUnitLaunchAction_LaunchFail=Failed to launch test
33 AndroidJUnitTab_SizeLabel=Only run test methods annotated with:
/sdk/templates/docs/
Djquery-1.8.0.min.js2test(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/
DREADME.txt12 containing the string "test", and computes and prints frequency

12