Searched refs:UID (Results 1 - 20 of 20) sorted by relevance

/external/libvorbis/symbian/
H A Dvorbis.mmp35 UID 0
/external/webkit/Source/WebCore/inspector/front-end/
H A DBottomUpProfileDataGridTree.js167 if (!profileNode.UID)
168 profileNode.UID = ++profileNodeUIDs;
183 if (visitedNodes[parentProfileNodes[parentIndex].UID]) {
190 visitedNodes[profileNode.UID] = true;
/external/clang/include/clang/Basic/
H A DFileManager.h64 unsigned UID; // A unique (small) ID for the file. member in class:clang::FileEntry
94 unsigned getUID() const { return UID; }
/external/elfutils/libebl/
H A Deblauxvinfo.c75 TYPE (UID, "u") \
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h39 InstrUID UID; member in class:llvm::X86Disassembler::RecognizableInstr
45 /// encoding and therefore distinct from the UID
H A DX86RecognizableInstr.cpp211 UID = uid;
215 Spec = &tables.specForUID(UID);
1008 UID, Is32Bit, IgnoresVEX_L);
1018 UID, Is32Bit, IgnoresVEX_L);
1025 UID, Is32Bit, IgnoresVEX_L);
/external/libnfc-nxp/src/
H A DphFriNfc_SmtCrdFmt.h125 uint8_t UID[4]; member in struct:phFriNfc_Type1_AddInfo
H A DphFriNfc_TopazMap.c239 (void)memset(NdefMap->TopazContainer.UID, PH_FRINFC_TOPAZ_VAL0,
240 sizeof(NdefMap->TopazContainer.UID));
934 /*Copy UID of the tag to Send Buffer*/
969 /*Copy UID of the tag to Send Buffer*/
1014 /*Copy UID of the tag to Send Buffer*/
1116 /*Copy UID of the tag to Send Buffer*/
1164 /* Copy UID to the context, Used when the READ ALL command is used */
1165 (void)memcpy(NdefMap->TopazContainer.UID,
1197 /* Compare the UID of READ ALL command with the stored UID */
[all...]
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/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/clang/include/clang/Lex/
H A DHeaderSearch.h159 /// included, indexed by the FileEntry's UID.
495 void setHeaderFileInfoForUID(HeaderFileInfo HFI, unsigned UID);
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h314 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
/external/llvm/lib/Object/
H A DArchive.cpp28 char UID[6]; member in struct:__anon8800::ArchiveMemberHeader
/external/clang/lib/Lex/
H A DHeaderSearch.cpp753 void HeaderSearch::setHeaderFileInfoForUID(HeaderFileInfo HFI, unsigned UID) { argument
754 if (UID >= FileInfo.size())
755 FileInfo.resize(UID+1);
757 FileInfo[UID] = HFI;
/external/clang/lib/Basic/
H A DFileManager.cpp405 UFE.UID = NextFileUID++;
477 UFE->UID = NextFileUID++;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1148 unsigned UID) const {
1155 Value = TM.getTargetLowering()->LowerCustomJumpTableEntry(MJTI, MBB, UID,
1195 Value = MCSymbolRefExpr::Create(GetJTSetSymbol(UID, MBB->getNumber()),
1201 const MCExpr *JTI = MCSymbolRefExpr::Create(GetJTISymbol(UID), OutContext);
1987 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { argument
1990 Twine(UID) + "_set_" + Twine(MBBID));
/external/clang/lib/Serialization/
H A DASTWriter.cpp1344 for (unsigned UID = 0, LastUID = FilesByUID.size(); UID != LastUID; ++UID) {
1345 const FileEntry *File = FilesByUID[UID];
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js381 Native.UID = 1;
384 return (item.uid || (item.uid = [Native.UID++]))[0];
386 return item.uid || (item.uid = Native.UID++);
/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 368 milliseconds