/aosp_15_r20/out/target/product/shiba/system/etc/init/ |
D | atrace.rc | 6 chmod 0222 /sys/kernel/debug/tracing/trace_marker 7 chmod 0222 /sys/kernel/tracing/trace_marker 10 write /proc/sys/kernel/sched_schedstats 1 14 chmod 0666 /sys/kernel/debug/tracing/trace_clock 15 chmod 0666 /sys/kernel/tracing/trace_clock 16 chmod 0666 /sys/kernel/debug/tracing/buffer_percent 17 chmod 0666 /sys/kernel/tracing/buffer_percent 18 chmod 0666 /sys/kernel/debug/tracing/buffer_size_kb 19 chmod 0666 /sys/kernel/tracing/buffer_size_kb 20 chmod 0666 /sys/kernel/debug/tracing/options/overwrite [all …]
|
/aosp_15_r20/frameworks/native/cmds/atrace/ |
H A D | atrace.rc | 6 chmod 0222 /sys/kernel/debug/tracing/trace_marker 7 chmod 0222 /sys/kernel/tracing/trace_marker 10 write /proc/sys/kernel/sched_schedstats 1 14 chmod 0666 /sys/kernel/debug/tracing/trace_clock 15 chmod 0666 /sys/kernel/tracing/trace_clock 16 chmod 0666 /sys/kernel/debug/tracing/buffer_percent 17 chmod 0666 /sys/kernel/tracing/buffer_percent 18 chmod 0666 /sys/kernel/debug/tracing/buffer_size_kb 19 chmod 0666 /sys/kernel/tracing/buffer_size_kb 20 chmod 0666 /sys/kernel/debug/tracing/options/overwrite [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/build/microdroid/microdroid/android_common/root/system/etc/init/ |
D | atrace.rc | 6 chmod 0222 /sys/kernel/debug/tracing/trace_marker 7 chmod 0222 /sys/kernel/tracing/trace_marker 10 write /proc/sys/kernel/sched_schedstats 1 14 chmod 0666 /sys/kernel/debug/tracing/trace_clock 15 chmod 0666 /sys/kernel/tracing/trace_clock 16 chmod 0666 /sys/kernel/debug/tracing/buffer_percent 17 chmod 0666 /sys/kernel/tracing/buffer_percent 18 chmod 0666 /sys/kernel/debug/tracing/buffer_size_kb 19 chmod 0666 /sys/kernel/tracing/buffer_size_kb 20 chmod 0666 /sys/kernel/debug/tracing/options/overwrite [all …]
|
/aosp_15_r20/external/libcups/packaging/ |
H A D | cups.list.in | 250 f 0555 root sys $SBINDIR/cupsd scheduler/cupsd 252 d 0755 root sys $SERVERBIN - 254 d 0755 root sys $SERVERBIN/apple - 255 f 0555 root sys $SERVERBIN/apple/ipp backend/ipp 256 l 0755 root sys $SERVERBIN/apple/http ipp 257 l 0755 root sys $SERVERBIN/apple/https ipp 258 l 0755 root sys $SERVERBIN/apple/ipps ipp 260 d 0755 root sys $SERVERBIN/backend - 261 f 0500 root sys $SERVERBIN/backend/ipp backend/ipp 262 l 0700 root sys $SERVERBIN/backend/http ipp [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | zsysnum_netbsd_386.go | 1 // go run mksysnum.go http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/kern/syscalls.master 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); } [all …]
|
D | zsysnum_netbsd_amd64.go | 1 // go run mksysnum.go http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/kern/syscalls.master 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); } [all …]
|
D | zsysnum_netbsd_arm64.go | 1 // go run mksysnum.go http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/kern/syscalls.master 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); } [all …]
|
D | zsysnum_netbsd_arm.go | 1 // go run mksysnum.go http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/kern/syscalls.master 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); } [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
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_arm64.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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1001 sys::swapByteOrder(mh.magic); in swapStruct() 1002 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1006 sys::swapByteOrder(mh.cputype); in swapStruct() 1007 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1008 sys::swapByteOrder(mh.offset); in swapStruct() 1009 sys::swapByteOrder(mh.size); in swapStruct() 1010 sys::swapByteOrder(mh.align); in swapStruct() 1014 sys::swapByteOrder(mh.cputype); in swapStruct() 1015 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1016 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/themes/ |
H A D | dark.ts | 24 --md-sys-color-primary: #a8c7fa; 25 --md-sys-color-primary-60: #4c8df6; 26 --md-sys-color-primary-container: #0842a0; 27 --md-sys-color-on-primary: #062e6f; 28 --md-sys-color-on-primary-container: #d3e3fd; 29 --md-sys-color-inverse-primary: #0b57d0; 30 --md-sys-color-secondary: #7fcfff; 31 --md-sys-color-secondary-container: #004a77; 32 --md-sys-color-on-secondary: #003355; 33 --md-sys-color-on-secondary-container: #c2e7ff; [all …]
|
H A D | light.ts | 24 --md-sys-color-primary: #0b57d0; 25 --md-sys-color-primary-70: #7cacf8; 26 --md-sys-color-primary-90: #d3e3fd; 27 --md-sys-color-primary-95: #ecf3fe; 28 --md-sys-color-primary-99: #fafbff; 29 --md-sys-color-primary-container: #d3e3fd; 30 --md-sys-color-on-primary: #ffffff; 31 --md-sys-color-on-primary-container: #041e49; 32 --md-sys-color-inverse-primary: #a8c7fa; 33 --md-sys-color-secondary: #00639b; [all …]
|
/aosp_15_r20/device/google/zuma/conf/ |
D | init.zuma.rc | 7 write /proc/sys/kernel/sched_pelt_multiplier 1 8 write /sys/kernel/mm/lru_gen/enabled n 12 chmod 0444 /sys/devices/system/cpu/cpu0/online 15 write /sys/devices/system/cpu/cpuidle/current_governor teo 23 chown system system /proc/vendor_sched/groups/sys/set_task_group 35 chown system system /proc/vendor_sched/groups/sys/set_proc_group 49 chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/lcpi_threshold 50 chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/spc_threshold 51 chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/limit_frequency 52 chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/pmu_limit_enable [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A 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 …]
|
/aosp_15_r20/device/google/gs201/conf/ |
D | init.gs201.rc | 16 chmod 0444 /sys/devices/system/cpu/cpu0/online 19 write /sys/devices/system/cpu/cpuidle/current_governor teo 27 chown system system /proc/vendor_sched/groups/sys/set_task_group 39 chown system system /proc/vendor_sched/groups/sys/set_proc_group 53 chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/lcpi_threshold 54 chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/spc_threshold 55 chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/limit_frequency 56 chown system system /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/pmu_limit_enable 57 chown system system /sys/devices/system/cpu/cpufreq/policy4/sched_pixel/lcpi_threshold 58 chown system system /sys/devices/system/cpu/cpufreq/policy4/sched_pixel/spc_threshold [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1140 sys::swapByteOrder(mh.magic); in swapStruct() 1141 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1145 sys::swapByteOrder(mh.cputype); in swapStruct() 1146 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1147 sys::swapByteOrder(mh.offset); in swapStruct() 1148 sys::swapByteOrder(mh.size); in swapStruct() 1149 sys::swapByteOrder(mh.align); in swapStruct() 1153 sys::swapByteOrder(mh.cputype); in swapStruct() 1154 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1155 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/html/ |
H A D | style.css | 20 background-color: var(--sys-log-viewer-color-bg); 39 --md-icon-button-unselected-icon-color: var(--md-sys-color-on-surface-variant); 40 --md-icon-button-unselected-hover-icon-color: var(--md-sys-color-on-primary-container); 43 --sys-log-viewer-view-outline-width: 1px; 44 --sys-log-viewer-view-corner-radius: 0.5rem; 61 color: var(--md-sys-color-primary); 67 color: var(--md-sys-color-secondary); 78 --md-sys-color-primary: #A8C7FA; 79 --md-sys-color-primary-60: #4C8DF6; 80 --md-sys-color-primary-container: #0842A0; [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | MachO.h | 1141 sys::swapByteOrder(mh.magic); in swapStruct() 1142 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1146 sys::swapByteOrder(mh.cputype); in swapStruct() 1147 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1148 sys::swapByteOrder(mh.offset); in swapStruct() 1149 sys::swapByteOrder(mh.size); in swapStruct() 1150 sys::swapByteOrder(mh.align); in swapStruct() 1154 sys::swapByteOrder(mh.cputype); in swapStruct() 1155 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1156 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | MachO.h | 1141 sys::swapByteOrder(mh.magic); in swapStruct() 1142 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1146 sys::swapByteOrder(mh.cputype); in swapStruct() 1147 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1148 sys::swapByteOrder(mh.offset); in swapStruct() 1149 sys::swapByteOrder(mh.size); in swapStruct() 1150 sys::swapByteOrder(mh.align); in swapStruct() 1154 sys::swapByteOrder(mh.cputype); in swapStruct() 1155 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1156 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | MachO.h | 1141 sys::swapByteOrder(mh.magic); in swapStruct() 1142 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1146 sys::swapByteOrder(mh.cputype); in swapStruct() 1147 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1148 sys::swapByteOrder(mh.offset); in swapStruct() 1149 sys::swapByteOrder(mh.size); in swapStruct() 1150 sys::swapByteOrder(mh.align); in swapStruct() 1154 sys::swapByteOrder(mh.cputype); in swapStruct() 1155 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1156 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | MachO.h | 1141 sys::swapByteOrder(mh.magic); in swapStruct() 1142 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1146 sys::swapByteOrder(mh.cputype); in swapStruct() 1147 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1148 sys::swapByteOrder(mh.offset); in swapStruct() 1149 sys::swapByteOrder(mh.size); in swapStruct() 1150 sys::swapByteOrder(mh.align); in swapStruct() 1154 sys::swapByteOrder(mh.cputype); in swapStruct() 1155 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1156 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|