HomeSort by relevance Sort by last modified time
    Searched defs:lookAhead (Results 1 - 16 of 16) sorted by null

  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 130 public char lookAhead() throws ParseException {
131 return lookAhead(0);
134 public char lookAhead(int k) throws ParseException {
177 char la = lookAhead(0);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 241 /// to fit new lookahead depths, but consume() wraps like a circular
244 pANTLR3_BASE_TREE * lookAhead;
246 /// Number of elements available in the lookahead buffer at any point in
251 /// lookAhead[head] is the first symbol of lookahead, LT(1).
255 /// Add new lookahead at lookahead[tail]. tail wraps around at the
256 /// end of the lookahead buffer so tail could be less than head.
325 pANTLR3_BASE_TREE * lookAhead;
  /external/icu4c/common/
rbbinode.h 32 lookAhead,
  /external/icu4c/i18n/
regexcmp.h 75 lookAhead = -4,
  /external/javassist/src/main/javassist/compiler/
Lex.java 65 public int lookAhead() {
66 return lookAhead(0);
69 public int lookAhead(int i) {
  /external/webkit/Source/WebCore/platform/text/
SegmentedString.h 137 LookAheadResult lookAhead(const String& string) { return lookAheadInline<SegmentedString::equalsLiterally>(string); }
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 140 frames[iter.lookAhead()] = firstFrame(method, maxLocals, maxStack);
195 mergeJsr(queue, frames[pos], subroutines[target], pos, lookAhead(iter, pos));
197 merge(queue, frame, lookAhead(iter, pos));
203 merge(queue, frame, lookAhead(iter, pos));
261 int next = iter.lookAhead();
268 private int lookAhead(CodeIterator iter, int pos) throws BadBytecode {
272 return iter.lookAhead();
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 193 * Successive calls to <code>lookAhead()</code> return the
196 public int lookAhead() {
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 613 milliseconds