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

1 2 3 4 5 6 7 8 9

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
rewind.c 1 /* $OpenBSD: rewind.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
38 rewind(FILE *fp) function
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_MultiByte_EUC_JP.java 43 inputCB.rewind();
45 inputCB.rewind();
46 intermediateBB.rewind();
48 outputCB.rewind();
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();
190 inputCB.rewind();
    [all...]
OldCharset_SingleByteAbstractTest.java 54 outputCB.rewind();
70 outputCB.rewind();
94 // outputCB.rewind();
109 outputBB.rewind();
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
AbstractBoxParser.java 67 bb.rewind();
83 bb.rewind();
96 header.rewind();
ChannelHelper.java 39 buf.rewind();
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FreeBox.java 67 header.rewind();
69 data.rewind();
UnknownBox.java 48 data.rewind();
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRStringStream.as 56 /** Track the last mark() call result value for use in rewind(). */
157 public function rewind():void { function
  /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/llvm/lib/CodeGen/
AllocationOrder.h 47 /// returning 0 until rewind() is called.
74 void rewind() { Pos = -int(Hints.size()); } function in class:llvm::AllocationOrder
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
ByteBufferHelper.java 44 buffer.rewind();
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_path_storage.cpp 84 void path_storage::rewind(unsigned path_id) function in class:agg::path_storage
fx_agg_vcgen_dash.cpp 95 void vcgen_dash::rewind(unsigned) function in class:agg::vcgen_dash
110 rewind(0);
fx_agg_vcgen_stroke.cpp 78 void vcgen_stroke::rewind(unsigned) function in class:agg::vcgen_stroke
97 rewind(0);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 38 mByteBuffer.rewind();
45 mByteBuffer.rewind();
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
UnsafeByteSequence.java 46 public void rewind() { method in class:UnsafeByteSequence
  /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/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 38 mByteBuffer.rewind();
45 mByteBuffer.rewind();
  /packages/apps/Mms/src/com/android/mms/exif/
OrderedDataOutputStream.java 38 mByteBuffer.rewind();
45 mByteBuffer.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);
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
ChunkedWritableByteChannel.java 64 tmpBuf.put(buffer).rewind();
87 mBuffer.rewind();
107 buffer.rewind();
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 89 /** Track the last mark() call result value for use in rewind(). */
296 public function rewind():void { function
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm 165 sub rewind { subroutine

Completed in 2155 milliseconds

1 2 3 4 5 6 7 8 9