HomeSort by relevance Sort by last modified time
    Searched refs:rewind (Results 1 - 25 of 510) 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...]
  /bionic/libc/stdio/
rewind.c 1 /* $OpenBSD: rewind.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
38 rewind(FILE *fp) function
  /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
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_MultiByte_EUC_JP.java     [all...]
OldCharset_MultiByte_EUC_JP_Android.java     [all...]
OldCharset_AbstractTest.java 113 outputBB.rewind();
128 outputCB.rewind();
160 outputBB.rewind();
173 // inputCB.rewind();
176 inputCB.rewind();
178 inputCB.rewind();
179 intermediateBB.rewind();
182 outputCB.rewind();
186 outputCB.rewind();
205 inputCB.rewind();
    [all...]
  /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
  /external/skia/legacy/src/images/
SkImageDecoder_Factory.cpp 30 // we rewind here, because we promise later when we call "decode", that
32 stream->rewind();
40 stream->rewind();
59 // we must rewind only if we got NULL, since we gave the stream to the
61 stream->rewind();
  /external/skia/src/images/
SkImageDecoder_Factory.cpp 30 // we rewind here, because we promise later when we call "decode", that
32 stream->rewind();
40 stream->rewind();
59 // we must rewind only if we got NULL, since we gave the stream to the
61 stream->rewind();
  /external/skia/legacy/include/ports/
SkStream_Win.h 35 virtual bool rewind();
  /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);
DebugEventRepeater.java 61 public void rewind(int i) { listener.rewind(i); } method in class:DebugEventRepeater
62 public void rewind() { listener.rewind(); } method in class:DebugEventRepeater
  /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
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
ImageFlipper.java 64 data.rewind();
71 temp.rewind();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 38 mByteBuffer.rewind();
45 mByteBuffer.rewind();
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
WireFrustum.java 78 b.rewind();
79 a.rewind();
81 a.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();
  /external/apache-harmony/nio_char/src/test/java/tests/api/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 291 out.rewind();
332 in.rewind();
336 in.rewind();
342 in.rewind();
346 in.rewind();
353 in.rewind();
360 in.rewind();
368 in.rewind();
377 in.rewind();
378 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/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapTextPage.java 123 quads.rewind();
148 fpb.rewind();
153 ftb.rewind();
158 bcb.rewind();
163 sib.rewind();
190 fpb.rewind();
191 ftb.rewind();
192 sib.rewind();
193 bcb.rewind();
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
UnknownBox.java 48 data.rewind();

Completed in 2309 milliseconds

1 2 3 4 5 6 7 8 91011>>