HomeSort by relevance Sort by last modified time
    Searched full:uids (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /frameworks/native/include/powermanager/
IPowerManager.h 40 virtual status_t updateWakeLockUids(const sp<IBinder>& lock, int len, const int *uids,
  /frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java 106 * list of uids of packages whose availability changed.
114 * {@link #EXTRA_CHANGED_UID_LIST} is the set of uids of the
131 * list of uids of packages whose availability changed.
161 * and contains an integer array of uids of all of the components
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java 83 public Message[] getMessages(String[] uids, MessageRetrievalListener listener) {
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsUi.java 666 SparseArray<SparseArray<ProcessStats.PackageState>> uids local
668 for (int iu=0; iu<uids.size(); iu++) {
669 SparseArray<ProcessStats.PackageState> vpkgs = uids.valueAt(iu);
675 ProcStatsEntry ent = entriesMap.get(ss.mProcessName, uids.keyAt(iu));
678 + "/" + ss.mName + "/" + uids.keyAt(iu) + " to proc "
682 Log.w(TAG, "No process " + ss.mProcessName + "/" + uids.keyAt(iu)
696 SparseArray<ProcessStats.ProcessState> uids = mStats.mProcesses.getMap().valueAt(ip);
697 for (int iu=0; iu<uids.size(); iu++) {
698 ProcessStats.ProcessState st = uids.valueAt(iu);
    [all...]
  /system/netd/server/
UidRanges.cpp 65 // Invalid UIDs.
NetworkController.cpp 369 const std::vector<uid_t>& uids) {
371 for (uid_t uid : uids) {
454 void NetworkController::allowProtect(const std::vector<uid_t>& uids) {
456 mProtectableUsers.insert(uids.begin(), uids.end());
459 void NetworkController::denyProtect(const std::vector<uid_t>& uids) {
461 for (uid_t uid : uids) {
  /frameworks/base/services/core/java/com/android/server/am/
ProcessStatsService.java 141 final SparseArray<SparseArray<ProcessStats.PackageState>> uids = pmap.valueAt(ipkg); local
142 for (int iuid=uids.size()-1; iuid>=0; iuid--) {
143 final SparseArray<ProcessStats.PackageState> vers = uids.valueAt(iuid);
302 SparseArray<ProcessStats.ProcessState> uids = procMap.valueAt(ip); local
303 final int NUID = uids.size();
305 Slog.w(TAG, " Uid " + uids.keyAt(iu) + ": " + uids.valueAt(iu));
313 SparseArray<SparseArray<ProcessStats.PackageState>> uids local
315 final int NUID = uids.size();
317 Slog.w(TAG, " Uid: " + uids.keyAt(iu))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 59 #define TDF_UID (1 << 8) /* display decl UIDs */
79 #define TDF_NOUID (1 << 20) /* omit UIDs from dumps. */
  /system/core/logd/
LogStatistics.cpp 264 Uids.clear();
271 it = Uids.erase(it);
289 Uids.erase(it);
290 Uids.insert(last, u);
297 Uids.insert(last, u);
299 Uids.push_back(u);
326 Uids.erase(it);
327 Uids.insert(lt, n);
  /frameworks/base/core/java/android/net/
NetworkStats.java 429 * Return list of unique UIDs known by this data structure.
432 final SparseBooleanArray uids = new SparseBooleanArray(); local
434 uids.put(uid, true);
437 final int size = uids.size();
440 result[i] = uids.keyAt(i);
687 public NetworkStats withoutUids(int[] uids) {
693 if (!ArrayUtils.contains(uids, entry.uid)) {
NetworkAgent.java 246 * Called by the VPN code when it wants to add ranges of UIDs to be routed
254 * Called by the VPN code when it wants to remove ranges of UIDs from being routed
  /external/chromium_org/sandbox/linux/services/
credentials.cc 93 // Checks that the set of RES-uids and the set of RES-gids have
315 // If all the uids (or gids) are not equal to each other, the security
317 DVLOG(1) << "uids or gids differ!";
  /external/chromium_org/chrome/utility/media_galleries/
picasa_albums_indexer.cc 87 // Create an entry in the map for the valid album uids.
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java 1115 int[] uids = new int[0]; local
    [all...]
NetworkPolicyManagerService.java 267 /** UIDs that have been white-listed to always be able to have network access in
294 // rules enforced, such as system, phone, and radio UIDs.
1521 int[] uids = new int[0]; local
1555 int[] uids = new int[0]; local
    [all...]
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 398 void setPermission(String permission, in int[] uids);
399 void clearPermission(in int[] uids);
WorkSource.java 100 * Clear names from this WorkSource. Uids are left intact.
108 // Clear out any duplicate uids now that we don't have names to disambiguate them.
489 // Skip uids that already exist or are not in 'other'.
496 // Remove any uids that don't exist in 'other'.
574 // Remove any uids that don't exist in 'other'.
BatteryStats.java 937 SparseIntArray uids = active.get(name); local
954 SparseIntArray uids = active.get(name); local
3793 SparseIntArray uids = ent.getValue(); local
3994 SparseArray<ArrayList<String>> uids = new SparseArray<ArrayList<String>>(); local
    [all...]
  /system/core/include/private/
android_filesystem_config.h 103 #define AID_ISOLATED_START 99000 /* start of uids for fully isolated sandboxed processes */
104 #define AID_ISOLATED_END 99999 /* end of uids for fully isolated sandboxed processes */
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 181 /** Set of UIDs with active reject rules. */
    [all...]
  /bionic/libc/include/sys/
types.h 38 /* gids, uids, and pids are all 32-bit. */
  /development/ndk/platforms/android-L/include/sys/
types.h 38 /* gids, uids, and pids are all 32-bit. */
  /external/genext2fs/
genext2fs.8 84 .BI "\-U, \-\-squash\-uids"
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/
JobStoreTest.java 71 assertEquals("Different uids.", SOME_UID, loadedTaskStatus.getUid());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationTestClass.java 5 * that serial version UIDs are generated correctly for various combinations

Completed in 1528 milliseconds

12 3 4 5 6 7