Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 25 of 4412) sorted by relevance

12345678910>>...177

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestAutoAST.java31 import org.junit.Test;
36 @Test public void testTokenList() throws Exception { in testTokenList()
49 @Test public void testTokenListInSingleAltBlock() throws Exception { in testTokenListInSingleAltBlock()
62 @Test public void testSimpleRootAtOuterLevel() throws Exception { in testSimpleRootAtOuterLevel()
75 @Test public void testSimpleRootAtOuterLevelReverse() throws Exception { in testSimpleRootAtOuterLevelReverse()
88 @Test public void testBang() throws Exception { in testBang()
101 @Test public void testOptionalThenRoot() throws Exception { in testOptionalThenRoot()
114 @Test public void testLabeledStringRoot() throws Exception { in testLabeledStringRoot()
127 @Test public void testWildcard() throws Exception { in testWildcard()
140 @Test public void testWildcardRoot() throws Exception { in testWildcardRoot()
[all …]
DTestNFAConstruction.java33 import org.junit.Test;
41 @Test public void testA() throws Exception { in testA()
54 @Test public void testAB() throws Exception { in testAB()
68 @Test public void testAorB() throws Exception { in testAorB()
91 @Test public void testRangeOrRange() throws Exception { in testRangeOrRange()
113 @Test public void testRange() throws Exception { in testRange()
127 @Test public void testCharSetInParser() throws Exception { in testCharSetInParser()
141 @Test public void testABorCD() throws Exception { in testABorCD()
161 @Test public void testbA() throws Exception { in testbA()
181 @Test public void testbA_bC() throws Exception { in testbA_bC()
[all …]
DTestRewriteAST.java36 import org.junit.Test;
41 @Test public void testDelete() throws Exception { in testDelete()
54 @Test public void testSingleToken() throws Exception { in testSingleToken()
67 @Test public void testSingleTokenToNewNode() throws Exception { in testSingleTokenToNewNode()
80 @Test public void testSingleTokenToNewNodeRoot() throws Exception { in testSingleTokenToNewNodeRoot()
93 @Test public void testSingleTokenToNewNode2() throws Exception { in testSingleTokenToNewNode2()
107 @Test public void testSingleCharLiteral() throws Exception { in testSingleCharLiteral()
120 @Test public void testSingleStringLiteral() throws Exception { in testSingleStringLiteral()
133 @Test public void testSingleRule() throws Exception { in testSingleRule()
147 @Test public void testReorderTokens() throws Exception { in testReorderTokens()
[all …]
DTestTreeGrammarRewriteAST.java37 import org.junit.Test;
47 @Test public void testFlatList() throws Exception { in testFlatList()
67 @Test public void testSimpleTree() throws Exception { in testSimpleTree()
87 @Test public void testNonImaginaryWithCtor() throws Exception { in testNonImaginaryWithCtor()
106 @Test public void testCombinedRewriteAndAuto() throws Exception { in testCombinedRewriteAndAuto()
130 @Test public void testAvoidDup() throws Exception { in testAvoidDup()
150 @Test public void testLoop() throws Exception { in testLoop()
170 @Test public void testAutoDup() throws Exception { in testAutoDup()
190 @Test public void testAutoDupRule() throws Exception { in testAutoDupRule()
211 @Test public void testAutoWildcard() throws Exception { in testAutoWildcard()
[all …]
DTestHeteroAST.java30 import org.junit.Test;
38 @Test public void testToken() throws Exception { in testToken()
55 @Test public void testTokenCommonTree() throws Exception { in testTokenCommonTree()
67 @Test public void testTokenWithQualifiedType() throws Exception { in testTokenWithQualifiedType()
84 @Test public void testNamedType() throws Exception { in testNamedType()
102 @Test public void testTokenWithLabel() throws Exception { in testTokenWithLabel()
119 @Test public void testTokenWithListLabel() throws Exception { in testTokenWithListLabel()
136 @Test public void testTokenRoot() throws Exception { in testTokenRoot()
153 @Test public void testTokenRootWithListLabel() throws Exception { in testTokenRootWithListLabel()
170 @Test public void testString() throws Exception { in testString()
[all …]
DTestSets.java30 import org.junit.Test;
40 @Test public void testSeqDoesNotBecomeSet() throws Exception { in testSeqDoesNotBecomeSet()
54 @Test public void testParserSet() throws Exception { in testParserSet()
63 @Test public void testParserNotSet() throws Exception { in testParserNotSet()
72 @Test public void testParserNotToken() throws Exception { in testParserNotToken()
81 @Test public void testParserNotTokenWithLabel() throws Exception { in testParserNotTokenWithLabel()
90 @Test public void testRuleAsSet() throws Exception { in testRuleAsSet()
99 @Test public void testRuleAsSetAST() throws Exception { in testRuleAsSetAST()
109 @Test public void testNotChar() throws Exception { in testNotChar()
119 @Test public void testOptionalSingleElement() throws Exception { in testOptionalSingleElement()
[all …]
DTestASTConstruction.java31 import org.junit.Test;
39 @Test public void testA() throws Exception { in testA()
49 @Test public void testEmptyAlt() throws Exception { in testEmptyAlt()
59 @Test public void testNakeRulePlusInLexer() throws Exception { in testNakeRulePlusInLexer()
70 @Test public void testRulePlus() throws Exception { in testRulePlus()
81 @Test public void testNakedRulePlus() throws Exception { in testNakedRulePlus()
92 @Test public void testRuleOptional() throws Exception { in testRuleOptional()
103 @Test public void testNakedRuleOptional() throws Exception { in testNakedRuleOptional()
114 @Test public void testRuleStar() throws Exception { in testRuleStar()
125 @Test public void testNakedRuleStar() throws Exception { in testNakedRuleStar()
[all …]
DTestSemanticPredicateEvaluation.java30 import org.junit.Test;
33 @Test public void testSimpleCyclicDFAWithPredicate() throws Exception { in testSimpleCyclicDFAWithPredicate()
44 @Test public void testSimpleCyclicDFAWithInstanceVarPredicate() throws Exception { in testSimpleCyclicDFAWithInstanceVarPredicate()
56 @Test public void testPredicateValidation() throws Exception { in testPredicateValidation()
72 @Test public void testLexerPreds() throws Exception { in testLexerPreds()
85 @Test public void testLexerPreds2() throws Exception { in testLexerPreds2()
98 @Test public void testLexerPredInExitBranch() throws Exception { in testLexerPredInExitBranch()
112 @Test public void testLexerPredInExitBranch2() throws Exception { in testLexerPredInExitBranch2()
124 @Test public void testLexerPredInExitBranch3() throws Exception { in testLexerPredInExitBranch3()
136 @Test public void testLexerPredInExitBranch4() throws Exception { in testLexerPredInExitBranch4()
[all …]
DTestCharDFAConversion.java34 import org.junit.Test;
46 @Test public void testSimpleRangeVersusChar() throws Exception { in testSimpleRangeVersusChar()
59 @Test public void testRangeWithDisjointSet() throws Exception { in testRangeWithDisjointSet()
76 @Test public void testDisjointSetCollidingWithTwoRanges() throws Exception { in testDisjointSetCollidingWithTwoRanges()
93 @Test public void testDisjointSetCollidingWithTwoRangesCharsFirst() throws Exception { in testDisjointSetCollidingWithTwoRangesCharsFirst()
109 @Test public void testDisjointSetCollidingWithTwoRangesAsSeparateAlts() throws Exception { in testDisjointSetCollidingWithTwoRangesAsSeparateAlts()
135 @Test public void testKeywordVersusID() throws Exception { in testKeywordVersusID()
154 @Test public void testIdenticalRules() throws Exception { in testIdenticalRules()
178 @Test public void testAdjacentNotCharLoops() throws Exception { in testAdjacentNotCharLoops()
193 @Test public void testNonAdjacentNotCharLoops() throws Exception { in testNonAdjacentNotCharLoops()
[all …]
DTestLexer.java34 import org.junit.Test;
43 @Test public void testSetText() throws Exception { in testSetText()
56 @Test public void testRefToRuleDoesNotSetTokenNorEmitAnother() throws Exception { in testRefToRuleDoesNotSetTokenNorEmitAnother()
70 @Test public void testRefToRuleDoesNotSetChannel() throws Exception { in testRefToRuleDoesNotSetChannel()
84 @Test public void testWeCanSetType() throws Exception { in testWeCanSetType()
97 @Test public void testRefToFragment() throws Exception { in testRefToFragment()
111 @Test public void testMultipleRefToFragment() throws Exception { in testMultipleRefToFragment()
125 @Test public void testLabelInSubrule() throws Exception { in testLabelInSubrule()
138 @Test public void testRefToTokenInLexer() throws Exception { in testRefToTokenInLexer()
150 @Test public void testListLabelInLexer() throws Exception { in testListLabelInLexer()
[all …]
DTestRewriteTemplates.java33 import org.junit.Test;
38 @Test public void testDelete() throws Exception { in testDelete()
51 @Test public void testAction() throws Exception { in testAction()
64 @Test public void testEmbeddedLiteralConstructor() throws Exception { in testEmbeddedLiteralConstructor()
77 @Test public void testInlineTemplate() throws Exception { in testInlineTemplate()
90 @Test public void testNamedTemplate() throws Exception { in testNamedTemplate()
105 @Test public void testIndirectTemplate() throws Exception { in testIndirectTemplate()
120 @Test public void testInlineTemplateInvokingLib() throws Exception { in testInlineTemplateInvokingLib()
133 @Test public void testPredicatedAlts() throws Exception { in testPredicatedAlts()
150 @Test public void testTemplateReturn() throws Exception { in testTemplateReturn()
[all …]
DTestTreeParsing.java30 import org.junit.Test;
33 @Test public void testFlatList() throws Exception { in testFlatList()
53 @Test public void testSimpleTree() throws Exception { in testSimpleTree()
73 @Test public void testFlatVsTreeDecision() throws Exception { in testFlatVsTreeDecision()
96 @Test public void testFlatVsTreeDecision2() throws Exception { in testFlatVsTreeDecision2()
120 @Test public void testCyclicDFALookahead() throws Exception { in testCyclicDFALookahead()
142 @Test public void testTemplateOutput() throws Exception { in testTemplateOutput()
163 @Test public void testNullableChildList() throws Exception { in testNullableChildList()
183 @Test public void testNullableChildList2() throws Exception { in testNullableChildList2()
204 @Test public void testNullableChildList3() throws Exception { in testNullableChildList3()
[all …]
/external/clang/test/SemaCXX/
Dwarn-new-overaligned.cpp4 struct Test { struct
14 Test t; in helper()
15 …new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the defaul… in helper() argument
16 …new Test[10]; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the de… in helper()
21 class Test { class
27 Test t; in helper()
28 …new Test; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the defaul… in helper()
29 …new Test[10]; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the de… in helper()
34 struct Test { struct
48 Test t; in helper()
[all …]
/external/chromium_org/v8/test/webkit/
Ddictionary-no-cache.js26 var Test = function(){}; class
31 Test.prototype['myMethod' + i] = function(){};
34 var test1 = new Test();
38 Test.prototype.myAdditionalMethod = function(){};
39 var test2 = new Test();
47 var Test = function(){};
49 Test.prototype['myMethod' + i] = function(){};
51 var test1 = new Test();
55 delete (Test.prototype)[k]
56 var test2 = new Test();
[all …]
/external/chromium_org/v8/test/mjsunit/
Ddebug-liveedit-literals.js33 function Test(old_expression, new_expression) { class
66 Test("['Cat'][0]", "['Capybara'][0]");
67 Test("['Cat'][0]", "{a:'Capybara'}.a");
70 Test("'Cat'", "['Capybara'][0]");
73 Test("'Cat'", "['Capy'][0] + {a:'bara'}.a");
76 Test("['Cat'][0]", "'Capybara'");
79 Test("['Ca'][0] + {a:'t'}.a", "'Capybara'");
82 Test("'Cat'", "(/.A.Y.A.A/i).exec('Capybara')[0]");
85 Test("['Cat'][0]", "(/.A.Y.A.A/i).exec('Capybara')[0]");
88 Test("(/.A./i).exec('Cat')[0]", "{c:'Capybara'}.c");
[all …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DRectTest.java6 import org.junit.Test;
18 @Test
27 @Test
38 @Test
44 @Test
50 @Test
57 @Test
64 @Test
70 @Test
76 @Test
[all …]
DParcelTest.java20 import org.junit.Test;
39 @Test
46 @Test
51 @Test
56 @Test
61 @Test
69 @Test
78 @Test
91 @Test
99 @Test
[all …]
DBundleTest.java11 import org.junit.Test;
28 @Test
35 @Test
43 @Test
52 @Test
60 @Test
68 @Test
76 @Test
84 @Test
92 @Test
[all …]
DSQLiteCursorTest.java10 import org.junit.Test;
47 @Test
54 @Test
64 @Test
70 @Test
75 @Test
83 @Test
89 @Test(expected = IllegalArgumentException.class)
94 @Test
101 @Test(expected = IllegalArgumentException.class)
[all …]
/external/chromium_org/tools/perf/benchmarks/
Dpage_cycler.py11 class PageCyclerBloat(test.Test):
17 class PageCyclerDhtml(test.Test):
23 class PageCyclerIndexeddb(test.Test):
30 class PageCyclerIntlArFaHe(test.Test):
36 class PageCyclerIntlEsFrPtBr(test.Test):
42 class PageCyclerIntlHiRu(test.Test):
48 class PageCyclerIntlJaZh(test.Test):
54 class PageCyclerIntlKoThVi(test.Test):
60 class PageCyclerMorejs(test.Test):
66 class PageCyclerMoz(test.Test):
[all …]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dheap-checker-death_unittest.sh72 Test() { function
126 Test 120 0 "^PASS$" "" HEAPCHECK="" || exit 1
129 Test 120 0 "^PASS$" "" HEAP_CHECKER_TEST_NO_THREADS=1 || exit 2
132 Test 20 0 "Canceling .* whole-program .* leak check$" "" \
134 Test 20 0 "Canceling .* whole-program .* leak check$" "" \
140 Test 60 0 "$EARLY_MSG" "" \
143 Test 60 0 "MemoryRegionMap Init$" "" \
146 Test 60 0 "" "$EARLY_MSG" \
153 Test 60 1 "Exiting .* because of .* leaks$" "" \
155 Test 60 1 "Exiting .* because of .* leaks$" "" \
[all …]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dheap-checker-death_unittest.sh72 Test() { function
126 Test 120 0 "^PASS$" "" HEAPCHECK="" || exit 1
129 Test 120 0 "^PASS$" "" HEAP_CHECKER_TEST_NO_THREADS=1 || exit 2
132 Test 20 0 "Canceling .* whole-program .* leak check$" "" \
134 Test 20 0 "Canceling .* whole-program .* leak check$" "" \
140 Test 60 0 "$EARLY_MSG" "" \
143 Test 60 0 "MemoryRegionMap Init$" "" \
146 Test 60 0 "" "$EARLY_MSG" \
153 Test 60 1 "Exiting .* because of .* leaks$" "" \
155 Test 60 1 "Exiting .* because of .* leaks$" "" \
[all …]
/external/chromium_org/testing/gtest/test/
Dgtest_catch_exceptions_test_.cc49 using testing::Test;
53 class SehExceptionInConstructorTest : public Test {
60 class SehExceptionInDestructorTest : public Test {
67 class SehExceptionInSetUpTestCaseTest : public Test {
74 class SehExceptionInTearDownTestCaseTest : public Test {
81 class SehExceptionInSetUpTest : public Test {
88 class SehExceptionInTearDownTest : public Test {
103 class CxxExceptionInConstructorTest : public Test {
142 class CxxExceptionInDestructorTest : public Test {
160 class CxxExceptionInSetUpTestCaseTest : public Test {
[all …]
/external/gtest/test/
Dgtest_catch_exceptions_test_.cc49 using testing::Test;
53 class SehExceptionInConstructorTest : public Test {
60 class SehExceptionInDestructorTest : public Test {
67 class SehExceptionInSetUpTestCaseTest : public Test {
74 class SehExceptionInTearDownTestCaseTest : public Test {
81 class SehExceptionInSetUpTest : public Test {
88 class SehExceptionInTearDownTest : public Test {
103 class CxxExceptionInConstructorTest : public Test {
140 class CxxExceptionInDestructorTest : public Test {
157 class CxxExceptionInSetUpTestCaseTest : public Test {
[all …]
/external/chromium/testing/gtest/test/
Dgtest_catch_exceptions_test_.cc49 using testing::Test;
53 class SehExceptionInConstructorTest : public Test {
60 class SehExceptionInDestructorTest : public Test {
67 class SehExceptionInSetUpTestCaseTest : public Test {
74 class SehExceptionInTearDownTestCaseTest : public Test {
81 class SehExceptionInSetUpTest : public Test {
88 class SehExceptionInTearDownTest : public Test {
103 class CxxExceptionInConstructorTest : public Test {
140 class CxxExceptionInDestructorTest : public Test {
157 class CxxExceptionInSetUpTestCaseTest : public Test {
[all …]

12345678910>>...177