OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alltests
(Results
1 - 25
of
301
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
AllTests.as
5
public class
AllTests
extends TestSuite {
7
public function
AllTests
() {
/external/junit/src/main/java/org/junit/runners/
AllTests.java
6
* Runner for use with JUnit 3.8.x-style
AllTests
classes
10
* @RunWith(
AllTests
.class)
20
public class
AllTests
extends SuiteMethod {
24
public
AllTests
(Class<?> klass) throws Throwable {
/cts/tools/vm-tests-tf/src/dot/junit/
AllTests.java
26
public class
AllTests
{
28
TestRunner.main(new String[] {
AllTests
.class.getName()});
34
suite.addTest(dot.junit.opcodes.
AllTests
.suite());
35
suite.addTest(dot.junit.verify.
AllTests
.suite());
36
suite.addTest(dot.junit.format.
AllTests
.suite());
/cts/tests/signature/tests/src/android/signature/cts/tests/
AllTests.java
25
public class
AllTests
extends TestSuite {
27
public
AllTests
() {
34
return new
AllTests
();
/tools/apksig/src/test/java/com/android/apksig/internal/
AllTests.java
24
com.android.apksig.internal.asn1.
AllTests
.class,
25
com.android.apksig.internal.util.
AllTests
.class,
27
public class
AllTests
{}
/cts/tests/libcore/javautilcollections/src/libcore/java/util/suite/
OtherCollectionsSuite.java
36
result.addTest(new AndroidTestsForListsInJavaUtil().
allTests
());
37
result.addTest(new AndroidTestsForMapsInJavaUtil(MapsToTest.OTHER).
allTests
());
38
result.addTest(new AndroidTestsForQueuesInJavaUtil().
allTests
());
39
result.addTest(new AndroidTestsForSetsInJavaUtil().
allTests
());
/external/guice/extensions/grapher/
build.properties
5
test.class=com.google.inject.grapher.
AllTests
/external/guice/extensions/multibindings/
build.properties
5
test.class=com.google.inject.multibindings.
AllTests
/external/guice/extensions/persist/
build.properties
6
test.class=com.google.inject.persist.
AllTests
/external/guice/extensions/servlet/
build.properties
6
test.class=com.google.inject.servlet.
AllTests
/tools/apksig/src/test/java/com/android/apksig/
AllTests.java
26
com.android.apksig.apk.
AllTests
.class,
27
com.android.apksig.internal.
AllTests
.class,
28
com.android.apksig.util.
AllTests
.class,
30
public class
AllTests
{}
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/
AllTests.java
27
public class
AllTests
extends TestSuite {
30
return new TestSuiteBuilder(
AllTests
.class).includeAllPackagesUnderHere().build();
/device/linaro/bootloader/edk2/BaseTools/Tests/
CToolsTests.py
33
allTests
= TheTestSuite()
34
unittest.TextTestRunner().run(
allTests
)
PythonToolsTests.py
32
allTests
= TheTestSuite()
33
unittest.TextTestRunner().run(
allTests
)
RunTests.py
36
allTests
= GetAllTestsSuite()
37
unittest.TextTestRunner(verbosity=2).run(
allTests
)
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/
Antlr3Test.mxml
6
import org.antlr.runtime.test.
AllTests
;
18
runner.run( new
AllTests
(), onTestComplete );
/external/junit/src/main/java/org/junit/internal/runners/
SuiteMethod.java
10
* Runner for use with JUnit 3.8.x-style
AllTests
classes
14
* @RunWith(
AllTests
.class)
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/
AllTests.java
24
com.android.apksig.internal.asn1.ber.
AllTests
.class
26
public class
AllTests
{}
/tools/apksig/
BUILD
34
test_class = "com.android.apksig.
AllTests
",
/cts/tools/vm-tests-tf/src/dot/
Main.java
19
import dot.junit.
AllTests
;
29
TestRunner.run(
AllTests
.suite());
/cts/tools/vm-tests-tf/src/dot/junit/format/
AllTests.java
26
public class
AllTests
{
29
TestRunner.main(new String[] {
AllTests
.class.getName()});
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
all_tests.py
30
class
AllTests
(unittest.TestSuite):
47
unittest.TextTestRunner(verbosity=2).run(
AllTests
().suite())
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AllTests.java
24
public class
AllTests
extends TestSuite {
26
public
AllTests
() {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_class.py
76
class
AllTests
:
89
return "
AllTests
"
93
return "
AllTests
"
119
# Synthesize all the other
AllTests
methods from the names in testmeths.
128
exec method_template % locals() in
AllTests
.__dict__
144
foo =
AllTests
()
148
testme =
AllTests
()
251
testme =
AllTests
()
325
getslice =
AllTests
.__getslice__
326
del
AllTests
.__getslice__
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_class.py
76
class
AllTests
:
89
return "
AllTests
"
93
return "
AllTests
"
119
# Synthesize all the other
AllTests
methods from the names in testmeths.
128
exec method_template % locals() in
AllTests
.__dict__
144
foo =
AllTests
()
148
testme =
AllTests
()
251
testme =
AllTests
()
325
getslice =
AllTests
.__getslice__
326
del
AllTests
.__getslice_
[
all
...]
Completed in 1670 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>