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

1 2

  /frameworks/opt/bitmap/src/com/android/bitmap/util/
Exif.java 69 final int lookAhead = 16;
71 final InputStreamBuffer jpeg = new InputStreamBuffer(inputStream, lookAhead, false);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Exif.java 64 final int lookAhead = 16;
66 final InputStreamBuffer jpeg = new InputStreamBuffer(inputStream, lookAhead, false);
  /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/chromium_org/third_party/icu/source/common/
rbbinode.h 32 lookAhead,
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.h 75 lookAhead = -4,
  /external/icu/icu4c/source/common/
rbbinode.h 32 lookAhead,
  /external/icu/icu4c/source/i18n/
regexcmp.h 75 lookAhead = -4,
collationiterator.cpp 495 int32_t lookAhead = 1;
520 sinceMatch < lookAhead)) {
530 lookAhead -= sinceMatch - 1;
535 d, suffixes, ce32, lookAhead, c, errorCode);
547 ++lookAhead;
557 int32_t lookAhead, UChar32 c,
586 ++lookAhead;
595 // We have read and matched (lookAhead-2) code points,
607 if(lookAhead > 2) {
609 backwardNumCodePoints(lookAhead, errorCode)
    [all...]
  /external/javassist/src/main/javassist/compiler/
Lex.java 65 public int lookAhead() {
66 return lookAhead(0);
69 public int lookAhead(int i) {
  /external/chromium_org/third_party/WebKit/Source/platform/text/
SegmentedString.h 207 LookAheadResult lookAhead(const String& string) { return lookAheadInline(string, true); }
  /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/chromium_org/third_party/lzma_sdk/
LzmaDec.c 806 unsigned rem = p->tempBufSize, lookAhead = 0;
807 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize)
808 p->tempBuf[rem++] = src[lookAhead++];
815 (*srcLen) += lookAhead;
828 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf));
829 (*srcLen) += lookAhead;
830 src += lookAhead;
831 inSize -= lookAhead;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 807 unsigned rem = p->tempBufSize, lookAhead = 0;
808 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize)
809 p->tempBuf[rem++] = src[lookAhead++];
816 (*srcLen) += lookAhead;
829 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf));
830 (*srcLen) += lookAhead;
831 src += lookAhead;
832 inSize -= lookAhead;
  /external/lzma/C/
LzmaDec.c 806 unsigned rem = p->tempBufSize, lookAhead = 0;
807 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize)
808 p->tempBuf[rem++] = src[lookAhead++];
815 (*srcLen) += lookAhead;
828 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf));
829 (*srcLen) += lookAhead;
830 src += lookAhead;
831 inSize -= 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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.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 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.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 

Completed in 885 milliseconds

1 2