HomeSort by relevance Sort by last modified time
    Searched full:whence (Results 376 - 400 of 919) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/os/
file_windows.go 407 // according to whence: 0 means relative to the origin of the file, 1 means
410 func (f *File) seek(offset int64, whence int) (ret int64, err error) {
413 return syscall.Seek(f.fd, offset, whence)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 415 def seek(self, offset, whence=0):
416 if whence:
417 if whence == 1:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 415 def seek(self, offset, whence=0):
416 if whence:
417 if whence == 1:
  /art/compiler/
elf_builder.h 206 off_t Seek(off_t offset, Whence whence) OVERRIDE {
208 return owner_->stream_.Seek(offset, whence);
    [all...]
  /external/valgrind/docs/xml/
FAQ.xml 46 <qandaentry id="faq.whence">
47 <question id="q-whence">
50 <answer id="a-whence">
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 462 /* int fseeko32(FILE* stream, _off_t offset, int whence);*/ /* fseeko32 redirects to fseeko64 */
463 int fseeko64(FILE* stream, _off64_t offset, int whence);
464 int fseeko(FILE* stream, _off_t offset, int whence);
    [all...]
io.h 194 _off64_t lseek64(int fd,_off64_t offset, int whence);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_resumable_streaming.py 258 wrapper.seek(seek_back, whence=os.SEEK_END)
  /external/eigen/Eigen/src/Core/
Dot.h 237 * type is real numbers, a unitary matrix is an orthogonal matrix, whence the name.
  /external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h 275 // small fraction of them have to be sorted, whence the following simple procedure:
  /external/google-breakpad/src/testing/scripts/generator/cpp/
tokenize.py 79 self.whence = WHENCE_STREAM
  /external/libbrillo/brillo/streams/
stream.cc 24 return Seek(position, Whence::FROM_BEGIN, nullptr, error);
  /external/toybox/lib/
lib.h 130 off_t xlseek(int fd, off_t offset, int whence);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 520 ne_io_seek(nestegg_io * io, int64_t offset, int whence)
522 return io->seek(offset, whence, io->userdata);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Os.java 101 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 310 /* Values for the WHENCE argument to lseek. */
326 beginning of the file (if WHENCE is SEEK_SET),
327 the current position (if WHENCE is SEEK_CUR),
328 or the end of the file (if WHENCE is SEEK_END).
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 310 /* Values for the WHENCE argument to lseek. */
330 beginning of the file (if WHENCE is SEEK_SET),
331 the current position (if WHENCE is SEEK_CUR),
332 or the end of the file (if WHENCE is SEEK_END).
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_dragonfly.go 176 //sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) = SYS_LSEEK
syscall_freebsd.go 198 //sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) = SYS_LSEEK
syscall_netbsd.go 196 //sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) = SYS_LSEEK
ztypes_linux_386.go 149 Whence int16
ztypes_linux_amd64.go 149 Whence int16
ztypes_linux_arm.go 151 Whence int16

Completed in 866 milliseconds

<<11121314151617181920>>