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

1 2 3 4 56 7 8 91011>>

  /external/skia/tools/
UrlDataManager.cpp 43 fCache.rewind();
imgblur.cpp 56 inputStream.rewind();
pinspect.cpp 36 stream.rewind();
  /external/v8/src/
icu_util.cc 91 rewind(inf);
startup-data-util.cc 59 rewind(file);
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
input_audio_file.cc 30 // Rewind and read the missing samples.
31 rewind(fp_);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
UnsafeByteSequence.java 46 public void rewind() { method in class:UnsafeByteSequence
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
ivfdec.c 64 rewind(input_ctx->file);
video_writer.c 62 rewind(writer->file);
webmdec.c 106 rewind(vpx_ctx->file);
188 rewind(vpx_ctx->file);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 55 mIndicatorPath.rewind();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
BufferSubDataTransform.java 53 bb.rewind();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 57 buffer.rewind();
  /external/skia/src/gpu/vk/
GrVkProgram.cpp 77 fSamplers.rewind();
82 fTextureViews.rewind();
87 fTextures.rewind();
142 fSamplers.rewind();
147 fTextureViews.rewind();
152 fTextures.rewind();
  /bionic/libstdc++/include/
cstdio 76 using ::rewind;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 116 dst.rewind();
125 dst.rewind();
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStream.h 100 - (void) rewind:(NSUInteger) marker;
101 - (void) rewind;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 149 def rewind( marker = nil ) method in class:ANTLR3.Debug.TreeNodeStream
150 @debug_listener.rewind( marker )
  /external/pdfium/third_party/agg23/
agg_vcgen_dash.cpp 97 void vcgen_dash::rewind(unsigned) function in class:agg::vcgen_dash
112 rewind(0);
agg_vcgen_stroke.cpp 80 void vcgen_stroke::rewind(unsigned) function in class:agg::vcgen_stroke
99 rewind(0);
  /external/skia/src/images/
SkJpegUtility.cpp 19 if (!src->fStream->rewind()) {
20 SkDebugf("xxxxxxxxxxxxxx failure to rewind\n");
33 if (!src->fStream->rewind()) {
34 SkDebugf("xxxxxxxxxxxxxx failure to rewind\n");
  /external/skia/src/utils/
SkFrontBufferedStream.cpp 23 bool rewind() override;
90 bool FrontBufferedStream::rewind() { function in class:FrontBufferedStream
91 // Only allow a rewind if we have not exceeded the buffer.
  /external/skia/tests/
Reader32Test.cpp 58 reader.rewind();
72 reader.rewind();
  /external/webrtc/webrtc/modules/video_processing/test/
readYUV420file.m 18 fseek(fid,0,'bof'); % rewind to start
  /frameworks/base/media/java/android/media/session/
ISessionController.aidl 67 void rewind();

Completed in 1059 milliseconds

1 2 3 4 56 7 8 91011>>