/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 350 self.assertEqual(member.uid, 0) 372 self.assertEqual(member.uid, os.getuid())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 475 kwargs["uid"] = 1000 624 self.assertEqual(tarinfo.uid, 123) 782 tarinfo.uid = 123 792 self.assertEqual(tarinfo.uid, 123) [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
TrafficStatsTest.java | 85 final int ownAppUid = getContext().getApplicationInfo().uid; 86 Log.d(LOG_TAG, "accesOwnTrafficStatsWithTags(): about to read qtaguid stats for own uid " + ownAppUid); 196 // Localhost traffic *does* count against per-UID stats. 211 // They have the same UID, so we discount their lingering traffic 218 assertTrue("too many non-localhost packets on the sam UID", deltaTxOtherPackets + deltaTxOtherPackets < 20);
|
/external/chromium_org/cc/trees/ |
layer_tree_impl.cc | [all...] |
/external/chromium_org/chrome/browser/extensions/api/context_menus/ |
context_menus_api_helpers.h | 31 parent_id->uid = *property.parent_id->as_integer;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
HeapSnapshotProxy.js | 460 get uid()
|
/external/fio/ |
cconv.c | 229 o->uid = le32_to_cpu(top->uid); 386 top->uid = cpu_to_le32(o->uid);
|
/external/lldb/include/lldb/Target/ |
Process.h | 219 SetUserID (uint32_t uid) 221 m_uid = uid; 385 SetEffectiveUserID (uint32_t uid) 387 m_euid = uid; [all...] |
/external/valgrind/main/include/vki/ |
vki-amd64-linux.h | 597 __vki_kernel_uid32_t uid; member in struct:vki_ipc64_perm
|
vki-arm64-linux.h | 592 __vki_kernel_uid32_t uid; member in struct:vki_ipc64_perm
|
/frameworks/av/media/libstagefright/include/ |
AwesomePlayer.h | 64 void setUID(uid_t uid);
|
/frameworks/base/core/java/android/accounts/ |
AccountManager.java | 206 * Authenticators using 'customTokens' option will also get the UID of the 215 * to the AccountAuthenticators. The uid of the caller will be known by the 217 * verify that the package is consistent with the uid (a uid might be shared by many 310 * and to have the same UID as the account's authenticator. 335 * and to have the same UID as the account's authenticator. 441 * @param uid the uid of the calling app. 444 public Account[] getAccountsForPackage(String packageName, int uid) { 446 return mService.getAccountsForPackage(packageName, uid); [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityRecord.java | 93 int launchedFromUid; // always the uid who started the activity. 391 userId = UserHandle.getUserId(aInfo.applicationInfo.uid); 461 && (aInfo.applicationInfo.uid == Process.SYSTEM_UID 462 || aInfo.applicationInfo.uid == _caller.info.uid)) { [all...] |
ProcessStatsService.java | 111 int uid, int versionCode, String processName) { 112 return mProcessStats.getProcessStateLocked(packageName, uid, versionCode, processName); 115 public ProcessStats.ServiceState getServiceStateLocked(String packageName, int uid, 117 return mProcessStats.getServiceStateLocked(packageName, uid, versionCode, processName, 305 Slog.w(TAG, " Uid " + uids.keyAt(iu) + ": " + uids.valueAt(iu)); 317 Slog.w(TAG, " Uid: " + uids.keyAt(iu)); 618 + Binder.getCallingPid() + ", uid=" + Binder.getCallingUid() [all...] |
/libcore/luni/src/test/java/libcore/io/ |
OsTest.java | 79 assertEquals(Libcore.os.getuid(), credentials.uid);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
unistd.in.h | 116 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE 122 extern int chown (const char *file, uid_t uid, gid_t gid); 129 "doesn't treat a uid or gid of -1 on some systems - " \ 470 /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
LocationActivity.java | 231 if (appInfo.uid == ops.getUid()) { 237 Log.v(TAG, "package " + packageName + " with Uid " + ops.getUid() +
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/ |
key_prot.h | 136 u_int uid; member in struct:unixcred
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/ |
key_prot.h | 136 u_int uid; member in struct:unixcred
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 78 'UID': ('SELECTED',), 438 enclosed in parentheses, eg: "(UID BODY[TEXT])". 743 def uid(self, command, *args): member in class:IMAP4 744 """Execute "command arg ..." with messages identified by UID, 747 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...) 753 raise self.error("Unknown IMAP4 UID command: %s" % command) 759 name = 'UID' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 78 'UID': ('SELECTED',), 438 enclosed in parentheses, eg: "(UID BODY[TEXT])". 743 def uid(self, command, *args): member in class:IMAP4 744 """Execute "command arg ..." with messages identified by UID, 747 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...) 753 raise self.error("Unknown IMAP4 UID command: %s" % command) 759 name = 'UID' [all...] |
/external/chromium_org/chrome/browser/android/thumbnail/ |
thumbnail_store.cc | 475 cc::UIResourceId uid = thumbnail->ui_resource_id(); local 478 if (cached_thumbnail && cached_thumbnail->ui_resource_id() == uid) 482 if (cached_thumbnail && cached_thumbnail->ui_resource_id() == uid)
|
/external/dnsmasq/src/ |
dnsmasq.h | 263 int uid; member in struct:crec 268 int uid; member in struct:crec::__anon25047::__anon25048 886 int create_helper(int event_fd, int err_fd, uid_t uid, gid_t gid, long max_fd);
|
/external/iputils/ |
ping.c | 443 if (uid) { 581 if (uid || datalen > sizeof(outpack)-8) { 912 if (!(options & F_VERBOSE) || uid) [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
python.c | 448 static char *kwlist[] = { "pid", "tid", "uid", NULL }; 449 int pid = -1, tid = -1, uid = UINT_MAX; local 452 kwlist, &pid, &tid, &uid)) 455 pthreads->threads = thread_map__new(pid, tid, uid);
|