/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestAutoAST.java | 46 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testTokenList() local 59 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testTokenListInSingleAltBlock() local 72 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testSimpleRootAtOuterLevel() local 85 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSimpleRootAtOuterLevelReverse() local 98 String found = execParser("T.g", grammar, "TParser", "TLexer", in testBang() local 111 String found = execParser("T.g", grammar, "TParser", "TLexer", in testOptionalThenRoot() local 124 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLabeledStringRoot() local 137 String found = execParser("T.g", grammar, "TParser", "TLexer", in testWildcard() local 150 String found = execParser("T.g", grammar, "TParser", "TLexer", in testWildcardRoot() local 163 String found = execParser("T.g", grammar, "TParser", "TLexer", in testWildcardRootWithLabel() local [all …]
|
D | TestRewriteAST.java | 51 String found = execParser("T.g", grammar, "TParser", "TLexer", in testDelete() local 64 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleToken() local 77 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleTokenToNewNode() local 90 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleTokenToNewNodeRoot() local 104 String found = execParser("TT.g", grammar, "TTParser", "TTLexer", in testSingleTokenToNewNode2() local 117 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleCharLiteral() local 130 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleStringLiteral() local 144 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSingleRule() local 157 String found = execParser("T.g", grammar, "TParser", "TLexer", in testReorderTokens() local 171 String found = execParser("T.g", grammar, "TParser", "TLexer", in testReorderTokenAndRule() local [all …]
|
D | TestSets.java | 51 String found = execParser("P.g", grammar, "PParser", "PLexer", in testSeqDoesNotBecomeSet() local 60 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserSet() local 69 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserNotSet() local 78 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserNotToken() local 87 String found = execParser("T.g", grammar, "TParser", "TLexer", in testParserNotTokenWithLabel() local 96 String found = execParser("T.g", grammar, "TParser", "TLexer", in testRuleAsSet() local 106 String found = execParser("T.g", grammar, "TParser", "TLexer", in testRuleAsSetAST() local 116 String found = execParser("T.g", grammar, "TParser", "TLexer", in testNotChar() local 126 String found = execParser("T.g", grammar, "TParser", "TLexer", in testOptionalSingleElement() local 136 String found = execParser("T.g", grammar, "TParser", "TLexer", in testOptionalLexerSingleElement() local [all …]
|
D | TestHeteroAST.java | 52 String found = execParser("T.g", grammar, "TParser", "TLexer", in testToken() local 64 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenCommonTree() local 81 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenWithQualifiedType() local 98 String found = execParser("T.g", grammar, "TParser", "TLexer", in testNamedType() local 116 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenWithLabel() local 133 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenWithListLabel() local 150 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenRoot() local 167 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTokenRootWithListLabel() local 184 String found = execParser("T.g", grammar, "TParser", "TLexer", in testString() local 201 String found = execParser("T.g", grammar, "TParser", "TLexer", in testStringRoot() local [all …]
|
D | TestTreeGrammarRewriteAST.java | 63 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatList() local 83 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testSimpleTree() local 102 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNonImaginaryWithCtor() local 122 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testCombinedRewriteAndAuto() local 146 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAvoidDup() local 166 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testLoop() local 186 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoDup() local 207 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoDupRule() local 227 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoWildcard() local 275 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testAutoWildcard2() local [all …]
|
D | TestASTConstruction.java | 47 String found = g.getRule("a").tree.toStringTree(); in testA() local 57 String found = g.getRule("a").tree.toStringTree(); in testEmptyAlt() local 68 String found = g.getRule("A").tree.toStringTree(); in testNakeRulePlusInLexer() local 79 String found = g.getRule("a").tree.toStringTree(); in testRulePlus() local 90 String found = g.getRule("a").tree.toStringTree(); in testNakedRulePlus() local 101 String found = g.getRule("a").tree.toStringTree(); in testRuleOptional() local 112 String found = g.getRule("a").tree.toStringTree(); in testNakedRuleOptional() local 123 String found = g.getRule("a").tree.toStringTree(); in testRuleStar() local 134 String found = g.getRule("a").tree.toStringTree(); in testNakedRuleStar() local 144 String found = g.getRule("a").tree.toStringTree(); in testCharStar() local [all …]
|
D | TestSemanticPredicateEvaluation.java | 41 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testSimpleCyclicDFAWithPredicate() local 53 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testSimpleCyclicDFAWithInstanceVarPredicate() local 69 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testPredicateValidation() local 81 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPreds() local 94 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPreds2() local 109 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPredInExitBranch() local 121 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPredInExitBranch2() local 133 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPredInExitBranch3() local 144 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPredInExitBranch4() local 156 String found = execParser("foo.g", grammar, "fooParser", "fooLexer", in testLexerPredsInCyclicDFA() local [all …]
|
D | TestSyntacticPredicateEvaluation.java | 55 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTwoPredsWithNakedAlt() local 104 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTwoPredsWithNakedAltNotLast() local 142 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLexerPred() local 164 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLexerWithPredLongerThanAlt() local 185 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLexerPredCyclicPrediction() local 201 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLexerPredCyclicPrediction2() local 226 String found = execParser("T.g", grammar, "TParser", "TLexer", in testSimpleNestedPred() local 261 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTripleNestedPredInLexer() local 310 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserWithSynPred() local 337 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTreeParserWithNestedSynPred() local [all …]
|
D | TestTreeParsing.java | 50 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatList() local 70 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testSimpleTree() local 93 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatVsTreeDecision() local 116 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testFlatVsTreeDecision2() local 139 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testCyclicDFALookahead() local 160 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testTemplateOutput() local 180 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNullableChildList() local 201 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNullableChildList2() local 223 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testNullableChildList3() local 244 String found = execTreeParser("T.g", grammar, "TParser", "TP.g", in testActionsAfterRoot() local [all …]
|
D | TestLexer.java | 53 String found = execParser("P.g", grammar, "PParser", "PLexer", in testSetText() local 67 String found = execParser("P.g", grammar, "PParser", "PLexer", in testRefToRuleDoesNotSetTokenNorEmitAnother() local 81 String found = execParser("P.g", grammar, "PParser", "PLexer", in testRefToRuleDoesNotSetChannel() local 94 String found = execParser("P.g", grammar, "PParser", "PLexer", in testWeCanSetType() local 108 String found = execParser("P.g", grammar, "PParser", "PLexer", in testRefToFragment() local 122 String found = execParser("P.g", grammar, "PParser", "PLexer", in testMultipleRefToFragment() local 135 String found = execParser("P.g", grammar, "PParser", "PLexer", in testLabelInSubrule() local 147 String found = execParser("P.g", grammar, "PParser", "PLexer", in testRefToTokenInLexer() local 159 String found = execParser("P.g", grammar, "PParser", "PLexer", in testListLabelInLexer() local 171 String found = execParser("P.g", grammar, "PParser", "PLexer", in testDupListRefInLexer() local [all …]
|
D | TestRewriteTemplates.java | 48 String found = execParser("T.g", grammar, "TParser", "TLexer", in testDelete() local 61 String found = execParser("T.g", grammar, "TParser", "TLexer", in testAction() local 74 String found = execParser("T.g", grammar, "TParser", "TLexer", in testEmbeddedLiteralConstructor() local 87 String found = execParser("T.g", grammar, "TParser", "TLexer", in testInlineTemplate() local 102 String found = execParser("T.g", grammar, "TParser", "TLexer", in testNamedTemplate() local 117 String found = execParser("T.g", grammar, "TParser", "TLexer", in testIndirectTemplate() local 130 String found = execParser("T.g", grammar, "TParser", "TLexer", in testInlineTemplateInvokingLib() local 147 String found = execParser("T.g", grammar, "TParser", "TLexer", in testPredicatedAlts() local 161 String found = execParser("T.g", grammar, "TParser", "TLexer", in testTemplateReturn() local 175 String found = execParser("T.g", grammar, "TParser", "TLexer", in testReturnValueWithTemplate() local [all …]
|
D | TestTreeWizard.java | 51 String found = t.toStringTree(); in testSingleNode() local 59 String found = t.toStringTree(); in testSingleNodeWithArg() local 67 String found = t.toStringTree(); in testSingleNodeTree() local 75 String found = t.toStringTree(); in testSingleLevelTree() local 83 String found = t.toStringTree(); in testListTree() local 97 String found = t.toStringTree(); in testDoubleLevelTree() local 106 String found = m.toString(); in testSingleNodeIndex() local 115 String found = sortMapToString(m); in testNoRepeatsIndex() local 124 String found = sortMapToString(m); in testRepeatsIndex() local 139 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 | 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 | TestAttributes.java | 70 String found = actionST.render(); in testEscapedLessThanInAction() local 91 String found = translator.translate(); assertEquals(expecting, found); in testEscaped$InAction() local 111 String found = translator.translate(); assertEquals(expecting, found); in testArguments() local 281 String found = translator.translate(); assertEquals(expecting, found); in testGenericsAsArgumentDefinition() local 319 String found = translator.translate(); assertEquals(expecting, found); in testGenericsAsArgumentDefinition2() local 360 String found = translator.translate(); assertEquals(expecting, found); in testComplicatedArgParsingWithTranslation() local 387 String found = translator.translate(); in testRefToReturnValueBeforeRefToPredefinedAttr() local 414 String found = code.substring(code.indexOf("###")+3,code.indexOf("!!!")); in testRuleLabelBeforeRefToPredefinedAttr() local 435 String found = translator.translate(); in testInvalidArguments() local 465 String found = translator.translate(); in testReturnValue() local [all …]
|
D | TestSyntaxErrors.java | 47 String found = execParser("T.g", grammar, "TParser", "TLexer", "a", "ae", false); in testLL2() local 61 String found = execParser("T.g", grammar, "TParser", "TLexer", "a", "abe", false); in testLL3() local 74 String found = execParser("T.g", grammar, "TParser", "TLexer", "a", "aaae", false); in testLLStar() local 91 String found = execParser("T.g", grammar, "TParser", "TLexer", "a", "((i))z", false); in testSynPred() local
|
D | TestTreeNodeStream.java | 54 String found = toNodesOnlyString(stream); in testSingleNode() local 71 String found = toNodesOnlyString(stream); in test4Nodes() local 94 String found = toNodesOnlyString(stream); in testList() local 111 String found = toNodesOnlyString(stream); in testFlatList() local 126 String found = toNodesOnlyString(stream); in testListWithOneNode() local 140 String found = toNodesOnlyString(stream); in testAoverB() local 358 String found = toTokenTypeString(stream); in testDeepTree() local
|
D | TestJavaCodeGeneration.java | 75 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLabeledSetsInLexer() local 87 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLabeledRangeInLexer() local 99 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLabeledWildcardInLexer() local
|
/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-project/llvm/cmake/modules/ |
D | FindOCaml.cmake | 80 set(found TRUE) variable 82 set(found FALSE) variable 89 set(found FALSE) variable
|
/external/llvm/cmake/modules/ |
D | FindOCaml.cmake | 80 set(found TRUE) variable 82 set(found FALSE) variable 89 set(found FALSE) variable
|
/external/mesa3d/src/intel/compiler/ |
D | brw_debug_recompile.c | 63 bool found = false; in debug_sampler_recompile() local 102 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_vs_recompile() local 123 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_tcs_recompile() local 141 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_tes_recompile() local 156 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_gs_recompile() local 168 bool found = false; in debug_fs_recompile() local 202 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_cs_recompile() local
|
/external/gptfdisk/ |
D | parttypes.cc | 417 int found = 0; in operator =() local 444 int found = 0; in TypeName() local 465 int found = 0; in UTypeName() local 490 int found = 0; in GetHexType() local 521 size_t found; in ShowAllTypes() local 559 int found = 0; in Valid() local
|
/external/libchrome/base/test/ |
D | trace_event_analyzer_unittest.cc | 88 TraceEventVector found; in TEST_F() local 247 TraceEventVector found; in TEST_F() local 337 TraceEventVector found; in TEST_F() local 393 TraceEventVector found; in TEST_F() local 443 TraceEventVector found; in TEST_F() local 485 TraceEventVector found; in TEST_F() local 517 TraceEventVector found; in TEST_F() local 540 TraceEventVector found; in TEST_F() local 573 TraceEventVector found; in TEST_F() local 605 TraceEventVector found; in TEST_F() local [all …]
|