/prebuilts/go/linux-x86/src/runtime/ |
signal_amd64x.go | 120 // won't get to see who faulted.)
|
/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_solaris_amd64.go | 488 func Getpriority(which int, who int) (n int, err error) { 489 r0, _, e1 := sysvicall6(uintptr(unsafe.Pointer(&libc_Getpriority)), 2, uintptr(which), uintptr(who), 0, 0, 0, 0) 791 func Setpriority(which int, who int, prio int) (err error) { 792 _, _, e1 := sysvicall6(uintptr(unsafe.Pointer(&libc_Setpriority)), 3, uintptr(which), uintptr(who), uintptr(prio), 0, 0, 0)
|
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_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...] |
/external/opencv3/3rdparty/libpng/ |
pngwutil.c | 227 png_const_charp who = "-"; local 233 who = "end"; 246 who = "text"; 254 who = "IDAT"; 271 pos = png_safecat(msg, sizeof msg, pos, who); [all...] |
/frameworks/av/services/camera/libcameraservice/ |
CameraService.cpp | [all...] |
/external/robolectric/v3/runtime/ |
android-all-4.3_r2-robolectric-0.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |
/external/valgrind/memcheck/ |
mc_leakcheck.c | 698 leak_search_fault_catcher with the proper 'who' and jmpbuf parameters. */ 702 const HChar *who, VG_MINIMAL_JMP_BUF(jmpbuf) ) 707 VG_(printf)("OUCH! sig=%d addr=%#lx who=%s\n", sigNo, addr, who); 731 sigNo, who); [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
LayerDrawable.java | [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/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_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...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
LayerDrawableTest.java | 371 public void invalidateDrawable(Drawable who) { 376 public void scheduleDrawable(Drawable who, Runnable what, long when) { 381 public void unscheduleDrawable(Drawable who, Runnable what) { 397 public int getResolvedLayoutDirection(Drawable who) { [all...] |
/external/iproute2/ip/ |
ipntable.c | 352 static int print_ntable(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
|
/external/iproute2/tc/ |
m_action.c | 352 int print_action(const struct sockaddr_nl *who,
|
/external/libnl/lib/netfilter/ |
ct.c | 357 static int ct_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who,
|