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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/syscall/
zsyscall_openbsd_386.go 597 func Getpriority(which int, who int) (prio int, err error) {
598 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
618 func Getrusage(who int, rusage *Rusage) (err error) {
619 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1047 func Setpriority(which int, who int, prio int) (err error) {
1048 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_openbsd_amd64.go 597 func Getpriority(which int, who int) (prio int, err error) {
598 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
618 func Getrusage(who int, rusage *Rusage) (err error) {
619 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1047 func Setpriority(which int, who int, prio int) (err error) {
1048 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
zsyscall_openbsd_arm.go 596 func Getpriority(which int, who int) (prio int, err error) {
597 r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
617 func Getrusage(who int, rusage *Rusage) (err error) {
618 _, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
1046 func Setpriority(which int, who int, prio int) (err error) {
1047 _, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
  /external/autotest/client/cros/
cryptohome.py 55 @param user: The user who's vault path should be returned.
63 @param user: user who needs a shiny new cryptohome.
680 @param user: user who needs a shiny new cryptohome.
  /external/iproute2/bridge/
fdb.c 62 int print_fdb(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
link.c 99 int print_linkinfo(const struct sockaddr_nl *who,
  /external/iproute2/ip/
ipneigh.c 193 int print_neigh(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
ipl2tp.c 358 static int session_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
392 static int tunnel_nlmsg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
xfrm_policy.c 459 int xfrm_policy_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
706 static int xfrm_policy_keep(const struct sockaddr_nl *who,
  /external/iproute2/tc/
tc_class.c 305 int print_class(const struct sockaddr_nl *who,
tc_filter.c 194 int print_filter(const struct sockaddr_nl *who,
  /external/libnl/lib/route/
act.c 496 static int act_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who,
  /frameworks/av/media/libaudioclient/include/media/
AudioTrack.h     [all...]
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.h 279 virtual void serviceDied(uint64_t cookie, const wp<hidl::base::V1_0::IBase>& who) override;
  /frameworks/base/core/jni/
android_os_HwRemoteBinder.cpp 78 void binderDied(const wp<hardware::IBinder>& who)
  /frameworks/native/libs/binder/
IMemory.cpp 49 virtual void binderDied(const wp<IBinder>& who);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 632 public void invalidateDrawable(final Drawable who) {
635 if (mSendersImageView.equals(who)) {
636 final Rect r = new Rect(who.getBounds());
643 super.invalidateDrawable(who);
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 390 entire whole, and thus to each and every part regardless of who wrote it.
444 However, parties who have received copies, or rights, from you under
474 all those who receive copies directly or indirectly through you, then
499 original copyright holder who places the Program under this License
539 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  /external/llvm/bindings/go/llvm/
target.go 258 // data layout. The returned TargetData is owned by the caller, who is
  /external/nanohttpd/
README.md 252 *Thank you to everyone who has reported bugs and suggested fixes.*
  /external/nanohttpd/src/site/markdown/
index.md 248 *Thank you to everyone who has reported bugs and suggested fixes.*
  /external/selinux/libselinux/src/
selinux_restorecon.c 150 static int add_exclude(const char *directory, bool who)
188 current->caller_excluded = who;
  /external/valgrind/coregrind/
m_debuglog.c     [all...]
  /frameworks/base/core/java/android/content/
ContextWrapper.java 383 String who, Intent intent, int requestCode, Bundle options) {
384 mBase.startActivityForResult(who, intent, requestCode, options);
  /frameworks/native/libs/binder/include/binder/
Parcel.h     [all...]

Completed in 755 milliseconds

<<11121314151617181920>>