/prebuilts/go/linux-x86/src/syscall/ |
zsysnum_dragonfly_amd64.go | 83 SYS_SETPRIORITY = 96 // { int setpriority(int which, int who, int prio); } 86 SYS_GETPRIORITY = 100 // { int getpriority(int which, int who); } 91 SYS_GETRUSAGE = 117 // { int getrusage(int who, struct rusage *rusage); } 288 SYS_IOPRIO_SET = 520 // { int ioprio_set(int which, int who, int prio); } 289 SYS_IOPRIO_GET = 521 // { int ioprio_get(int which, int who); }
|
syscall_darwin.go | 248 //sys Getpriority(which int, who int) (prio int, err error) 250 //sysnb Getrusage(who int, rusage *Rusage) (err error) 283 //sys Setpriority(which int, who int, prio int) (err error)
|
syscall_freebsd.go | 172 //sys Getpriority(which int, who int) (prio int, err error) 174 //sysnb Getrusage(who int, rusage *Rusage) (err error) 205 //sys Setpriority(which int, who int, prio int) (err error)
|
syscall_netbsd.go | 170 //sys Getpriority(which int, who int) (prio int, err error) 172 //sysnb Getrusage(who int, rusage *Rusage) (err error) 202 //sys Setpriority(which int, who int, prio int) (err error)
|
zsysnum_openbsd_386.go | 26 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 100 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 104 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
zsysnum_openbsd_amd64.go | 26 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 100 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 104 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
zsysnum_openbsd_arm.go | 27 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 103 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 107 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
/frameworks/base/core/java/android/app/ |
IActivityManager.java | 117 public void finishReceiver(IBinder who, int resultCode, String resultData, Bundle map, 322 public void showWaitingForDebugger(IApplicationThread who, boolean waiting) 542 public void hang(IBinder who, boolean allowRestart) throws RemoteException; 733 public ComponentName who; field in class:IActivityManager.WaitResult [all...] |
LoaderManager.java | 536 LoaderManagerImpl(String who, FragmentHostCallback host, boolean started) { 537 mWho = who; [all...] |
PendingIntent.java | 212 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) { 214 mWho = who; [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_darwin.go | 248 //sys Getpriority(which int, who int) (prio int, err error) 250 //sysnb Getrusage(who int, rusage *Rusage) (err error) 283 //sys Setpriority(which int, who int, prio int) (err error)
|
syscall_freebsd.go | 172 //sys Getpriority(which int, who int) (prio int, err error) 174 //sysnb Getrusage(who int, rusage *Rusage) (err error) 205 //sys Setpriority(which int, who int, prio int) (err error)
|
syscall_netbsd.go | 170 //sys Getpriority(which int, who int) (prio int, err error) 172 //sysnb Getrusage(who int, rusage *Rusage) (err error) 202 //sys Setpriority(which int, who int, prio int) (err error)
|
zsysnum_openbsd_386.go | 26 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 100 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 104 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
zsysnum_openbsd_amd64.go | 26 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 100 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 104 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
zsysnum_openbsd_arm.go | 27 SYS_GETRUSAGE = 19 // { int sys_getrusage(int who, \ 103 SYS_SETPRIORITY = 96 // { int sys_setpriority(int which, id_t who, int prio); } 107 SYS_GETPRIORITY = 100 // { int sys_getpriority(int which, id_t who); }
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ProgressBarTest.java | 504 protected boolean verifyDrawable(Drawable who) { 505 return super.verifyDrawable(who);
|
/external/iproute2/ip/ |
ipnetns.c | 44 static int ipnetns_accept_msg(const struct sockaddr_nl *who, 259 int print_nsid(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
|
/external/junit/ |
Android.mk | 121 # in the optional library android.test.runner. Developers who
|
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyService.h | 150 virtual void binderDied(const wp<IBinder>& who); 552 virtual void binderDied(const wp<IBinder>& who);
|
/frameworks/av/services/camera/libcameraservice/ |
CameraService.h | 554 * Evict client who's remote binder has died. Returns true if this client was in the active 693 void handleTorchClientBinderDied(const wp<IBinder> &who); 709 virtual void binderDied(const wp<IBinder> &who); [all...] |
/frameworks/base/core/java/android/app/admin/ |
DevicePolicyManager.java | 137 * Provisioning adds a managed profile and sets the MDM as the profile owner who has full 183 * owner who has full control over the user. Provisioning can only happen before user setup has [all...] |
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
NotificationTests.java | 83 private static PendingIntent makeEmailIntent(Context context, String who) { 85 Uri.parse("mailto:" + who));
|
/frameworks/support/fragment/java/android/support/v4/app/ |
LoaderManager.java | 529 LoaderManagerImpl(String who, FragmentHostCallback host, boolean started) { 530 mWho = who; [all...] |
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
NotificationService.java | 87 private static PendingIntent makeEmailIntent(Context context, String who) { 89 Uri.parse("mailto:" + who));
|