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

1 23 4 5 6 7

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 131 public abstract Message[] getMessages(String[] uids, MessageRetrievalListener listener)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
types.h 38 /* gids, uids, and pids are all 32-bit. */
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
types.h 38 /* gids, uids, and pids are all 32-bit. */
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
types.h 38 /* gids, uids, and pids are all 32-bit. */
  /system/netd/server/
RouteController.cpp 252 // + If |uidStart| and |uidEnd| are not INVALID_UID, the rule matches packets from UIDs in that
253 // range (inclusive). Otherwise, the rule matches packets from all UIDs.
279 ALOGE("incompatible start and end UIDs (%u vs %u)", uidStart, uidEnd);
459 // A rule to route all traffic from a given set of UIDs to go over the VPN.
488 // set of UIDs.
    [all...]
CommandListener.cpp 1597 std::vector<uid_t> uids; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 587 SortedSet<Integer> uids = new TreeSet<Integer>(); local
590 if (uid != -1) uids.add(uid);
592 return uids;
602 // Add ranges covering all UIDs for allowedApplications.
615 // Add all ranges for user skipping UIDs for disallowedApplications.
628 // Add all UIDs for the user.
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 435 public void removeUids(int[] uids) {
441 if (ArrayUtils.contains(uids, key.uid)) {
  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 45 /// this hierarchy are instruction UIDs, 16-bit integers that can be used to
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 60 // Add trusted uids here
  /external/guava/guava/src/com/google/common/collect/
Ordering.java 210 private Map<Object, Integer> uids = field in class:Ordering.ArbitraryOrdering
231 int result = uids.get(left).compareTo(uids.get(right));
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 669 * set of UIDs. In factory test mode, SYSTEM_UID may specify any uid.
685 "App UIDs may not specify uid's or gid's");
733 * <li> All other uids may not specify rlimits.
    [all...]
  /external/chromium_org/third_party/mozilla/
NSPasteboard+Utils.mm 47 NSString* const kCaminoBookmarkListPBoardType = @"MozBookmarkType"; // list of Camino bookmark UIDs
  /external/clang/
NOTES.txt 34 3. File UIDs are created on request, not when files are opened.
  /external/sepolicy/
domain.te 173 # with other UIDs to these whitelisted domains.
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 318 // skip stats for other uids
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
gfs2_ondisk.h 180 * singly linked lists. ll_next stores uids or gids of next quotas in the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
gfs2_ondisk.h 180 * singly linked lists. ll_next stores uids or gids of next quotas in the
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 378 /* A UID sequence is composed of a bunch of UIDs. */
416 /* Loop through, extracting the UIDs */
  /frameworks/base/core/java/android/nfc/cardemulation/
CardEmulation.java 317 * package as the service itself, though UIDs can also
318 * be shared between packages using shared UIDs.
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 373 * has been queried so that uids are available in the local cache.
528 public Message[] getMessages(String[] uids, MessageRetrievalListener listener) {
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 231 #define AVRC_STS_UID_CHANGED 0x05 /* UID Changed - The UIDs on the device have changed */
    [all...]
  /external/chromium_org/ppapi/proxy/
video_decoder_resource_unittest.cc 411 // The resource generates uids internally, starting at 1.
  /external/lldb/source/Host/linux/
Host.cpp 173 // Real, effective, saved set, and file system UIDs. Read the first two.
  /packages/apps/Email/src/com/android/email/service/
Pop3Service.java 236 // Get the message list from EmailProvider and create an index of the uids

Completed in 2834 milliseconds

1 23 4 5 6 7