HomeSort by relevance Sort by last modified time
    Searched refs:who (Results 1 - 25 of 689) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
getpriority.cpp 33 int getpriority(int which, id_t who) {
34 int result = __getpriority(which, who);
  /frameworks/base/core/java/android/app/
IAlarmCompleteListener.aidl 26 void alarmComplete(in IBinder who);
ActivityGroup.java 111 void dispatchActivityResult(String who, int requestCode, int resultCode,
113 if (who != null) {
114 Activity act = mLocalActivityManager.getActivity(who);
117 TAG, "Dispatching result: who=" + who + ", reqCode=" + requestCode
126 super.dispatchActivityResult(who, requestCode, resultCode, data);
WaitResult.java 33 public ComponentName who; field in class:WaitResult
49 ComponentName.writeToParcel(who, dest);
70 who = ComponentName.readFromParcel(source);
79 pw.println(prefix + " who=" + who);
  /external/valgrind/include/
pub_tool_transtab.h 37 const HChar* who );
  /external/iproute2/bridge/
br_common.h 1 extern int print_linkinfo(const struct sockaddr_nl *who,
4 extern int print_fdb(const struct sockaddr_nl *who,
6 extern int print_mdb(const struct sockaddr_nl *who,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep292.py 25 s = Template('$who likes to eat a bag of $what worth $$100')
26 self.assertEqual(s.substitute(dict(who='tim', what='ham')),
28 self.assertRaises(KeyError, s.substitute, dict(who='tim'))
31 s = Template('$who likes ${what} for ${meal}')
32 d = dict(who='tim', what='ham', meal='dinner')
35 dict(who='tim', what='ham'))
39 s = Template('$who likes to eat a bag of $$what worth $$100')
40 eq(s.substitute(dict(who='tim', what='ham')),
42 s = Template('$who likes $$')
43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pep292.py 25 s = Template('$who likes to eat a bag of $what worth $$100')
26 self.assertEqual(s.substitute(dict(who='tim', what='ham')),
28 self.assertRaises(KeyError, s.substitute, dict(who='tim'))
31 s = Template('$who likes ${what} for ${meal}')
32 d = dict(who='tim', what='ham', meal='dinner')
35 dict(who='tim', what='ham'))
39 s = Template('$who likes to eat a bag of $$what worth $$100')
40 eq(s.substitute(dict(who='tim', what='ham')),
42 s = Template('$who likes $$')
43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pep292.py 25 s = Template('$who likes to eat a bag of $what worth $$100')
26 self.assertEqual(s.substitute(dict(who='tim', what='ham')),
28 self.assertRaises(KeyError, s.substitute, dict(who='tim'))
31 s = Template('$who likes ${what} for ${meal}')
32 d = dict(who='tim', what='ham', meal='dinner')
35 dict(who='tim', what='ham'))
39 s = Template('$who likes to eat a bag of $$what worth $$100')
40 eq(s.substitute(dict(who='tim', what='ham')),
42 s = Template('$who likes $$')
43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep292.py 25 s = Template('$who likes to eat a bag of $what worth $$100')
26 self.assertEqual(s.substitute(dict(who='tim', what='ham')),
28 self.assertRaises(KeyError, s.substitute, dict(who='tim'))
31 s = Template('$who likes ${what} for ${meal}')
32 d = dict(who='tim', what='ham', meal='dinner')
35 dict(who='tim', what='ham'))
39 s = Template('$who likes to eat a bag of $$what worth $$100')
40 eq(s.substitute(dict(who='tim', what='ham')),
42 s = Template('$who likes $$')
43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep292.py 25 s = Template('$who likes to eat a bag of $what worth $$100')
26 self.assertEqual(s.substitute(dict(who='tim', what='ham')),
28 self.assertRaises(KeyError, s.substitute, dict(who='tim'))
31 s = Template('$who likes ${what} for ${meal}')
32 d = dict(who='tim', what='ham', meal='dinner')
35 dict(who='tim', what='ham'))
39 s = Template('$who likes to eat a bag of $$what worth $$100')
40 eq(s.substitute(dict(who='tim', what='ham')),
42 s = Template('$who likes $$')
43 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $'
    [all...]
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 46 void setPasswordQuality(in ComponentName who, int quality, boolean parent);
47 int getPasswordQuality(in ComponentName who, int userHandle, boolean parent);
49 void setPasswordMinimumLength(in ComponentName who, int length, boolean parent);
50 int getPasswordMinimumLength(in ComponentName who, int userHandle, boolean parent);
52 void setPasswordMinimumUpperCase(in ComponentName who, int length, boolean parent);
53 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle, boolean parent);
55 void setPasswordMinimumLowerCase(in ComponentName who, int length, boolean parent);
56 int getPasswordMinimumLowerCase(in ComponentName who, int userHandle, boolean parent);
58 void setPasswordMinimumLetters(in ComponentName who, int length, boolean parent);
59 int getPasswordMinimumLetters(in ComponentName who, int userHandle, boolean parent)
    [all...]
  /external/fio/os/windows/posix/include/sys/
resource.h 17 int getrusage(int who, struct rusage *r_usage);
  /external/iproute2/genl/
genl_utils.h 12 int (*print_genlopt)(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
  /external/iproute2/tc/
tc_common.h 13 extern int print_action(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
14 extern int print_filter(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
15 extern int print_qdisc(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
16 extern int print_class(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
  /external/valgrind/coregrind/
pub_core_scheduler.h 63 extern void VG_(acquire_BigLock) ( ThreadId tid, const HChar* who );
68 extern void VG_(acquire_BigLock_LL) ( const HChar* who );
79 ThreadStatus state, const HChar* who );
82 extern void VG_(release_BigLock_LL) ( const HChar* who );
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
IControlsTethering.java 31 * Notify that |who| has changed its tethering state. This may be called from any thread.
34 * @param who corresponding instance of a TetherInterfaceStateMachine
38 void notifyInterfaceStateChange(String iface, TetherInterfaceStateMachine who,
  /external/iproute2/ip/
ip_common.h 2 int print_linkinfo(const struct sockaddr_nl *who,
4 int print_linkinfo_brief(const struct sockaddr_nl *who,
6 int print_addrinfo(const struct sockaddr_nl *who,
8 int print_addrlabel(const struct sockaddr_nl *who,
10 int print_neigh(const struct sockaddr_nl *who,
22 int print_route(const struct sockaddr_nl *who,
24 int print_mroute(const struct sockaddr_nl *who,
26 int print_prefix(const struct sockaddr_nl *who,
28 int print_rule(const struct sockaddr_nl *who,
30 int print_netconf(const struct sockaddr_nl *who,
    [all...]
  /external/regex-re2/benchlog/
mktable 46 foreach my $who ("PCRE", "RE2") {
49 my $key = sprintf("%s%s/%s", $name, $who, $sizes[$i]);
55 $lastx{$who} = $i;
56 $lasty{$who} = $val;
59 my $color = $color{$who};
60 printf JGR "marktype none color $color linethickness 2 linetype solid label : $who\n";
78 foreach my $who ("PCRE", "RE2") {
79 $x1 = $lastx{$who};
80 $y1 = $lasty{$who};
87 printf JGR "newstring x $x1 y $y1 hjl $v : $who\n"
    [all...]
  /external/ltp/testcases/kernel/syscalls/getpriority/
getpriority02.c 26 * was located for 'which' and 'who' arguments.
95 PRIO_PROCESS, INVAL_PID, "Invalid 'who' value specified", ESRCH}, {
96 PRIO_PGRP, INVAL_PID, "Invalid 'who' value specified", ESRCH}, {
97 PRIO_USER, INVAL_PID, "Invalid 'who' value specified", ESRCH}, {
110 uid_t who; /* process uid of the test process */ local
122 who = Test_cases[ind].pro_uid;
125 if (who == 0) {
127 who = getuid();
132 * 'which' and 'who' arguments and verify
135 TEST(getpriority(which, who));
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
AclEntry.java 43 * "who" component, is a {@link UserPrincipal} corresponding to the identity
67 private final UserPrincipal who; field in class:AclEntry
76 UserPrincipal who,
81 this.who = who;
100 private UserPrincipal who; field in class:AclEntry.Builder
105 UserPrincipal who,
111 this.who = who;
118 * The type and who components are required to have been set in orde
    [all...]
  /external/ltp/testcases/kernel/syscalls/getrusage/
getrusage01.c 76 int who[2] = { RUSAGE_SELF, RUSAGE_CHILDREN }; variable
95 TEST(getrusage(who[i], &usage));
  /development/ndk/platforms/android-9/include/sys/
resource.h 51 extern int getrusage(int who, struct rusage* r_usage);
  /external/iproute2/include/
ll_map.h 4 int ll_remember_index(const struct sockaddr_nl *who,
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
resource.h 51 extern int getrusage(int who, struct rusage* r_usage);

Completed in 835 milliseconds

1 2 3 4 5 6 7 8 91011>>