HomeSort by relevance Sort by last modified time
    Searched refs:Descriptor (Results 26 - 50 of 686) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/
AcpiVariableHobOnSmramReserveHobThunk.c 105 // Increase the number of SMRAM descriptors by 1 to make room for the ALLOCATED descriptor of size EFI_PAGE_SIZE
113 CopyMem (&NewDescriptorBlock->Descriptor[SmramRanges], &NewDescriptorBlock->Descriptor[SmramRanges - 1], sizeof(EFI_SMRAM_DESCRIPTOR));
118 NewDescriptorBlock->Descriptor[SmramRanges - 1].PhysicalSize = EFI_PAGE_SIZE;
119 NewDescriptorBlock->Descriptor[SmramRanges - 1].RegionState |= EFI_ALLOCATED;
122 // Reduce the size of the last SMRAM descriptor by EFI_PAGE_SIZE
124 NewDescriptorBlock->Descriptor[SmramRanges].PhysicalStart += EFI_PAGE_SIZE;
125 NewDescriptorBlock->Descriptor[SmramRanges].CpuStart += EFI_PAGE_SIZE;
126 NewDescriptorBlock->Descriptor[SmramRanges].PhysicalSize -= EFI_PAGE_SIZE;
134 if (NewDescriptorBlock->Descriptor[Index].PhysicalSize == 0) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator_factory.h 40 class FieldDescriptor; // descriptor.h
41 class Descriptor; // descriptor.h
42 class ServiceDescriptor; // descriptor.h
63 const Descriptor* descriptor) const = 0;
66 const FieldDescriptor* descriptor) const = 0;
69 const ServiceDescriptor* descriptor) const = 0;
82 const Descriptor* descriptor) const
    [all...]
java_helpers.h 39 #include <google/protobuf/descriptor.pb.h>
40 #include <google/protobuf/descriptor.h>
67 string UniqueFileScopeIdentifier(const Descriptor* descriptor);
96 string ClassName(const Descriptor* descriptor);
97 string ClassName(const EnumDescriptor* descriptor);
98 string ClassName(const ServiceDescriptor* descriptor);
99 string ClassName(const FileDescriptor* descriptor);
103 string ExtraMessageInterfaces(const Descriptor* descriptor)
    [all...]
java_message_builder_lite.h 61 explicit MessageBuilderLiteGenerator(const Descriptor* descriptor,
70 const Descriptor* descriptor_;
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAudioEffectTest.java 15 AudioEffect.Descriptor descriptor = new AudioEffect.Descriptor(); local
16 descriptor.type = AudioEffect.EFFECT_TYPE_AEC;
17 ShadowAudioEffect.addEffect(descriptor);
19 AudioEffect.Descriptor[] descriptors = AudioEffect.queryEffects();
  /external/v8/src/builtins/
builtins-descriptors.h 35 typedef InterfaceDescriptor##Descriptor Builtin_##Name##_InterfaceDescriptor;
38 typedef Name##Descriptor Builtin_##Name##_InterfaceDescriptor;
42 typedef InterfaceDescriptor##Descriptor Builtin_##Name##_InterfaceDescriptor;
builtins-wasm-gen.cc 59 TNode<Object> context = UncheckedParameter(Descriptor::kContext);
60 TNode<Object> function = UncheckedParameter(Descriptor::kTarget);
61 TNode<Object> new_target = UncheckedParameter(Descriptor::kNewTarget);
62 TNode<Object> argc1 = UncheckedParameter(Descriptor::kActualArgumentsCount);
63 TNode<Object> argc2 = UncheckedParameter(Descriptor::kExpectedArgumentsCount);
71 TNode<Object> context = UncheckedParameter(Descriptor::kContext);
72 TNode<Object> function = UncheckedParameter(Descriptor::kFunction);
73 TNode<Object> argc = UncheckedParameter(Descriptor::kActualArgumentsCount);
79 TNode<Object> context = UncheckedParameter(Descriptor::kContext);
80 TNode<Object> argument = UncheckedParameter(Descriptor::kArgument)
    [all...]
builtins-array-gen.cc     [all...]
builtins-number-gen.cc 23 template <typename Descriptor>
25 Node* left = Parameter(Descriptor::kLeft);
26 Node* right = Parameter(Descriptor::kRight);
27 Node* context = Parameter(Descriptor::kContext);
54 template <typename Descriptor>
56 Node* lhs = Parameter(Descriptor::kLeft);
57 Node* rhs = Parameter(Descriptor::kRight);
58 Node* context = Parameter(Descriptor::kContext);
63 template <typename Descriptor>
67 template <typename Descriptor>
    [all...]
  /external/v8/src/
code-stubs-utils.h 30 typedef StubName::Descriptor Descriptor; \
36 Node* Parameter(Descriptor::ParameterIndices index) { \
code-stubs.cc 262 CallInterfaceDescriptor descriptor(GetCallInterfaceDescriptor());
264 isolate(), &zone, descriptor, Code::STUB, name, local
272 Node* receiver = Parameter(Descriptor::kReceiver);
273 Node* key = Parameter(Descriptor::kName);
274 Node* value = Parameter(Descriptor::kValue);
275 Node* map = Parameter(Descriptor::kMap);
276 Node* slot = Parameter(Descriptor::kSlot);
277 Node* vector = Parameter(Descriptor::kVector);
278 Node* context = Parameter(Descriptor::kContext);
310 Node* receiver = Parameter(Descriptor::kReceiver)
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TestBadIdentifiers.java 53 String descriptorField = TestBadIdentifiersProto.Descriptor
55 Descriptors.Descriptor protoDescriptor = TestBadIdentifiersProto.Descriptor
57 String nestedDescriptorField = TestBadIdentifiersProto.Descriptor
59 Descriptors.Descriptor nestedProtoDescriptor = TestBadIdentifiersProto
60 .Descriptor.NestedDescriptor.getDefaultInstance()
  /external/protobuf/src/google/protobuf/
descriptor.h 36 // You can use a message's descriptor to learn at runtime what fields
76 class Descriptor;
87 // Defined in descriptor.proto
109 // Defined in descriptor.cc
143 // See the comments in SourceCodeInfo.Location (descriptor.proto) for details.
149 // Options when generating machine-parsable output from a descriptor with
168 // message. To obtain the Descriptor for a given message object, call
170 // static method called descriptor() which returns the type's descriptor.
172 class LIBPROTOBUF_EXPORT Descriptor {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.h 42 class Descriptor;
128 const Descriptor* desc,
155 const Descriptor* desc,
170 const Descriptor* desc,
207 const Descriptor* desc) const;
210 const Descriptor* desc) const;
213 const Descriptor* desc) const;
216 const Descriptor* desc) const;
222 const Descriptor* desc) const;
228 const Descriptor* desc) const
    [all...]
  /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/OvmfPkg/Library/PciHostBridgeLib/
PciHostBridgeLib.c 398 bridge is terminated with END descriptor and an
400 entire resources. The resource descriptor field
412 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
417 Descriptor = (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Configuration;
418 while (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR) {
420 for (; Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR; Descriptor++) {
421 ASSERT (Descriptor->ResType <
425 mPciHostBridgeLibAcpiAddressSpaceTypeStr[Descriptor->ResType],
426 Descriptor->AddrLen, Descriptor->AddrRangeMax
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor_pool.h 37 #include <google/protobuf/descriptor.h>
68 // The C++ descriptor database used to fetch unknown protos. Can be NULL.
82 // Descriptor pointers stored here are owned by the DescriptorPool above.
84 typedef hash_map<const Descriptor*, CMessageClass*> ClassesByMessageMap;
87 // Cache the options for any kind of descriptor.
88 // Descriptor pointers are owned by the DescriptorPool above.
99 // Returns a message Descriptor, or NULL if not found.
100 const Descriptor* FindMessageTypeByName(PyDescriptorPool* self,
103 // Registers a new Python class for the given message descriptor.
106 const Descriptor* message_descriptor
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
type_info_test_helper.h 41 #include <google/protobuf/descriptor.h>
67 void ResetTypeInfo(const vector<const Descriptor*>& descriptors);
70 void ResetTypeInfo(const Descriptor* descriptor);
71 void ResetTypeInfo(const Descriptor* descriptor1,
72 const Descriptor* descriptor2);
type_info_test_helper.cc 41 #include <google/protobuf/descriptor.h>
58 const vector<const Descriptor*>& descriptors) {
75 void TypeInfoTestHelper::ResetTypeInfo(const Descriptor* descriptor) {
76 vector<const Descriptor*> descriptors;
77 descriptors.push_back(descriptor);
81 void TypeInfoTestHelper::ResetTypeInfo(const Descriptor* descriptor1,
82 const Descriptor* descriptor2) {
83 vector<const Descriptor*> descriptors;
  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
ChannelzProto.java 17 static final com.google.protobuf.Descriptors.Descriptor
22 static final com.google.protobuf.Descriptors.Descriptor
27 static final com.google.protobuf.Descriptors.Descriptor
32 static final com.google.protobuf.Descriptors.Descriptor
37 static final com.google.protobuf.Descriptors.Descriptor
42 static final com.google.protobuf.Descriptors.Descriptor
47 static final com.google.protobuf.Descriptors.Descriptor
52 static final com.google.protobuf.Descriptors.Descriptor
57 static final com.google.protobuf.Descriptors.Descriptor
62 static final com.google.protobuf.Descriptors.Descriptor
208 descriptor; field in class:ChannelzProto
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c 55 // The config descriptor, interface descriptor, and endpoint descriptors in a
231 EFI_USB_STRING_DESCRIPTOR *Descriptor = NULL;
244 DEBUG ((DEBUG_INFO, "USB: Got a request for device descriptor\n"));
249 DEBUG ((DEBUG_INFO, "USB: Got a request for config descriptor\n"));
254 DEBUG ((DEBUG_INFO, "USB: Got a request for String descriptor %d\n", Request->Value & 0xFF));
259 Descriptor = (EFI_USB_STRING_DESCRIPTOR *)AllocateZeroPool (DescriptorSize);
260 ASSERT (Descriptor != NULL);
261 Descriptor->Length = LANG_LENGTH * sizeof (CHAR16);
262 Descriptor->DescriptorType = USB_DESC_TYPE_STRING;
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactor_op_queue.hpp 27 template <typename Descriptor>
32 typedef Descriptor key_type;
55 // operation for the given descriptor, in which case the reactor's event
57 bool enqueue_operation(Descriptor descriptor, reactor_op* op)
60 operations_.insert(value_type(descriptor, mapped_type()));
65 // Cancel all operations associated with the descriptor identified by the
66 // supplied iterator. Any operations pending for the descriptor will be
89 // Cancel all operations associated with the descriptor. Any operations
90 // pending for the descriptor will be cancelled. Returns true if an
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DescriptorsTest.cs 49 FileDescriptor file = UnittestProto3Reflection.Descriptor;
59 Assert.AreEqual(1, UnittestImportProto3Reflection.Descriptor.PublicDependencies.Count);
60 Assert.AreEqual(UnittestImportPublicProto3Reflection.Descriptor, UnittestImportProto3Reflection.Descriptor.PublicDependencies[0]);
63 Assert.AreEqual(UnittestImportProto3Reflection.Descriptor, file.Dependencies[0]);
65 MessageDescriptor messageType = TestAllTypes.Descriptor;
80 Assert.AreEqual(1, UnittestImportProto3Reflection.Descriptor.EnumTypes.Count);
81 Assert.AreEqual("ImportEnum", UnittestImportProto3Reflection.Descriptor.EnumTypes[0].Name);
93 MessageDescriptor messageType = TestAllTypes.Descriptor;
94 MessageDescriptor nestedType = TestAllTypes.Types.NestedMessage.Descriptor;
    [all...]
  /external/grpc-grpc/src/compiler/
cpp_generator_helpers.h 37 inline grpc::string ClassName(const grpc::protobuf::Descriptor* descriptor,
39 // Find "outer", the descriptor of the top-level message in which
40 // "descriptor" is embedded.
41 const grpc::protobuf::Descriptor* outer = descriptor;
45 grpc::string inner_name = descriptor->full_name().substr(outer_name.size());
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Test.cs 17 #region Descriptor
18 /// <summary>File descriptor for src/proto/grpc/testing/test.proto</summary>
19 public static pbr::FileDescriptor Descriptor {
20 get { return descriptor; }
22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Testing.TestReflection
51 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
52 new pbr::FileDescriptor[] { global::Grpc.Testing.EmptyReflection.Descriptor, global::Grpc.Testing.MessagesReflection.Descriptor, },

Completed in 2648 milliseconds

12 3 4 5 6 7 8 91011>>