HomeSort by relevance Sort by last modified time
    Searched refs:uid (Results 701 - 725 of 839) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
key_prot.h 139 u_int uid; member in struct:unixcred
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
key_prot.h 139 u_int uid; member in struct:unixcred
  /external/chromium/net/url_request/
url_request_http_job.cc 783 // Attribute network traffic to the UID of the caller
788 uid_t uid; local
789 if(request_->context()->getUID(&uid)) {
791 request_info_.calling_uid = uid;
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 263 int uid; member in struct:crec
268 int uid; member in struct:crec::__anon6092::__anon6093
883 int create_helper(int event_fd, int err_fd, uid_t uid, gid_t gid, long max_fd);
  /external/openssh/
misc.c 518 tilde_expand_filename(const char *filename, uid_t uid)
538 } else if ((pw = getpwuid(uid)) == NULL) /* ~/path */
539 fatal("tilde_expand_filename: No such uid %ld", (long)uid);
  /external/quake/quake/src/QW/client/
cl_main.c 464 int uid; local
473 uid = atoi(Cmd_Argv(1));
479 if (cl.players[i].userid == uid
  /frameworks/base/core/jni/
android_util_Binder.cpp 745 int uid = (int)(token>>32); local
746 if (uid > 0 && uid < 999) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ComponentTest.java 600 pi.applicationInfo.uid, 0);
618 pi.applicationInfo.uid, 0);
624 pi.applicationInfo.uid, GET_DISABLED_COMPONENTS);
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 435 + ", uid=" + Binder.getCallingUid());
710 final int uid = ActivityManagerNative.getDefault() local
712 if (uid >= 0) {
713 mWakeLock.setWorkSource(new WorkSource(uid));
    [all...]
WallpaperManagerService.java 269 public void onPackageUpdateFinished(String packageName, int uid) {
304 public void onPackageUpdateStarted(String packageName, int uid) {
317 public boolean onHandleForceStop(Intent intent, String[] packages, int uid, boolean doit) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 26 import android.os.BatteryStats.Uid;
208 Uid uid = sipper.uidObj; local
234 mStats.dumpLocked(printWriter, "", mStatsType, uid.getUid());
239 mStats.dumpCheckinLocked(printWriter, mStatsType, uid.getUid());
435 SparseArray<? extends Uid> uidStats = mStats.getUidStats();
438 Uid u = uidStats.valueAt(iu);
443 Map<String, ? extends BatteryStats.Uid.Proc> processStats = u.getProcessStats();
450 for (Map.Entry<String, ? extends BatteryStats.Uid.Proc> ent
453 Uid.Proc ps = ent.getValue()
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 101 /* Get the variable with uid UID from the list of referenced vars. */
104 referenced_var (unsigned int uid)
106 tree var = referenced_var_lookup (cfun, uid);
107 gcc_assert (var || uid == 0);
158 /* Get the number of the next statement uid to be allocated. */
165 /* Set the number of the next statement uid to be allocated. */
172 /* Set the number of the next statement uid to be allocated. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 101 /* Get the variable with uid UID from the list of referenced vars. */
104 referenced_var (unsigned int uid)
106 tree var = referenced_var_lookup (cfun, uid);
107 gcc_assert (var || uid == 0);
158 /* Get the number of the next statement uid to be allocated. */
165 /* Set the number of the next statement uid to be allocated. */
172 /* Set the number of the next statement uid to be allocated. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 101 /* Get the variable with uid UID from the list of referenced vars. */
104 referenced_var (unsigned int uid)
106 tree var = referenced_var_lookup (cfun, uid);
107 gcc_assert (var || uid == 0);
158 /* Get the number of the next statement uid to be allocated. */
165 /* Set the number of the next statement uid to be allocated. */
172 /* Set the number of the next statement uid to be allocated. */
  /external/e2fsprogs/misc/
mke2fs.c 413 __u32 uid, gid; local
427 uid = getuid();
428 inode.i_uid = uid;
429 ext2fs_set_i_uid_high(inode, uid >> 16);
430 if (uid) {
    [all...]
  /external/strace/
process.c 1154 __kernel_uid_t uid; local
1159 if (umove(tcp, tcp->u_arg[0], &uid) < 0)
1162 tprintf("[%lu], ", (unsigned long) uid);
1163 if (umove(tcp, tcp->u_arg[1], &uid) < 0)
1166 tprintf("[%lu], ", (unsigned long) uid);
1167 if (umove(tcp, tcp->u_arg[2], &uid) < 0)
1170 tprintf("[%lu]", (unsigned long) uid);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 752 * Update UID details panels to match {@link #mCurrentApp}, showing or
790 // TODO: target torwards entire UID instead of just first package
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 298 lcconf->uid = pw->pw_uid;
301 | USER NUMBER { lcconf->uid = $2; } EOS
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 353 jobject getpwuid(uid_t uid) {
354 return process("getpwuid_r", getpwuid_r(uid, &mPwd, mBuffer.get(), mBufferSize, &mResult));
663 static jobject Posix_getpwuid(JNIEnv* env, jobject, jint uid) {
664 return Passwd(env).getpwuid(uid);
    [all...]
  /external/bluetooth/glib/gio/
gunixmounts.c 1021 uid_t uid = getuid (); local
1024 if (uid == 0 || sb.st_uid == uid)
    [all...]
  /external/dbus/bus/
driver.c 1267 unsigned long uid; local
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 477 uid_t uid; local
480 uid = getuid();
481 if (!getpwuid_r(uid, &pwx, pwbuf, sizeof(pwbuf), &pw)
    [all...]
  /external/elfutils/src/
ar.c 827 uid_t uid; member in struct:armem
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 42 __u32 uid; member in struct:nfs_fattr
  /external/libvpx/mkvparser/
mkvparser.hpp 332 unsigned long long uid; member in class:mkvparser::Track::Info

Completed in 2463 milliseconds

<<21222324252627282930>>