/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zsysnum_netbsd_arm.go | 9 SYS_EXIT = 1 // { void|sys||exit(int rval); } 10 SYS_FORK = 2 // { int|sys||fork(void); } 11 SYS_READ = 3 // { ssize_t|sys||read(int fd, void *buf, size_t nbyte); } 12 SYS_WRITE = 4 // { ssize_t|sys||write(int fd, const void *buf, size_t nbyte); } 13 SYS_OPEN = 5 // { int|sys||open(const char *path, int flags, ... mode_t mode); } 14 SYS_CLOSE = 6 // { int|sys||close(int fd); } 15 SYS_LINK = 9 // { int|sys||link(const char *path, const char *link); } 16 SYS_UNLINK = 10 // { int|sys||unlink(const char *path); } 17 SYS_CHDIR = 12 // { int|sys||chdir(const char *path); } 18 SYS_FCHDIR = 13 // { int|sys||fchdir(int fd); } [all …]
|
D | zsysnum_netbsd_386.go | 9 SYS_EXIT = 1 // { void|sys||exit(int rval); } 10 SYS_FORK = 2 // { int|sys||fork(void); } 11 SYS_READ = 3 // { ssize_t|sys||read(int fd, void *buf, size_t nbyte); } 12 SYS_WRITE = 4 // { ssize_t|sys||write(int fd, const void *buf, size_t nbyte); } 13 SYS_OPEN = 5 // { int|sys||open(const char *path, int flags, ... mode_t mode); } 14 SYS_CLOSE = 6 // { int|sys||close(int fd); } 15 SYS_LINK = 9 // { int|sys||link(const char *path, const char *link); } 16 SYS_UNLINK = 10 // { int|sys||unlink(const char *path); } 17 SYS_CHDIR = 12 // { int|sys||chdir(const char *path); } 18 SYS_FCHDIR = 13 // { int|sys||fchdir(int fd); } [all …]
|
D | zsysnum_netbsd_amd64.go | 9 SYS_EXIT = 1 // { void|sys||exit(int rval); } 10 SYS_FORK = 2 // { int|sys||fork(void); } 11 SYS_READ = 3 // { ssize_t|sys||read(int fd, void *buf, size_t nbyte); } 12 SYS_WRITE = 4 // { ssize_t|sys||write(int fd, const void *buf, size_t nbyte); } 13 SYS_OPEN = 5 // { int|sys||open(const char *path, int flags, ... mode_t mode); } 14 SYS_CLOSE = 6 // { int|sys||close(int fd); } 15 SYS_LINK = 9 // { int|sys||link(const char *path, const char *link); } 16 SYS_UNLINK = 10 // { int|sys||unlink(const char *path); } 17 SYS_CHDIR = 12 // { int|sys||chdir(const char *path); } 18 SYS_FCHDIR = 13 // { int|sys||fchdir(int fd); } [all …]
|
D | syscall_openbsd.go | 8 // which parses the //sys lines and generates system call stubs. 9 // Note that sometimes we use a lowercase //sys name and wrap 58 //sys getdents(fd int, buf []byte) (n int, err error) 65 //sys Getcwd(buf []byte) (n int, err error) = SYS___GETCWD 105 //sys ioctl(fd int, req uint, arg uintptr) (err error) 193 //sys Access(path string, mode uint32) (err error) 194 //sys Adjtime(delta *Timeval, olddelta *Timeval) (err error) 195 //sys Chdir(path string) (err error) 196 //sys Chflags(path string, flags int) (err error) 197 //sys Chmod(path string, mode uint32) (err error) [all …]
|
D | syscall_linux_ppc64x.go | 10 //sys Dup2(oldfd int, newfd int) (err error) 12 //sys EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) 13 //sys Fadvise(fd int, offset int64, length int64, advice int) (err error) = SYS_FADVISE64 14 //sys Fchown(fd int, uid int, gid int) (err error) 15 //sys Fstat(fd int, stat *Stat_t) (err error) 16 //sys Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) = SYS_NEWFSTATAT 17 //sys Fstatfs(fd int, buf *Statfs_t) (err error) 18 //sys Ftruncate(fd int, length int64) (err error) 25 //sys Ioperm(from int, num int, on int) (err error) 26 //sys Iopl(level int) (err error) [all …]
|
D | syscall_freebsd.go | 8 // which parses the //sys lines and generates system call stubs. 9 // Note that sometimes we use a lowercase //sys name and wrap 102 //sys Getcwd(buf []byte) (n int, err error) = SYS___GETCWD 356 //sys ioctl(fd int, req uint, arg uintptr) (err error) 444 //sys Access(path string, mode uint32) (err error) 445 //sys Adjtime(delta *Timeval, olddelta *Timeval) (err error) 446 //sys CapEnter() (err error) 447 //sys capRightsGet(version int, fd int, rightsp *CapRights) (err error) = SYS___CAP_RIGHTS_GET 448 //sys capRightsLimit(fd int, rightsp *CapRights) (err error) 449 //sys Chdir(path string) (err error) [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 972 sys::swapByteOrder(mh.magic); in swapStruct() 973 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 977 sys::swapByteOrder(mh.cputype); in swapStruct() 978 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 979 sys::swapByteOrder(mh.offset); in swapStruct() 980 sys::swapByteOrder(mh.size); in swapStruct() 981 sys::swapByteOrder(mh.align); in swapStruct() 985 sys::swapByteOrder(mh.cputype); in swapStruct() 986 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 987 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 989 sys::swapByteOrder(mh.magic); in swapStruct() 990 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 994 sys::swapByteOrder(mh.cputype); in swapStruct() 995 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 996 sys::swapByteOrder(mh.offset); in swapStruct() 997 sys::swapByteOrder(mh.size); in swapStruct() 998 sys::swapByteOrder(mh.align); in swapStruct() 1002 sys::swapByteOrder(mh.cputype); in swapStruct() 1003 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1004 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 964 sys::swapByteOrder(mh.magic); in swapStruct() 965 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 969 sys::swapByteOrder(mh.cputype); in swapStruct() 970 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 971 sys::swapByteOrder(mh.offset); in swapStruct() 972 sys::swapByteOrder(mh.size); in swapStruct() 973 sys::swapByteOrder(mh.align); in swapStruct() 977 sys::swapByteOrder(mh.cputype); in swapStruct() 978 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 979 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_sys.py | 3 import sys, io, os 23 self.orig_stdout = sys.stdout 24 self.orig_stderr = sys.stderr 25 self.orig_displayhook = sys.displayhook 28 sys.stdout = self.orig_stdout 29 sys.stderr = self.orig_stderr 30 sys.displayhook = self.orig_displayhook 36 sys.stdout = out 38 dh = sys.__displayhook__ 51 del sys.stdout [all …]
|
D | test_subprocess.py | 5 import sys 38 mswindows = (sys.platform == "win32") 45 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' 94 p = subprocess.Popen([sys.executable, "-c", "import sys; sys.exit(0)"], 108 p = subprocess.Popen([sys.executable, "-c", "import sys; sys.exit(0)"], 123 rc = subprocess.call([sys.executable, "-c", 124 "import sys; sys.exit(47)"]) 133 [sys.executable, "-c", "while True: pass"], 138 rc = subprocess.check_call([sys.executable, "-c", 139 "import sys; sys.exit(0)"]) [all …]
|
D | test_site.py | 3 Tests assume the initial paths in sys.path once the interpreter has begun 14 import sys 29 if sys.flags.no_site: 40 OLD_SYS_PATH = sys.path[:] 46 # modify sys.path: will be restored by tearDownModule() 54 sys.path[:] = OLD_SYS_PATH 62 """Save a copy of sys.path""" 63 self.sys_path = sys.path[:] 71 """Restore sys.path""" 72 sys.path[:] = self.sys_path [all …]
|
/external/ImageMagick/ |
D | Make.com | 38 $ write sys$error "Unknown option \", option, "\" 46 $if (f$search("sys$system:decc$compiler.exe") .nes. "") 51 $ define/nolog lnk$library sys$library:vaxcrtl 52 $ define/nolog sys sys$share 57 $ define/nolog sys decc$library_include 65 $write sys$output "Making in [.magickcore]" 69 $write sys$output "Making in [.coders]" 76 $ write sys$output "Making shareable image" 80 sys$library:freetype.olb/lib, - 81 sys$library:libjasper.olb/lib, - [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_sys.py | 9 import sys 18 savestdout = sys.stdout 20 sys.stdout = out 22 dh = sys.__displayhook__ 35 del sys.stdout 38 sys.stdout = savestdout 41 olddisplayhook = sys.displayhook 42 del sys.displayhook 45 sys.displayhook = olddisplayhook 48 olddisplayhook = sys.displayhook [all …]
|
D | test_subprocess.py | 4 import sys 36 mswindows = (sys.platform == "win32") 43 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' 87 rc = subprocess.call([sys.executable, "-c", 88 "import sys; sys.exit(47)"]) 93 rc = subprocess.check_call([sys.executable, "-c", 94 "import sys; sys.exit(0)"]) 100 subprocess.check_call([sys.executable, "-c", 101 "import sys; sys.exit(47)"]) 107 [sys.executable, "-c", "print 'BDFL'"]) [all …]
|
/external/ltp/tools/ |
D | restore_kernel_faults_default.sh | 35 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-end 36 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-start 37 echo 4294967295 > /sys/kernel/debug/fail_io_timeout/require-end 38 echo 0 > /sys/kernel/debug/fail_io_timeout/require-start 39 echo 32 > /sys/kernel/debug/fail_io_timeout/stacktrace-depth 40 echo N > /sys/kernel/debug/fail_io_timeout/task-filter 41 echo 2 > /sys/kernel/debug/fail_io_timeout/verbose 42 echo 0 > /sys/kernel/debug/fail_io_timeout/space 43 echo 1 > /sys/kernel/debug/fail_io_timeout/times 44 echo 1 > /sys/kernel/debug/fail_io_timeout/interval [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | SwapByteOrderTest.cpp | 30 sys::getSwappedBytes(sys::getSwappedBytes(original_uint8))); in TEST() 34 sys::getSwappedBytes(sys::getSwappedBytes(original_uint16))); in TEST() 38 sys::getSwappedBytes(sys::getSwappedBytes(original_uint32))); in TEST() 42 sys::getSwappedBytes(sys::getSwappedBytes(original_uint64))); in TEST() 55 sys::getSwappedBytes(sys::getSwappedBytes(original_int8))); in TEST() 59 sys::getSwappedBytes(sys::getSwappedBytes(original_int16))); in TEST() 63 sys::getSwappedBytes(sys::getSwappedBytes(original_int32))); in TEST() 67 sys::getSwappedBytes(sys::getSwappedBytes(original_int64))); in TEST() 74 sys::getSwappedBytes(sys::getSwappedBytes(original_int8))); in TEST() 78 sys::getSwappedBytes(sys::getSwappedBytes(original_int16))); in TEST() [all …]
|
/external/llvm/unittests/Support/ |
D | SwapByteOrderTest.cpp | 30 sys::getSwappedBytes(sys::getSwappedBytes(original_uint8))); in TEST() 34 sys::getSwappedBytes(sys::getSwappedBytes(original_uint16))); in TEST() 38 sys::getSwappedBytes(sys::getSwappedBytes(original_uint32))); in TEST() 42 sys::getSwappedBytes(sys::getSwappedBytes(original_uint64))); in TEST() 55 sys::getSwappedBytes(sys::getSwappedBytes(original_int8))); in TEST() 59 sys::getSwappedBytes(sys::getSwappedBytes(original_int16))); in TEST() 63 sys::getSwappedBytes(sys::getSwappedBytes(original_int32))); in TEST() 67 sys::getSwappedBytes(sys::getSwappedBytes(original_int64))); in TEST() 74 sys::getSwappedBytes(sys::getSwappedBytes(original_int8))); in TEST() 78 sys::getSwappedBytes(sys::getSwappedBytes(original_int16))); in TEST() [all …]
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | PERFORMANCE.README | 35 Zisofs 49.88 seconds (User 2.60 secs, Sys 11.19 secs) 36 Cloop 20.80 seconds (User 2.71 secs, Sys 13.50 secs) 37 Squashfs2.0 16.56 seconds (User 2.42 secs, Sys 10.37 secs) 38 Squashfs2.1 10.14 seconds (User 2.48 secs, Sys 4.44 secs) 45 Zisofs 27 minutes 28.54 seconds (User 3.00 secs, Sys 1 min 4.80 secs) 46 Cloop 5 minutes 55.72 seconds (User 2.90 secs, Sys 3 min 37.90 secs) 47 Squashfs2.0 5 minutes 20.87 seconds (User 2.33 secs, Sys 56.98 secs) 48 Squashfs2.1 5 minutes 15.46 seconds (user 2.28 secs, Sys 51.12 secs) 58 Zisofs 101 minutes 29.65 seconds (User 5.33 secs, Sys 1 min 17.20 secs) 59 Cloop 35 minutes 27.51 seconds (user 5.93 secs, Sys 4 mins 30.23 secs) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.4a-tlb.txt | 40 #CHECK-NOV84: sys #0, c8, c1, #0 41 #CHECK-NOV84: sys #0, c8, c1, #1, x0 42 #CHECK-NOV84: sys #0, c8, c1, #2, x0 43 #CHECK-NOV84: sys #0, c8, c1, #3, x0 44 #CHECK-NOV84: sys #0, c8, c1, #5, x0 45 #CHECK-NOV84: sys #0, c8, c1, #7, x0 46 #CHECK-NOV84: sys #4, c8, c4, #0, x0 47 #CHECK-NOV84: sys #4, c8, c4, #4, x0 48 #CHECK-NOV84: sys #4, c8, c1, #1, x0 49 #CHECK-NOV84: sys #4, c8, c1, #5, x0 [all …]
|
/external/libxml2/python/tests/ |
D | reader.py | 7 import sys 24 sys.exit(1) 28 sys.exit(1) 32 sys.exit(1) 36 sys.exit(1) 40 sys.exit(1) 44 sys.exit(1) 48 sys.exit(1) 53 sys.exit(1) 57 sys.exit(1) [all …]
|
/external/python/cpython3/Lib/ |
D | site.py | 1 """Append module search paths for third-party packages to sys.path. 8 Unix (including Mac OSX), it starts with sys.prefix and 9 sys.exec_prefix (if different) and appends 13 resulting directories, if they exist, are appended to sys.path, and 16 If a file named "pyvenv.cfg" exists one directory above sys.executable, 17 sys.prefix and sys.exec_prefix are set to that directory and 18 it is also checked for site-packages (sys.base_prefix and 19 sys.base_exec_prefix will always be the "real" prefixes of the Python 26 appended to sys.path, and also inspected for path configuration 31 to be added to sys.path. Non-existing directories (or [all …]
|
/external/ply/ply/test/ |
D | testlex.py | 9 import sys 14 sys.path.insert(0,"..") 15 sys.tracebacklimit = 0 31 if sys.hexversion >= 0x3050000: 33 elif sys.hexversion >= 0x3040000: 35 elif sys.hexversion >= 0x3020000: 53 elif hasattr(sys, "pypy_version_info"): 61 if sys.version_info[0] >= 3: 84 del sys.modules[module] 89 sys.stderr = StringIO.StringIO() [all …]
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | SwapByteOrderTest.cpp | 30 sys::SwapByteOrder(sys::SwapByteOrder(origional_uint8))); in TEST() 34 sys::SwapByteOrder(sys::SwapByteOrder(origional_uint16))); in TEST() 38 sys::SwapByteOrder(sys::SwapByteOrder(origional_uint32))); in TEST() 42 sys::SwapByteOrder(sys::SwapByteOrder(origional_uint64))); in TEST() 55 sys::SwapByteOrder(sys::SwapByteOrder(origional_int8))); in TEST() 59 sys::SwapByteOrder(sys::SwapByteOrder(origional_int16))); in TEST() 63 sys::SwapByteOrder(sys::SwapByteOrder(origional_int32))); in TEST() 67 sys::SwapByteOrder(sys::SwapByteOrder(origional_int64))); in TEST() 74 sys::SwapByteOrder(sys::SwapByteOrder(origional_int8))); in TEST() 78 sys::SwapByteOrder(sys::SwapByteOrder(origional_int16))); in TEST() [all …]
|
/external/skia/tools/skpbench/ |
D | _hardware_pixel2.py | 31 echo 0 > /sys/devices/system/cpu/cpu$N/online 37 echo 1 > /sys/devices/system/cpu/cpu$N/online 38 echo userspace > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_governor 39 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_max_freq 40 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_min_freq 41 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_setspeed 46 echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split''', 48 # echo 1 > /sys/class/kgsl/kgsl-3d0/force_clk_on 50 echo 10000 > /sys/class/kgsl/kgsl-3d0/idle_timer''', 54 echo %i > /sys/class/devfreq/soc\:qcom,gpubw/min_freq [all …]
|