OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suite
(Results
101 - 125
of
5420
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/dom/src/test/java/org/w3c/domts/level3/core/
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/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
;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OutputStreamTesterTest.java
51
// TODO: Rewrite this test so that id doesn't need a
suite
().
52
private static junit.framework.Test
suite
() {
method in class:OutputStreamTesterTest
53
TestSuite
suite
= new TestSuite();
local
56
suite
.addTest(new FileOutputStreamSinkTester(true).createTests());
57
suite
.addTest(new FileOutputStreamSinkTester(false).createTests());
58
suite
.addTest(new ByteArrayOutputStreamSinkTester(0).setThrowsExceptions(false).createTests());
59
suite
.addTest(new ByteArrayOutputStreamSinkTester(4).setThrowsExceptions(false).createTests());
60
suite
.addTest(new PipedOutputStreamSinkTester().createTests());
63
suite
.addTest(new BufferedOutputStreamTester(1).createTests());
64
suite
.addTest(new BufferedOutputStreamTester(5).createTests())
[
all
...]
/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
/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
...]
/external/chromium-trace/trace-viewer/third_party/webapp2/
run_tests.py
31
suite
= unittest.TestSuite()
34
suite
.addTest(loader.loadTestsFromName(test))
35
return
suite
53
suite
= get_suite(tests)
variable
54
unittest.TextTestRunner(verbosity=2).run(
suite
)
Completed in 484 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>