/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coda_psdev.h | 37 vuid_t uid);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stropts.h | 214 uid_t uid; member in struct:strrecvfd
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coda_psdev.h | 37 vuid_t uid);
|
/external/openssh/ |
loginrec.c | 91 * simple table of all users which we seek based on uid and retrieve a 260 * Retrieve the last login time for the given uid. Will try to use the 276 login_get_lastlog_time(const uid_t uid) 280 if (login_get_lastlog(&li, uid)) 300 login_get_lastlog(struct logininfo *li, const uid_t uid) 305 li->uid = uid; 312 pw = getpwuid(uid); 314 fatal("%s: Cannot find account for uid %ld", __func__, 315 (long)uid); [all...] |
/system/netd/ |
BandwidthController.cpp | 95 * iptables -A penalty_box -m owner --uid-owner app_3 \ 273 std::string BandwidthController::makeIptablesNaughtyCmd(IptOp op, int uid) { 293 asprintf(&buff, "%s penalty_box -m owner --uid-owner %d", opFlag, uid); 314 std::list<int /*uid*/>::iterator it; 319 failLogTemplate = "Failed to add app uid %d to penalty box."; 323 failLogTemplate = "Failed to delete app uid %d from penalty box."; 339 int uid = appUids[uidNum]; local 341 if (*it == uid) 348 ALOGE("No such appUid %d to remove", uid); [all...] |
/frameworks/base/services/java/com/android/server/pm/ |
Settings.java | 301 String nativeLibraryPathString, int uid, int vc, int pkgFlags) { 304 if (p.appId == uid) { 313 p.appId = uid; 314 if (addUserIdLPw(uid, p, name)) { 321 SharedUserSetting addSharedUserLPw(String name, int uid, int pkgFlags) { 324 if (s.userId == uid) { 332 s.userId = uid; 333 if (addUserIdLPw(uid, s, name)) { 358 bp.uid = 0; 499 "Package " + name + " could not be assigned a valid uid"); [all...] |
/frameworks/base/core/java/android/os/ |
BatteryStats.java | 135 private static final String UID_DATA = "uid"; 208 * The statistics associated with a particular uid. 210 public static abstract class Uid { 215 * @return a Map from Strings to Uid.Wakelock objects. 229 * @return a Map from Integer sensor ids to Uid.Sensor objects. 241 * @return a Map from Strings to Uid.Proc objects. 248 * @return a Map from Strings to Uid.Pkg objects. 1338 final int uid = uidStats.keyAt(iu); local 1776 final int uid = uidStats.keyAt(iu); local 2249 Uid uid = uidStats.valueAt(i); local 2308 int uid = uidStats.keyAt(i); local [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningState.java | 85 // by uid and name. Note that this mapping does not change even across 368 public ProcessItem(Context context, int uid, String processName) { 369 super(true, UserHandle.getUserId(uid)); 372 mUid = uid; 384 if (ai.uid == mUid) { 394 // process, try to find something about the uid. 397 // If there is one package with this uid, that is what we want. 411 // for this uid. 464 UserHandle.getUserId(service.uid)); 1106 int uid = uidToDelete.get(i); local [all...] |
/external/v8/src/ |
profile-generator.cc | 605 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) { 606 ASSERT(uid > 0); 619 current_profiles_.Add(new CpuProfile(title, uid)); 625 bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) { 626 return StartProfiling(GetName(title), uid); 651 profiles_uids_.Lookup(reinterpret_cast<void*>(profile->uid()), 652 static_cast<uint32_t>(profile->uid()), 656 return GetProfile(security_token_id, profile->uid()); 663 unsigned uid) { 664 int index = GetProfileIndex(uid); 700 unsigned uid = profile->uid(); local 1465 unsigned uid = snapshot->uid(); local [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 381 Native.UID = 1; 383 var $uid = (Browser.Engine.trident) ? function(item){ 384 return (item.uid || (item.uid = [Native.UID++]))[0]; 386 return item.uid || (item.uid = Native.UID++); 396 $uid(win); 423 $uid(doc) [all...] |
/cts/tests/tests/content/src/android/content/pm/cts/ |
PackageInfoTest.java | 99 assertEquals(expected.uid, actual.uid);
|
/external/chromium/net/socket/ |
ssl_client_socket_pool.h | 72 // Gets the UID of the calling process 73 bool getUID(uid_t *uid) const; 74 void setUID(uid_t uid);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_thread_registry_test.cc | 56 uptr uid = (uptr)arg; local 57 return (tctx->user_id == uid);
|
/external/tcpdump/ |
print-zephyr.c | 44 char *uid; member in struct:z_packet 162 PARSE_FIELD_STR(z.uid);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
HeapSnapshotProxy.js | 190 get uid() 192 return this._snapshot.uid;
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
HTTPLiveSource.cpp | 40 bool uidValid, uid_t uid) 44 mUID(uid),
|
/frameworks/base/core/java/android/net/ |
IConnectivityManager.aidl | 45 NetworkInfo getActiveNetworkInfoForUid(int uid);
|
/frameworks/base/core/java/com/android/internal/content/ |
PackageHelper.java | 71 public static String createSdDir(int sizeMb, String cid, String sdEncKey, int uid, 80 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid,
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethodManager.aidl | 42 in IInputContext inputContext, int uid, int pid);
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipProfile.java | 482 * Sets the calling process's Uid in the sip service. 485 public void setCallingUid(int uid) { 486 mCallingUid = uid; 490 * Gets the calling process's Uid in the sip settings.
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
CertFile.java | 187 private void install(String fileName, String name, int uid, byte[] value) { 190 intent.putExtra(Credentials.EXTRA_INSTALL_AS_UID, uid);
|
/frameworks/base/services/java/com/android/server/power/ |
PowerManagerService.java | 589 final int uid = Binder.getCallingUid(); local 593 acquireWakeLockInternal(lock, flags, tag, ws, uid, pid); 600 int uid, int pid) { 605 + ", tag=\"" + tag + "\", ws=" + ws + ", uid=" + uid + ", pid=" + pid); 612 if (!wakeLock.hasSameProperties(flags, tag, ws, uid, pid)) { 615 wakeLock.updateProperties(flags, tag, ws, uid, pid); 619 wakeLock = new WakeLock(lock, flags, tag, ws, uid, pid); 853 final int uid = Binder.getCallingUid(); local [all...] |
/external/kernel-headers/original/linux/ |
audit.h | 406 uid_t uid; member in struct:audit_sig_info 532 extern void __audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, umode_t mode); 557 static inline void audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, umode_t mode) 560 __audit_ipc_set_perm(qbytes, uid, gid, mode); 702 extern int audit_receive_filter(int type, int pid, int uid, int seq,
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 223 pid = Zygote.forkAndSpecialize(parsedArgs.uid, parsedArgs.gid, parsedArgs.gids, 276 * <li> --setuid=<i>uid of child process, defaults to 0</i> 284 * This parameter is only applied if the uid of the new process will 306 int uid = 0; field in class:ZygoteConnection.Arguments 392 uid = Integer.parseInt( 583 * <li> uid 0 (root) may specify any uid, gid, and setgroups() list 584 * <li> uid 1000 (Process.SYSTEM_UID) may specify any uid > 1000 in normal 586 * In factory test mode, it may specify any UID [all...] |
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageDetail.java | 99 public static final String EXTRA_UID = "uid"; 343 private void fillControlsSection(int uid) { 345 String[] packages = pm.getPackagesForUid(uid); 498 private void fillPackagesSection(int uid) { 499 if (uid < 1) { 509 mPackages = pm.getPackagesForUid(uid);
|