Home
last modified time | relevance | path

Searched defs:found (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestAutoAST.java44 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 …]
DTestRewriteAST.java49 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 …]
DTestSets.java49 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 …]
DTestTreeGrammarRewriteAST.java62 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 …]
DTestHeteroAST.java50 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 …]
DTestASTConstruction.java45 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 …]
DTestSemanticPredicateEvaluation.java39 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 …]
DTestSyntacticPredicateEvaluation.java53 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 …]
DTestTreeParsing.java48 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 …]
DTestLexer.java51 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 …]
DTestRewriteTemplates.java46 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 …]
DTestTreeWizard.java50 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 …]
DTestFastQueue.java46 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
DTestAttributes.java68 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 …]
DTestTreeIterator.java47 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
DTestSyntaxErrors.java42 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
DTestTreeNodeStream.java52 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
DTestJavaCodeGeneration.java73 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLabeledSetsInLexer() local
85 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLabeledRangeInLexer() local
97 String found = execParser("T.g", grammar, "TParser", "TLexer", in testLabeledWildcardInLexer() local
DTestCompositeGrammars.java61 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/
DdePoolMultiSet.c48 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
DdePoolSet.c50 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/
DFindOCaml.cmake80 set(found TRUE) variable
82 set(found FALSE) variable
89 set(found FALSE) variable
/external/gptfdisk/
Dparttypes.cc289 int found = 0; in operator =() local
316 int found = 0; in TypeName() local
337 int found = 0; in UTypeName() local
362 int found = 0; in GetHexType() local
422 int found = 0; in Valid() local
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc88 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 …]
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-gpr.h27 int i, found = 1; in validate_gpr() local
45 int i, found = 1; in validate_fpr() local
62 int i, found = 1; in validate_fpr_float() local

12345678910>>...30