/libcore/dom/src/test/java/org/w3c/domts/level3/ls/ |
TestBatik.java | 25 * Runs test suite using Batik SVG. 30 * Factory method for suite. 32 * @return suite 35 public static TestSuite suite() throws Exception { method in class:TestBatik
|
TestDefaultParser.java | 26 * Test suite using the default JAXP parser in the default configuration 33 * Create a new instance of the test suite 34 * @return new test suite 37 public static TestSuite suite() throws Exception method in class:TestDefaultParser
|
/libcore/dom/src/test/java/org/w3c/domts/level3/validation/ |
TestBatik.java | 25 * Runs test suite using Batik SVG. 30 * Factory method for suite. 32 * @return suite 35 public static TestSuite suite() throws Exception { method in class:TestBatik
|
TestDefaultParser.java | 26 * Test suite using the default JAXP parser in the default configuration 33 * Create a new instance of the test suite 34 * @return new test suite 37 public static TestSuite suite() throws Exception method in class:TestDefaultParser
|
TestDefaultParserAltConfig.java | 28 * Test suite using the default JAXP parser in the alternative configuration 35 * Create a new instance of the test suite 36 * @return new test suite 40 public static TestSuite suite() throws Exception method in class:TestDefaultParserAltConfig
|
/libcore/dom/src/test/java/org/w3c/domts/level3/xpath/ |
TestBatik.java | 25 * Runs test suite using Batik SVG. 30 * Factory method for suite. 32 * @return suite 35 public static TestSuite suite() throws Exception { method in class:TestBatik
|
TestDefaultParser.java | 26 * Test suite using the default JAXP parser in the default configuration 33 * Create a new instance of the test suite 34 * @return new test suite 37 public static TestSuite suite() throws Exception method in class:TestDefaultParser
|
TestDefaultParserAltConfig.java | 28 * Test suite using the default JAXP parser in the alternative configuration 35 * Create a new instance of the test suite 36 * @return new test suite 40 public static TestSuite suite() throws Exception method in class:TestDefaultParserAltConfig
|
/libcore/dom/src/test/java/tests/api/org/w3c/dom/ |
AllTests_Level2.java | 35 public static final Test suite() { method in class:AllTests_Level2 48 throw new RuntimeException("problem creating dom test suite", e); 50 TestSuite suite = new JUnitTestSuiteAdapter(domSuite); local 51 return suite;
|
/packages/apps/Music/tests/src/com/android/music/ |
MusicPlayerStressTestRunner.java | 40 TestSuite suite = new InstrumentationTestSuite(this); local 41 //suite.addTestSuite(MusicPlaybackStress.class); 42 suite.addTestSuite(AlbumsPlaybackStress.class); 43 return suite;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
README.ctypes | 3 License: Any components of the py2app suite may be distributed under
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 37 funcdef: 'def' NAME parameters ['->' test] ':' suite 86 if_stmt: 'if' test ':' suite ('elif' test ':' suite)* ['else' ':' suite] 87 while_stmt: 'while' test ':' suite ['else' ':' suite] 88 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite] 89 try_stmt: ('try' ':' suite 90 ((except_clause ':' suite) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_distutils.py | 4 the test_suite() function there returns a test suite that's ready to
|
test_json.py | 4 the test_suite() function there returns a test suite that's ready to
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
README.ctypes | 3 License: Any components of the py2app suite may be distributed under
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 37 funcdef: 'def' NAME parameters ['->' test] ':' suite 86 if_stmt: 'if' test ':' suite ('elif' test ':' suite)* ['else' ':' suite] 87 while_stmt: 'while' test ':' suite ['else' ':' suite] 88 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite] 89 try_stmt: ('try' ':' suite 90 ((except_clause ':' suite) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_distutils.py | 4 the test_suite() function there returns a test suite that's ready to
|
test_json.py | 4 the test_suite() function there returns a test suite that's ready to
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
AddressDetectionTest.java | 12 * Test suite for geographical US address detection. 44 "9606 North MoPac Expressway Suite 400 Austin, TX 78759")); 47 "1818 Library Street Suite 400, VA 20190")); 50 "1818 Library Street Suite 400, VA 20190")); 53 "1818 Library Street Suite 400, VA 20190")); 63 "2590 Pearl Street Suite 100 Boulder, CO 80302")); 66 "6425 Penn Ave. Suite 700 Pittsburgh, PA 15206"));
|
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
SmokeTestRunner.java | 38 private static final String SUITE_NAME = "Smoke Test Suite"; 45 final TestSuite suite = new TestSuite(SUITE_NAME); local 57 suite.addTest(setupTest); 66 suite.addTest(postBootTest); 85 suite.addTest(appTest); 95 suite.addTest(asyncErrorTest); 97 return suite;
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestsForQueuesInJavaUtil.java | 37 * Generates a test suite covering the {@link Queue} implementations in the 44 public static Test suite() { method in class:TestsForQueuesInJavaUtil 49 TestSuite suite = new TestSuite(); local 50 suite.addTest(testsForLinkedList()); 51 suite.addTest(testsForArrayBlockingQueue()); 52 suite.addTest(testsForConcurrentLinkedQueue()); 53 suite.addTest(testsForLinkedBlockingQueue()); 54 suite.addTest(testsForPriorityBlockingQueue()); 55 suite.addTest(testsForPriorityQueue()); 56 return suite; [all...] |
/ndk/sources/host-tools/make-3.81/tests/ |
mkshadow | 34 echo "The current directory doesn't appear to contain the test suite!" 38 suite=`pwd | sed 's%^/tmp_mnt%%'` 39 name=`basename "$suite"` 48 ln -s "$suite" .testdir 56 echo "Shadow test suite created in \`$dest/$name'."
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
UnitTests.java | 31 * i.e. from Eclipse workbench, this suite must be run using the 38 public static Test suite() { method in class:UnitTests 39 TestSuite suite = new TestSuite(); local 43 collector.addTestCases(suite, AdtPlugin.getDefault(), TEST_PACKAGE); 45 return suite;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
OutputStreamTesterTest.java | 51 public static junit.framework.Test suite() { method in class:OutputStreamTesterTest 52 TestSuite suite = new TestSuite(); local 55 suite.addTest(new FileOutputStreamSinkTester(true).createTests()); 56 suite.addTest(new FileOutputStreamSinkTester(false).createTests()); 57 suite.addTest(new ByteArrayOutputStreamSinkTester(0).setThrowsExceptions(false).createTests()); 58 suite.addTest(new ByteArrayOutputStreamSinkTester(4).setThrowsExceptions(false).createTests()); 59 suite.addTest(new PipedOutputStreamSinkTester().createTests()); 62 suite.addTest(new BufferedOutputStreamTester(1).createTests()); 63 suite.addTest(new BufferedOutputStreamTester(5).createTests()); 64 suite.addTest(new BufferedOutputStreamTester(1024).createTests()) [all...] |
/external/llvm/docs/ |
TestSuiteMakefileGuide.rst | 2 LLVM test-suite Makefile Guide 12 test-suite. This way of interacting with the test-suite is deprecated in 13 favor of running the test-suite using LNT, but may continue to prove 14 useful for some users. See the Testing Guide's :ref:`test-suite Quickstart 15 <test-suite-quickstart>` section for more information. 17 Test suite Structure 20 The ``test-suite`` module contains a number of programs that can be 36 In addition for testing correctness, the ``test-suite`` directory also 42 ``test-suite`` tests are divided into three types of tests: MultiSource [all...] |