OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suite
(Results
76 - 100
of
5899
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/utils/lit/lit/
Test.py
32
A test
suite
groups together a set of logically related tests.
39
# The test
suite
configuration.
51
def __init__(self,
suite
, path_in_suite, config):
52
self.
suite
=
suite
77
return self.
suite
.config.name + ' :: ' + '/'.join(self.path_in_suite)
80
return self.
suite
.getSourcePath(self.path_in_suite)
83
return self.
suite
.getExecPath(self.path_in_suite)
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSuite.java
56
* @return the name of this
suite
63
* Set the name of this
suite
70
* Insert the given test result into this
suite
.
72
* @param suiteNames list of remaining
suite
names for this test
85
TestSuite
suite
= getTestSuite(rootName);
local
86
return
suite
.findTest(suiteNames, testClassName, testName, insertIfMissing);
156
* Populates this class with
suite
result data parsed from XML.
171
TestSuite
suite
= new TestSuite();
local
172
suite
.parse(parser);
173
insertSuite(
suite
);
197
mChildSuiteMap.put(
suite
.getName(),
suite
);
local
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results
32
my $
suite
= "";
42
--
suite
Select a specific benchmark
suite
. The default is sunspider-1.0
43
--ubench Use microbenchmark
suite
instead of regular tests. Same as --
suite
=ubench
44
--v8-
suite
Use the V8 benchmark
suite
. Same as --
suite
=v8-v4
49
'
suite
=s' => \$
suite
,
[
all
...]
sunspider
39
my $
suite
= "";
57
--
suite
Select a specific benchmark
suite
. The default is sunspider-1.0
58
--ubench Use microbenchmark
suite
instead of regular tests. Same as --
suite
=ubench
59
--v8-
suite
Use the V8 benchmark
suite
. Same as --
suite
=v8-v4
60
--parse-only Use the parse-only benchmark
suite
. Same as --
suite
=parse-onl
[
all
...]
/cts/tools/vm-tests-tf/src/dot/junit/format/
AllTests.java
32
public static final Test
suite
() {
method in class:AllTests
33
TestSuite
suite
= new TestSuite("Tests for dalvik vm: test that "
local
35
suite
.addTestSuite(dot.junit.format.f1.Test_f1.class);
37
return
suite
;
/external/chromium_org/third_party/openssl/openssl/crypto/aes/
README
3
API that looks like the rest of the OpenSSL symmetric cipher
suite
.
/external/chromium_org/third_party/smhasher/
README.chromium
11
test
suite
.
/external/chromium_org/tools/page_cycler/startup_test_common/
README
4
suite
and instead only performs a consle.log() when the page has loaded.
/external/chromium_org/tools/sharding_supervisor/data/
gtest_results.xml0
3
<!--
Suite
that is run entirely on shard 0 -->
8
<!--
Suite
that is run entirely on shard 1 -->
12
<!--
Suite
that has tests run on both shard 0 and shard 1 -->
17
<!--
Suite
that has a test run on both shard 0 and shard 1 -->
/external/clang/test/Parser/
cxx-typeof.cpp
9
// Part of rdar://problem/8347416; from the gcc test
suite
.
/external/junit/src/org/junit/runners/model/
Statement.java
9
* of running a JUnit test
suite
.
/external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/
lit.site.cfg
3
# Preserve some key paths for use by main LLVM test
suite
config.
/external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/
lit.site.cfg
3
# Preserve some key paths for use by main LLVM test
suite
config.
/external/llvm/utils/lit/tests/Inputs/exec-discovery/
lit.site.cfg
1
# Load the discovery
suite
, but with a separate exec root.
/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/
lit.cfg
5
config.name = 'exec-discovery-in-tree-
suite
'
/external/openssl/crypto/aes/
README
3
API that looks like the rest of the OpenSSL symmetric cipher
suite
.
/external/v8/test/sputnik/
README
1
To run the sputniktests you must check out the test
suite
from
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerUnitTestRunner.java
36
TestSuite
suite
= new InstrumentationTestSuite(this);
local
37
suite
.addTestSuite(WifiClientTest.class);
38
suite
.addTestSuite(WifiSoftAPTest.class);
39
return
suite
;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaPlayerStressTestRunner.java
31
TestSuite
suite
= new InstrumentationTestSuite(this);
local
32
suite
.addTestSuite(MediaPlayerStressTest.class);
34
suite
.addTestSuite(VideoEditorStressTest.class);
35
return
suite
;
/libcore/dom/src/test/java/
README
1
all classes under org.w3c.domts are from the official w3c test
suite
.
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
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/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
Completed in 424 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>