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

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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)
StringIO.py 10 f.seek(pos) # set current position
11 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
95 def seek(self, pos, mode = 0): member in class:StringIO
99 positioning); other values are 1 (seek relative to the current
100 position) and 2 (seek relative to the file's end).
294 f.seek(len(lines[0]))
296 f.seek(0)
301 f.seek(-len(line), 1)
304 raise RuntimeError, 'bad result after seek back'
305 f.seek(len(line2), 1
    [all...]
  /prebuilts/python/linux-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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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)
StringIO.py 10 f.seek(pos) # set current position
11 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
95 def seek(self, pos, mode = 0): member in class:StringIO
99 positioning); other values are 1 (seek relative to the current
100 position) and 2 (seek relative to the file's end).
294 f.seek(len(lines[0]))
296 f.seek(0)
301 f.seek(-len(line), 1)
304 raise RuntimeError, 'bad result after seek back'
305 f.seek(len(line2), 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
StringIO.py 10 f.seek(pos) # set current position
11 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
95 def seek(self, pos, mode = 0): member in class:StringIO
99 positioning); other values are 1 (seek relative to the current
100 position) and 2 (seek relative to the file's end).
294 f.seek(len(lines[0]))
296 f.seek(0)
301 f.seek(-len(line), 1)
304 raise RuntimeError, 'bad result after seek back'
305 f.seek(len(line2), 1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
StringIO.py 10 f.seek(pos) # set current position
11 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
95 def seek(self, pos, mode = 0): member in class:StringIO
99 positioning); other values are 1 (seek relative to the current
100 position) and 2 (seek relative to the file's end).
294 f.seek(len(lines[0]))
296 f.seek(0)
301 f.seek(-len(line), 1)
304 raise RuntimeError, 'bad result after seek back'
305 f.seek(len(line2), 1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 27 an_input_stream.seek(0) # OK, start over
87 def seek(self, position, mode=0): member in class:cStringIO.InputType
93 seek.pyarg = "i|i"
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 293 seek(marker);
297 seek(lastMarker);
300 public function seek(index:int):void { function
315 seek(index);
318 /** Seek back to previous index saved during last push() call.
323 seek(ret);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm 176 $self->seek($state->get_p);
195 sub seek { subroutine
204 # seek forward, consume until p hits index
CommonTokenStream.pm 315 $self->seek($self->last_marker);
318 $self->seek($marker);
322 sub seek { subroutine
  /external/python/cpython2/Lib/
StringIO.py 10 f.seek(pos) # set current position
11 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
95 def seek(self, pos, mode = 0): member in class:StringIO
99 positioning); other values are 1 (seek relative to the current
100 position) and 2 (seek relative to the file's end).
294 f.seek(len(lines[0]))
296 f.seek(0)
301 f.seek(-len(line), 1)
304 raise RuntimeError, 'bad result after seek back'
305 f.seek(len(line2), 1
    [all...]
  /external/python/cpython2/Lib/test/
test_imghdr.py 25 def seek(self, *args, **kwargs): member in class:UnseekableIO
64 stream.seek(pos)
112 stream.seek(0)
  /external/python/cpython2/Tools/framer/
example.py 27 an_input_stream.seek(0) # OK, start over
87 def seek(self, position, mode=0): member in class:cStringIO.InputType
93 seek.pyarg = "i|i"
  /external/python/cpython3/Lib/test/
test_imghdr.py 29 def seek(self, *args, **kwargs): member in class:UnseekableIO
73 stream.seek(pos)
135 stream.seek(0)
  /external/turbine/java/com/google/turbine/bytecode/
ByteReader.java 38 public ByteArrayDataInput seek(int i) { method in class:ByteReader
  /prebuilts/gdb/darwin-x86/lib/python2.7/
StringIO.py 10 f.seek(pos) # set current position
11 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
95 def seek(self, pos, mode = 0): member in class:StringIO
99 positioning); other values are 1 (seek relative to the current
100 position) and 2 (seek relative to the file's end).
294 f.seek(len(lines[0]))
296 f.seek(0)
301 f.seek(-len(line), 1)
304 raise RuntimeError, 'bad result after seek back'
305 f.seek(len(line2), 1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
StringIO.py 10 f.seek(pos) # set current position
11 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
95 def seek(self, pos, mode = 0): member in class:StringIO
99 positioning); other values are 1 (seek relative to the current
100 position) and 2 (seek relative to the file's end).
294 f.seek(len(lines[0]))
296 f.seek(0)
301 f.seek(-len(line), 1)
304 raise RuntimeError, 'bad result after seek back'
305 f.seek(len(line2), 1
    [all...]
  /system/update_engine/payload_consumer/
cached_file_descriptor_unittest.cc 86 EXPECT_EQ(cfd_->Seek(0, SEEK_SET), 0);
97 EXPECT_EQ(cfd_->Seek(0, SEEK_SET), 0);
110 EXPECT_EQ(cfd_->Seek(0, SEEK_SET), 0);
120 EXPECT_EQ(cfd_->Seek(start, SEEK_SET), static_cast<off64_t>(start));
131 EXPECT_EQ(cfd_->Seek(0, SEEK_SET), 0);
132 EXPECT_EQ(cfd_->Seek(1, SEEK_SET), 1);
133 EXPECT_EQ(cfd_->Seek(kFileSize - 1, SEEK_SET),
135 EXPECT_EQ(cfd_->Seek(kFileSize, SEEK_SET), static_cast<off64_t>(kFileSize));
136 EXPECT_EQ(cfd_->Seek(kFileSize + 1, SEEK_SET),
139 EXPECT_EQ(cfd_->Seek(0, SEEK_SET), 0)
159 off64_t seek = 10; local
172 off64_t seek = 100; local
188 off64_t seek = 100; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/
io_driver.h 42 int (*seek)(io_entity_t *entity, int mode, ssize_t offset); member in struct:io_dev_funcs
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonTokenStream.as 318 seek(marker);
322 seek(lastMarker);
325 public function seek(index:int):void { function
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 142 * essentially calling release() and seek(). If there are markers
157 * rewind() except it releases resources without the backward seek.
162 * normally used to seek ahead in the input stream. No buffering is
163 * required to do this unless you know your stream will use seek to
177 void (*seek) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER index); member in struct:ANTLR3_INT_STREAM_struct
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.h 150 seek(marker); // assume marker is top
155 seek(lastMarker); // rewind but do not release marker
158 /** Seek to a 0-indexed position within data buffer. Can't handle
159 * case where you seek beyond end of existing buffer. Normally used
160 * to seek backwards in the buffer. Does not force loading of nodes.
162 public void seek(int index) { p = index; } function in class:FastQueue
  /external/python/cpython3/Lib/
bz2.py 261 def seek(self, offset, whence=io.SEEK_SET): member in class:BZ2File
278 return self._buffer.seek(offset, whence)
lzma.py 237 def seek(self, offset, whence=io.SEEK_SET): member in class:LZMAFile
253 return self._buffer.seek(offset, whence)

Completed in 540 milliseconds

12 3 4 5 6 7 8 91011>>