HomeSort by relevance Sort by last modified time
    Searched defs:Descriptor (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
SmramMemoryReserve.h 6 * the data structure of SMRAM descriptor to describe SMRAM candidate regions
54 EFI_SMRAM_DESCRIPTOR Descriptor[1];
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PciHostBridgeLibNull/
PciHostBridgeLibNull.c 66 bridge is terminated with END descriptor and an
68 entire resources. The resource descriptor field
80 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
85 Descriptor = (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Configuration;
86 while (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR) {
88 for (; Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR; Descriptor++) {
89 ASSERT (Descriptor->ResType <
95 mPciHostBridgeLibAcpiAddressSpaceTypeStr[Descriptor->ResType],
96 Descriptor->AddrLen, Descriptor->AddrRangeMax
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/
SystemFirmwareDescriptorPei.c 2 System Firmware descriptor producer.
38 EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR *Descriptor;
48 Status = PeiServicesFfsFindSectionData3(EFI_SECTION_RAW, Index, FileHandle, (VOID **)&Descriptor, &AuthenticationStatus);
54 if (Descriptor->Signature == EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR_SIGNATURE) {
60 DEBUG((DEBUG_INFO, "EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR size - 0x%x\n", Descriptor->Length));
62 Size = Descriptor->Length;
63 PcdSetPtrS (PcdEdkiiSystemFirmwareImageDescriptor, &Size, Descriptor);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/
SystemFirmwareDescriptorPei.c 2 System Firmware descriptor producer.
38 EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR *Descriptor;
48 Status = PeiServicesFfsFindSectionData3(EFI_SECTION_RAW, Index, FileHandle, (VOID **)&Descriptor, &AuthenticationStatus);
54 if (Descriptor->Signature == EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR_SIGNATURE) {
60 DEBUG((DEBUG_INFO, "EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR size - 0x%x\n", Descriptor->Length));
62 Size = Descriptor->Length;
63 PcdSetPtrS (PcdEdkiiSystemFirmwareImageDescriptor, &Size, Descriptor);
  /external/protobuf/csharp/src/Google.Protobuf/
IMessage.cs 65 /// Descriptor for this message. All instances are expected to return the same descriptor,
69 MessageDescriptor Descriptor { get; }
  /system/bt/service/common/bluetooth/
descriptor.cc 17 #include <bluetooth/descriptor.h>
20 Descriptor::Descriptor(const Descriptor& other) {
26 Descriptor& Descriptor::operator=(const Descriptor& other) {
36 bool Descriptor::Equals(const Descriptor& other) const {
41 bool Descriptor::operator==(const Descriptor& rhs) const { return Equals(rhs);
    [all...]
descriptor.h 22 class Descriptor {
24 Descriptor() = default;
25 Descriptor(const Descriptor& other);
26 Descriptor& operator=(const Descriptor& other);
27 Descriptor(uint16_t handle, const Uuid& uuid, uint16_t permissions)
29 virtual ~Descriptor() = default;
32 bool Equals(const Descriptor& other) const;
33 bool operator==(const Descriptor& rhs) const
    [all...]
  /external/golang-protobuf/ptypes/empty/
empty.pb.go 45 func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
Descriptor.java 35 public @interface Descriptor {
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
IFieldAccessor.cs 44 /// Returns the descriptor associated with this field.
46 FieldDescriptor Descriptor { get; }
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Empty.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/empty.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.EmptyReflection
31 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
57 public static pbr::MessageDescriptor Descriptor {
58 get { return global::Google.Protobuf.WellKnownTypes.EmptyReflection.Descriptor.MessageTypes[0]; }
61 pbr::MessageDescriptor pb::IMessage.Descriptor {
62 get { return Descriptor; }
    [all...]
Any.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/any.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.AnyReflection
31 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
106 public static pbr::MessageDescriptor Descriptor {
107 get { return global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor.MessageTypes[0]; }
110 pbr::MessageDescriptor pb::IMessage.Descriptor {
111 get { return Descriptor; }
    [all...]
Duration.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/duration.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.DurationReflection
32 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
89 public static pbr::MessageDescriptor Descriptor {
90 get { return global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor.MessageTypes[0]; }
93 pbr::MessageDescriptor pb::IMessage.Descriptor {
94 get { return Descriptor; }
    [all...]
FieldMask.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/field_mask.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.FieldMaskReflection
30 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
195 public static pbr::MessageDescriptor Descriptor {
196 get { return global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor.MessageTypes[0]; }
199 pbr::MessageDescriptor pb::IMessage.Descriptor {
200 get { return Descriptor; }
    [all...]
SourceContext.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/source_context.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.SourceContextReflection
31 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
50 public static pbr::MessageDescriptor Descriptor {
51 get { return global::Google.Protobuf.WellKnownTypes.SourceContextReflection.Descriptor.MessageTypes[0]; }
54 pbr::MessageDescriptor pb::IMessage.Descriptor {
55 get { return Descriptor; }
    [all...]
Timestamp.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/timestamp.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.TimestampReflection
32 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
101 public static pbr::MessageDescriptor Descriptor {
102 get { return global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor.MessageTypes[0]; }
105 pbr::MessageDescriptor pb::IMessage.Descriptor {
106 get { return Descriptor; }
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestImportProto3.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/unittest_import_proto3.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.TestProtos.UnittestImportProto3Reflection
34 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
35 new pbr::FileDescriptor[] { global::Google.Protobuf.TestProtos.UnittestImportPublicProto3Reflection.Descriptor, },
59 public static pbr::MessageDescriptor Descriptor {
60 get { return global::Google.Protobuf.TestProtos.UnittestImportProto3Reflection.Descriptor.MessageTypes[0]; }
63 pbr::MessageDescriptor pb::IMessage.Descriptor {
    [all...]
UnittestImportPublicProto3.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/unittest_import_public_proto3.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.TestProtos.UnittestImportPublicProto3Reflection
30 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
45 public static pbr::MessageDescriptor Descriptor {
46 get { return global::Google.Protobuf.TestProtos.UnittestImportPublicProto3Reflection.Descriptor.MessageTypes[0]; }
49 pbr::MessageDescriptor pb::IMessage.Descriptor {
50 get { return Descriptor; }
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/AmdStyxPciHostBridgeLib/
AmdStyxPciHostBridgeLib.c 147 bridge is terminated with END descriptor and an
149 entire resources. The resource descriptor field
161 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
166 Descriptor = (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Configuration;
167 while (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR) {
169 for (; Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR; Descriptor++) {
170 ASSERT (Descriptor->ResType <
176 mPciHostBridgeLibAcpiAddressSpaceTypeStr[Descriptor->ResType],
177 Descriptor->AddrLen, Descriptor->AddrRangeMax
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/
NullMemoryTest.c 211 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
213 gDS->GetMemorySpaceDescriptor (StartAddress, &Descriptor);
221 Descriptor.Capabilities &~(EFI_MEMORY_PRESENT | EFI_MEMORY_INITIALIZED | EFI_MEMORY_TESTED | EFI_MEMORY_RUNTIME)
  /external/golang-protobuf/ptypes/any/
any.pb.go 61 // if any.Is(Foo.DESCRIPTOR):
131 func (*Any) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  /external/golang-protobuf/ptypes/duration/
duration.pb.go 107 func (*Duration) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  /external/golang-protobuf/ptypes/timestamp/
timestamp.pb.go 123 func (*Timestamp) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  /external/libchrome/base/posix/
global_descriptors.cc 14 GlobalDescriptors::Descriptor::Descriptor(Key key, int fd)
18 GlobalDescriptors::Descriptor::Descriptor(Key key,
36 DLOG(FATAL) << "Unknown global descriptor: " << key;
81 descriptors_.push_back(Descriptor(key, fd, region));
89 DLOG(FATAL) << "Unknown global descriptor: " << key;
global_descriptors.h 35 // It maps from an abstract key to a descriptor. If independent modules each
39 // Note that this class is deprecated and passing file descriptor should ideally
45 struct Descriptor {
46 Descriptor(Key key, int fd);
47 Descriptor(Key key, int fd, base::MemoryMappedFile::Region region);
56 typedef std::vector<Descriptor> Mapping;
58 // Often we want a canonical descriptor for a given Key. In this case, we add
65 // Get a descriptor given a key. It is a fatal error if the key is not known.
68 // Get a descriptor given a key. Returns -1 on error.
71 // Returns a descriptor given a key and removes it from this class mappings
    [all...]

Completed in 756 milliseconds

1 2 3 4 5 6 7 8 91011