Searched refs:Test (Results 126 - 150 of 3856) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTreeGrammarRewriteAST.java37 import org.junit.Test;
47 @Test public void testFlatList() throws Exception {
67 @Test public void testSimpleTree() throws Exception {
87 @Test public void testNonImaginaryWithCtor() throws Exception {
106 @Test public void testCombinedRewriteAndAuto() throws Exception {
130 @Test public void testAvoidDup() throws Exception {
150 @Test public void testLoop() throws Exception {
170 @Test public void testAutoDup() throws Exception {
190 @Test public void testAutoDupRule() throws Exception {
211 @Test publi
[all...]
H A DTestRewriteTemplates.java33 import org.junit.Test;
38 @Test public void testDelete() throws Exception {
51 @Test public void testAction() throws Exception {
64 @Test public void testEmbeddedLiteralConstructor() throws Exception {
77 @Test public void testInlineTemplate() throws Exception {
90 @Test public void testNamedTemplate() throws Exception {
91 // the support code adds template group in it's output Test.java
105 @Test public void testIndirectTemplate() throws Exception {
106 // the support code adds template group in it's output Test.java
120 @Test publi
[all...]
H A DTestLeftRecursion.java3 import org.junit.Test;
9 @Test public void testSimple() throws Exception {
24 @Test public void testSemPred() throws Exception {
39 @Test public void testTernaryExpr() throws Exception {
65 @Test public void testDeclarationsUsingASTOperators() throws Exception {
96 @Test public void testDeclarationsUsingRewriteOperators() throws Exception {
127 @Test public void testExpressionsUsingASTOperators() throws Exception {
159 @Test public void testExpressionsUsingRewriteOperators() throws Exception {
190 @Test public void testExpressionAssociativity() throws Exception {
227 @Test publi
[all...]
H A DTestLexer.java34 import org.junit.Test;
43 @Test public void testSetText() throws Exception {
56 @Test public void testRefToRuleDoesNotSetTokenNorEmitAnother() throws Exception {
70 @Test public void testRefToRuleDoesNotSetChannel() throws Exception {
84 @Test public void testWeCanSetType() throws Exception {
97 @Test public void testRefToFragment() throws Exception {
111 @Test public void testMultipleRefToFragment() throws Exception {
125 @Test public void testLabelInSubrule() throws Exception {
138 @Test public void testRefToTokenInLexer() throws Exception {
150 @Test publi
[all...]
H A DTestASTConstruction.java31 import org.junit.Test;
39 @Test public void testA() throws Exception {
49 @Test public void testEmptyAlt() throws Exception {
59 @Test public void testNakeRulePlusInLexer() throws Exception {
70 @Test public void testRulePlus() throws Exception {
81 @Test public void testNakedRulePlus() throws Exception {
92 @Test public void testRuleOptional() throws Exception {
103 @Test public void testNakedRuleOptional() throws Exception {
114 @Test public void testRuleStar() throws Exception {
125 @Test publi
[all...]
H A DTestSyntacticPredicateEvaluation.java30 import org.junit.Test;
33 @Test public void testTwoPredsWithNakedAlt() throws Exception {
82 @Test public void testTwoPredsWithNakedAltNotLast() throws Exception {
130 @Test public void testLexerPred() throws Exception {
151 @Test public void testLexerWithPredLongerThanAlt() throws Exception {
173 @Test public void testLexerPredCyclicPrediction() throws Exception {
189 @Test public void testLexerPredCyclicPrediction2() throws Exception {
204 @Test public void testSimpleNestedPred() throws Exception {
239 @Test public void testTripleNestedPredInLexer() throws Exception {
290 @Test publi
[all...]
/external/robolectric/src/test/java/android/webkit/
H A DTestWebSettingsTest.java8 import org.junit.Test;
26 @Test
48 @Test
56 @Test
64 @Test
72 @Test
80 @Test
88 @Test
96 @Test
104 @Test
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DApplicationResolverTest.java5 import org.junit.Test;
18 @Test(expected = RuntimeException.class)
23 @Test
29 @Test
35 @Test
41 @Test
47 @Test
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPasswordTransformationMethodTest.java6 import org.junit.Test;
22 @Test
28 @Test
34 @Test
40 @Test
46 @Test
52 @Test
H A DTextUtilsTest.java7 import org.junit.Test;
15 @Test
22 @Test
30 @Test public void testJoin() {
36 @Test
42 @Test
51 @Test
H A DBinderTest.java11 import org.junit.Test;
17 @Test
24 @Test
H A DColorTest.java6 import org.junit.Test;
15 @Test
21 @Test
H A DIntentFilterAuthorityEntryTest.java5 import org.junit.Test;
13 @Test(expected = NumberFormatException.class)
18 @Test
H A DProcessTest.java9 import org.junit.Test;
15 @Test
22 @Test
H A DViewFlipperTest.java7 import org.junit.Test;
21 @Test
27 @Test
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
H A DClass.pm1 package My::Test::Class;
3 use Test::More;
7 BEGIN { extends 'Test::Class' }
24 (my $class = ref $test) =~ s/^Test:://xms;
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb6 class XMLLexerTest < ANTLR3::Test::Functional
12 include ANTLR3::Test::CaptureOutput
13 include ANTLR3::Test::RaiseErrors
/external/clang/test/CodeGenCXX/
H A Ddebug-info-enum-class.cpp18 template <typename T> struct Test { struct in namespace:A::B::PR14029
22 Test() { function in class:A::B::PR14029::Test::Tag
27 Test<int> t;
/external/okhttp/android/test/java/com.squareup.okhttp/
H A DConfigAwareConnectionPoolTest.java21 import org.junit.Test;
33 @Test
38 @Test
/external/protobuf/gtest/test/
H A Dgtest_nc.cc33 // Test. Code here is NOT supposed to compile. Its purpose is to
34 // verify that certain incorrect usages of the Google Test API are
63 class MyTest : public testing::Test {
74 class MyTest : public testing::Test {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
113 class FooTest : public testing::Test {
117 class BarTest : public testing::Test {
132 class FooTest : public testing::Test {
136 class BarTest : public testing::Test {
151 class FooTest : public testing::Test {
211 void Test() { function
220 void Test() { function
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DPropertiesHelperTest.java3 import org.junit.Test;
10 @Test
18 @Test
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DANTLRStringStream.pm1 package Test::ANTLR::Runtime::ANTLRStringStream;
4 use Test::More;
8 BEGIN { extends 'My::Test::Class' }
10 sub consume : Test(2) {
19 sub LA : Test(5) {
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsearch_engine_manager_browsertest.js7 * @extends {testing.Test}
13 __proto__: testing.Test.prototype,
29 // Test opening the search engine manager has correct location.
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drndmcoll.h23 void Test();
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
H A Dtwo_windows_fixture.h20 class TwoWindowsFixture : public testing::Test {

Completed in 9278 milliseconds

1234567891011>>