/aosp_15_r20/packages/services/Car/service/proto/android/car/watchdog/ |
D | performance_stats.proto | 43 optional int32 to_user_id = 1; field 44 optional int32 from_user_id = 2; field 50 optional int32 id = 1; field 63 optional int32 io_wait_time_millis = 1; field 64 optional int32 idle_cpu_time_millis = 2; field 65 optional int32 total_cpu_time_millis = 3; field 68 optional int32 total_io_blocked_processes = 6; field 69 optional int32 total_major_page_faults = 7; field 76 optional int32 cpu_time_millis = 1; field 98 optional int32 fg_fsync = 2; field [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/ |
D | cmpConst_test.go | 1464 func lt_neg2147483648_int32(x int32) bool { return x < -2147483648 } 1465 func le_neg2147483648_int32(x int32) bool { return x <= -2147483648 } 1466 func gt_neg2147483648_int32(x int32) bool { return x > -2147483648 } 1467 func ge_neg2147483648_int32(x int32) bool { return x >= -2147483648 } 1468 func eq_neg2147483648_int32(x int32) bool { return x == -2147483648 } 1469 func ne_neg2147483648_int32(x int32) bool { return x != -2147483648 } 1470 func lt_neg2147483647_int32(x int32) bool { return x < -2147483647 } 1471 func le_neg2147483647_int32(x int32) bool { return x <= -2147483647 } 1472 func gt_neg2147483647_int32(x int32) bool { return x > -2147483647 } 1473 func ge_neg2147483647_int32(x int32) bool { return x >= -2147483647 } [all …]
|
D | arithConst_test.go | 1208 func add_int32_Neg2147483648(a int32) int32 { return a + -2147483648 } 1211 func add_Neg2147483648_int32(a int32) int32 { return -2147483648 + a } 1214 func add_int32_Neg2147483647(a int32) int32 { return a + -2147483647 } 1217 func add_Neg2147483647_int32(a int32) int32 { return -2147483647 + a } 1220 func add_int32_Neg1(a int32) int32 { return a + -1 } 1223 func add_Neg1_int32(a int32) int32 { return -1 + a } 1226 func add_int32_0(a int32) int32 { return a + 0 } 1229 func add_0_int32(a int32) int32 { return 0 + a } 1232 func add_int32_1(a int32) int32 { return a + 1 } 1235 func add_1_int32(a int32) int32 { return 1 + a } [all …]
|
D | arith_test.go | 282 func rsh64x64ConstOverflow32(x int32) int64 { 433 func testBitwiseLsh_ssa(a int32, b, c uint32) int32 { 438 func testBitwiseRsh_ssa(a int32, b, c uint32) int32 { 488 func testOcom_ssa(a, b int32) (int32, int32) { 663 func addshiftRA_ssa(a, b int32) int32 { 668 func subshiftRA_ssa(a, b int32) int32 { 673 func rsbshiftRA_ssa(a, b int32) int32 { 678 func andshiftRA_ssa(a, b int32) int32 { 683 func orshiftRA_ssa(a, b int32) int32 { 688 func xorshiftRA_ssa(a, b int32) int32 { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/index/suffixarray/ |
D | sais2.go | 78 func sais_32(text []int32, textMax int, sa, tmp []int32) { 218 func freq_32(text []int32, freq, bucket []int32) []int32 { 259 func bucketMin_32(text []int32, freq, bucket []int32) { 288 func bucketMax_32(text []int32, freq, bucket []int32) { 372 func placeLMS_32(text []int32, sa, freq, bucket []int32) int { 580 func induceSubL_32(text []int32, sa, freq, bucket []int32) { 798 func induceSubS_32(text []int32, sa, freq, bucket []int32) { 976 func length_32(text []int32, sa []int32, numLMS int) { 1104 func assignID_32(text []int32, sa []int32, numLMS int) int { 1275 func unmap_32(text []int32, sa []int32, numLMS int) { [all …]
|
D | sais.go | 128 func text_32(text []byte, sa []int32) { 143 func sais_8_32(text []byte, textMax int, sa, tmp []int32) { 213 func freq_8_32(text []byte, freq, bucket []int32) []int32 { 231 func bucketMin_8_32(text []byte, freq, bucket []int32) { 246 func bucketMax_8_32(text []byte, freq, bucket []int32) { 278 func placeLMS_8_32(text []byte, sa, freq, bucket []int32) int { 355 func induceSubL_8_32(text []byte, sa, freq, bucket []int32) { 445 func induceSubS_8_32(text []byte, sa, freq, bucket []int32) { 529 func length_8_32(text []byte, sa []int32, numLMS int) { 591 func assignID_8_32(text []byte, sa []int32, numLMS int) int { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | os_openbsd_syscall2.go | 20 func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32 25 func thrkill(tid int32, sig int) 29 func read(fd int32, p unsafe.Pointer, n int32) int32 31 func closefd(fd int32) int32 33 func exit(code int32) 45 func write1(fd uintptr, p unsafe.Pointer, n int32) int32 48 func open(name *byte, mode, perm int32) int32 51 func madvise(addr unsafe.Pointer, n uintptr, flags int32) int32 60 func obsdsigprocmask(how int32, new sigset) sigset 64 func sigprocmask(how int32, new, old *sigset) { [all …]
|
D | os_plan9.go | 21 func closefd(fd int32) int32 24 func open(name *byte, mode, perm int32) int32 27 func pread(fd int32, buf unsafe.Pointer, nbytes int32, offset int64) int32 30 func pwrite(fd int32, buf unsafe.Pointer, nbytes int32, offset int64) int32 32 func seek(fd int32, offset int64, whence int32) int64 40 func sleep(ms int32) int32 42 func rfork(flags int32) int32 45 func plan9_semacquire(addr *uint32, block int32) int32 48 func plan9_tsemacquire(addr *uint32, ms int32) int32 51 func plan9_semrelease(addr *uint32, count int32) int32 [all …]
|
D | sys_openbsd2.go | 20 func exit(code int32) { 42 func thrkill(tid int32, sig int) { 52 func mmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) (unsafe.Pointer, int) { 77 func madvise(addr unsafe.Pointer, n uintptr, flags int32) { 85 func open(name *byte, mode, perm int32) (ret int32) { 94 func closefd(fd int32) int32 { 101 func read(fd int32, p unsafe.Pointer, n int32) int32 { 110 func write1(fd uintptr, p unsafe.Pointer, n int32) int32 { 117 func pipe2(flags int32) (r, w int32, errno int32) { 130 func setitimer(mode int32, new, old *itimerval) { [all …]
|
D | os3_solaris.go | 299 func setProcessCPUProfiler(hz int32) { 303 func setThreadCPUProfiler(hz int32) { 384 func closefd(fd int32) int32 { 389 func exit(r int32) { 399 func madvise(addr unsafe.Pointer, n uintptr, flags int32) { 404 func mmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) (unsafe.Pointer, int) { 441 func open(path *byte, mode, perm int32) int32 { 457 func pthread_attr_setdetachstate(attr *pthreadattr, state int32) int32 { 489 func read(fd int32, buf unsafe.Pointer, nbyte int32) int32 { 498 func sem_init(sem *semt, pshared int32, value uint32) int32 { [all …]
|
D | os2_aix.go | 399 func exit1(code int32) 402 func exit(code int32) { 414 func write2(fd, p uintptr, n int32) int32 417 func write1(fd uintptr, p unsafe.Pointer, n int32) int32 { 434 func read(fd int32, p unsafe.Pointer, n int32) int32 { 443 func open(name *byte, mode, perm int32) int32 { 449 func closefd(fd int32) int32 { 468 func mmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) (unsafe.Pointer, int) { 477 func mprotect(addr unsafe.Pointer, n uintptr, prot int32) (unsafe.Pointer, int) { 495 func madvise(addr unsafe.Pointer, n uintptr, flags int32) { [all …]
|
D | os_linux.go | 37 func futex(addr unsafe.Pointer, op int32, val uint32, ts, addr2 unsafe.Pointer, val3 uint32) int32 161 func clone(flags int32, stk, mp, gp, fn unsafe.Pointer) int32 233 func sysargs(argc int32, argv **byte) { 417 func setitimer(mode int32, new, old *itimerval) 420 func timer_create(clockid int32, sevp *sigevent, timerid *int32) int32 423 func timer_settime(timerid int32, flags int32, new, old *itimerspec) int32 426 func timer_delete(timerid int32) int32 429 func rtsigprocmask(how int32, new, old *sigset, size int32) 433 func sigprocmask(how int32, new, old *sigset) { 449 func pipe2(flags int32) (r, w int32, errno int32) [all …]
|
D | os_netbsd.go | 35 func setitimer(mode int32, new, old *itimerval) 44 func sigprocmask(how int32, new, old *sigset) 53 func lwp_kill(tid int32, sig int) 62 func lwp_park(clockid, flags int32, ts *timespec, unpark int32, hint, unparkhint unsafe.Pointer) in… 65 func lwp_unpark(lwp int32, hint unsafe.Pointer) int32 79 func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32 81 func pipe2(flags int32) (r, w int32, errno int32) 82 func fcntl(fd, cmd, arg int32) (ret int32, errno int32) 384 func setProcessCPUProfiler(hz int32) { 388 func setThreadCPUProfiler(hz int32) { [all …]
|
D | os_dragonfly.go | 34 func sigprocmask(how int32, new, old *sigset) 37 func setitimer(mode int32, new, old *itimerval) 45 func lwp_kill(pid, tid int32, sig int) 48 func sys_umtx_sleep(addr *uint32, val, timeout int32) int32 51 func sys_umtx_wakeup(addr *uint32, val int32) int32 63 func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32 65 func pipe2(flags int32) (r, w int32, errno int32) 66 func fcntl(fd, cmd, arg int32) (ret int32, errno int32) 278 func setProcessCPUProfiler(hz int32) { 282 func setThreadCPUProfiler(hz int32) { [all …]
|
D | runtime1.go | 62 func argv_index(argv **byte, i int32) *byte { 66 func args(c int32, v **byte) { 578 func timediv(v int64, div int32, rem *int32) int32 { 656 func reflect_resolveNameOff(ptrInModule unsafe.Pointer, off int32) unsafe.Pointer { 674 func reflect_resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer { 690 func reflect_resolveTextOff(rtype unsafe.Pointer, off int32) unsafe.Pointer { 697 func reflectlite_resolveNameOff(ptrInModule unsafe.Pointer, off int32) unsafe.Pointer { 704 func reflectlite_resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer {
|
D | os_freebsd.go | 16 func thr_new(param *thrparam, size int32) int32 22 func sigprocmask(how int32, new, old *sigset) 25 func setitimer(mode int32, new, old *itimerval) 36 func sys_umtx_op(addr *uint32, mode int32, val uint32, uaddr1 uintptr, ut *umtx_time) int32 48 func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32 50 func pipe2(flags int32) (r, w int32, errno int32) 51 func fcntl(fd, cmd, arg int32) (ret int32, errno int32) 390 func setProcessCPUProfiler(hz int32) { 394 func setThreadCPUProfiler(hz int32) { 403 func sysargs(argc int32, argv **byte) {
|
D | stubs2.go | 16 func read(fd int32, p unsafe.Pointer, n int32) int32 18 func closefd(fd int32) int32 20 func exit(code int32) 32 func write1(fd uintptr, p unsafe.Pointer, n int32) int32 35 func open(name *byte, mode, perm int32) int32 38 func madvise(addr unsafe.Pointer, n uintptr, flags int32) int32
|
D | sys_darwin.go | 259 func mmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) (unsafe.Pointer, int) { 283 func madvise(addr unsafe.Pointer, n uintptr, flags int32) { 299 func read(fd int32, p unsafe.Pointer, n int32) int32 { 315 func closefd(fd int32) int32 { 325 func exit(code int32) { 345 func write1(fd uintptr, p unsafe.Pointer, n int32) int32 { 354 func open(name *byte, mode, perm int32) (ret int32) { 444 func setitimer(mode int32, new, old *itimerval) { 477 func fcntl(fd, cmd, arg int32) (ret int32, errno int32) { 497 func kevent(kq int32, ch *keventt, nch int32, ev *keventt, nev int32, ts *timespec) int32 { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/ |
D | bmi.go | 14 func andn32(x, y int32) int32 { 24 func blsi32(x int32) int32 { 34 func blsmsk32(x int32) int32 { 44 func blsr32(x int32) int32 { 54 func isPowerOfTwo32(x int32) bool { 71 func isPowerOfTwoSelect32(x, a, b int32) int32 { 92 func isPowerOfTwoBranch32(x int32, a func(bool), b func(string)) { 106 func isNotPowerOfTwo32(x int32) bool { 123 func isNotPowerOfTwoSelect32(x, a, b int32) int32 { 144 func isNotPowerOfTwoBranch32(x int32, a func(bool), b func(string)) { [all …]
|
D | shift.go | 46 func rshConst64x64Overflow32(v int32) int64 { 61 func lshConst32x64(v int32) int32 { 73 func rshConst32x64(v int32) int32 { 125 func lshMask32x64(v int32, s uint64) int32 { 146 func rshMask32x64(v int32, s uint64) int32 { 154 func rsh5Mask32x64(v int32, s uint64) int32 { 183 func lshMask64x32Ext(v int64, s int32) int64 { 190 func rshMask64Ux32Ext(v uint64, s int32) uint64 { 197 func rshMask64x32Ext(v int64, s int32) int64 { 209 func lshSigned(v8 int8, v16 int16, v32 int32, v64 int64, x int) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/abt/ |
D | avlint32_test.go | 13 func makeTree(te *testing.T, x []int32, check bool) (t *T, k int, min, max int32) { 68 func applicInsert(te *testing.T, x []int32) { 72 func applicFind(te *testing.T, x []int32) { 87 func applicBounds(te *testing.T, x []int32) { 161 func applicDeleteMin(te *testing.T, x []int32) { 200 func applicDeleteMax(te *testing.T, x []int32) { 242 func applicDelete(te *testing.T, x []int32) { 303 func applicIterator(te *testing.T, x []int32) { 325 func applicEquals(te *testing.T, x, y []int32) { 355 func tree(x []int32) *T { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | fs_wasip1.go | 181 func fd_close(fd int32) Errno 187 func fd_filestat_set_size(fd int32, set_size filesize) Errno 193 func fd_pread(fd int32, iovs unsafe.Pointer, iovsLen size, offset filesize, nread unsafe.Pointer) E… 197 func fd_pwrite(fd int32, iovs unsafe.Pointer, iovsLen size, offset filesize, nwritten unsafe.Pointe… 201 func fd_read(fd int32, iovs unsafe.Pointer, iovsLen size, nread unsafe.Pointer) Errno 205 func fd_readdir(fd int32, buf unsafe.Pointer, bufLen size, cookie dircookie, nwritten unsafe.Pointe… 209 func fd_seek(fd int32, offset filedelta, whence uint32, newoffset unsafe.Pointer) Errno 215 func fd_fdstat_set_rights(fd int32, rightsBase rights, rightsInheriting rights) Errno 219 func fd_filestat_get(fd int32, buf unsafe.Pointer) Errno 223 func fd_write(fd int32, iovs unsafe.Pointer, iovsLen size, nwritten unsafe.Pointer) Errno [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/ |
D | doc.go | 68 func SwapInt32(addr *int32, new int32) (old int32) 94 func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) 120 func AddInt32(addr *int32, delta int32) (new int32) 147 func AndInt32(addr *int32, mask int32) (old int32) 172 func OrInt32(addr *int32, mask int32) (old int32) 196 func LoadInt32(addr *int32) (val int32) 222 func StoreInt32(addr *int32, val int32)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/ |
D | stubs.go | 18 func Casint32(ptr *int32, old, new int32) bool 27 func Storeint32(ptr *int32, new int32) 44 func Loadint32(ptr *int32) int32 50 func Xaddint32(ptr *int32, delta int32) int32 56 func Xchgint32(ptr *int32, new int32) int32
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
D | pcln.go | 25 …nk, func_ *LSym, desc string, valfunc func(*Link, *LSym, int32, *Prog, int32, interface{}) int32, … argument 141 func pctofileline(ctxt *Link, sym *LSym, oldval int32, p *Prog, phase int32, arg interface{}) int32… 227 func pctospadj(ctxt *Link, sym *LSym, oldval int32, p *Prog, phase int32, arg interface{}) int32 { 248 func pctopcdata(ctxt *Link, sym *LSym, oldval int32, p *Prog, phase int32, arg interface{}) int32 {
|