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

<<31323334353637383940>>

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
SQLiteContentProvider.java 283 * The calling Uid when a calling package is cached, so we know when the stack of any
298 // Only set the calling package if the calling UID is not our own.
299 int uid = Process.myUid(); local
301 if (uid != callingUid) {
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 441 virtual void CreateUIResource(UIResourceId uid,
444 virtual void DeleteUIResource(UIResourceId uid);
449 UIResourceId uid) const;
451 virtual bool IsUIResourceOpaque(UIResourceId uid) const;
566 void MarkUIResourceNotEvicted(UIResourceId uid);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp 306 // The |seed| parameter is used to synthesize a UID for the track.
345 void set_uid(uint64 uid) { uid_ = uid; }
346 uint64 uid() const { return uid_; } function in class:mkvmuxer::Track
404 // The |seed| parameter is used to synthesize a UID for the track.
454 // The |seed| parameter is used to synthesize a UID for the track.
546 // Sets the uid for this chapter. Primarily used to enable
548 void set_uid(const uint64 uid) { uid_ = uid; }
607 // Chapter object. The |seed| parameter is used to create the UID
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 309 // The |seed| parameter is used to synthesize a UID for the track.
348 void set_uid(uint64 uid) { uid_ = uid; }
349 uint64 uid() const { return uid_; } function in class:mkvmuxer::Track
405 // The |seed| parameter is used to synthesize a UID for the track.
455 // The |seed| parameter is used to synthesize a UID for the track.
551 // Sets the uid for this chapter. Primarily used to enable
553 void set_uid(const uint64 uid) { uid_ = uid; }
614 // Chapter object. The |seed| parameter is used to create the UID
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 87 * The uid of the package the service belongs to
95 boolean requiresUnlock, int bannerResource, int uid) {
109 this.mUid = uid;
248 // Set uid
249 mUid = si.applicationInfo.uid;
441 int uid = source.readInt();
443 dynamicAidGroups, requiresUnlock, bannerResource, uid);
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 221 * the UID and privileges of the application being launched.
246 pid = Zygote.forkAndSpecialize(parsedArgs.uid, parsedArgs.gid, parsedArgs.gids,
313 * <li> --setuid=<i>uid of child process, defaults to 0</i>
321 * This parameter is only applied if the uid of the new process will
344 int uid = 0; field in class:ZygoteConnection.Arguments
446 uid = Integer.parseInt(
643 * <li> uid 0 (root) may specify any uid, gid, and setgroups() list
644 * <li> uid 1000 (Process.SYSTEM_UID) may specify any uid &gt; 1000 in norma
    [all...]
  /frameworks/base/services/core/java/com/android/server/firewall/
IntentFirewall.java 130 callerUid, callerPid, resolvedType, resolvedApp.uid);
136 callerPid, resolvedType, resolvedApp.uid);
581 int checkComponentPermission(String permission, int pid, int uid,
591 * @param uid The uid of the caller
592 * @param owningUid The uid of the application that owns the component
596 boolean checkComponentPermission(String permission, int pid, int uid, int owningUid,
598 return mAms.checkComponentPermission(permission, pid, uid, owningUid, exported) ==
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 309 // The |seed| parameter is used to synthesize a UID for the track.
348 void set_uid(uint64 uid) { uid_ = uid; }
349 uint64 uid() const { return uid_; } function in class:mkvmuxer::Track
405 // The |seed| parameter is used to synthesize a UID for the track.
455 // The |seed| parameter is used to synthesize a UID for the track.
551 // Sets the uid for this chapter. Primarily used to enable
553 void set_uid(const uint64 uid) { uid_ = uid; }
614 // Chapter object. The |seed| parameter is used to create the UID
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Posix.java 52 public native void chown(String path, int uid, int gid) throws ErrnoException;
61 public native void fchown(FileDescriptor fd, int uid, int gid) throws ErrnoException;
80 public native StructPasswd getpwuid(int uid) throws ErrnoException;
96 public native void lchown(String path, int uid, int gid) throws ErrnoException;
222 public native void setuid(int uid) throws ErrnoException;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-io/2.0.5/
plexus-io-2.0.5.jar 
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 200 int uid = mPM.getPackageUid(packageName, userHandle); local
201 if (uid >= 0) {
202 return uid;
462 public String[] getPackagesForUid(int uid) {
464 return mPM.getPackagesForUid(uid);
471 public String getNameForUid(int uid) {
473 return mPM.getNameForUid(uid);
483 int uid = mPM.getUidForSharedUser(sharedUserName); local
484 if(uid != -1) {
485 return uid;
    [all...]
PendingIntent.java 840 int uid = ActivityManagerNative.getDefault() local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 391 String cpuAbiOverrideString, int uid, int vc, int pkgFlags) {
394 if (p.appId == uid) {
404 p.appId = uid;
405 if (addUserIdLPw(uid, p, name)) {
412 SharedUserSetting addSharedUserLPw(String name, int uid, int pkgFlags) {
415 if (s.userId == uid) {
423 s.userId = uid;
424 if (addUserIdLPw(uid, s, name)) {
462 bp.uid = 0;
615 "Package " + name + " could not be assigned a valid uid");
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/2.0.4/
plexus-io-2.0.4.jar 
  /external/llvm/utils/TableGen/
X86DisassemblerTables.cpp 786 InstrUID uid,
790 if (decision.instructionIDs[index] == uid)
795 InstructionSpecifiers[uid];
828 decision.instructionIDs[index] = uid;
837 InstrUID uid,
847 InstructionSpecifiers[uid].insnContext, ignoresVEX_L))
850 uid,
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 156 public String[] getPackagesForUid(int uid) {
269 // push all uid into background
285 // and swap another uid into foreground
324 // push strict policy for foreground uid, verify ALLOW rule
    [all...]
  /external/dnsmasq/src/
rfc1035.c 789 cpp->addr.cname.uid = newc->uid;
819 cpp->addr.cname.uid = newc->uid;
846 cpp->addr.cname.uid = newc->uid;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java 135 // Local cache of package names to uid used when restoring a task from another device.
587 // All done! package->uid map no longer needed.
643 // All done! package->uid map no longer needed.
650 * Removes the input package name from the local package->uid map.
803 Integer uid = mPackageUidMap.get(task.realActivity.getPackageName()); local
906 int uid = AppGlobals.getPackageManager().getPackageUid( local
    [all...]
  /device/asus/flo/conn_init/
wfc_util_fctrl.c 583 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID)
643 uid_t uid = getuid(); local
646 if (0 == uid) {
648 if (chown(pDestFName, uID, gID) < 0) {
655 wfc_util_log_error("wfc_util_ffile_check_copy : we can not excute chown[uid = %d, gid = %d]", uid, getgid());
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 583 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t gID)
643 uid_t uid = getuid(); local
646 if (0 == uid) {
648 if (chown(pDestFName, uID, gID) < 0) {
655 wfc_util_log_error("wfc_util_ffile_check_copy : we can not excute chown[uid = %d, gid = %d]", uid, getgid());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
RFC4519Style.java 58 public static final ASN1ObjectIdentifier uid = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.1"); field in class:RFC4519Style
115 DefaultSymbols.put(uid, "uid");
159 DefaultLookUp.put("uid", uid);
  /external/e2fsprogs/lib/e2p/
ls.c 26 static void print_user (unsigned short uid, FILE *f)
30 fprintf(f, "%u ", uid);
31 pw = getpwuid (uid);
327 fprintf(f, "Reserved blocks uid: ");
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 530 PlatformFreeBSD::GetUserName (uint32_t uid)
532 // Check the cache in Platform in case we have already looked this uid up
533 const char *user_name = Platform::GetUserName(uid);
538 return m_remote_platform_sp->GetUserName(uid);
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsRecorder.java 199 mPending.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
203 mSinceBoot.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
208 complete.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
254 * Remove the given UID from all {@link FileRotator} history, migrating it
259 // Rewrite all persisted data to migrate UID stats
273 // Clear UID from current stats snapshot
320 * the requested UID, only writing data back when modified.
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 354 public void onUserActivity(int event, int uid) {
356 Slog.d(TAG, "onUserActivity: event=" + event + ", uid=" + uid);
360 mBatteryStats.noteUserActivity(uid, event);

Completed in 1656 milliseconds

<<31323334353637383940>>