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

1 2 3 45 6 7

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
unittestresults_unittest.py 44 <testsuites tests="3" failures="0" disabled="0" errors="0" time="11.35" name="AllTests">
55 <testsuites tests="4" failures="1" disabled="0" errors="0" time="11.35" name="AllTests">
73 <testsuites tests="4" failures="2" disabled="0" errors="0" time="11.35" name="AllTests">
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 130 Test[] allTests = {
155 public void runAll() { ex(AllCodecs(), allTests); }
156 public void runSW() { ex(SWCodecs(), allTests); }
157 public void runHW() { ex(HWCodecs(), allTests); }
163 public void runH264() { ex(H264(), allTests); }
164 public void runVP8() { ex(VP8(), allTests); }
165 public void runVP9() { ex(VP9(), allTests); }
166 public void runMpeg4() { ex(Mpeg4(), allTests); }
167 public void runH263() { ex(H263(), allTests); }
169 public void onlyH264HW() { ex(H264(HW), allTests); }
    [all...]
  /sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/lib/
LibActivityTest.java 39 * See {@link com.example.android.apis.AllTests} for documentation on running
  /sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/
LibActivityTest.java 39 * See {@link com.example.android.apis.AllTests} for documentation on running
  /external/chromium_org/third_party/sqlite/src/test/
permutations.test 26 # -files LIST-OF-FILES (default $::ALLTESTS)
84 # $alltests
87 set alltests [list]
88 foreach f [glob $testdir/*.test] { lappend alltests [file tail $f] }
90 lappend alltests $f
94 set alltests [test_set $alltests -exclude crash.test crash2.test]
96 set alltests [test_set $alltests -exclude {
103 set allquicktests [test_set $alltests -exclude
    [all...]
  /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/chromium_org/testing/gtest/test/
gtest_xml_outfiles_test.py 48 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
56 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
  /external/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/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForListsInJavaUtil.java 47 return new TestsForListsInJavaUtil().allTests();
50 public Test allTests() {
TestsForMapsInJavaUtil.java 48 return new TestsForMapsInJavaUtil().allTests();
51 public Test allTests() {
FeatureSpecificTestSuiteBuilder.java 290 Enumeration<?> allTests = suite.tests();
291 while (allTests.hasMoreElements()) {
292 Object test = allTests.nextElement();
TestsForSetsInJavaUtil.java 49 return new TestsForSetsInJavaUtil().allTests();
52 public Test 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">
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_outfiles_test.py 48 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
56 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" timestamp="*" name="AllTests">
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 42 * 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);
  /sdk/testapps/libsTest/appTest/src/com/android/tests/libstest/app/
MainActivityTest.java 37 * See {@link com.example.android.apis.AllTests} for documentation on running
  /sdk/testapps/libsTest/lib1Test/src/com/android/tests/libstest/lib1/
MainActivityTest.java 37 * See {@link com.example.android.apis.AllTests} for documentation on running
  /sdk/testapps/libsTest/lib2Test/src/com/android/tests/libstest/lib2/
MainActivityTest.java 39 * See {@link com.example.android.apis.AllTests} for documentation on running
  /external/chromium_org/third_party/sqlite/
test.patch 143 set alltests [test_set $alltests -exclude {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 725 List<TestPackage> allTests = buildTestsToRun();
727 if (allTests.size() <= 1) {
735 for (int i = 0; i < mShards && i < allTests.size(); i++) {
740 while (!allTests.isEmpty()) {
741 TestPackage testPair = allTests.remove(0);
  /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

Completed in 412 milliseconds

1 2 3 45 6 7