Searched refs:found (Results 1 - 25 of 1709) sorted by path

1234567891011>>

/external/aac/libAACenc/src/
H A Ddyn_bits.cpp539 INT found = 0; local
583 found = 0;
589 found = 0; /* search in other sections for maxValueInSfb != 0 */
597 found = 1;
615 for (m=(i+1); (m < sectionData->noOfSections) && (found == 0); m++)
624 found = 1;
641 /* no maxValueInSfb[] != 0 found */
642 if (found == 0)
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp171 int i, bitRateClosestLowerIndex=-1, bitRateClosestUpperIndex=-1, found = 0; local
185 found = 1;
212 /* If there was at least one matching tuning entry found then pick the least distance bit rate */
213 if (found)
1479 hSbrEncoder->lfeChIdx = -1; /* default value, until lfe found */
/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
H A DgUnitTestResult.stg34 <num_of_failure> failures found:
41 <num_of_invalid> invalid inputs found:
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as148 * 3. consume until token found in resynch set
280 * separate count. Does not count the spurious errors found between
323 /** Recover from an error found on the input stream. This is
H A DRecognizerSharedState.as25 * This is used to prevent infinite loops where an error is found
26 * but no token is consumed during recovery...another error is found,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DITreeNodeStreamFixture.cs391 String found = stream.ToString();
392 Assert.AreEqual(expecting, found);
576 String found = GetStringOfEntireStreamContentsWithNodeTypesOnly(stream);
577 Assert.AreEqual(expecting, found);
580 found = stream.ToString();
581 Assert.AreEqual(expecting, found);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas612 // Not found: return complement of insertion point.
H A DAntlr.Runtime.Tree.pas1447 /// -1 if node not found.
2057 /// Navigates to the next node found during a depth-first walk of root.
2370 + Parent.ToString + ' found ' + GetParent.ToString);
2374 + IntToStr(I) + ' found ' + IntToStr(GetChildIndex));
H A DAntlr.Runtime.pas544 /// This is used to prevent infinite loops where an error is found
545 /// but no token is consumed during recovery...another error is found,
747 /// 3. consume until token found in resynch set
805 /// Recover from an error found on the input stream. This is
908 /// separate count. Does not count the spurious errors found between
969 /// the token type BitSet. Return null if no tokens were found. This
1492 /// We were expecting a token but it's not found. The current token
2903 // we found the most recent real line / pos info
2983 Result := 'UnwantedTokenException(found=nil' + Exp + ')'
2985 Result := 'UnwantedTokenException(found
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt049treeparser.py76 found = self.execTreeParser(
82 self.failUnlessEqual("abc, 34", found)
110 found = self.execTreeParser(
116 self.failUnlessEqual("abc, 34", found)
146 found = self.execTreeParser(
151 self.failUnlessEqual("^(a 1)b 2\n", found)
181 found = self.execTreeParser(
186 self.failUnlessEqual("^(a 3)b 5\n", found)
215 found = self.execTreeParser(
220 self.failUnlessEqual("alt 1", found)
[all...]
H A Dt051treeRewriteAST.py76 found = self.execTreeParser(
82 self.failUnlessEqual("34 abc", found)
111 found = self.execTreeParser(
117 self.failUnlessEqual("(34 abc)", found)
146 found = self.execTreeParser(
152 self.failUnlessEqual("(34 abc)", found)
155 found = self.execTreeParser(
161 self.failUnlessEqual("34", found)
190 found = self.execTreeParser(
196 self.failUnlessEqual("(abc abc)", found)
[all...]
H A Dt052import.py157 found = self.execParser(
163 self.failUnlessEqual("S.a", found)
181 # String found = execParser("M.g", master, "MParser", "MLexer",
183 # assertEquals("S.ab\n", found);
213 found = self.execParser(
219 self.failUnlessEqual("S.a1000", found)
250 found = self.execParser(
256 self.failUnlessEqual("foo", found)
299 found = self.execParser(
305 self.failUnlessEqual("S.a", found)
[all...]
H A Dt053hetero.py120 found = self.execParser(
125 self.failUnlessEqual("a<V>", found)
141 found = self.execParser(
145 self.failUnlessEqual("a", found)
167 found = self.execParser(
172 self.failUnlessEqual("a<V>", found)
194 found = self.execParser(grammar, 'a', input="a")
195 self.assertEquals("a<V>", found)
218 found = self.execParser(
223 self.failUnlessEqual("a<V>", found)
[all...]
H A Dt055templates.py45 found = self.execParser(
50 self.failUnlessEqual("id=abc, int=34", found)
85 found = self.execParser(
91 self.failUnlessEqual("[a+b]", found)
111 found = self.execParser(
116 self.failUnless(found is None)
140 found = self.execParser(
145 self.failUnlessEqual("abc,def,ghi", found)
164 found = self.execParser(
169 self.failUnlessEqual("hello", found)
[all...]
H A Dt056lexer.py40 found = self.execParser(
45 self.failUnlessEqual("- 34, channel=0", found)
H A Dt057autoAST.py123 found = self.execParser(grammar, "a", "abc 34")
124 self.assertEquals("abc 34", found);
138 found = self.execParser(grammar,"a", "abc 34")
139 self.assertEquals("abc 34", found)
153 found = self.execParser(grammar, "a", "abc 34")
154 self.assertEquals("(abc 34)", found)
168 found = self.execParser(grammar, "a", "34 abc")
169 self.assertEquals("(abc 34)", found)
183 found = self.execParser(grammar, "a", "abc 34 dag 4532")
184 self.assertEquals("abc 4532", found)
[all...]
H A Dt058rewriteAST.py123 found = self.execParser(grammar, "a", "abc 34")
124 self.assertEquals("", found)
138 found = self.execParser(grammar, "a", "abc")
139 self.assertEquals("abc", found)
153 found = self.execParser(grammar, "a", "abc")
154 self.assertEquals("x", found)
168 found = self.execParser(grammar, "a", "abc")
169 self.assertEquals("(x INT)", found)
184 found = self.execParser(grammar, "a", "abc")
185 self.assertEquals("ID", found)
[all...]
H A Dt059debug.py133 found = [event for event in listener.events
135 self.assertListEqual(found, expected)
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py29 found = self.toNodesOnlyString(stream)
30 self.failUnlessEqual(expecting, found)
33 found = str(stream)
34 self.failUnlessEqual(expecting, found)
78 found = self.toNodesOnlyString(stream)
79 self.failUnlessEqual(expecting, found)
82 found = str(stream)
83 self.failUnlessEqual(expecting, found)
101 found = self.toNodesOnlyString(stream)
102 self.failUnlessEqual(expecting, found)
[all...]
H A Dtesttreewizard.py286 found = t.toStringTree()
288 self.failUnlessEqual(expecting, found)
294 found = t.toStringTree()
296 self.failUnlessEqual(expecting, found)
302 found = t.toStringTree()
304 self.failUnlessEqual(expecting, found)
310 found = t.toStringTree()
312 self.failUnlessEqual(expecting, found)
318 found = t.toStringTree()
320 self.failUnlessEqual(expecting, found)
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Ddebug-mode.rb100 lt_events, found = listener.events.partition { |event| event.start_with?( "(look): " ) }
110 found.should == expected
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dscopes.rb127 catch(:found) do
129 $d[s].symbols.include?($ID.text) and throw(:found)
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-trees.rb25 found = nodes_only_string(stream)
27 found.should == expecting
30 found = stream.inspect
32 found.should == expecting
68 found = nodes_only_string(stream)
69 found.should == expecting
72 found = stream.inspect
73 found.should == expecting
91 found = nodes_only_string(stream)
92 found
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDecisionProbe.java668 * definition found in the grammar ala lex/flex.
687 /** Report the list of predicates found for each alternative; copy
715 //System.out.println("found target DFA state "+targetState.getStateNumber());
750 return false; // no path to targetState found.
794 // done with this DFA state as we've found a good path to target
798 labels.add(new Label(Label.EPSILON)); // indicate no input found
809 * label. Return true if a path was found emanating from state s.
847 boolean found =
849 if ( found ) {
859 System.out.println("found labe
[all...]

Completed in 1107 milliseconds

1234567891011>>