HomeSort by relevance Sort by last modified time
    Searched refs:uid (Results 1426 - 1450 of 1516) sorted by null

<<51525354555657585960>>

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 583 /** Get the originating uid if possible, or VerificationParams.NO_UID if not available */
585 // The originating uid from the intent. We only trust/use this if it comes from a
600 // We either didn't get a uid in the intent, or we don't trust it. Use the
601 // uid of the calling package instead.
602 return sourceInfo.uid;
605 // We couldn't get the specific calling package. Let's get the uid instead
611 Log.w(TAG, "Could not determine the launching uid.");
616 // If we got a uid from the intent, we need to verify that the caller is a
635 // We either didn't get a uid from the intent, or we don't trust it. Use the
636 // calling uid instead
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DeveloperOptionsActivity.java 597 if (ai.uid == Process.SYSTEM_UID) {
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 2346 unsigned int uid; variable
2644 unsigned int uid; variable
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/iproute2/doc/
api-ip6-flowlabels.tex 395 \item \verb|Owner| is ID of creator, it is zero, pid or uid, depending on
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 228 struct ebml_type uid; member in struct:track_entry
411 E_FIELD(ID_TRACK_UID, TYPE_UINT, struct track_entry, uid),
    [all...]
  /external/lldb/source/Target/
Target.cpp     [all...]
  /external/openssl/
Crypto-config-host.mk 475 crypto/uid.c \
Crypto-config-target.mk 475 crypto/uid.c \
  /external/sqlite/dist/orig/
shell.c 3663 uid_t uid = getuid(); local
    [all...]
  /external/sqlite/dist/
shell.c 3683 uid_t uid = getuid(); local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 357 "can't dump AudioFlinger from pid=%d, uid=%d\n",
1608 uid_t uid = IPCThreadState::self()->getCallingUid(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 228 struct ebml_type uid; member in struct:track_entry
411 E_FIELD(ID_TRACK_UID, TYPE_UINT, struct track_entry, uid),
    [all...]
  /prebuilts/sdk/6/
android.jar 
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c     [all...]
builtin-stat.c 76 .uid = UINT_MAX,
    [all...]
builtin-trace.c 1197 .uid = UINT_MAX,
1226 OPT_STRING('u', "uid", &trace.opts.target.uid_str, "user",
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 477 // uid (not re-using the same resolver from an old launching uid),
732 Slog.wtf(TAG, "Unable to launch as uid " + mLaunchedFromUid
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 5083 final int uid = Binder.getCallingUid(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 517 # this works even if there's not gid/uid support
562 self.assertEqual(member.uid, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 517 # this works even if there's not gid/uid support
562 self.assertEqual(member.uid, 0)
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 3254 final String uid = "uid_123"; local
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 185 unsigned uid)
188 uid_(uid),
    [all...]

Completed in 1187 milliseconds

<<51525354555657585960>>