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

1 2 3 4 5 6

  /external/python/cpython2/Doc/includes/sqlite3/
execute_1.py 7 who = "Yeltsin" variable
11 cur.execute("insert into people values (?, ?)", (who, age))
14 cur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
execute_3.py 7 who = "Yeltsin" variable
10 cur.execute("select name_last, age from people where name_last=:who and age=:age",
  /external/python/cpython3/Doc/includes/sqlite3/
execute_1.py 7 who = "Yeltsin" variable
11 cur.execute("insert into people values (?, ?)", (who, age))
14 cur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
execute_3.py 7 who = "Yeltsin" variable
10 cur.execute("select name_last, age from people where name_last=:who and age=:age",
  /external/ltp/testcases/kernel/syscalls/getpriority/
getpriority02.c 25 * process was located for 'which' and 'who' arguments.
38 int who; member in struct:tcase
54 TEST(getpriority(tc->which, tc->who));
58 "returned %li", tc->which, tc->who, TEST_RETURN);
65 tc->which, tc->who, tst_strerrno(tc->exp_errno));
70 tc->which, tc->who);
  /external/ltp/testcases/kernel/syscalls/getrusage/
getrusage01.c 76 int who[2] = { RUSAGE_SELF, RUSAGE_CHILDREN }; variable
95 TEST(getrusage(who[i], &usage));
getrusage02.c 36 * is given for who
87 int who; member in struct:test_cases_t
115 TEST(getrusage(test_cases[i].who, test_cases[i].usage));
  /frameworks/base/core/java/android/app/
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);
  /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/setpriority/
setpriority02.c 25 * process was located for 'which' and 'who' arguments.
50 int who; member in struct:tcase
74 TEST(setpriority(tc->which, tc->who, tc->prio));
79 "returned %ld", tc->which, tc->who, tc->prio, desc,
87 tc->which, tc->who, tc->prio, desc,
94 tc->which, tc->who, tc->prio, desc);
setpriority01.c 38 int *who; member in struct:tcase
65 TEST(setpriority(tc->which, *tc->who, new_prio));
70 tc->which, *tc->who, new_prio);
75 cur_prio = SAFE_GETPRIORITY(tc->which, *tc->who);
87 str_which(tc->which), tc->which, *tc->who);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 64 int who; local
68 if (!PyArg_ParseTuple(args, "i:getrusage", &who))
71 if (getrusage(who, &ru) == -1) {
74 "invalid who parameter");
  /external/libnl/include/netlink/genl/
mngt.h 40 struct sockaddr_nl * who; member in struct:genl_info
  /external/python/cpython2/Modules/
resource.c 64 int who; local
68 if (!PyArg_ParseTuple(args, "i:getrusage", &who))
71 if (getrusage(who, &ru) == -1) {
74 "invalid who parameter");
  /external/python/cpython3/Modules/
resource.c 61 int who; local
65 if (!PyArg_ParseTuple(args, "i:getrusage", &who))
68 if (getrusage(who, &ru) == -1) {
71 "invalid who parameter");
  /system/libhidl/transport/token/1.0/utils/include/hidl/
HybridInterface.h 142 wp<IBinder> who; member in struct:android::H2BConverter::Obituary
147 recipient(r), cookie(c), flags(f), who(w) {
153 who(o.who) {
159 who = o.who;
165 dr->binderDied(who);
  /bionic/libc/kernel/uapi/linux/
sed-opal.h 60 __u32 who; member in struct:opal_session_info
  /external/iproute2/ip/
tcp_metrics.c 91 static int process_msg(const struct sockaddr_nl *who, struct nlmsghdr *n,
331 char *who = *argv; local
337 duparg2(who, *argv);
353 char *who = "address"; local
357 who = *argv;
363 duparg2(who, *argv);
  /external/kernel-headers/original/uapi/linux/
sed-opal.h 68 __u32 who; member in struct:opal_session_info
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 142 double *weo, *who, opol[PITCH_WLPCORDER+1], ext[PITCH_WLPCWINLEN]; local
160 who=dp2;
180 WebRtcIsac_ZeroPoleFilter(inp, apolr, opol, PITCH_SUBFRAME_LEN, PITCH_WLPCORDER, who);
185 who+=PITCH_SUBFRAME_LEN;
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 1281 TetherInterfaceStateMachine who = (TetherInterfaceStateMachine) message.obj; local
1581 TetherInterfaceStateMachine who = (TetherInterfaceStateMachine) message.obj; local
1595 TetherInterfaceStateMachine who = (TetherInterfaceStateMachine) message.obj; local
1668 TetherInterfaceStateMachine who = (TetherInterfaceStateMachine) message.obj; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 66 final String who; field in class:PendingIntentRecord.Key
84 who = _w;
135 if (!Objects.equals(who, other.who)) {
364 stack.sendActivityResultLocked(-1, key.activity, key.who,
440 if (key.activity != null || key.who != null) {
442 pw.print(" who="); pw.println(key.who);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CreateAndManageUserTest.java 630 ComponentName who = getComponentName(context); local
634 who, Collections.singleton(intent.getStringExtra(EXTRA_AFFILIATION_ID)));
642 method.invoke(null, context, dpm, who);
650 final List<UserHandle> targetUsers = dpm.getBindDeviceAdminTargetUsers(who);
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminAdd.java 146 ComponentName who = (ComponentName)getIntent().getParcelableExtra( local
148 if (who == null) {
156 who = installedAdmin.get();
167 if (callingPackage == null || !callingPackage.equals(who.getPackageName())) {
188 ai = packageManager.getReceiverInfo(who, PackageManager.GET_META_DATA);
190 Log.w(TAG, "Unable to retrieve device policy " + who, e);
198 if (!mDPM.isAdminActive(who)) {
223 Log.w(TAG, "Request to add invalid device admin: " + who);
234 Log.w(TAG, "Unable to retrieve device policy " + who, e);
238 Log.w(TAG, "Unable to retrieve device policy " + who, e)
    [all...]
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp 1518 wp<IBase> who; member in struct:HidlDeathRecipient
    [all...]

Completed in 495 milliseconds

1 2 3 4 5 6