Searched defs:UID (Results 1 - 10 of 10) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h39 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
45 /// encoding and therefore distinct from the UID
/external/clang/include/clang/Basic/
H A DFileManager.h63 unsigned UID; // A unique (small) ID for the file. member in class:clang::FileEntry
93 unsigned getUID() const { return UID; }
/external/llvm/lib/Object/
H A DArchive.cpp28 char UID[6]; member in struct:__anon7485::ArchiveMemberHeader
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStyle.java192 public static final ASN1ObjectIdentifier UID = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.1"); field in class:BCStyle
217 DefaultSymbols.put(UID, "UID");
253 DefaultLookUp.put("uid", UID);
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java209 public static final DERObjectIdentifier UID = new DERObjectIdentifier("0.9.2342.19200300.100.1.1"); field in class:X509Name
269 DefaultSymbols.put(UID, "UID");
300 RFC2253Symbols.put(UID, "UID");
323 DefaultLookUp.put("uid", UID);
/external/clang/lib/Lex/
H A DHeaderSearch.cpp735 void HeaderSearch::setHeaderFileInfoForUID(HeaderFileInfo HFI, unsigned UID) { argument
736 if (UID >= FileInfo.size())
737 FileInfo.resize(UID+1);
739 FileInfo[UID] = HFI;
/external/libnfc-nxp/src/
H A DphFriNfc_SmtCrdFmt.h125 uint8_t UID[4]; member in struct:phFriNfc_Type1_AddInfo
H A DphFriNfc_NdefMap.h161 #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]; member in struct:phFriNfc_TopazCont
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1160 unsigned UID) const {
1167 Value = TM.getTargetLowering()->LowerCustomJumpTableEntry(MJTI, MBB, UID,
1207 Value = MCSymbolRefExpr::Create(GetJTSetSymbol(UID, MBB->getNumber()),
1213 const MCExpr *JTI = MCSymbolRefExpr::Create(GetJTISymbol(UID), OutContext);
1999 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { argument
2002 Twine(UID) + "_set_" + Twine(MBBID));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 169 milliseconds