HomeSort by relevance Sort by last modified time
    Searched full:alltests (Results 101 - 125 of 134) sorted by null

1 2 3 45 6

  /libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level1.java 46 domSuite = new org.w3c.domts.level1.core.alltests(factory1);
  /external/chromium/testing/gtest/test/
gtest_xml_outfiles_test.py 48 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests">
56 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests">
gtest_xml_output_unittest.py 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests">
130 <testsuites tests="0" failures="0" disabled="0" errors="0" time="*" name="AllTests">
  /external/gtest/test/
gtest_xml_outfiles_test.py 51 <testsuite tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests">
59 <testsuite tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests">
gtest_xml_output_unittest.py 51 <testsuite tests="13" failures="2" disabled="2" errors="0" time="*" name="AllTests">
92 <testsuite tests="0" failures="0" disabled="0" errors="0" time="*" name="AllTests">
  /external/protobuf/gtest/test/
gtest_xml_outfiles_test.py 48 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests">
56 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests">
gtest_xml_output_unittest.py 57 <testsuites tests="15" failures="4" disabled="2" errors="0" time="*" name="AllTests">
112 <testsuites tests="0" failures="0" disabled="0" errors="0" time="*" name="AllTests">
  /development/pdk/docs/porting/
instrumentation_testing.jd 185 <p>If you prefer to explicitly state which tests comprise all of your tests, you can define a test suite and run that directly. By convention, all test packages in your system should have at least one suite called <code>AllTests</code> (see <code>AllTests.java</code>). To run all of the tests using the <code>AllTests</code> suite for the api demos test app:</p>
189 -e class com.android.samples.AllTests \
192 INSTRUMENTATION_RESULT: Test results for AllTests=..........
255 <p>Test packages should use the following structure and include <code>Android.mk</code>, <code>AndroidManifest.xml</code>, <code>AllTests.java</code>, and a src directory that mirrors the src directory of the tested application.</p>
267 samples/ApiDemos/tests/src/com/google/android/samples/AllTests.java
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 42 * See {@link com.example.android.apis.AllTests} for documentation on running
Focus2AndroidTest.java 52 * See {@link com.example.android.apis.AllTests} for documentation on running
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
alltests.java 32 public class alltests extends DOMTestSuite { class in inherits:DOMTestSuite
39 public alltests(DOMTestDocumentBuilderFactory factory) throws Exception { method in class:alltests
339 return "http://www.w3.org/2001/DOM-Test-Suite/level2/core/alltests";
347 DOMTestCase.doMain(alltests.class, args);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 542 List<TestPackage> allTests = buildTestsToRun();
544 if (allTests.size() <= 1) {
552 for (int i = 0; i < mShards && i < allTests.size(); i++) {
557 while (!allTests.isEmpty()) {
558 TestPackage testPair = allTests.remove(0);
  /cts/tools/vm-tests/src/util/build/
BuildDalvikSuite.java 21 import dot.junit.AllTests;
156 }.doRun(AllTests.suite());
251 // Add to AllTests.java
493 // write latest HOSTJUNIT generated file and AllTests.java
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
ForwardingTest.java 45 * <p>See {@link com.example.android.apis.AllTests} for documentation on running
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
alltests.java 32 public class alltests extends DOMTestSuite { class in inherits:DOMTestSuite
39 public alltests(DOMTestDocumentBuilderFactory factory) throws Exception { method in class:alltests
584 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/alltests";
592 DOMTestCase.doMain(alltests.class, args);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
test.xml 55 <property name="classname" value="com.android.ide.eclipse.tests.AllTests" />
  /cts/tools/dx-tests/src/util/
CollectAllTests.java 19 import dxc.junit.AllTests;
120 }.doRun(AllTests.suite());
  /external/junit/src/junit/swingui/
TestSelector.java 67 if (displayString.startsWith("AllTests"))
  /external/junit/
README.html 630 junit.samples.AllTests</tt>
634 junit.samples.AllTests</tt>
638 junit.samples.AllTests</tt></font>
  /cts/tools/dx-tests/src/dxc/junit/opcodes/
AllTests.java 26 public class AllTests {
29 TestRunner.main(new String[] {AllTests.class.getName()});
  /cts/tools/vm-tests/src/dot/junit/opcodes/
AllTests.java 26 public class AllTests {
29 TestRunner.main(new String[] {AllTests.class.getName()});
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java 26 public class AllTests {
29 TestRunner.main(new String[] {AllTests.class.getName()});
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 21 import dot.junit.AllTests;
150 }.doRun(AllTests.suite());
  /external/bouncycastle/
bouncycastle.config 384 org/bouncycastle/util/AllTests.java \
398 org/bouncycastle/util/io/pem/AllTests.java \
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 

Completed in 708 milliseconds

1 2 3 45 6