/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestNFAConstruction.java | 33 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 …]
|
D | TestAutoAST.java | 31 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 …]
|
D | TestRewriteAST.java | 36 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 …]
|
D | TestTreeGrammarRewriteAST.java | 37 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 …]
|
D | TestHeteroAST.java | 30 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 …]
|
D | TestSets.java | 30 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 …]
|
D | TestASTConstruction.java | 31 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 …]
|
D | TestSemanticPredicateEvaluation.java | 30 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 …]
|
D | TestCharDFAConversion.java | 34 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 …]
|
D | TestLexer.java | 34 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 …]
|
D | TestRewriteTemplates.java | 33 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 …]
|
D | TestTreeParsing.java | 30 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 …]
|
D | TestSyntacticPredicateEvaluation.java | 30 import org.junit.Test; 33 @Test public void testTwoPredsWithNakedAlt() throws Exception { in testTwoPredsWithNakedAlt() 82 @Test public void testTwoPredsWithNakedAltNotLast() throws Exception { in testTwoPredsWithNakedAltNotLast() 130 @Test public void testLexerPred() throws Exception { in testLexerPred() 151 @Test public void testLexerWithPredLongerThanAlt() throws Exception { in testLexerWithPredLongerThanAlt() 173 @Test public void testLexerPredCyclicPrediction() throws Exception { in testLexerPredCyclicPrediction() 189 @Test public void testLexerPredCyclicPrediction2() throws Exception { in testLexerPredCyclicPrediction2() 204 @Test public void testSimpleNestedPred() throws Exception { in testSimpleNestedPred() 239 @Test public void testTripleNestedPredInLexer() throws Exception { in testTripleNestedPredInLexer() 290 @Test public void testTreeParserWithSynPred() throws Exception { in testTreeParserWithSynPred() [all …]
|
D | TestSemanticPredicates.java | 36 import org.junit.Test; 48 @Test public void testPredsButSyntaxResolves() throws Exception { in testPredsButSyntaxResolves() 58 @Test public void testLL_1_Pred() throws Exception { in testLL_1_Pred() 69 @Test public void testLL_1_Pred_forced_k_1() throws Exception { in testLL_1_Pred_forced_k_1() 81 @Test public void testLL_2_Pred() throws Exception { in testLL_2_Pred() 93 @Test public void testPredicatedLoop() throws Exception { in testPredicatedLoop() 105 @Test public void testPredicatedToStayInLoop() throws Exception { in testPredicatedToStayInLoop() 116 @Test public void testAndPredicates() throws Exception { in testAndPredicates() 127 @Test 140 @Test public void testIgnoresHoistingDepthGreaterThanZero() throws Exception { in testIgnoresHoistingDepthGreaterThanZero() [all …]
|
D | TestIntervalSet.java | 32 import org.junit.Test; 44 @Test public void testSingleElement() throws Exception { in testSingleElement() 50 @Test public void testIsolatedElements() throws Exception { in testIsolatedElements() 59 @Test public void testMixedRangesAndElements() throws Exception { in testMixedRangesAndElements() 68 @Test public void testSimpleAnd() throws Exception { in testSimpleAnd() 76 @Test public void testRangeAndIsolatedElement() throws Exception { in testRangeAndIsolatedElement() 84 @Test public void testEmptyIntersection() throws Exception { in testEmptyIntersection() 92 @Test public void testEmptyIntersectionSingleElements() throws Exception { in testEmptyIntersectionSingleElements() 100 @Test public void testNotSingleElement() throws Exception { in testNotSingleElement() 109 @Test public void testNotSet() throws Exception { in testNotSet() [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-new-overaligned.cpp | 4 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/gtest/test/ |
D | gtest_catch_exceptions_test_.cc | 49 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 …]
|
D | gtest_nc.cc | 63 class MyTest : public testing::Test { 74 class MyTest : public testing::Test { 77 testing::Test::Setup(); // Tries to call SetUp() in the parent class. in SetUp() 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 { 155 class BarTest : public testing::Test { 172 class FooTest : public testing::Test { [all …]
|
/external/chromium/testing/gtest/test/ |
D | gtest_catch_exceptions_test_.cc | 49 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/v8/test/mjsunit/compiler/ |
D | pic.js | 36 function Test(o) { class 45 assertTrue(SetXY(o, Test) === Test); 46 assertTrue(Test === GetX(o), "Test === GetX(o)"); 59 Test(o1); 60 Test(o2); 61 Test(o3); 63 %OptimizeFunctionOnNextCall(Test); 64 Test(o1); 65 Test(o2); 66 Test(o3);
|
D | simple-bailouts.js | 28 function Test() { class 41 Test.prototype.test0 = function () { 45 Test.prototype.test1 = function() { 49 Test.prototype.test2 = function() { 53 Test.prototype.test3 = function() { 57 Test.prototype.test4 = function() { 61 Test.prototype.test5 = function() { 65 Test.prototype.test6 = function() { 69 Test.prototype.test7 = function() { 75 Test.prototype.test8 = function () { [all …]
|
/external/openfst/src/test/ |
D | weight_test.cc | 80 tropical_tester.Test(repeat); in TestTemplatedWeights() 85 log_tester.Test(repeat); in TestTemplatedWeights() 90 minmax_tester.Test(repeat); in TestTemplatedWeights() 95 signedlog_tester.Test(repeat); in TestTemplatedWeights() 123 left_string_tester.Test(FLAGS_repeat); in main() 129 right_string_tester.Test(FLAGS_repeat); in main() 138 tropical_gallic_tester.Test(FLAGS_repeat); in main() 147 tropical_product_weight_tester.Test(FLAGS_repeat); in main() 156 tropical_cube_weight_tester.Test(FLAGS_repeat); in main() 166 second_nested_product_weight_tester.Test(FLAGS_repeat); in main() [all …]
|
/external/smali/smali/src/test/java/ |
D | IntLiteralTest.java | 31 import org.junit.Test; 35 @Test 53 @Test(expected=NumberFormatException.class) 58 @Test(expected=NumberFormatException.class) 63 @Test(expected=NumberFormatException.class) 70 @Test 87 @Test(expected=NumberFormatException.class) 92 @Test(expected=NumberFormatException.class) 97 @Test(expected=NumberFormatException.class) 102 @Test(expected=NumberFormatException.class) [all …]
|
/external/skia/tests/ |
D | Test.h | 20 class Test; variable 40 void startTest(Test*); 42 void endTest(Test*); 67 virtual void onStart(Test*) {} in onStart() argument 69 virtual void onEnd(Test*) {} in onEnd() argument 72 Test* fCurrTest; 80 class Test { 82 Test(); 83 virtual ~Test(); 100 class GpuTest : public Test{ [all …]
|
/external/protobuf/gtest/test/ |
D | gtest_nc.cc | 63 class MyTest : public testing::Test { 74 class MyTest : public testing::Test { 77 testing::Test::Setup(); // Tries to call SetUp() in the parent class. in SetUp() 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 { 155 class BarTest : public testing::Test { 172 class FooTest : public testing::Test { [all …]
|