HomeSort by relevance Sort by last modified time
    Searched defs:UID (Results 1 - 13 of 13) sorted by null

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 39 InstrUID UID;
45 /// encoding and therefore distinct from the UID
244 /// @arg uid - The unique ID of the current instruction.
247 InstrUID uid);
256 /// @uid - The unique ID of the instruction.
259 InstrUID uid);
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 130 private static final ObjectIdentifier UID = new ObjectIdentifier(
131 new int[]{ 0, 9, 2342, 19200300, 100, 1, 1 }, "UID", RFC2253_NAMES);
153 RFC2253_NAMES.put(UID.getName(), UID);
  /external/clang/include/clang/Basic/
FileManager.h 63 unsigned UID; // A unique (small) ID for the file.
93 unsigned getUID() const { return UID; }
  /external/llvm/lib/Object/
Archive.cpp 28 char UID[6];
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 48 static final byte[] UID = new byte[] { 0x05, 0x00, 0x03, 0x08 };
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 45 /** The column that is used for the initiating app's UID */
46 public static final String UID = "uid";
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 192 public static final ASN1ObjectIdentifier UID = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.1");
217 DefaultSymbols.put(UID, "UID");
253 DefaultLookUp.put("uid", UID);
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 83 public static final String UID = "UID";
84 public static final String UID_COPY = "UID COPY";
85 public static final String UID_FETCH = "UID FETCH";
86 public static final String UID_SEARCH = "UID SEARCH";
87 public static final String UID_STORE = "UID STORE";
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h 125 uint8_t UID[4];
phFriNfc_NdefMap.h 161 #define PH_FRINFC_NDEFMAP_TOPAZ_UID_SIZE 0x04 /**< \internal UID size returned by READID command = 4 bytes */
745 /** To store the UID */
746 uint8_t UID[PH_FRINFC_NDEFMAP_TOPAZ_UID_SIZE];
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 62 private static final String UID = "UID.12345678";
164 message.setUid(UID);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 209 public static final DERObjectIdentifier UID = new DERObjectIdentifier("0.9.2342.19200300.100.1.1");
269 DefaultSymbols.put(UID, "UID");
300 RFC2253Symbols.put(UID, "UID");
323 DefaultLookUp.put("uid", UID);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 768 milliseconds