Searched defs:SEEK_END (Results 1 - 25 of 26) sorted by relevance

12

/external/python/cpython2/Lib/
H A Dio.py48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2 variable
H A Dposixfile.py233 SEEK_END = 2 variable
H A Dos.py33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
129 SEEK_END = 2 variable
H A D_pyio.py20 from io import (__all__, SEEK_SET, SEEK_CUR, SEEK_END) namespace
/external/python/cpython3/Lib/
H A Dio.py48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
67 SEEK_END = 2 variable
H A Dos.py34 "SEEK_END", "fsencode", "fsdecode", "get_exec_path", "fdopen",
190 SEEK_END = 2 variable
H A D_pyio.py22 from io import (__all__, SEEK_SET, SEEK_CUR, SEEK_END) namespace
1509 os.lseek(fd, 0, SEEK_END)
1627 and SEEK_END or 2 (move relative to end of file, usually negative, although
/external/clang/test/Analysis/
H A Dstream.c7 #define SEEK_END 2 /* Seek from end of file. */ macro
46 fseek(p, 1, 3); // expected-warning {{The whence argument to fseek() should be SEEK_SET, SEEK_END, or SEEK_CUR}}
/external/syslinux/com32/include/
H A Dstdio.h27 #define SEEK_END 2 macro
H A Dzconf.h390 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/freetype/src/gzip/
H A Dftzconf.h251 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/syslinux/com32/lib/zlib/
H A Dzconf.in.h288 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/python/cpython2/Modules/zlib/
H A Dzconf.h477 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/kernel-headers/original/uapi/linux/
H A Dfs.h37 #define SEEK_END 2 /* seek relative to end of file */ macro
/external/python/cpython3/Modules/zlib/
H A Dzconf.h500 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/zlib/src/contrib/minizip/
H A Dzip.c83 #ifndef SEEK_END
84 #define SEEK_END 2 macro
872 ZSEEK64(ziinit.z_filefunc,ziinit.filestream,0,SEEK_END);
/external/zlib/src/
H A Dzconf.h500 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/zlib/
H A Dzconf.h500 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/external/python/cpython2/Lib/plat-unixware7/
H A DSTROPTS.py105 SEEK_END = 2 variable
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 564 milliseconds

12