Home
last modified time | relevance | path

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

12345678910>>...121

/aosp_15_r20/external/antlr/tool/src/test/java/org/antlr/test/
H A DTestRewriteAST.java51 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 …]
H A DTestAutoAST.java46 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 …]
H A DTestTreeGrammarRewriteAST.java63 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 …]
H A DTestASTConstruction.java47 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 …]
H A DTestSets.java51 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 …]
H A DTestHeteroAST.java52 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 …]
H A DTestSemanticPredicateEvaluation.java41 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 …]
H A DTestAttributes.java70 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 …]
H A DTestSyntacticPredicateEvaluation.java55 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 …]
H A DTestTreeParsing.java50 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 …]
H A DTestTreeWizard.java51 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 …]
H A DTestRewriteTemplates.java48 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 …]
H A DTestLexer.java53 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 …]
H A DTestCompositeGrammars.java63 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesDelegateRule() local
83 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesDelegateRuleWithArgs() local
103 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesDelegateRuleWithReturnStruct() local
122 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorAccessesDelegateMembers() local
144 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorInvokesFirstVersionOfDelegateRule() local
181 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatesSeeSameTokenType() local
511 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorRuleOverridesDelegate() local
536 String found = execParser("Java.g", master, "JavaParser", "JavaLexer", in testDelegatorRuleOverridesLookaheadInDelegate() local
560 String found = execParser("M.g", master, "MParser", "MLexer", in testDelegatorRuleOverridesDelegates() local
580 String found = execLexer("M.g", master, "M", "abc", debug); in testLexerDelegatorInvokesDelegateRule() local
[all …]
H A 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
H A 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
H A DTestTreeNodeStream.java54 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
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DCountingInputStreamTest.java44 int found = cis.read(ba); in testCounting() local
71 int found = cis.read(); in testEOF1() local
90 final int found = cis.read(result); in testEOF2() local
103 final int found = cis.read(result, 0, 5); in testEOF3() local
140 int found = cis.read(result, 0, 5); in testResetting() local
169 final int found = cis.read(); in testZeroLength1() local
182 final int found = cis.read(result); in testZeroLength2() local
195 final int found = cis.read(result, 0, 5); in testZeroLength3() local
/aosp_15_r20/external/cronet/base/test/
H A Dtrace_event_analyzer_unittest.cc88 TraceEventVector found; in TEST_F() local
245 TraceEventVector found; in TEST_F() local
335 TraceEventVector found; in TEST_F() local
391 TraceEventVector found; in TEST_F() local
443 TraceEventVector found; in TEST_F() local
486 TraceEventVector found; in TEST_F() local
519 TraceEventVector found; in TEST_F() local
544 TraceEventVector found; in TEST_F() local
578 TraceEventVector found; in TEST_F() local
610 TraceEventVector found; in TEST_F() local
[all …]
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
H A DComposerClientReader.h99 auto found = mReturnData.find(display); in hasChanges() local
115 auto found = mReturnData.find(display); in takeChangedCompositionTypes() local
127 auto found = mReturnData.find(display); in takeDisplayRequests() local
139 auto found = mReturnData.find(display); in takeReleaseFences() local
151 auto found = mReturnData.find(display); in takeLayerPresentFences() local
163 auto found = mReturnData.find(display); in takePresentFence() local
175 auto found = mReturnData.find(display); in takePresentOrValidateStage() local
186 auto found = mReturnData.find(display); in takeClientTargetProperty() local
203 auto found = mReturnData.find(display); in takeDisplayLuts() local
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerMetrics.cpp148 std::map<std::string, int>::iterator found = mConcurrentResourceCountMap.find(clientInfo.name); in notifyClientCreated() local
161 ClientConfigMap::iterator found = mClientConfigMap.find(clientInfo.id); in notifyClientReleased() local
177 std::map<std::string, int>::iterator found = in notifyClientReleased() local
301 std::map<int32_t, ConcurrentCodecs>::iterator found = mProcessConcurrentCodecsMap.find(pid); in notifyClientStopped() local
374 std::map<int32_t, ConcurrentCodecs>::iterator found = mProcessConcurrentCodecsMap.find(pid); in pushConcurrentUsageReport() local
511 std::map<std::string, int>::iterator found = mConcurrentResourceCountMap.find(clientName); in pushReclaimAtom() local
571 std::map<int32_t, ConcurrentCodecs>::iterator found = mProcessConcurrentCodecsMap.find(pid); in increaseConcurrentCodecs() local
623 std::map<int32_t, ConcurrentCodecs>::iterator found = mProcessConcurrentCodecsMap.find(pid); in decreaseConcurrentCodecs() local
661 std::map<int32_t, PixelCount>::iterator found = mProcessPixelsMap.find(pid); in increasePixelCount() local
686 std::map<int32_t, PixelCount>::iterator found = mProcessPixelsMap.find(pid); in decreasePixelCount() local
[all …]
/aosp_15_r20/external/libchrome/base/test/
H A 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 …]
/aosp_15_r20/external/deqp/framework/delibs/depool/
H A DdePoolMultiSet.c48 bool found = deTestMultiSet_exists(set, (int16_t)i); in dePoolMultiSet_selfTest() local
60 bool found = deTestMultiSet_exists(set, (int16_t)i); in dePoolMultiSet_selfTest() local
73 bool found = deTestMultiSet_exists(set, (int16_t)i); in dePoolMultiSet_selfTest() local
94 bool found = deTestMultiSet_exists(set, (int16_t)i); in dePoolMultiSet_selfTest() local
114 bool found = deTestMultiSet_exists(set, (int16_t)i); in dePoolMultiSet_selfTest() local
135 bool found = deTestMultiSet_exists(set, (int16_t)i); in dePoolMultiSet_selfTest() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_debug_recompile.c64 bool found = false; in debug_base_recompile() local
77 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_vs_recompile() local
89 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_tcs_recompile() local
106 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_tes_recompile() local
121 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_gs_recompile() local
133 bool found = false; in debug_fs_recompile() local
161 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_cs_recompile() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_debug_recompile.c63 bool found = false; in debug_sampler_recompile() local
92 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_vs_recompile() local
113 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_tcs_recompile() local
131 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_tes_recompile() local
146 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_gs_recompile() local
158 bool found = false; in debug_fs_recompile() local
191 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_cs_recompile() local

12345678910>>...121