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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c81 #define UID(I) ctx->dump_printf( ctx, "%u", I ) macro
224 UID(data[i].Uint);
283 UID( decl->Semantic.Index );
605 UID( inst->Label.Label );
/external/clang/include/clang/Basic/
H A DFileManager.h65 unsigned UID; // A unique (small) ID for the file. member in class:clang::FileEntry
97 unsigned getUID() const { return UID; }
/external/llvm/include/llvm/Object/
H A DArchive.h28 char UID[6]; member in struct:llvm::object::ArchiveMemberHeader
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h37 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
43 /// encoding and therefore distinct from the UID
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c81 #define UID(I) ctx->dump_printf( ctx, "%u", I ) macro
224 UID(data[i].Uint);
283 UID( decl->Semantic.Index );
605 UID( inst->Label.Label );
/external/bouncycastle/bcprov/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/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java215 public static final ASN1ObjectIdentifier UID = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.1"); field in class:X509Name
275 DefaultSymbols.put(UID, "UID");
306 RFC2253Symbols.put(UID, "UID");
329 DefaultLookUp.put("uid", UID);
/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/clang/lib/Frontend/
H A DCacheTokens.cpp84 llvm::sys::fs::UniqueID UID = FE->getUniqueID(); local
85 ::Emit64(Out, UID.getFile());
86 ::Emit64(Out, UID.getDevice());
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp598 const sys::TimeValue &ModTime, unsigned UID,
602 printWithSpacePadding(Out, UID, 6);
610 const sys::TimeValue &ModTime, unsigned UID,
613 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
617 const sys::TimeValue &ModTime, unsigned UID,
621 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
597 printRestOfMemberHeader(raw_fd_ostream &Out, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
609 printMemberHeader(raw_fd_ostream &Out, StringRef Name, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
616 printMemberHeader(raw_fd_ostream &Out, unsigned NameOffset, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
/external/llvm/include/llvm/Support/
H A DFileSystem.h176 uid_t UID, gid_t GID, off_t Size)
177 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_mtime(MTime), fs_st_uid(UID),
175 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime, uid_t UID, gid_t GID, off_t Size) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1165 unsigned UID) const {
1172 Value = TM.getTargetLowering()->LowerCustomJumpTableEntry(MJTI, MBB, UID,
1212 Value = MCSymbolRefExpr::Create(GetJTSetSymbol(UID, MBB->getNumber()),
1218 const MCExpr *JTI = MCSymbolRefExpr::Create(GetJTISymbol(UID), OutContext);
1995 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { argument
1998 Twine(UID) + "_set_" + Twine(MBBID));
H A DDwarfCompileUnit.cpp36 CompileUnit::CompileUnit(unsigned UID, unsigned L, DIE *D, const MDNode *N, argument
38 : UniqueID(UID), Language(L), CUDie(D), Asm(A), DD(DW), DU(DWU),
/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 565 milliseconds