/third_party/node/deps/v8/src/utils/ |
D | scoped-list.h | 42 ~ScopedList() { Rewind(); } in ~ScopedList() 44 void Rewind() { in Rewind() function
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
D | packet.h | 25 void Rewind();
|
D | packet.cc | 23 void Packet::Rewind() { read_index_ = 0; } in Rewind() function in v8::internal::wasm::gdb_server::Packet
|
/third_party/node/deps/v8/src/base/ |
D | threaded-list.h | 223 void Rewind(Iterator reset_point) { in Rewind() function 235 from_list->Rewind(from_location); in MoveTail()
|
/third_party/node/deps/v8/src/asmjs/ |
D | asm-parser.cc | 1084 scanner_.Rewind(); in ExpressionStatement() 1088 scanner_.Rewind(); in ExpressionStatement() 1577 scanner_.Rewind(); in AssignmentExpression() 1689 scanner_.Rewind(); in MultiplicativeExpression() 1707 scanner_.Rewind(); in MultiplicativeExpression() 1728 scanner_.Rewind(); in MultiplicativeExpression() 1874 scanner_.Rewind(); in ShiftExpression() 2039 scanner_.Rewind(); in BitwiseORExpression() 2434 scanner_.Rewind(); in PeekCall() 2437 scanner_.Rewind(); in PeekCall() [all …]
|
D | asm-scanner.h | 44 void Rewind();
|
D | asm-scanner.cc | 157 void AsmJsScanner::Rewind() { in Rewind() function in v8::internal::AsmJsScanner
|
/third_party/node/deps/v8/src/zone/ |
D | zone-chunk-list.h | 83 void Rewind(const size_t limit = 0); 358 void ZoneChunkList<T>::Rewind(const size_t limit) { in Rewind() function
|
D | zone-list.h | 152 V8_INLINE void Rewind(int pos);
|
D | zone-list-inl.h | 123 void ZoneList<T>::Rewind(int pos) { in Rewind() function
|
/third_party/vixl/src/ |
D | code-buffer-vixl.h | 90 void Rewind(ptrdiff_t offset) { in Rewind() function
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
D | DeckLinkAPIDeckControl.h | 184 virtual HRESULT Rewind (/* in */ bool viewTape, /* out */ BMDDeckControlError *error) = 0;
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPIDeckControl.h | 184 virtual HRESULT Rewind (/* in */ bool viewTape, /* out */ BMDDeckControlError *error) = 0;
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 138 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) { in Rewind() function 279 Rewind(mem, CHUNK_HEADER_SIZE); in StoreFrame() 475 Rewind(mem, CHUNK_HEADER_SIZE); in ParseVP8XChunks()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-compiler-tonode.cc | 440 ranges->Rewind(0); in AddUnicodeCaseEquivalents() 747 alternatives->Rewind(write_posn); // Trim end of array. in RationalizeConsecutiveAtoms() 815 alternatives->Rewind(write_posn); // Trim end of array. in RationalizeConsecutiveAtoms() 1497 character_ranges->Rewind(num_canonical); in RationalizeConsecutiveAtoms() 1544 ranges->Rewind(n); in RationalizeConsecutiveAtoms()
|
/third_party/node/deps/v8/src/codegen/ |
D | safepoint-table.cc | 296 entries_.Rewind(remaining); in RemoveDuplicates()
|
/third_party/skia/include/private/ |
D | SkPathRef.h | 297 static void Rewind(sk_sp<SkPathRef>* pathRef);
|
/third_party/python/Doc/library/ |
D | sunau.rst | 163 Rewind the file pointer to the beginning of the audio stream.
|
D | wave.rst | 115 Rewind the file pointer to the beginning of the audio stream.
|
D | aifc.rst | 121 Rewind the read pointer. The next :meth:`readframes` will start from the
|
/third_party/skia/src/core/ |
D | SkPathRef.cpp | 224 void SkPathRef::Rewind(sk_sp<SkPathRef>* pathRef) { in Rewind() function in SkPathRef
|
/third_party/node/deps/v8/src/ast/ |
D | scopes.cc | 930 outer_closure->locals_.Rewind(top_local_); in Reparent() 2882 rare_data->unresolved_private_names.Rewind(tail); in ResetUnresolvedPrivateNameTail() 2911 rare_data->unresolved_private_names.Rewind(tail); in MigrateUnresolvedPrivateNameTail()
|
/third_party/node/deps/v8/src/parsing/ |
D | preparse-data.cc | 261 children_buffer_.Rewind(); in FinalizeChildren()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI.h | 3131 virtual HRESULT STDMETHODCALLTYPE Rewind( 3286 HRESULT ( STDMETHODCALLTYPE *Rewind )( 3443 ( (This)->lpVtbl -> Rewind(This,viewTape,error) ) 12720 virtual HRESULT STDMETHODCALLTYPE Rewind( 12875 HRESULT ( STDMETHODCALLTYPE *Rewind )( 13032 ( (This)->lpVtbl -> Rewind(This,viewTape,error) ) 13328 virtual HRESULT STDMETHODCALLTYPE Rewind( 13474 HRESULT ( STDMETHODCALLTYPE *Rewind )( 13628 ( (This)->lpVtbl -> Rewind(This,viewTape,error) )
|
/third_party/node/deps/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 1385 code_relative_fixup_positions_.Rewind(0); in FixupCodeRelativePositions()
|