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

<<21222324252627282930

  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_netbsd_arm.go 71 SYS_SETPRIORITY = 96 // { int|sys||setpriority(int which, id_t who, int prio); }
73 SYS_GETPRIORITY = 100 // { int|sys||getpriority(int which, id_t who); }
242 SYS_GETRUSAGE = 445 // { int|sys|50|getrusage(int who, struct rusage *rusage); }
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux.go 836 //sys Getpriority(which int, who int) (prio int, err error)
837 //sysnb Getrusage(who int, rusage *Rusage) (err error)
874 //sys Setpriority(which int, who int, prio int) (err error)
zsysnum_netbsd_386.go 71 SYS_SETPRIORITY = 96 // { int|sys||setpriority(int which, id_t who, int prio); }
73 SYS_GETPRIORITY = 100 // { int|sys||getpriority(int which, id_t who); }
242 SYS_GETRUSAGE = 445 // { int|sys|50|getrusage(int who, struct rusage *rusage); }
zsysnum_netbsd_amd64.go 71 SYS_SETPRIORITY = 96 // { int|sys||setpriority(int which, id_t who, int prio); }
73 SYS_GETPRIORITY = 100 // { int|sys||getpriority(int which, id_t who); }
242 SYS_GETRUSAGE = 445 // { int|sys|50|getrusage(int who, struct rusage *rusage); }
zsysnum_netbsd_arm.go 71 SYS_SETPRIORITY = 96 // { int|sys||setpriority(int which, id_t who, int prio); }
73 SYS_GETPRIORITY = 100 // { int|sys||getpriority(int which, id_t who); }
242 SYS_GETRUSAGE = 445 // { int|sys|50|getrusage(int who, struct rusage *rusage); }
  /external/valgrind/coregrind/
m_mallocfree.c 754 void VG_(out_of_memory_NORETURN) ( const HChar* who, SizeT szB )
806 VG_(message)(Vg_UserMsg, s1, who, (ULong)szB, tot_alloc);
808 VG_(debugLog)(0,"mallocfree", s1, who, (ULong)szB, tot_alloc);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ViewPager.java 723 protected boolean verifyDrawable(@NonNull Drawable who) {
724 return super.verifyDrawable(who) || who == mMarginDrawable;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java 493 result.who = intent.getComponent();
496 if (result.who != null) {
497 pw.println("Activity: " + result.who.flattenToShortString());
    [all...]
ActivityStarter.java     [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java     [all...]
  /frameworks/support/design/src/android/support/design/widget/
CoordinatorLayout.java 318 protected boolean verifyDrawable(Drawable who) {
319 return super.verifyDrawable(who) || who == mStatusBarBackground;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 175 // person who figures out how to remove this line and have the link
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 126 static void check_match (LexState *ls, int what, int who, int where) {
133 luaX_token2str(ls, what), luaX_token2str(ls, who), where));
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 996 INTERCEPTOR(int, getrusage, int who, void *usage) {
998 int res = REAL(getrusage)(who, usage);
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 156 // person who figures out how to remove this line and have the link
  /external/skia/third_party/lua/src/
lparser.c 126 static void check_match (LexState *ls, int what, int who, int where) {
133 luaX_token2str(ls, what), luaX_token2str(ls, who), where));
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 126 static void check_match (LexState *ls, int what, int who, int where) {
133 luaX_token2str(ls, what), luaX_token2str(ls, who), where));
    [all...]
  /external/toybox/generated/
newtoys.h 277 USE_WHO(NEWTOY(who, "a", TOYFLAG_USR|TOYFLAG_BIN))
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 14 // http://www.cs.bell-labs.com/who/rsc/thread/squint.pdf
powser2.go 18 // http://www.cs.bell-labs.com/who/rsc/thread/squint.pdf
  /prebuilts/go/linux-x86/test/chan/
powser1.go 14 // http://www.cs.bell-labs.com/who/rsc/thread/squint.pdf
powser2.go 18 // http://www.cs.bell-labs.com/who/rsc/thread/squint.pdf
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 

Completed in 762 milliseconds

<<21222324252627282930