HomeSort by relevance Sort by last modified time
    Searched refs:UID (Results 176 - 200 of 221) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/go/linux-x86/src/archive/tar/
format.go 141 func (h *headerV7) UID() []byte { return h[108:][:8] }
writer.go 159 formatNumeric(v7.UID(), int64(hdr.Uid), paxUid)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciRootBridge.c 701 RootBridge->DevicePath.Acpi.UID = PciAcpiUid;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 891 Acpi->UID = (UINT32) Strtoi (UIDStr);
922 Acpi->UID = (UINT32) Strtoi (UIDStr);
1064 AcpiEx->UID = (UINT32) Strtoi (UIDStr);
1106 AcpiEx->UID = 0;
1114 // Convert UID string
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 88 info.mUid = getInt(Constants.UID);
  /external/ltp/testcases/kernel/fs/acl/
tacl_xattr.sh 51 # Make sure that uid=root is running this script.
58 if [ $UID != 0 ]
  /system/core/liblog/tests/
liblog_test.cpp 1909 uid_t uid = getuid(); local
2000 uid_t uid = getuid(); local
    [all...]
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 159 formatNumeric(v7.UID(), int64(hdr.Uid), paxUid)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
Serial.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
PciHostBridge.c 35 0 // UID
100 node, with UID = RootBusNumber, has been
132 PrivateData->DevicePath.AcpiDevicePath.UID = RootBusNumber;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
Platform.c 1107 IsaDevice.UID = 0;
    [all...]
  /frameworks/base/core/java/android/os/
WorkSource.java 64 public WorkSource(int uid) {
66 mUids = new int[] { uid, 0 };
71 public WorkSource(int uid, String name) {
76 mUids = new int[] { uid, 0 };
209 public void set(int uid) {
212 mUids[0] = uid;
217 public void set(int uid, String name) {
226 mUids[0] = uid;
268 public boolean add(int uid) {
271 insert(0, uid);
351 int uid = mUids[i]; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 78 * {@link NetworkIdentitySet}, UID, set, and tag. Knows how to persist itself.
217 if (NetworkStatsAccess.isAccessibleToUser(key.uid, callerUid, accessLevel)) {
218 int j = uids.binarySearch(key.uid);
222 uids.add(j, key.uid);
234 int uid, int set, int tag, int fields, long start, long end,
236 if (!NetworkStatsAccess.isAccessibleToUser(uid, callerUid, accessLevel)) {
237 throw new SecurityException("Network stats history of uid " + uid
282 if (key.uid == uid && NetworkStats.setMatches(set, key.set) && key.tag == ta
464 final int uid = in.readInt(); local
592 final int uid = in.readInt(); local
763 public final int uid; field in class:NetworkStatsCollection.Key
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 78 'UID': ('SELECTED',),
438 enclosed in parentheses, eg: "(UID BODY[TEXT])".
743 def uid(self, command, *args): member in class:IMAP4
744 """Execute "command arg ..." with messages identified by UID,
747 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...)
753 raise self.error("Unknown IMAP4 UID command: %s" % command)
759 name = 'UID'
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
BiosKeyboard.c 164 if (IsaIo->ResourceList->Device.HID != EISA_PNP_ID (0x303) || IsaIo->ResourceList->Device.UID != 0) {
    [all...]
  /external/python/cpython2/Lib/
imaplib.py 88 'UID': ('SELECTED',),
451 enclosed in parentheses, eg: "(UID BODY[TEXT])".
756 def uid(self, command, *args): member in class:IMAP4
757 """Execute "command arg ..." with messages identified by UID,
760 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...)
766 raise self.error("Unknown IMAP4 UID command: %s" % command)
772 name = 'UID'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 78 'UID': ('SELECTED',),
438 enclosed in parentheses, eg: "(UID BODY[TEXT])".
743 def uid(self, command, *args): member in class:IMAP4
744 """Execute "command arg ..." with messages identified by UID,
747 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...)
753 raise self.error("Unknown IMAP4 UID command: %s" % command)
759 name = 'UID'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 78 'UID': ('SELECTED',),
438 enclosed in parentheses, eg: "(UID BODY[TEXT])".
743 def uid(self, command, *args): member in class:IMAP4
744 """Execute "command arg ..." with messages identified by UID,
747 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...)
753 raise self.error("Unknown IMAP4 UID command: %s" % command)
759 name = 'UID'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 78 'UID': ('SELECTED',),
438 enclosed in parentheses, eg: "(UID BODY[TEXT])".
743 def uid(self, command, *args): member in class:IMAP4
744 """Execute "command arg ..." with messages identified by UID,
747 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...)
753 raise self.error("Unknown IMAP4 UID command: %s" % command)
759 name = 'UID'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 78 'UID': ('SELECTED',),
438 enclosed in parentheses, eg: "(UID BODY[TEXT])".
743 def uid(self, command, *args): member in class:IMAP4
744 """Execute "command arg ..." with messages identified by UID,
747 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...)
753 raise self.error("Unknown IMAP4 UID command: %s" % command)
759 name = 'UID'
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/curl/tests/
ftpserver.pl 637 'UID' => \&UID_imap,
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 3708 final int uid = mUidState.keyAt(i); local
4162 final int uid = Binder.getCallingUid(); local
4264 final int uid = Binder.getCallingUid(); local
4282 final int uid = Binder.getCallingUid(); local
4300 final int uid = Binder.getCallingUid(); local
4318 final int uid = Binder.getCallingUid(); local
4503 int uid = Binder.getCallingUid(); local
4595 final int uid = Binder.getCallingUid(); local
    [all...]

Completed in 1853 milliseconds

1 2 3 4 5 6 78 9