Searched defs:SEEK_CUR (Results 1 - 25 of 27) sorted by relevance

12

/external/python/cpython2/Lib/
H A Dio.py48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
63 SEEK_CUR = 1 variable
H A Dposixfile.py232 SEEK_CUR = 1 variable
H A Dos.py33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
128 SEEK_CUR = 1 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"]
66 SEEK_CUR = 1 variable
H A Dos.py33 "defpath", "name", "path", "devnull", "SEEK_SET", "SEEK_CUR",
189 SEEK_CUR = 1 variable
H A D_pyio.py22 from io import (__all__, SEEK_SET, SEEK_CUR, SEEK_END) namespace
1574 pos = os.lseek(self._fd, 0, SEEK_CUR)
1626 are SEEK_CUR or 1 (move relative to current position, positive or negative),
1642 return os.lseek(self._fd, 0, SEEK_CUR)
/external/clang/test/Analysis/
H A Dstream.c6 #define SEEK_CUR 1 /* Seek from current position. */ 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.h26 #define SEEK_CUR 1 macro
H A Dzconf.h389 # define SEEK_CUR 1 /* Seek from current position. */ macro
/external/syslinux/gpxe/src/include/gpxe/
H A Dxfer.h100 SEEK_CUR = 0, enumerator in enum:seek_whence
110 * Must be one of @c SEEK_CUR or @c SEEK_SET.
129 case SEEK_CUR: return "CUR";
/external/freetype/src/gzip/
H A Dftzconf.h250 # define SEEK_CUR 1 /* Seek from current position. */ macro
/external/syslinux/com32/lib/zlib/
H A Dzconf.in.h287 # define SEEK_CUR 1 /* Seek from current position. */ macro
/external/python/cpython2/Modules/zlib/
H A Dzconf.h476 # define SEEK_CUR 1 /* Seek from current position. */ macro
/external/kernel-headers/original/uapi/linux/
H A Dfs.h36 #define SEEK_CUR 1 /* seek relative to current file position */ macro
/external/python/cpython3/Modules/zlib/
H A Dzconf.h499 # define SEEK_CUR 1 /* Seek from current position. */ macro
/external/zlib/src/contrib/minizip/
H A Dzip.c79 #ifndef SEEK_CUR
80 #define SEEK_CUR 1 macro
/external/zlib/src/
H A Dzconf.h499 # define SEEK_CUR 1 /* Seek from current position. */ macro
/external/zlib/
H A Dzconf.h499 # define SEEK_CUR 1 /* Seek from current position. */ macro
/external/python/cpython2/Lib/plat-unixware7/
H A DSTROPTS.py104 SEEK_CUR = 1 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 ...

Completed in 618 milliseconds

12