Home
last modified time | relevance | path

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

12345678910>>...34

/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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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
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 …]
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
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 …]
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
/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/chromium_org/content/browser/service_worker/
Dembedded_worker_registry.cc55 WorkerInstanceMap::iterator found = worker_map_.find(message.routing_id()); in OnMessageReceived() local
73 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id); in OnWorkerReadyForInspection() local
85 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id); in OnWorkerScriptLoaded() local
95 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id); in OnWorkerScriptLoadFailed() local
107 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id); in OnWorkerStarted() local
118 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id); in OnWorkerStopped() local
129 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id); in OnPausedAfterDownload() local
143 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id); in OnReportException() local
158 WorkerInstanceMap::iterator found = worker_map_.find(embedded_worker_id); in OnReportConsoleMessage() local
174 std::map<int, std::set<int> >::iterator found = in RemoveChildProcessSender() local
[all …]
/external/chromium_org/chrome/browser/sync_file_system/
Dsubtree_set.cc40 Subtrees::const_iterator found = in IsDisjointWith() local
75 Subtrees::iterator found = in erase() local
89 Subtrees::iterator found = in erase() local
105 Subtrees::const_iterator found = in size() local
/external/chromium_org/tools/gn/
Dscope.cc67 RecordMap::iterator found = values_.find(ident); in GetValue() local
85 RecordMap::iterator found = values_.find(ident); in GetMutableValue() local
100 RecordMap::iterator found = values_.find(ident); in GetValueForcedToCurrentScope() local
116 RecordMap::const_iterator found = values_.find(ident); in GetValue() local
134 RecordMap::iterator found = values_.find(ident); in RemoveIdentifier() local
162 TemplateMap::const_iterator found = templates_.find(name); in GetTemplate() local
171 RecordMap::iterator found = values_.find(ident); in MarkUsed() local
180 RecordMap::iterator found = values_.find(ident); in MarkUnused() local
189 RecordMap::const_iterator found = values_.find(ident); in IsSetButUnused() local
377 NamedScopeMap::const_iterator found = target_defaults_.find(target_type); in GetTargetDefaults() local
[all …]
/external/chromium_org/net/url_request/
Durl_request_filter_unittest.cc72 scoped_refptr<URLRequestJob> found = in TEST() local
94 scoped_refptr<URLRequestJob> found = in TEST() local
118 scoped_refptr<URLRequestJob> found = in TEST() local
133 scoped_refptr<URLRequestJob> found = in TEST() local
/external/skia/tests/
DHashCacheTest.cpp98 HashElement* found = cache.find(i); in DEF_TEST() local
104 HashElement* found = cache.find(10); in DEF_TEST() local
119 HashElement* found = cache.find(0, findPos); in DEF_TEST() local
133 HashElement* found = cache.find(0, findNeg); in DEF_TEST() local
149 HashElement* found = cache.find(0); in DEF_TEST() local
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DComposedTreeWalker.cpp61 if (Node* found = traverseNode(sibling, direction)) in traverseSiblings() local
73 …if (Node* found = traverseDistributedNodes(direction == TraversalDirectionForward ? insertionPoint… in traverseNode() local
82 if (Node* found = traverseNode(next, direction)) in traverseDistributedNodes() local
99 …if (Node* found = traverseDistributedNodes(direction == TraversalDirectionForward ? insertionPoint… in traverseSiblingOrBackToInsertionPoint() local
107 …if (Node* found = traverseSiblings(direction == TraversalDirectionForward ? node->nextSibling() : … in traverseSiblingInCurrentTree() local

12345678910>>...34