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

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
aifc.py 79 rewind() -- rewind to the beginning of the audio stream
343 def rewind(self): member in class:Aifc_read
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 116 /** Track the last mark() call result value for use in rewind(). */
325 public void rewind(int marker) { method in class:BufferedTreeNodeStream
329 public void rewind() { method in class:BufferedTreeNodeStream
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 78 when passed to rewind() you get back to the same spot.
79 rewind(mark()) should not affect the input cursor. The Lexer
97 def rewind(self, marker=None): member in class:IntStream
108 Rewind to the input position of the last marker.
113 and rewind(i) should balance still. It is
114 like invoking rewind(last marker) but it should not "pop"
126 rewind() except it releases resources without the backward seek.
142 This is different from rewind in its multi-directional
148 backtracking using the mark/rewind mechanism that restores state and
225 Because this stream can rewind, we need to be able to reset the lin
456 def rewind(self, marker=None): member in class:ANTLRStringStream
914 def rewind(self, marker=None): member in class:CommonTokenStream
    [all...]
  /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/python/cpython2/Lib/
aifc.py 79 rewind() -- rewind to the beginning of the audio stream
355 def rewind(self): member in class:Aifc_read
    [all...]
  /external/python/cpython3/Lib/
aifc.py 79 rewind() -- rewind to the beginning of the audio stream
371 def rewind(self): member in class:Aifc_read
  /external/rappor/client/javatest/com/google/android/rappor/
EncoderTest.java 50 buffer.rewind(); // can't chain rewind() because it returns Buffer, not ByteBuffer.
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 461 QIcon rewind; local
462 rewind.addFile(QString::fromUtf8(":/rewind.png"), QSize(),
465 fActionRewind.setIcon(rewind);
466 fActionRewind.setText("Rewind");
  /external/skqp/debugger/QT/
SkDebuggerGUI.cpp 461 QIcon rewind; local
462 rewind.addFile(QString::fromUtf8(":/rewind.png"), QSize(),
465 fActionRewind.setIcon(rewind);
466 fActionRewind.setText("Rewind");
  /external/tensorflow/tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
ImageClassifier.java 176 imgData.rewind();
  /external/tensorflow/tensorflow/contrib/lite/java/src/test/java/org/tensorflow/lite/
NativeInterpreterWrapperTest.java 160 bbuf.rewind();
191 bbuf.rewind();
  /frameworks/base/core/java/android/util/apk/
ApkSignatureSchemeV3Verifier.java 488 signedData.rewind();
  /frameworks/base/media/java/android/media/
MediaExtractor.java 326 buf.rewind();
387 buf.rewind();
424 rawpssh.rewind();
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java 197 mFlipBuf.rewind();
199 mFlipBuf.rewind();
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Transport.java 357 buffer.rewind();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
MappedByteBufferTest.java 203 byteBuffer.rewind();
  /libcore/luni/src/test/java/libcore/dalvik/system/
InMemoryDexClassLoaderTest.java 97 buffer.rewind();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousFileChannelTest.java 395 buf.rewind();
406 buf.rewind();
419 buf.rewind();
427 buf.rewind();
499 buf.rewind();
516 buf.rewind();
535 buf.rewind();
543 buf.rewind();
  /packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DvrPlaybackControlHelper.java 284 mTransportControls.rewind();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
aifc.py 79 rewind() -- rewind to the beginning of the audio stream
355 def rewind(self): member in class:Aifc_read
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
aifc.py 79 rewind() -- rewind to the beginning of the audio stream
355 def rewind(self): member in class:Aifc_read
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 79 rewind() -- rewind to the beginning of the audio stream
355 def rewind(self): member in class:Aifc_read
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 79 rewind() -- rewind to the beginning of the audio stream
355 def rewind(self): member in class:Aifc_read
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java 663 yBuf.rewind();
664 cbBuf.rewind();
665 crBuf.rewind();
    [all...]
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 449 bs.rewind();
464 bs.rewind();
563 bs.rewind();
564 us.rewind();
572 bs.rewind();
573 us.rewind();
585 bs.rewind();
586 us.rewind();
594 bs.rewind();
595 us.rewind();
    [all...]

Completed in 794 milliseconds

1 2 3 4 5 6 78 91011>>