/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
OpenJdk6ListTests.java | 45 return new OpenJdk6ListTests().allTests();
|
OpenJdk6MapTests.java | 48 return new OpenJdk6MapTests().allTests();
|
/external/guice/extensions/persist/test/com/google/inject/persist/ |
AllTests.java | 37 public class AllTests {
|
/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
|
/cts/tests/tests/media/src/android/media/cts/ |
AdaptivePlaybackTest.java | 153 Test[] allTests = { 178 public void runAll() { ex(AllCodecs(), allTests); } 179 public void runSW() { ex(SWCodecs(), allTests); } 180 public void runHW() { ex(HWCodecs(), allTests); } 186 public void runH264() { ex(H264(), allTests); } 187 public void runHEVC() { ex(HEVC(), allTests); } 188 public void runVP8() { ex(VP8(), allTests); } 189 public void runVP9() { ex(VP9(), allTests); } 190 public void runMpeg4() { ex(Mpeg4(), allTests); } 191 public void runH263() { ex(H263(), allTests); } [all...] |
/device/linaro/bootloader/edk2/BaseTools/Tests/ |
CheckUnicodeSourceFiles.py | 180 allTests = TheTestSuite()
181 unittest.TextTestRunner().run(allTests)
|
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
DeqpTestRunnerTest.java | [all...] |
/external/google-breakpad/src/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/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">
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestsForListsInJavaUtil.java | 47 return new TestsForListsInJavaUtil().allTests(); 50 public Test allTests() {
|
FeatureSpecificTestSuiteBuilder.java | 292 Enumeration<?> allTests = suite.tests(); 293 while (allTests.hasMoreElements()) { 294 Object test = allTests.nextElement();
|
/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">
|
/external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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">
|
/prebuilts/ndk/r11/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">
|
/prebuilts/ndk/r13/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">
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
GTestFuncTest.java | 66 String[][] allTests = { 75 for (String[] test : 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
|
/external/ltp/doc/ |
automation-README.html | 64 $$ -n $$ -f ${TMP}/alltests</i></li>
|
automation-cookbook.html | 64 $$ -n $$ -f ${TMP}/alltests</i></li>
|
/external/vogar/ |
Android.mk | 46 org.junit.runner.JUnitCore vogar.AllTests
|
/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
|