/prebuilts/go/linux-x86/src/syscall/ |
syscall_windows.go | 152 //sys SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoffset uint32, err error) [failretval==0xffffffff] 333 func Seek(fd Handle, offset int64, whence int) (newoffset int64, err error) { 335 switch whence { [all...] |
syscall_darwin.go | 276 //sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) = SYS_LSEEK
|
zsyscall_solaris_amd64.go | 741 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 742 r0, _, e1 := sysvicall6(uintptr(unsafe.Pointer(&libc_lseek)), 3, uintptr(fd), uintptr(offset), uintptr(whence), 0, 0, 0)
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
buildrec.dox | 104 /// // The lexer is supplied with a pANTLR3_INPUT_STREAM from whence it consumes its
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3tokenstream.h | 88 * name from whence the tokens were produced by the lexer. This pointer is a
|
/external/zlib/src/contrib/ada/ |
zlib-thin.ads | 223 whence : Int)
|
/external/zlib/src/contrib/amd64/ |
amd64-match.S | 441 /* Restore the registers and return from whence we came. */
|
/external/zlib/src/contrib/asm686/ |
match.S | 344 /* Restore the stack and return from whence we came. */
|
/external/zlib/src/contrib/gcc_gvmat64/ |
gvmat64.S | 551 //;;; Restore the stack and return from whence we came.
|
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 528 ;;; Restore the stack and return from whence we came.
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 447 ;;; Restore the stack and return from whence we came.
|
/libcore/luni/src/main/java/libcore/io/ |
Posix.java | 103 public native long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException;
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_darwin.go | 276 //sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) = SYS_LSEEK
|
zsyscall_solaris_amd64.go | 741 func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { 742 r0, _, e1 := sysvicall6(uintptr(unsafe.Pointer(&libc_lseek)), 3, uintptr(fd), uintptr(offset), uintptr(whence), 0, 0, 0)
|
/libcore/luni/src/main/java/android/system/ |
Os.java | 267 public static long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { return Libcore.os.lseek(fd, offset, whence); }
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_filesystem.py | [all...] |
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/ |
fake_filesystem.py | [all...] |
/external/bison/darwin-lib/ |
unistd.h | [all...] |
/external/bison/linux-lib/ |
unistd.h | [all...] |
/frameworks/base/core/jni/ |
android_util_AssetManager.cpp | 495 jlong offset, jint whence) 505 offset, (whence > 0) ? SEEK_END : (whence < 0 ? SEEK_SET : SEEK_CUR)); [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
lib.go | 229 /* whence for ldpkg */ 1116 func ldobj(f *obj.Biobuf, pkg string, length int64, pn string, file string, whence int) { 1208 ldpkg(f, pkg, import1-import0-2, pn, whence) // -2 for !\n [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
lib.go | 226 /* whence for ldpkg */ 1113 func ldobj(f *obj.Biobuf, pkg string, length int64, pn string, file string, whence int) { 1205 ldpkg(f, pkg, import1-import0-2, pn, whence) // -2 for !\n [all...] |
/prebuilts/go/darwin-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/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
lib.go | 229 /* whence for ldpkg */ 1116 func ldobj(f *obj.Biobuf, pkg string, length int64, pn string, file string, whence int) { 1208 ldpkg(f, pkg, import1-import0-2, pn, whence) // -2 for !\n [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
lib.go | 226 /* whence for ldpkg */ 1113 func ldobj(f *obj.Biobuf, pkg string, length int64, pn string, file string, whence int) { 1205 ldpkg(f, pkg, import1-import0-2, pn, whence) // -2 for !\n [all...] |