HomeSort by relevance Sort by last modified time
    Searched refs:who (Results 501 - 525 of 735) sorted by null

<<21222324252627282930

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_linux_386.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_amd64.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_arm.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_arm64.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_mips.go 543 func Getpriority(which int, who int) (prio int, err error) {
544 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
554 func Getrusage(who int, rusage *Rusage) (err error) {
555 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
898 func Setpriority(which int, who int, prio int) (err error) {
899 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_mips64.go 543 func Getpriority(which int, who int) (prio int, err error) {
544 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
554 func Getrusage(who int, rusage *Rusage) (err error) {
555 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
898 func Setpriority(which int, who int, prio int) (err error) {
899 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_mips64le.go 543 func Getpriority(which int, who int) (prio int, err error) {
544 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
554 func Getrusage(who int, rusage *Rusage) (err error) {
555 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
898 func Setpriority(which int, who int, prio int) (err error) {
899 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_mipsle.go 543 func Getpriority(which int, who int) (prio int, err error) {
544 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
554 func Getrusage(who int, rusage *Rusage) (err error) {
555 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
898 func Setpriority(which int, who int, prio int) (err error) {
899 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_ppc64.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_ppc64le.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_s390x.go 543 func Getpriority(which int, who int) (prio int, err error) {
544 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
554 func Getrusage(who int, rusage *Rusage) (err error) {
555 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
898 func Setpriority(which int, who int, prio int) (err error) {
899 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_linux_386.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_amd64.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_arm.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_arm64.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_mips.go 543 func Getpriority(which int, who int) (prio int, err error) {
544 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
554 func Getrusage(who int, rusage *Rusage) (err error) {
555 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
898 func Setpriority(which int, who int, prio int) (err error) {
899 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_mips64.go 543 func Getpriority(which int, who int) (prio int, err error) {
544 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
554 func Getrusage(who int, rusage *Rusage) (err error) {
555 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
898 func Setpriority(which int, who int, prio int) (err error) {
899 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_mips64le.go 543 func Getpriority(which int, who int) (prio int, err error) {
544 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
554 func Getrusage(who int, rusage *Rusage) (err error) {
555 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
898 func Setpriority(which int, who int, prio int) (err error) {
899 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_mipsle.go 543 func Getpriority(which int, who int) (prio int, err error) {
544 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
554 func Getrusage(who int, rusage *Rusage) (err error) {
555 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
898 func Setpriority(which int, who int, prio int) (err error) {
899 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_ppc64.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_ppc64le.go 545 func Getpriority(which int, who int) (prio int, err error) {
546 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
556 func Getrusage(who int, rusage *Rusage) (err error) {
557 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
900 func Setpriority(which int, who int, prio int) (err error) {
901 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
zsyscall_linux_s390x.go 543 func Getpriority(which int, who int) (prio int, err error) {
544 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
554 func Getrusage(who int, rusage *Rusage) (err error) {
555 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
898 func Setpriority(which int, who int, prio int) (err error) {
899 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
    [all...]
  /prebuilts/misc/common/android-support-test/runner/
runner_release_no_deps.jar 
  /external/iproute2/ip/
ipntable.c 352 static int print_ntable(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)

Completed in 567 milliseconds

<<21222324252627282930