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

/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h37 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
45 /// encoding and therefore distinct from the UID
/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.h66 unsigned UID; // A unique (small) ID for the file. member in class:clang::FileEntry
99 unsigned getUID() const { return UID; }
H A DVirtualFileSystem.h34 llvm::sys::fs::UniqueID UID; member in class:clang::vfs::Status
48 Status(StringRef Name, StringRef RealName, llvm::sys::fs::UniqueID UID,
62 llvm::sys::fs::UniqueID getUniqueID() const { return UID; }
/external/llvm/include/llvm/Object/
H A DArchive.h29 char UID[6]; member in struct:llvm::object::ArchiveMemberHeader
/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.java191 public static final ASN1ObjectIdentifier UID = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.1"); field in class:BCStyle
216 DefaultSymbols.put(UID, "UID");
252 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/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp44 DwarfUnit::DwarfUnit(unsigned UID, dwarf::Tag UnitTag, DICompileUnit Node, argument
46 : UniqueID(UID), CUNode(Node), UnitDie(UnitTag), DebugInfoOffset(0), Asm(A),
54 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, DICompileUnit Node, argument
57 : DwarfUnit(UID, dwarf::DW_TAG_compile_unit, Node, A, DW, DWU) {
61 DwarfTypeUnit::DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A, argument
64 : DwarfUnit(UID, dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU),
H A DAsmPrinter.cpp1219 unsigned UID) const {
1226 Value = TM.getTargetLowering()->LowerCustomJumpTableEntry(MJTI, MBB, UID,
1266 Value = MCSymbolRefExpr::Create(GetJTSetSymbol(UID, MBB->getNumber()),
1272 const MCExpr *JTI = MCSymbolRefExpr::Create(GetJTISymbol(UID), OutContext);
2096 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { argument
2100 Twine(UID) + "_set_" + Twine(MBBID));
/external/clang/lib/Frontend/
H A DCacheTokens.cpp88 llvm::sys::fs::UniqueID UID = FE->getUniqueID(); local
89 LE.write<uint64_t>(UID.getFile());
90 LE.write<uint64_t>(UID.getDevice());
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp619 // Some of the data this is used for (like UID) can be larger than the
633 const sys::TimeValue &ModTime, unsigned UID,
637 printWithSpacePadding(Out, UID, 6, true);
645 const sys::TimeValue &ModTime, unsigned UID,
648 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
652 const sys::TimeValue &ModTime, unsigned UID,
656 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
632 printRestOfMemberHeader(raw_fd_ostream &Out, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
644 printMemberHeader(raw_fd_ostream &Out, StringRef Name, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
651 printMemberHeader(raw_fd_ostream &Out, unsigned NameOffset, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp34 : UID(Status.getUniqueID()), MTime(Status.getLastModificationTime()),
38 Status::Status(StringRef Name, StringRef ExternalName, UniqueID UID, argument
41 : Name(Name), UID(UID), MTime(MTime), User(User), Group(Group), Size(Size),
1003 static std::atomic<unsigned> UID; local
1004 unsigned ID = ++UID;
/external/llvm/include/llvm/Support/
H A DFileSystem.h170 uid_t UID, gid_t GID, off_t Size)
171 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_mtime(MTime), fs_st_uid(UID),
169 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/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/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 400 milliseconds