Searched refs:Guid (Results 1 - 25 of 58) sorted by relevance

123

/external/clang/tools/clang-format-vs/ClangFormat/
H A DGuids.cs10 public static readonly Guid guidClangFormatCmdSet = new Guid(guidClangFormatCmdSetString);
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dguid.c48 EFI_GUID *Guid; member in struct:__anon24431
141 IN EFI_GUID *Guid
151 for (Index=0; KnownGuids[Index].Guid; Index++) {
152 if (CompareGuid(Guid, KnownGuids[Index].Guid) == 0) {
163 Guid->Data1,
164 Guid->Data2,
165 Guid->Data3,
166 Guid->Data4[0],
167 Guid
[all...]
/external/vboot_reference/host/include/
H A Dvboot_host.h41 int StrToGuid(const char *str, Guid *guid);
42 void GuidToStr(const Guid *guid, char *str, unsigned int buflen);
43 int GuidEqual(const Guid *guid1, const Guid *guid2);
44 int GuidIsZero(const Guid *guid);
H A Dcgpt_params.h29 Guid type_guid;
30 Guid unique_guid;
97 Guid unique_guid;
98 Guid type_guid;
/external/vboot_reference/cgpt/
H A Dcgpt.h35 Guid boot_guid;
107 int StrToGuid(const char *str, Guid *guid);
108 void GuidToStr(const Guid *guid, char *str, unsigned int buflen);
109 int GuidEqual(const Guid *guid1, const Guid *guid2);
110 int IsZero(const Guid *guid);
113 extern const Guid guid_chromeos_firmware;
114 extern const Guid guid_chromeos_kernel;
115 extern const Guid guid_chromeos_rootfs;
116 extern const Guid guid_linux_dat
[all...]
H A Dcgpt_common.c366 int StrToGuid(const char *str, Guid *guid) {
407 void GuidToStr(const Guid *guid, char *str, unsigned int buflen) {
631 const Guid guid_chromeos_firmware = GPT_ENT_TYPE_CHROMEOS_FIRMWARE;
632 const Guid guid_chromeos_kernel = GPT_ENT_TYPE_CHROMEOS_KERNEL;
633 const Guid guid_chromeos_rootfs = GPT_ENT_TYPE_CHROMEOS_ROOTFS;
634 const Guid guid_linux_data = GPT_ENT_TYPE_LINUX_DATA;
635 const Guid guid_chromeos_reserved = GPT_ENT_TYPE_CHROMEOS_RESERVED;
636 const Guid guid_efi = GPT_ENT_TYPE_EFI;
637 const Guid guid_unused = GPT_ENT_TYPE_UNUSED;
640 const Guid *typ
[all...]
H A Dcgpt.c19 int GenerateGuid(Guid *newguid)
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DInfoStream.cpp51 Guid = H->Guid;
76 PDB_UniqueId InfoStream::getGuid() const { return Guid; }
85 H.Guid = Guid;
H A DInfoStreamBuilder.cpp29 void InfoStreamBuilder::setGuid(PDB_UniqueId G) { Guid = G; }
41 if (!Guid.hasValue())
43 "Missing PDB Stream Guid");
52 Info->Guid = *Guid;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/Properties/
H A DAssemblyInfo.cs57 [assembly: Guid("e7a97455-a3e3-4877-a90b-b1b12606dac1")]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Properties/
H A DAssemblyInfo.cs58 [assembly: Guid( "7a0b4db7-f127-4cf5-ac2c-e294957efcd6" )]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Properties/
H A DAssemblyInfo.cs56 [assembly: Guid( "9f8fa018-6766-404c-9e72-551407e1b173" )]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/Properties/
H A DAssemblyInfo.cs56 [assembly: Guid( "ad48c7f7-0b1d-4b1e-9602-83425cb5699f" )]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Properties/
H A DAssemblyInfo.cs56 [assembly: Guid( "1352b15b-eded-4380-9122-acde32f7ff38" )]
/external/clang/test/SemaCXX/
H A Dborland-extensions.cpp52 GUID const* Guid; member in struct:Data
60 data = ata1.Guid->Data1;
/external/flatbuffers/net/FlatBuffers/Properties/
H A DAssemblyInfo.cs39 [assembly: Guid("91c32e64-ef20-47df-9c9f-cec9207bc6df")]
/external/flatbuffers/tests/FlatBuffers.Test/Properties/
H A DAssemblyInfo.cs39 [assembly: Guid("a1d58a51-3e74-4ae9-aac7-5a399c9eed1a")]
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DInfoStream.h34 PDB_UniqueId Guid; member in struct:llvm::pdb::InfoStream::Header
70 PDB_UniqueId Guid; member in class:llvm::pdb::InfoStream
H A DInfoStreamBuilder.h44 Optional<PDB_UniqueId> Guid; member in class:llvm::pdb::InfoStreamBuilder
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DIssuesTest.cs70 Assert.AreEqual(new TestJsonName { Name = "test", Description = "test2", Guid = "test3" },
77 var message = new TestJsonName { Name = "test", Description = "test2", Guid = "test3" };
/external/vboot_reference/firmware/include/
H A Dgpt.h64 } __attribute__((packed)) Guid; typedef in typeref:struct:__anon29911
85 Guid disk_uuid;
102 Guid type;
103 Guid unique;
H A Dgpt_misc.h147 GptEntry *GptFindNthEntry(GptData *gpt, const Guid *guid, unsigned int n);
/external/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordBuilder.cpp102 void TypeRecordBuilder::writeGuid(StringRef Guid) { argument
103 assert(Guid.size() == 16);
104 Stream.write(Guid.data(), 16);
/external/syslinux/gpxe/src/interface/efi/
H A Defi_smbios.c24 #include <gpxe/efi/Guid/SmBios.h>
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordBuilder.h44 void writeGuid(StringRef Guid);

Completed in 932 milliseconds

123