HomeSort by relevance Sort by last modified time
    Searched refs:rewind (Results 176 - 200 of 689) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskCompressImageToJpeg.java 142 origBuffer.rewind();
144 origBuffer.rewind();
145 compressedData.rewind();
220 compressedData.rewind();
325 compressedData.rewind();
  /external/antlr/antlr-3.4/runtime/Python/unittests/
teststreams.py 205 """StringStream.rewind(): last marker"""
215 stream.rewind()
224 """StringStream.rewind(): nested"""
237 stream.rewind(marker2)
263 stream.rewind(marker2)
286 stream.rewind(marker2)
313 stream.rewind(marker2)
336 stream.rewind(marker2)
608 """CommonTokenStream.mark()/rewind()"""
629 stream.rewind(marker
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 301 mPath.rewind();
440 mPath.rewind();
449 mPath.rewind();
460 mPath.rewind();
571 mPath.rewind();
758 mPath.rewind();
775 mPath.rewind();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 515 buffer.rewind();
731 mBuffer.rewind();
735 otherBuffer.rewind();
742 mBuffer.rewind();
765 return mBuffer.rewind();
770 mBuffer.rewind();
864 buffer.rewind();
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 680 bInput.rewind();
838 bInput.rewind();
839 bOutput.rewind();
853 bInput.rewind();
854 bOutput.rewind();
866 bInput.rewind();
876 bInput.rewind();
877 bOutput.rewind();
884 bInput.rewind();
886 bInput.rewind();
    [all...]
  /external/skia/src/core/
SkRWBuffer.cpp 271 bool rewind() override {
320 this->rewind();
330 this->rewind();
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
GlRectDrawerTest.java 57 actual.rewind();
58 expected.rewind();
81 rgbaBuffer.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/C/include/
antlr3debugeventlistener.h 165 void (*rewind) (pANTLR3_DEBUG_EVENT_LISTENER delboy, ANTLR3_MARKER marker); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
167 /** Rewind to the input position of the last marker.
172 * and rewind(i) should balance still.
196 * also must be rewound. Even the rewind for each mark must be unwound.
198 * ugly in the generated code. The rewind is generated in DFA.predict()
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRStringStream.js 51 * Track the last mark() call result value for use in rewind().
145 * when passed to rewind() you get back to the same spot.
146 * rewind(mark()) should not affect the input cursor. The Lexer
177 * Rewind to the input position of the last marker.
182 * and rewind(i) should balance still. It is
183 * like invoking rewind(last marker) but it should not "pop"
188 rewind: function(m) {
205 * rewind() except it releases resources without the backward seek.
225 * <p>This is different from rewind in its multi-directional
231 * backtracking using the mark/rewind mechanism that restores state an
    [all...]
DFA.js 89 input.rewind(mark);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 134 $input->rewind();
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dfa.py 149 input.rewind(mark)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 151 def rewind( i = nil ) method in class:ANTLR3.Debug.EventSocketProxy
152 i ? transmit( "%s\t%i", :rewind, i ) : transmit( '%s', :rewind )
336 @buffer.rewind
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 188 stream.rewind(m); // REWIND
223 stream.rewind(); // REWIND
234 // now we're past rewind position
266 stream.rewind(m2); // REWIND to 102
271 // stop at 103 and rewind to start
272 stream.rewind(m); // REWIND to 10
    [all...]
  /external/boringssl/src/tool/
server.cc 68 rewind(f);
  /external/libdivsufsort/examples/
sasearch.c 99 rewind(fp);
suftest.c 111 rewind(fp);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
UuidBasedProtectionSystemSpecificHeaderBox.java 55 data.rewind();
  /external/protobuf/java/src/test/java/com/google/protobuf/
IsValidUtf8TestUtil.java 338 bb.rewind();
340 cb.rewind();
342 bbReencoded.rewind();
358 cb.rewind();
  /external/skia/tools/
imgslice.cpp 78 inputStream.rewind();
  /external/vboot_reference/cgpt/
cmd_find.c 48 rewind(f);
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 52 rewind(fp);
  /frameworks/base/media/jni/
android_media_ExifInterface.cpp 107 // Do not know the current offset. So rewind it.
108 stream->rewind();
330 // Rewind the stream.
331 stream.get()->rewind();
337 // Rewind the stream.
338 stream.get()->rewind();
348 // Rewind the stream for the chance to read JPEG.
350 stream.get()->rewind();
390 // Rewind the file descriptor.

Completed in 4281 milliseconds

1 2 3 4 5 6 78 91011>>