HomeSort by relevance Sort by last modified time
    Searched refs:Rewind (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/chromium_org/v8/src/
global-handles.cc 609 object_groups_.Rewind(last);
688 new_space_nodes_.Rewind(last);
1030 new_space_indices_.Rewind(last);
frames.h 120 int Rewind(Isolate* isolate, FixedArray* array, int offset, Address fp);
lithium-allocator.cc     [all...]
frames.cc 849 // which will allow RestoreOperandStack to rewind the handlers.
896 stack_handler_index = handler->Rewind(isolate(), store, i, fp());
    [all...]
  /external/webp/src/demux/
demux.c 139 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) {
266 Rewind(mem, CHUNK_HEADER_SIZE);
491 Rewind(mem, CHUNK_HEADER_SIZE);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 452 net_dump.Rewind();
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h 72 virtual int Rewind();
  /external/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 152 void SkPathRef::Rewind(SkAutoTUnref<SkPathRef>* pathRef) {
160 (*pathRef)->fConicWeights.rewind();
  /external/chromium_org/third_party/webrtc/base/
stream.h 203 inline bool Rewind() { return SetPosition(0); }
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
file_audio_device.cc 573 _inputFile.Rewind();
  /external/chromium_org/v8/src/x87/
lithium-gap-resolver-x87.cc 212 moves_.Rewind(0);
  /external/skia/src/core/
SkPathRef.cpp 152 void SkPathRef::Rewind(SkAutoTUnref<SkPathRef>* pathRef) {
160 (*pathRef)->fConicWeights.rewind();
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestStereo.cc 884 in_file_mono_->Rewind();
887 in_file_stereo_->Rewind();
TestAllCodecs.cc 800 infile_a_.Rewind();
  /external/chromium_org/v8/test/cctest/
test-regexp.cc     [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_impl.cc 527 trace_file_.Rewind();
  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.cc 212 moves_.Rewind(0);
  /external/webrtc/src/system_wrappers/source/
trace_impl.cc 548 _traceFile.Rewind();
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 82 /// Executing Rewind(Mark()) on a stream should not affect the input position.
87 /// <see cref="IIntStream.Rewind(Integer)"/> to return to the current position.
112 procedure Rewind(const Marker: Integer); overload;
115 /// Rewind to the input position of the last marker.
121 /// and Rewind(I) should balance still. It is like invoking
122 /// Rewind(last marker) but it should not "pop" the marker off.
125 procedure Rewind; overload;
131 /// <see cref="IIntStream.Rewind(Integer)"/> except it releases resources without
149 /// This is different from rewind in its multi-directional requirement
155 /// <see cref="IIntStream.Mark"/>/<see cref="IIntStream.Rewind(Integer)"/
    [all...]
Antlr.Runtime.Tree.pas     [all...]
  /external/chromium_org/v8/src/compiler/
register-allocator.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 868 Stream.Rewind(M);
911 Stream.Rewind(M);
921 // now we're past rewind position
958 Stream.Rewind(M2);
963 // stop at 103 and rewind to start
964 Stream.Rewind(M); // REWIND to 101
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 200 * for matches. No error can be generated upon error; just rewind, consume
234 input.Rewind(m);
477 input.Rewind(start);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 195 * for matches. No error can be generated upon error; just rewind, consume
229 input.Rewind(m);
458 input.Rewind(start);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 232 * for matches. No error can be generated upon error; just rewind, consume
266 Input.Rewind(M);
547 Input.Rewind(Start);
    [all...]

Completed in 2145 milliseconds

1 2 3 45 6