/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestAutoAST.java | 44 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testTokenList() local 57 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testTokenListInSingleAltBlock() local 70 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testSimpleRootAtOuterLevel() local 83 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSimpleRootAtOuterLevelReverse() local 96 String found = execParser("T.g", grammar, "TParser", "TLexer", in testBang() local 109 String found = execParser("T.g", grammar, "TParser", "TLexer", in testOptionalThenRoot() local 122 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLabeledStringRoot() local 135 String found = execParser("T.g", grammar, "TParser", "TLexer", in testWildcard() local 148 String found = execParser("T.g", grammar, "TParser", "TLexer", in testWildcardRoot() local 161 String found = execParser("T.g", grammar, "TParser", "TLexer", in testWildcardRootWithLabel() local [all …]
|
D | TestRewriteAST.java | 49 String found = execParser("T.g", grammar, "TParser", "TLexer", in testDelete() local 62 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleToken() local 75 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleTokenToNewNode() local 88 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleTokenToNewNodeRoot() local 102 String found = execParser("TT.g", grammar, "TTParser", "TTLexer", in testSingleTokenToNewNode2() local 115 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleCharLiteral() local 128 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleStringLiteral() local 142 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleRule() local 155 String found = execParser("T.g", grammar, "TParser", "TLexer", in testReorderTokens() local 169 String found = execParser("T.g", grammar, "TParser", "TLexer", in testReorderTokenAndRule() local [all …]
|
D | TestTreeGrammarRewriteAST.java | 62 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatList() local 82 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testSimpleTree() local 101 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNonImaginaryWithCtor() local 121 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testCombinedRewriteAndAuto() local 145 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAvoidDup() local 165 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testLoop() local 185 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoDup() local 206 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoDupRule() local 226 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoWildcard() local 274 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoWildcard2() local [all …]
|
D | TestSets.java | 49 String found = execParser("P.g", grammar, "PParser", "PLexer", in testSeqDoesNotBecomeSet() local 58 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserSet() local 67 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserNotSet() local 76 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserNotToken() local 85 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserNotTokenWithLabel() local 94 String found = execParser("T.g", grammar, "TParser", "TLexer", in testRuleAsSet() local 104 String found = execParser("T.g", grammar, "TParser", "TLexer", in testRuleAsSetAST() local 114 String found = execParser("T.g", grammar, "TParser", "TLexer", in testNotChar() local 124 String found = execParser("T.g", grammar, "TParser", "TLexer", in testOptionalSingleElement() local 134 String found = execParser("T.g", grammar, "TParser", "TLexer", in testOptionalLexerSingleElement() local [all …]
|
D | TestHeteroAST.java | 50 String found = execParser("T.g", grammar, "TParser", "TLexer", in testToken() local 62 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenCommonTree() local 79 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenWithQualifiedType() local 96 String found = execParser("T.g", grammar, "TParser", "TLexer", in testNamedType() local 114 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenWithLabel() local 131 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenWithListLabel() local 148 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenRoot() local 165 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenRootWithListLabel() local 182 String found = execParser("T.g", grammar, "TParser", "TLexer", in testString() local 199 String found = execParser("T.g", grammar, "TParser", "TLexer", in testStringRoot() local [all …]
|
D | TestASTConstruction.java | 45 String found = g.getRule("a").tree.toStringTree(); in testA() local 55 String found = g.getRule("a").tree.toStringTree(); in testEmptyAlt() local 66 String found = g.getRule("A").tree.toStringTree(); in testNakeRulePlusInLexer() local 77 String found = g.getRule("a").tree.toStringTree(); in testRulePlus() local 88 String found = g.getRule("a").tree.toStringTree(); in testNakedRulePlus() local 99 String found = g.getRule("a").tree.toStringTree(); in testRuleOptional() local 110 String found = g.getRule("a").tree.toStringTree(); in testNakedRuleOptional() local 121 String found = g.getRule("a").tree.toStringTree(); in testRuleStar() local 132 String found = g.getRule("a").tree.toStringTree(); in testNakedRuleStar() local 142 String found = g.getRule("a").tree.toStringTree(); in testCharStar() local [all …]
|
D | TestSemanticPredicateEvaluation.java | 39 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testSimpleCyclicDFAWithPredicate() local 51 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testSimpleCyclicDFAWithInstanceVarPredicate() local 67 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testPredicateValidation() local 79 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPreds() local 92 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPreds2() local 107 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPredInExitBranch() local 119 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPredInExitBranch2() local 131 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPredInExitBranch3() local 142 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPredInExitBranch4() local 154 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPredsInCyclicDFA() local [all …]
|
D | TestSyntacticPredicateEvaluation.java | 53 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTwoPredsWithNakedAlt() local 102 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTwoPredsWithNakedAltNotLast() local 140 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLexerPred() local 162 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLexerWithPredLongerThanAlt() local 183 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLexerPredCyclicPrediction() local 199 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLexerPredCyclicPrediction2() local 224 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSimpleNestedPred() local 259 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTripleNestedPredInLexer() local 308 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserWithSynPred() local 335 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserWithNestedSynPred() local [all …]
|
D | TestTreeParsing.java | 48 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatList() local 68 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testSimpleTree() local 91 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatVsTreeDecision() local 114 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatVsTreeDecision2() local 137 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testCyclicDFALookahead() local 158 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTemplateOutput() local 178 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNullableChildList() local 199 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNullableChildList2() local 221 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNullableChildList3() local 242 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testActionsAfterRoot() local [all …]
|
D | TestLexer.java | 51 String found = execParser("P.g", grammar, "PParser", "PLexer", in testSetText() local 65 String found = execParser("P.g", grammar, "PParser", "PLexer", in testRefToRuleDoesNotSetTokenNorEmitAnother() local 79 String found = execParser("P.g", grammar, "PParser", "PLexer", in testRefToRuleDoesNotSetChannel() local 92 String found = execParser("P.g", grammar, "PParser", "PLexer", in testWeCanSetType() local 106 String found = execParser("P.g", grammar, "PParser", "PLexer", in testRefToFragment() local 120 String found = execParser("P.g", grammar, "PParser", "PLexer", in testMultipleRefToFragment() local 133 String found = execParser("P.g", grammar, "PParser", "PLexer", in testLabelInSubrule() local 145 String found = execParser("P.g", grammar, "PParser", "PLexer", in testRefToTokenInLexer() local 157 String found = execParser("P.g", grammar, "PParser", "PLexer", in testListLabelInLexer() local 169 String found = execParser("P.g", grammar, "PParser", "PLexer", in testDupListRefInLexer() local [all …]
|
D | TestRewriteTemplates.java | 46 String found = execParser("T.g", grammar, "TParser", "TLexer", in testDelete() local 59 String found = execParser("T.g", grammar, "TParser", "TLexer", in testAction() local 72 String found = execParser("T.g", grammar, "TParser", "TLexer", in testEmbeddedLiteralConstructor() local 85 String found = execParser("T.g", grammar, "TParser", "TLexer", in testInlineTemplate() local 100 String found = execParser("T.g", grammar, "TParser", "TLexer", in testNamedTemplate() local 115 String found = execParser("T.g", grammar, "TParser", "TLexer", in testIndirectTemplate() local 128 String found = execParser("T.g", grammar, "TParser", "TLexer", in testInlineTemplateInvokingLib() local 145 String found = execParser("T.g", grammar, "TParser", "TLexer", in testPredicatedAlts() local 159 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTemplateReturn() local 173 String found = execParser("T.g", grammar, "TParser", "TLexer", in testReturnValueWithTemplate() local [all …]
|
D | TestTreeWizard.java | 50 String found = t.toStringTree(); in testSingleNode() local 58 String found = t.toStringTree(); in testSingleNodeWithArg() local 66 String found = t.toStringTree(); in testSingleNodeTree() local 74 String found = t.toStringTree(); in testSingleLevelTree() local 82 String found = t.toStringTree(); in testListTree() local 96 String found = t.toStringTree(); in testDoubleLevelTree() local 105 String found = m.toString(); in testSingleNodeIndex() local 114 String found = sortMapToString(m); in testNoRepeatsIndex() local 123 String found = sortMapToString(m); in testRepeatsIndex() local 137 String found = elements.toString(); in testNoRepeatsVisit() local [all …]
|
D | TestFastQueue.java | 46 String found = q.toString(); in testQueueNoRemove() local 65 String found = buf.toString(); in testQueueThenRemoveAll() local 84 String found = buf.toString(); in testQueueThenRemoveOneByOne() local 98 String found = msg; in testGetFromEmptyQueue() local 114 String found = msg; in testGetFromEmptyQueueAfterSomeAdds() local 129 String found = msg; in testGetFromEmptyQueueAfterClear() local
|
D | TestAttributes.java | 68 String found = actionST.render(); in testEscapedLessThanInAction() local 89 String found = translator.translate(); assertEquals(expecting, found); in testEscaped$InAction() local 109 String found = translator.translate(); assertEquals(expecting, found); in testArguments() local 279 String found = translator.translate(); assertEquals(expecting, found); in testGenericsAsArgumentDefinition() local 317 String found = translator.translate(); assertEquals(expecting, found); in testGenericsAsArgumentDefinition2() local 358 String found = translator.translate(); assertEquals(expecting, found); in testComplicatedArgParsingWithTranslation() local 385 String found = translator.translate(); in testRefToReturnValueBeforeRefToPredefinedAttr() local 412 String found = code.substring(code.indexOf("###")+3,code.indexOf("!!!")); in testRuleLabelBeforeRefToPredefinedAttr() local 433 String found = translator.translate(); in testInvalidArguments() local 463 String found = translator.translate(); in testReturnValue() local [all …]
|
D | TestTreeIterator.java | 47 String found = buf.toString(); in testNode() local 58 String found = buf.toString(); in testFlatAB() local 69 String found = buf.toString(); in testAB() local 80 String found = buf.toString(); in testABC() local 91 String found = buf.toString(); in testVerticalList() local 102 String found = buf.toString(); in testComplex() local 113 String found = buf.toString(); in testReset() local
|
D | TestSyntaxErrors.java | 42 String found = execParser("T.g", grammar, "TParser", "TLexer", "a", "ae", false); in testLL2() local 56 String found = execParser("T.g", grammar, "TParser", "TLexer", "a", "abe", false); in testLL3() local 69 String found = execParser("T.g", grammar, "TParser", "TLexer", "a", "aaae", false); in testLLStar() local 86 String found = execParser("T.g", grammar, "TParser", "TLexer", "a", "((i))z", false); in testSynPred() local
|
D | TestTreeNodeStream.java | 52 String found = toNodesOnlyString(stream); in testSingleNode() local 69 String found = toNodesOnlyString(stream); in test4Nodes() local 92 String found = toNodesOnlyString(stream); in testList() local 109 String found = toNodesOnlyString(stream); in testFlatList() local 124 String found = toNodesOnlyString(stream); in testListWithOneNode() local 138 String found = toNodesOnlyString(stream); in testAoverB() local 356 String found = toTokenTypeString(stream); in testDeepTree() local
|
D | TestCompositeGrammars.java | 61 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesDelegateRule() local 81 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesDelegateRuleWithArgs() local 101 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesDelegateRuleWithReturnStruct() local 120 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorAccessesDelegateMembers() local 142 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesFirstVersionOfDelegateRule() local 179 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatesSeeSameTokenType() local 509 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorRuleOverridesDelegate() local 534 String found = execParser("Java.g", master, "JavaParser", "JavaLexer", in testDelegatorRuleOverridesLookaheadInDelegate() local 558 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorRuleOverridesDelegates() local 578 String found = execLexer("M.g", master, "M", "abc", debug); in testLexerDelegatorInvokesDelegateRule() local [all …]
|
/external/deqp/framework/delibs/depool/ |
D | dePoolMultiSet.c | 48 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local 60 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local 73 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local 94 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local 114 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local 135 deBool found = deTestMultiSet_exists(set, (deInt16)i); in dePoolMultiSet_selfTest() local
|
D | dePoolSet.c | 50 deBool found = deTestSet_exists(set, (deInt16)i); in dePoolSet_selfTest() local 62 deBool found = deTestSet_exists(set, (deInt16)i); in dePoolSet_selfTest() local 75 deBool found = deTestSet_exists(set, (deInt16)i); in dePoolSet_selfTest() local
|
/external/llvm/cmake/modules/ |
D | FindOCaml.cmake | 80 set(found TRUE) variable 82 set(found FALSE) variable 89 set(found FALSE) variable
|
/external/libchrome/base/test/ |
D | trace_event_analyzer_unittest.cc | 82 TraceEventVector found; in TEST_F() local 234 TraceEventVector found; in TEST_F() local 324 TraceEventVector found; in TEST_F() local 380 TraceEventVector found; in TEST_F() local 430 TraceEventVector found; in TEST_F() local 472 TraceEventVector found; in TEST_F() local 504 TraceEventVector found; in TEST_F() local 527 TraceEventVector found; in TEST_F() local 560 TraceEventVector found; in TEST_F() local 592 TraceEventVector found; in TEST_F() local [all …]
|
/external/gptfdisk/ |
D | parttypes.cc | 287 int found = 0; in operator =() local 314 int found = 0; in TypeName() local 335 int found = 0; in UTypeName() local 360 int found = 0; in GetHexType() local 420 int found = 0; in Valid() local
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLServerSocketImplTest.java | 338 break found; in testGetEnabledCipherSuites() local 360 break found; in testGetEnabledCipherSuites() local 386 break found; in testSetEnabledCipherSuites() local 453 break found; in testGetEnabledProtocols() local 479 break found; in testGetEnabledProtocols() local 505 break found; in testSetEnabledProtocols() local
|
/external/v8/test/mjsunit/ |
D | mjsunit.js | 201 function fail(expectedText, found, name_opt) { argument 267 assertSame = function assertSame(expected, found, name_opt) { argument 279 assertEquals = function assertEquals(expected, found, name_opt) { argument 287 function assertEqualsDelta(expected, found, delta, name_opt) { argument 292 assertArrayEquals = function assertArrayEquals(expected, found, name_opt) { argument 307 assertPropertiesEqual = function assertPropertiesEqual(expected, found, argument 316 assertToStringEquals = function assertToStringEquals(expected, found, argument
|