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

1 2 3 4 5 6 7 8

  /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];
  /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/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/r8/src/main/java/com/android/tools/r8/graph/
Descriptor.java 6 public abstract class Descriptor<T extends DexItem, S extends Descriptor>
  /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/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/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;
65 descriptors_.push_back(Descriptor(key, fd, region));
73 DLOG(FATAL) << "Unknown global descriptor: " << key;
global_descriptors.h 34 // It maps from an abstract key to a descriptor. If independent modules each
40 struct Descriptor {
41 Descriptor(Key key, int fd);
42 Descriptor(Key key, int fd, base::MemoryMappedFile::Region region);
51 typedef std::vector<Descriptor> Mapping;
53 // Often we want a canonical descriptor for a given Key. In this case, we add
71 // Get a descriptor given a key. It is a fatal error if the key is not known.
74 // Get a descriptor given a key. Returns -1 on error.
80 // Set the descriptor for the given |key|. This sets the region associated
84 // Set the descriptor and |region| for the given |key|
    [all...]
  /external/v8/src/
property.h 16 // Abstraction for elements in instance-descriptor arrays.
18 // Each descriptor has a key, property attributes, property type,
19 // property index (in the actual instance-descriptor array) and
21 class Descriptor final BASE_EMBEDDED {
23 Descriptor() : details_(Smi::kZero) {}
31 static Descriptor DataField(Handle<Name> key, int field_index,
35 static Descriptor DataField(Handle<Name> key, int field_index,
41 static Descriptor DataConstant(Handle<Name> key, Handle<Object> value,
43 return Descriptor(key, value, kData, attributes, kDescriptor, kConst,
47 static Descriptor DataConstant(Handle<Name> key, int field_index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;

Completed in 464 milliseconds

1 2 3 4 5 6 7 8