HomeSort by relevance Sort by last modified time
    Searched refs:rewind (Results 1 - 25 of 787) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
IntStream.java 45 * when passed to rewind() you get back to the same spot.
46 * rewind(mark()) should not affect the input cursor. The Lexer
66 void rewind(int marker); method in interface:IntStream
68 /** Rewind to the input position of the last marker.
73 * and rewind(i) should balance still. It is
74 * like invoking rewind(last marker) but it should not "pop"
77 void rewind(); method in interface:IntStream
82 * rewind() except it releases resources without the backward seek.
94 * This is different from rewind in its multi-directional
99 * backtracking using the mark/rewind mechanism that restores state an
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRIntStream.h 36 // when passed to rewind() you get back to the same spot.
37 // rewind(mark()) should not affect the input cursor.
55 - (void) rewind;
56 - (void) rewind:(NSInteger) marker;
61 // rewind() except it releases resources without the backward seek.
69 // This is different from rewind in its multi-directional
74 // backtracking using the mark/rewind mechanism that restores state and
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRIntStream.h 36 // when passed to rewind() you get back to the same spot.
37 // rewind(mark()) should not affect the input cursor.
55 - (void) rewind;
56 - (void) rewind:(NSInteger) marker;
61 // rewind() except it releases resources without the backward seek.
69 // This is different from rewind in its multi-directional
74 // backtracking using the mark/rewind mechanism that restores state and
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRIntStream.h 36 // when passed to rewind() you get back to the same spot.
37 // rewind(mark()) should not affect the input cursor.
55 - (void) rewind;
56 - (void) rewind:(NSInteger) marker;
61 // rewind() except it releases resources without the backward seek.
69 // This is different from rewind in its multi-directional
74 // backtracking using the mark/rewind mechanism that restores state and
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntStream.h 40 // when passed to rewind() you get back to the same spot.
41 // rewind(mark()) should not affect the input cursor.
63 - (void) rewind;
64 - (void) rewind:(NSInteger) marker;
69 // rewind() except it releases resources without the backward seek.
77 // This is different from rewind in its multi-directional
82 // backtracking using the mark/rewind mechanism that restores state and
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
rewind.c 2 Implementation of rewind as declared in <stdio.h>.
43 NetBSD: rewind.c,v 1.13 2003/08/07 16:43:30 agc Exp
44 rewind.c 8.1 (Berkeley) 6/4/93
55 rewind(FILE *fp) function
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugTokenStream.java 39 /** Track the last mark() call result value for use in rewind(). */
114 public void rewind(int marker) { method in class:DebugTokenStream
115 dbg.rewind(marker);
116 input.rewind(marker);
119 public void rewind() { method in class:DebugTokenStream
120 dbg.rewind();
121 input.rewind(lastMarker);
DebugTreeNodeStream.java 44 /** Track the last mark() call result value for use in rewind(). */
102 public void rewind(int marker) { method in class:DebugTreeNodeStream
103 dbg.rewind(marker);
104 input.rewind(marker);
107 public void rewind() { method in class:DebugTreeNodeStream
108 dbg.rewind();
109 input.rewind(lastMarker);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 44 * when passed to rewind() you get back to the same spot.
45 * rewind(mark()) should not affect the input cursor. The Lexer
67 /** Rewind to the input position of the last marker.
72 * and rewind(i) should balance still. It is
73 * like invoking rewind(last marker) but it should not "pop"
76 function rewind():void;
81 * rewind() except it releases resources without the backward seek.
93 * This is different from rewind in its multi-directional
98 * backtracking using the mark/rewind mechanism that restores state and
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 38 mByteBuffer.rewind();
45 mByteBuffer.rewind();
  /packages/apps/Camera2/src/com/android/camera/exif/
OrderedDataOutputStream.java 38 mByteBuffer.rewind();
45 mByteBuffer.rewind();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 38 mByteBuffer.rewind();
45 mByteBuffer.rewind();
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
OrderedDataOutputStream.java 38 mByteBuffer.rewind();
45 mByteBuffer.rewind();
  /external/skia/tests/
FakeStreams.h 33 bool rewind() override {
34 return fStream.rewind();
75 bool rewind() override { return fStream.rewind(); }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AllocationOrder.h 47 /// It will keep returning 0 until rewind() is called.
64 /// rewind - Start over from the beginning.
65 void rewind() { Pos = 0; } function in class:llvm::AllocationOrder
  /packages/apps/Camera2/src/com/android/camera/processing/memory/
ByteBufferDirectPool.java 38 byteBuffer.rewind();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUBinaryTest.java 88 bytes.rewind();
96 bytes.rewind();
104 bytes.rewind();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUBinaryTest.java 87 bytes.rewind();
95 bytes.rewind();
103 bytes.rewind();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
UnknownEntry.java 37 this.content = (ByteBuffer) content.duplicate().rewind();
42 this.content = (ByteBuffer) byteBuffer.duplicate().rewind();
53 bb.rewind();
  /libcore/luni/src/test/java/libcore/java/nio/
CharBufferTest.java 31 cb.rewind();
42 cb.rewind();
52 cb.rewind();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetDecoderTest.java 253 in.rewind();
259 in.rewind();
277 in.rewind();
283 in.rewind();
326 in.rewind();
327 out.rewind();
339 in.rewind();
349 in.rewind();
354 in.rewind();
366 out.rewind();
    [all...]
CharsetEncoderTest.java 296 out.rewind();
331 in.rewind();
335 in.rewind();
341 in.rewind();
345 in.rewind();
352 in.rewind();
359 in.rewind();
367 in.rewind();
376 in.rewind();
377 out.rewind();
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3cyclicdfa.c 112 is->rewind(is, mark);
123 is->rewind(is, mark);
155 is->rewind(is, mark);
177 is->rewind(is, mark);
184 is->rewind(is, mark);
  /external/skia/src/core/
SkFontStream.cpp 77 stream->rewind();
86 stream->rewind();
115 stream->rewind();
123 stream->rewind();
140 stream->rewind();
198 stream->rewind();
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 113 outputBB.rewind();
127 outputCB.rewind();
140 outputBB.rewind();
153 // inputCB.rewind();
156 inputCB.rewind();
158 inputCB.rewind();
159 intermediateBB.rewind();
162 outputCB.rewind();
166 outputCB.rewind();
198 inputCB.rewind();
    [all...]

Completed in 1919 milliseconds

1 2 3 4 5 6 7 8 91011>>