/prebuilts/go/linux-x86/src/os/ |
os_test.go | 1136 whence int 1150 off, err := f.Seek(tt.in, tt.whence) 1157 t.Errorf("#%d: Seek(%v, %v) = %v, %v want %v, nil", i, tt.in, tt.whence, off, err, tt.out) [all...] |
/prebuilts/go/darwin-x86/api/ |
go1.3.txt | [all...] |
/prebuilts/go/linux-x86/api/ |
go1.3.txt | [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.cc | 542 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { 543 return internal_syscall(SYSCALL(lseek), fd, offset, whence); [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-x86-solaris.c | 690 /* offset_t llseek(int fildes, offset_t offset, int whence); */ 693 vki_u32, offset_high, int, whence); [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/pprof/internal/ |
tempfile.a | 96 func (@"os".f·3 *@"os".File "esc:0x102") Seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error) 108 func (@"os".f·3 *@"os".File "esc:0x1") @"os".seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
|
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_darwin_386.go | 1059 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 1060 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0) [all...] |
zsyscall_darwin_amd64.go | 1059 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 1060 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence)) [all...] |
zsyscall_darwin_arm.go | 1059 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 1060 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0) [all...] |
zsyscall_darwin_arm64.go | 1059 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 1060 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
|
zsyscall_dragonfly_amd64.go | 979 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 980 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
|
zsyscall_freebsd_386.go | 979 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 980 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0)
|
zsyscall_freebsd_amd64.go | 979 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 980 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence))
|
zsyscall_freebsd_arm.go | 979 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 980 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_netbsd_386.go | 961 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 962 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_netbsd_amd64.go | 961 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 962 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
|
zsyscall_netbsd_arm.go | 961 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 962 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_openbsd_386.go | 969 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 970 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
zsyscall_openbsd_amd64.go | 969 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 970 r0, _, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(whence), 0, 0)
|
zsyscall_openbsd_arm.go | 969 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 970 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), 0, uintptr(offset), uintptr(offset>>32), uintptr(whence), 0)
|
/prebuilts/go/linux-x86/pkg/linux_amd64/cmd/pprof/internal/ |
tempfile.a | 96 func (@"os".f·3 *@"os".File "esc:0x102") Seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error) 108 func (@"os".f·3 *@"os".File "esc:0x1") @"os".seek (@"os".offset·4 int64, @"os".whence·5 int) (@"os".ret·1 int64, @"os".err·2 error)
|
/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_darwin_386.go | 1059 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 1060 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0) [all...] |
zsyscall_darwin_amd64.go | 1059 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 1060 r0, _, e1 := Syscall(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(whence)) [all...] |
zsyscall_darwin_arm.go | 1059 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 1060 r0, r1, e1 := Syscall6(SYS_LSEEK, uintptr(fd), uintptr(offset), uintptr(offset>>32), uintptr(whence), 0, 0) [all...] |