/bionic/libc/bionic/ |
getpriority.c | 32 int getpriority(int which, int 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);
|
/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,
|
/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 | 39 void setPasswordQuality(in ComponentName who, int quality, boolean parent); 40 int getPasswordQuality(in ComponentName who, int userHandle, boolean parent); 42 void setPasswordMinimumLength(in ComponentName who, int length, boolean parent); 43 int getPasswordMinimumLength(in ComponentName who, int userHandle, boolean parent); 45 void setPasswordMinimumUpperCase(in ComponentName who, int length, boolean parent); 46 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle, boolean parent); 48 void setPasswordMinimumLowerCase(in ComponentName who, int length, boolean parent); 49 int getPasswordMinimumLowerCase(in ComponentName who, int userHandle, boolean parent); 51 void setPasswordMinimumLetters(in ComponentName who, int length, boolean parent); 52 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 | 30 * Notify that |who| has changed its tethering state. This may be called from any thread. 33 * @param who corresponding instance of a TetherInterfaceStateMachine 37 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...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
PERF.awk | 33 to = to ? to : ""; # who are the recipients of these buffers 34 from = from ? from : ""; # who are the senders of these buffers 45 # who - who is logging these buffer transfers 54 else if (gsub("^who=", "",arg)) { who = arg } 66 if (!who) { 73 if (substr(who, 0, 3) == "VP_" || 74 substr(who, 0, 3) == "VD_" || 75 substr(who, 0, 3) == "VE_" | [all...] |
/development/ndk/platforms/android-3/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/current/platforms/android-12/arch-arm/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/ |
resource.h | 51 extern int getrusage(int who, struct rusage* r_usage);
|