HomeSort by relevance Sort by last modified time
    Searched defs:seek (Results 1 - 25 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/vndk/tools/header-checker/tests/input/
example3.h 6 float seek; member in class:HiddenBase
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
chunk.py 41 read, close, seek, tell, isatty.
96 def seek(self, pos, whence=0): member in class:Chunk
97 """Seek to specified position into the chunk.
105 raise IOError, "cannot seek"
112 self.file.seek(self.offset + pos, 0)
158 self.file.seek(n, 1)
multifile.py 58 def seek(self, pos, whence=0): member in class:MultiFile
70 raise Error, 'bad MultiFile.seek() call'
71 self.fp.seek(pos + self.start)
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableInputStream.java 22 * This will not seek past the end of the file. If the current position
23 * is already at or past the end of the file, this doesn't seek at all
26 * equivalent of <code>seek(length())</code> and the return value will
30 * the return value is <code>0</code>. It doesn't seek backward
36 * bytes would seek past the end of the file,
39 * @throws IOException might be thrown by {@link #seek(long)}
53 seek(pos + n);
80 public abstract void seek(long pos) throws IOException; method in class:SeekableInputStream
SeekableFileInputStream.java 97 * Calls {@link RandomAccessFile#seek(long) randomAccessFile.seek(long)}.
99 public void seek(long pos) throws IOException { method in class:SeekableFileInputStream
100 randomAccessFile.seek(pos);
  /external/python/cpython2/Lib/
chunk.py 41 read, close, seek, tell, isatty.
98 def seek(self, pos, whence=0): member in class:Chunk
99 """Seek to specified position into the chunk.
107 raise IOError, "cannot seek"
114 self.file.seek(self.offset + pos, 0)
160 self.file.seek(n, 1)
multifile.py 58 def seek(self, pos, whence=0): member in class:MultiFile
70 raise Error, 'bad MultiFile.seek() call'
71 self.fp.seek(pos + self.start)
  /external/python/cpython3/Lib/
chunk.py 41 read, close, seek, tell, isatty.
98 def seek(self, pos, whence=0): member in class:Chunk
99 """Seek to specified position into the chunk.
107 raise OSError("cannot seek")
114 self.file.seek(self.offset + pos, 0)
160 self.file.seek(n, 1)
_compression.py 50 # object is also needed when implementing a backwards seek().
115 self._fp.seek(0)
120 def seek(self, offset, whence=io.SEEK_SET): member in class:DecompressReader
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
af_vfs.h 43 AFfileoffset (*seek) (AFvirtualfile *vfile, AFfileoffset offset, int is_relative); member in struct:_AFvirtualfile
  /prebuilts/gdb/darwin-x86/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
96 def seek(self, pos, whence=0): member in class:Chunk
97 """Seek to specified position into the chunk.
105 raise IOError, "cannot seek"
112 self.file.seek(self.offset + pos, 0)
158 self.file.seek(n, 1)
multifile.py 58 def seek(self, pos, whence=0): member in class:MultiFile
70 raise Error, 'bad MultiFile.seek() call'
71 self.fp.seek(pos + self.start)
  /prebuilts/gdb/linux-x86/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
96 def seek(self, pos, whence=0): member in class:Chunk
97 """Seek to specified position into the chunk.
105 raise IOError, "cannot seek"
112 self.file.seek(self.offset + pos, 0)
158 self.file.seek(n, 1)
multifile.py 58 def seek(self, pos, whence=0): member in class:MultiFile
70 raise Error, 'bad MultiFile.seek() call'
71 self.fp.seek(pos + self.start)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
96 def seek(self, pos, whence=0): member in class:Chunk
97 """Seek to specified position into the chunk.
105 raise IOError, "cannot seek"
112 self.file.seek(self.offset + pos, 0)
158 self.file.seek(n, 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
96 def seek(self, pos, whence=0): member in class:Chunk
97 """Seek to specified position into the chunk.
105 raise IOError, "cannot seek"
112 self.file.seek(self.offset + pos, 0)
158 self.file.seek(n, 1)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRStringStream.as 151 seek(state.p);
171 public function seek(index:int):void { function
176 // seek forward, consume until p hits index
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
IntStream.java 61 * essentially calling release() and seek(). If there are markers
75 * the marker off. It's like seek(last marker's input position).
82 * rewind() except it releases resources without the backward seek.
90 * normally used to seek ahead in the input stream. No buffering is
91 * required to do this unless you know your stream will use seek to
105 * The index is 0..n-1. A seek to position i means that LA(1) will
109 void seek(int index); method in interface:IntStream
  /external/autotest/client/site_tests/video_YouTubePage/files/
video_YouTubePageCommon.js 44 function seek(time) { function
108 window.__seek = seek;
  /external/flac/include/FLAC/
callback.h 117 /** Signature for the seek callback.
167 * If the seek requirement for an interface is optional, you can signify that
168 * a data sorce is not seekable by setting the \a seek field to \c NULL.
173 FLAC__IOCallback_Seek seek; member in struct:__anon20561
  /external/python/cpython2/Lib/bsddb/
dbrecio.py 11 f.seek(pos) # set current position
12 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
54 def seek(self, pos, mode = 0): member in class:DBRecIO
164 f.seek(len(lines[0]))
166 f.seek(0)
171 f.seek(-len(line), 1)
174 raise RuntimeError, 'bad result after seek back'
175 f.seek(len(line2), 1)
178 f.seek(f.tell() - len(line))
181 raise RuntimeError, 'bad result after seek back from EOF
    [all...]
  /libcore/luni/src/main/java/libcore/io/
BufferIterator.java 30 public abstract void seek(int offset); method in class:BufferIterator
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbrecio.py 11 f.seek(pos) # set current position
12 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
54 def seek(self, pos, mode = 0): member in class:DBRecIO
164 f.seek(len(lines[0]))
166 f.seek(0)
171 f.seek(-len(line), 1)
174 raise RuntimeError, 'bad result after seek back'
175 f.seek(len(line2), 1)
178 f.seek(f.tell() - len(line))
181 raise RuntimeError, 'bad result after seek back from EOF
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbrecio.py 11 f.seek(pos) # set current position
12 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
54 def seek(self, pos, mode = 0): member in class:DBRecIO
164 f.seek(len(lines[0]))
166 f.seek(0)
171 f.seek(-len(line), 1)
174 raise RuntimeError, 'bad result after seek back'
175 f.seek(len(line2), 1)
178 f.seek(f.tell() - len(line))
181 raise RuntimeError, 'bad result after seek back from EOF
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 11 f.seek(pos) # set current position
12 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
54 def seek(self, pos, mode = 0): member in class:DBRecIO
164 f.seek(len(lines[0]))
166 f.seek(0)
171 f.seek(-len(line), 1)
174 raise RuntimeError, 'bad result after seek back'
175 f.seek(len(line2), 1)
178 f.seek(f.tell() - len(line))
181 raise RuntimeError, 'bad result after seek back from EOF
    [all...]

Completed in 1053 milliseconds

1 2 3 4 5 6 7 8 91011>>