OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suite
(Results
151 - 175
of
5875
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkIntegrationTestRunner.java
45
TestSuite
suite
= new InstrumentationTestSuite(this);
local
46
suite
.addTestSuite(CameraBinderTest.class);
47
suite
.addTestSuite(CameraDeviceBinderTest.class);
48
return
suite
;
MediaFrameworkPerfTestRunner.java
45
TestSuite
suite
= new InstrumentationTestSuite(this);
local
46
suite
.addTestSuite(MediaPlayerPerformance.class);
48
suite
.addTestSuite(VideoEditorPerformance.class);
49
return
suite
;
MediaFrameworkPowerTestRunner.java
40
TestSuite
suite
= new InstrumentationTestSuite(this);
local
41
suite
.addTestSuite(MediaPlayerPowerTest.class);
42
return
suite
;
/libcore/dom/src/test/java/org/w3c/domts/level3/core/
TestDefaultLS.java
26
* Test
suite
that runs all DOM L3 Core tests using the
35
* Create instance of test
suite
.
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLS
TestDefaultLSAltConfig.java
26
* Test
suite
that runs all DOM L3 Core tests using a
36
* Create a new instance of the test
suite
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLSAltConfig
/libcore/dom/src/test/java/org/w3c/domts/level3/ls/
TestDefaultLS.java
26
* Test
suite
that runs all DOM L3 Core tests using the
35
* Create instance of test
suite
.
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLS
TestOracle.java
26
* A JUnit test
suite
that will run all Load and Save tests
35
* Constructs the test
suite
37
* @return test
suite
42
public static TestSuite
suite
() throws Exception {
method in class:TestOracle
/libcore/dom/src/test/java/org/w3c/domts/level3/validation/
TestDefaultLS.java
26
* Test
suite
that runs all DOM L3 Validation tests using the
35
* Create instance of test
suite
.
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLS
TestDefaultLSAltConfig.java
26
* Test
suite
that runs all DOM L3 Validation tests using a
36
* Create a new instance of the test
suite
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLSAltConfig
/libcore/dom/src/test/java/org/w3c/domts/level3/xpath/
TestDefaultLS.java
26
* Test
suite
that runs all DOM L3 XPath tests using the
35
* Create instance of test
suite
.
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLS
TestDefaultLSAltConfig.java
26
* Test
suite
that runs all DOM L3 XPath tests using a
36
* Create a new instance of the test
suite
37
* @return test
suite
40
public static TestSuite
suite
() throws Exception {
method in class:TestDefaultLSAltConfig
/libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level1.java
35
public static final Test
suite
() {
method in class:AllTests_Level1
48
throw new RuntimeException("problem creating dom test
suite
, "+e.getClass().getName()+", "+e.getMessage(), e);
50
TestSuite
suite
= new JUnitTestSuiteAdapter(domSuite);
local
51
return
suite
;
/libcore/dom/src/test/resources/
nodtdstaff.svg
3
<employee xmlns="http://www.w3.org/2001/DOM-Test-
Suite
/Level-1/Files">
/packages/apps/Camera/tests/src/com/android/camera/stress/
CameraStressTestRunner.java
33
TestSuite
suite
= new InstrumentationTestSuite(this);
local
34
suite
.addTestSuite(ImageCapture.class);
35
suite
.addTestSuite(VideoCapture.class);
36
return
suite
;
/packages/apps/Camera2/tests/src/com/android/camera/stress/
CameraStressTestRunner.java
33
TestSuite
suite
= new InstrumentationTestSuite(this);
local
34
suite
.addTestSuite(ImageCapture.class);
35
suite
.addTestSuite(VideoCapture.class);
36
return
suite
;
/packages/apps/LegacyCamera/tests/src/com/android/camera/
CameraStressTestRunner.java
35
TestSuite
suite
= new InstrumentationTestSuite(this);
local
36
suite
.addTestSuite(ImageCapture.class);
37
suite
.addTestSuite(VideoCapture.class);
38
return
suite
;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_nonzero.py
12
suite
< any*
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_nonzero.py
12
suite
< any*
/cts/tools/signature-tools/test/signature/comparator/
AllDexTests.java
19
import org.junit.runners.
Suite
;
24
@RunWith(
Suite
.class)
25
@
Suite
.SuiteClasses({
AllDocletTests.java
19
import org.junit.runners.
Suite
;
24
@RunWith(
Suite
.class)
25
@
Suite
.SuiteClasses({
/external/chromium/net/base/
ssl_cipher_suite_names.h
13
// SSLCipherSuiteToStrings returns three strings for a given cipher
suite
15
// the name of the MAC. The cipher
suite
number is the number as sent on the
18
// If the cipher
suite
is unknown, the strings are set to "???".
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestRunner.java
37
TestSuite
suite
= new InstrumentationTestSuite(this);
local
38
suite
.addTestSuite(PowerMeasurement.class);
39
return
suite
;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsPerfTestRunner.java
40
TestSuite
suite
= new InstrumentationTestSuite(this);
local
41
suite
.addTestSuite(RsBenchTest.class);
42
return
suite
;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTestRunner.java
35
TestSuite
suite
= new InstrumentationTestSuite(this);
local
36
suite
.addTestSuite(ImageProcessingTest.class);
37
return
suite
;
/packages/apps/Calculator/tests/src/com/android/calculator2/
CalculatorInstrumentationTestRunner.java
30
TestSuite
suite
= new InstrumentationTestSuite(this);
local
31
suite
.addTestSuite(CalculatorHitSomeButtons.class);
33
return
suite
;
Completed in 698 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>