HomeSort by relevance Sort by last modified time
    Searched refs:seek (Results 351 - 375 of 1049) sorted by null

<<11121314151617181920>>

  /external/autotest/client/cros/cellular/wardmodem/
at_channel_unittest.py 44 # We need to seek() to the beginning of the file to simulate tty read.
188 self._channel_file.seek(self._channel_file_head)
197 self._channel_file.seek(self._channel_file_head)
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 79 _log_file.seek(0, os.SEEK_END)
117 _log_file.seek(0, os.SEEK_END)
  /external/toybox/tests/
mv.test 45 dd if=/dev/zero of=file1 seek=10k count=1 >/dev/null 2>&1
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java 62 raf.seek(raf.length());
77 raf.seek(raf.length());
  /packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/
SampleChunk.java 352 mAccessFile.seek(offset);
373 mAccessFile.seek(mWriteOffset);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
aifc.py 59 The open file pointer must have methods read(), seek(), and close().
61 the seek() method is not necessary.
80 setpos(pos) -- seek to the specified position
92 The open file pointer must have methods write(), tell(), seek(), and
260 # _file -- the open file with methods read(), close(), and seek()
413 self._ssnd_chunk.seek(0)
417 self._ssnd_chunk.seek(pos + 8)
472 chunk.file.seek(-1, 1)
538 # _file -- the open file with methods write(), close(), tell(), seek()
904 self._file.seek(curpos, 0
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tempfile.py 754 f.seek(0, 0)
774 f.seek(0)
790 f.seek(0)
795 f.seek(0)
803 f.seek(100, 0)
846 seek = f.seek
850 seek(0, 0)
test_tarfile.py 96 fobj.seek(0)
98 "seek() to file's start failed")
99 fobj.seek(2048, 0)
101 "seek() to absolute position failed")
102 fobj.seek(-1024, 1)
104 "seek() to negative relative position failed")
105 fobj.seek(1024, 1)
107 "seek() to positive relative position failed")
110 "read() after seek failed")
111 fobj.seek(0, 2
1581 def seek(self, *args): member in class:Bz2PartialReadTest._test_partial_input.MyStringIO
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
result.py 100 self._stdout_buffer.seek(0)
102 self._stderr_buffer.seek(0)
  /prebuilts/gdb/linux-x86/lib/python2.7/
aifc.py 59 The open file pointer must have methods read(), seek(), and close().
61 the seek() method is not necessary.
80 setpos(pos) -- seek to the specified position
92 The open file pointer must have methods write(), tell(), seek(), and
260 # _file -- the open file with methods read(), close(), and seek()
413 self._ssnd_chunk.seek(0)
417 self._ssnd_chunk.seek(pos + 8)
472 chunk.file.seek(-1, 1)
538 # _file -- the open file with methods write(), close(), tell(), seek()
904 self._file.seek(curpos, 0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tempfile.py 754 f.seek(0, 0)
774 f.seek(0)
790 f.seek(0)
795 f.seek(0)
803 f.seek(100, 0)
846 seek = f.seek
850 seek(0, 0)
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
result.py 100 self._stdout_buffer.seek(0)
102 self._stderr_buffer.seek(0)
  /prebuilts/go/darwin-x86/src/debug/pe/
string.go 31 _, err := r.Seek(int64(offset), seekStart)
33 return nil, fmt.Errorf("fail to seek to string table: %v", err)
  /prebuilts/go/linux-x86/src/debug/pe/
string.go 31 _, err := r.Seek(int64(offset), seekStart)
33 return nil, fmt.Errorf("fail to seek to string table: %v", err)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 59 The open file pointer must have methods read(), seek(), and close().
61 the seek() method is not necessary.
80 setpos(pos) -- seek to the specified position
92 The open file pointer must have methods write(), tell(), seek(), and
260 # _file -- the open file with methods read(), close(), and seek()
413 self._ssnd_chunk.seek(0)
417 self._ssnd_chunk.seek(pos + 8)
472 chunk.file.seek(-1, 1)
538 # _file -- the open file with methods write(), close(), tell(), seek()
904 self._file.seek(curpos, 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 754 f.seek(0, 0)
774 f.seek(0)
790 f.seek(0)
795 f.seek(0)
803 f.seek(100, 0)
846 seek = f.seek
850 seek(0, 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
result.py 100 self._stdout_buffer.seek(0)
102 self._stderr_buffer.seek(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 59 The open file pointer must have methods read(), seek(), and close().
61 the seek() method is not necessary.
80 setpos(pos) -- seek to the specified position
92 The open file pointer must have methods write(), tell(), seek(), and
260 # _file -- the open file with methods read(), close(), and seek()
413 self._ssnd_chunk.seek(0)
417 self._ssnd_chunk.seek(pos + 8)
472 chunk.file.seek(-1, 1)
538 # _file -- the open file with methods write(), close(), tell(), seek()
904 self._file.seek(curpos, 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 754 f.seek(0, 0)
774 f.seek(0)
790 f.seek(0)
795 f.seek(0)
803 f.seek(100, 0)
846 seek = f.seek
850 seek(0, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
result.py 100 self._stdout_buffer.seek(0)
102 self._stderr_buffer.seek(0)
  /test/vts-testcase/vndk/dependency/
elf_parser.py 131 ElfError if fails to seek and read.
136 self._file.seek(offset)
168 self._file.seek(offset)
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java     [all...]
  /external/blktrace/btt/doc/
btt.tex 232 \item[Device Seek Information]
243 The first of the two sections displays values for Q2Q seek distances --
245 are to each other. The second section shows D2D seek distances --
467 \item[seek details] A set of data files containing all IO-to-IO
469 section~\ref{sec:seek}.
687 \newpage\section{\label{sec:seek}Seek Data Files}
690 deltas, providing seek information which can then be plotted. The
696 \item Read data -- just seek deltas for reads
698 \item Write data -- just seek deltas for write
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 410 stream.seek(-2,1)
444 stream.seek(-2,1)
475 stream.seek(-2,1)
501 stream.seek(-2,1)
529 stream.seek(-2,1)
555 stream.seek(-1,1)
579 stream.seek(-1,1)
603 stream.seek(-2,1)
633 stream.seek(pos,0)
665 stream.seek(pos,0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tarfile.py 96 fobj.seek(0)
98 "seek() to file's start failed")
99 fobj.seek(2048, 0)
101 "seek() to absolute position failed")
102 fobj.seek(-1024, 1)
104 "seek() to negative relative position failed")
105 fobj.seek(1024, 1)
107 "seek() to positive relative position failed")
110 "read() after seek failed")
111 fobj.seek(0, 2)
1551 def seek(self, *args): member in class:Bz2PartialReadTest._test_partial_input.MyStringIO
    [all...]

Completed in 1465 milliseconds

<<11121314151617181920>>