HomeSort by relevance Sort by last modified time
    Searched defs:Rewind (Results 51 - 55 of 55) sorted by null

1 23

  /external/pdfium/core/fxcrt/
fx_basic.h 349 void Rewind() { m_BitPos = 0; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 630 VOID Rewind()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py 353 ## Rewind() method
361 def Rewind(self, DestLine = 1, DestOffset = 0):
549 # In the end, rewind the file buffer pointer to the beginning
557 self.Rewind()
609 self.Rewind()
614 # In the end, rewind the file buffer pointer to the beginning
704 self.Rewind(DestLine = IncFileProfile.InsertStartLineNumber - 1)
707 self.Rewind()
722 # In the end, rewind the file buffer pointer to the beginning
    [all...]
  /external/webp/src/demux/
demux.c 138 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) {
273 Rewind(mem, CHUNK_HEADER_SIZE);
462 Rewind(mem, CHUNK_HEADER_SIZE);
  /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...]

Completed in 246 milliseconds

1 23