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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/builtins/
builtins-call-gen.cc 367 TNode<Object> target = CAST(Parameter(Descriptor::kTarget));
369 TNode<Object> arguments_list = CAST(Parameter(Descriptor::kArgumentsList));
370 TNode<Context> context = CAST(Parameter(Descriptor::kContext));
375 TNode<Object> target = CAST(Parameter(Descriptor::kTarget));
377 TNode<Object> spread = CAST(Parameter(Descriptor::kSpread));
379 UncheckedCast<Int32T>(Parameter(Descriptor::kArgumentsCount));
380 TNode<Context> context = CAST(Parameter(Descriptor::kContext));
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 92 // Returns whether the provided descriptor has an extension. This includes its
94 bool HasExtension(const Descriptor* descriptor) {
95 if (descriptor->extension_count() > 0) {
98 for (int i = 0; i < descriptor->nested_type_count(); ++i) {
99 if (HasExtension(descriptor->nested_type(i))) {
138 string ClassName(const Descriptor* descriptor, bool qualified) {
140 // Find "outer", the descriptor of the top-level message in which
141 // "descriptor" is embedded
    [all...]
  /external/v8/src/objects/
literal-objects.cc 88 Descriptor d;
90 d = Descriptor::DataConstant(name, value, DONT_ENUM);
98 d = Descriptor::AccessorConstant(name, pair, DONT_ENUM);
106 Descriptor d = Descriptor::DataConstant(name, value, DONT_ENUM);
118 Descriptor d = Descriptor::AccessorConstant(name, new_pair, DONT_ENUM);
350 Descriptor d = is_accessor
351 ? Descriptor::AccessorConstant(name, value, attribs)
352 : Descriptor::DataConstant(name, value, attribs)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyRegion.c 189 OUT LEGACY_MEMORY_SECTION_INFO **Descriptor
198 if (DescriptorCount == NULL || Descriptor == NULL) {
218 *Descriptor = mSectionArray;
381 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
383 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
397 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
432 // Create descriptor for writeability, according to lock status
455 *Descriptor = DescriptorArray;
  /external/grpc-grpc/examples/python/multiplex/
route_guide_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _POINT = _descriptor.Descriptor(
32 file=DESCRIPTOR,
66 _RECTANGLE = _descriptor.Descriptor(
70 file=DESCRIPTOR,
104 _FEATURE = _descriptor.Descriptor(
108 file=DESCRIPTOR,
142 _ROUTENOTE = _descriptor.Descriptor(
146 file=DESCRIPTOR,
    [all...]
  /external/grpc-grpc/examples/python/route_guide/
route_guide_pb2.py 6 from google.protobuf import descriptor as _descriptor
18 DESCRIPTOR = _descriptor.FileDescriptor(
28 _POINT = _descriptor.Descriptor(
32 file=DESCRIPTOR,
66 _RECTANGLE = _descriptor.Descriptor(
70 file=DESCRIPTOR,
104 _FEATURE = _descriptor.Descriptor(
108 file=DESCRIPTOR,
142 _ROUTENOTE = _descriptor.Descriptor(
146 file=DESCRIPTOR,
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MrcWrapper.c 757 // Install physical memory descriptor hobs for each memory range.
859 // This is an SMRAM range, create an SMRAM descriptor
861 SmramHobDescriptorBlock->Descriptor[SmramIndex].PhysicalStart = MemoryMap[Index].PhysicalAddress;
862 SmramHobDescriptorBlock->Descriptor[SmramIndex].CpuStart = MemoryMap[Index].CpuAddress;
863 SmramHobDescriptorBlock->Descriptor[SmramIndex].PhysicalSize = MemoryMap[Index].RangeLength;
865 SmramHobDescriptorBlock->Descriptor[SmramIndex].RegionState = EFI_SMRAM_CLOSED | EFI_CACHEABLE;
867 SmramHobDescriptorBlock->Descriptor[SmramIndex].RegionState = EFI_SMRAM_CLOSED;
877 CopyMem(&DescriptorAcpiVariable, &SmramHobDescriptorBlock->Descriptor[SmramRanges-1], sizeof(EFI_SMRAM_DESCRIPTOR));
945 // Install physical memory descriptor hobs for each memory range.
    [all...]
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib.cc 26 using ::tensorflow::protobuf::Descriptor;
118 void AppendDebugStringFunctions(const Descriptor& md);
126 void AppendParseMessageFunction(const Descriptor& md);
130 void AppendMessageFunctions(const Descriptor& md);
168 string GetClassName(const Descriptor& d) {
181 string GetQualifiedName(const Descriptor& d) {
193 string GetQualifiedAppendFn(const Descriptor& d) {
374 void Generator::AppendParseMessageFunction(const Descriptor& md) {
612 void Generator::AppendDebugStringFunctions(const Descriptor& md) {
664 void Generator::AppendMessageFunctions(const Descriptor& md)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 50 #include <google/protobuf/descriptor.pb.h>
51 #include <google/protobuf/descriptor.h>
191 // file descriptor's package.
206 const Descriptor* descriptor);
212 const Descriptor* containing_type) {
230 // message descriptor.
232 const Descriptor* descriptor) {
234 options, descriptor->file()
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/
Stats.cs 17 #region Descriptor
18 /// <summary>File descriptor for grpc/core/stats.proto</summary>
19 public static pbr::FileDescriptor Descriptor {
20 get { return descriptor; }
22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Core.StatsReflection
33 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
53 public static pbr::MessageDescriptor Descriptor {
54 get { return global::Grpc.Core.StatsReflection.Descriptor.MessageTypes[0]; }
58 pbr::MessageDescriptor pb::IMessage.Descriptor {
59 get { return Descriptor; }
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Messages.cs 17 #region Descriptor
18 /// <summary>File descriptor for src/proto/grpc/testing/messages.proto</summary>
19 public static pbr::FileDescriptor Descriptor {
20 get { return descriptor; }
22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Testing.MessagesReflection
58 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
104 public static pbr::MessageDescriptor Descriptor {
105 get { return global::Grpc.Testing.MessagesReflection.Descriptor.MessageTypes[0]; }
109 pbr::MessageDescriptor pb::IMessage.Descriptor {
110 get { return Descriptor; }
    [all...]
Payloads.cs 17 #region Descriptor
18 /// <summary>File descriptor for src/proto/grpc/testing/payloads.proto</summary>
19 public static pbr::FileDescriptor Descriptor {
20 get { return descriptor; }
22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Testing.PayloadsReflection
36 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
56 public static pbr::MessageDescriptor Descriptor {
57 get { return global::Grpc.Testing.PayloadsReflection.Descriptor.MessageTypes[0]; }
61 pbr::MessageDescriptor pb::IMessage.Descriptor {
62 get { return Descriptor; }
    [all...]
EchoMessages.cs 17 #region Descriptor
18 /// <summary>File descriptor for src/proto/grpc/testing/echo_messages.proto</summary>
19 public static pbr::FileDescriptor Descriptor {
20 get { return descriptor; }
22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Testing.EchoMessagesReflection
48 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
73 public static pbr::MessageDescriptor Descriptor {
74 get { return global::Grpc.Testing.EchoMessagesReflection.Descriptor.MessageTypes[0]; }
78 pbr::MessageDescriptor pb::IMessage.Descriptor {
79 get { return Descriptor; }
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 53 // each type it sees (each unique Descriptor pointer). The code
76 #include <google/protobuf/descriptor.h>
77 #include <google/protobuf/descriptor.pb.h>
232 const Descriptor* type; // Type of this DynamicMessage.
328 const Descriptor* descriptor = type_info_->type; local
331 for (int i = 0 ; i < descriptor->oneof_decl_count(); ++i) {
347 for (int i = 0; i < descriptor->field_count(); i++) {
348 const FieldDescriptor* field = descriptor->field(i);
421 const Descriptor* descriptor = type_info_->type local
539 const Descriptor* descriptor = type_info_->type; local
    [all...]
generated_message_reflection.h 104 // descriptor: The descriptor for the message type being implemented.
117 // descriptor->field_count()/32, rounded up. This is a
133 GeneratedMessageReflection(const Descriptor* descriptor,
159 // union is offsets[descriptor->field_count() + i].
166 // size descriptor->oneof_decl_count(). Each uint32
169 GeneratedMessageReflection(const Descriptor* descriptor,
189 const Descriptor* descriptor
    [all...]
descriptor.cc 47 #include <google/protobuf/descriptor.h>
49 #include <google/protobuf/descriptor.pb.h>
238 typedef pair<const Descriptor*, int> DescriptorIntPair;
271 const Descriptor* descriptor; member in union:google::protobuf::__anon36248::Symbol::__anon36249
281 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; }
297 CONSTRUCTOR(Descriptor , MESSAGE , descriptor )
310 case MESSAGE : return descriptor ->file();
344 // through all the extensions that extend a given Descriptor, and a
5632 const Descriptor* descriptor = options_descriptor; local
6065 const Descriptor* descriptor = message->GetDescriptor(); local
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 249 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
258 gDS->GetMemorySpaceDescriptor (Address, &Descriptor);
259 if (Descriptor.GcdMemoryType == EfiGcdMemoryTypeSystemMemory) {
801 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
867 gDS->GetMemorySpaceDescriptor (StartAddress, &Descriptor);
868 if (Descriptor.GcdMemoryType != EfiGcdMemoryTypeReserved) {
869 StartAddress = Descriptor.BaseAddress + Descriptor.Length;
872 Length = MIN (Descriptor.Length, 0xa0000 - StartAddress);
884 gDS->GetMemorySpaceDescriptor (StartAddress, &Descriptor);
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
encode_decode.c 299 Descriptor* desc) {
482 Descriptor* desc) {
496 Descriptor* desc) {
563 Descriptor* desc = ruby_to_Descriptor(get_def_obj((void*)msgdef));
604 static const upb_handlers *new_fill_handlers(Descriptor* desc,
616 const upb_handlers* get_fill_handlers(Descriptor* desc) {
626 const upb_pbdecodermethod *new_fillmsg_decodermethod(Descriptor* desc,
635 static const upb_pbdecodermethod *msgdef_decodermethod(Descriptor* desc) {
643 static const upb_json_parsermethod *msgdef_jsonparsermethod(Descriptor* desc) {
700 VALUE descriptor = rb_ivar_get(klass, descriptor_instancevar_interned) local
741 VALUE descriptor = rb_ivar_get(klass, descriptor_instancevar_interned); local
880 VALUE descriptor; local
1155 VALUE descriptor = rb_ivar_get(klass, descriptor_instancevar_interned); local
1190 VALUE descriptor = rb_ivar_get(klass, descriptor_instancevar_interned); local
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/unittest_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.UnittestProto3Reflection
153 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
154 new pbr::FileDescriptor[] { global::Google.Protobuf.TestProtos.UnittestImportProto3Reflection.Descriptor, },
243 public static pbr::MessageDescriptor Descriptor {
244 get { return global::Google.Protobuf.TestProtos.UnittestProto3Reflection.Descriptor.MessageTypes[0]; }
247 pbr::MessageDescriptor pb::IMessage.Descriptor {
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Reflection/
Reflection.cs 17 #region Descriptor
18 /// <summary>File descriptor for grpc/reflection/v1alpha/reflection.proto</summary>
19 public static pbr::FileDescriptor Descriptor {
20 get { return descriptor; }
22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Reflection.V1Alpha.ReflectionReflection
57 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
84 public static pbr::MessageDescriptor Descriptor {
85 get { return global::Grpc.Reflection.V1Alpha.ReflectionReflection.Descriptor.MessageTypes[0]; }
89 pbr::MessageDescriptor pb::IMessage.Descriptor {
90 get { return Descriptor; }
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
DescriptorsTest.java 38 import com.google.protobuf.Descriptors.Descriptor;
104 Descriptor messageType = TestAllTypes.getDescriptor();
152 Descriptor messageType = TestAllTypes.getDescriptor();
153 Descriptor nestedType = TestAllTypes.NestedMessage.getDescriptor();
196 Descriptor messageType = TestAllTypes.getDescriptor();
287 Descriptor d = TestAllTypes.getDescriptor();
365 // Get the descriptor indirectly from a dependent proto class. This is to
368 Descriptor descriptor = local
373 descriptor.getOptions().hasExtension(UnittestCustomOptions.messageOpt1))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 667 // starting at a given offset and record it in a descriptor.
680 // padding, so we need to subtract them out when we populate the descriptor.
682 //return Optional<StrOffsetsContributionDescriptor>(Descriptor);
686 // starting at a given offset and record it in a descriptor.
697 // padding, so we need to subtract them out when we populate the descriptor.
700 //return Optional<StrOffsetsContributionDescriptor>(Descriptor);
706 Optional<StrOffsetsContributionDescriptor> Descriptor;
709 Descriptor =
712 if (!Descriptor && Offset >= 8)
713 Descriptor = parseDWARF32StringOffsetsTableHeader(DA, (uint32_t)Offset - 8)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
TianoSpecApi.h 110 EFI_NOT_FOUND - No descriptor contains the desired space.
176 OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR * Descriptor
182 Retrieves the descriptor for a memory region containing a specified address.
188 Descriptor - Specified length
194 EFI_SUCCESS - Successfully get memory space descriptor.
247 MemorySpaceMap - Descriptor array
328 EFI_NOT_FOUND - No descriptor contains the desired space.
394 OUT EFI_GCD_IO_SPACE_DESCRIPTOR * Descriptor
400 Retrieves the descriptor for an I/O region containing a specified address.
406 Descriptor - Specified length
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
PeiUsbLib.c 21 Get a given usb descriptor.
27 @param DescriptorLength Request descriptor Length.
28 @param Descriptor Request descriptor.
31 @retval EFI_SUCCESS Usb descriptor is obtained successfully.
32 @retval EFI_DEVICE_ERROR Cannot get the usb descriptor due to a hardware error.
43 OUT VOID *Descriptor
62 Descriptor,
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiUsbLib.h 23 Get the descriptor of the specified USB HID interface.
26 and Interface, and return the HID descriptor in HidDescriptor.
32 @param HidDescriptor Pointer to the USB HID descriptor that was retrieved from
51 Get the report descriptor of the specified USB HID interface.
53 Submit a USB get HID report descriptor request for the USB device specified by
54 UsbIo and Interface, and return the report descriptor in DescriptorBuffer.
61 @param DescriptorBuffer A pointer to the buffer to store the report class descriptor.
183 Set the report descriptor of the specified USB HID interface.
186 Interface, ReportId, and ReportType, and set the report descriptor using the
196 @param Report A pointer to the report descriptor buffer to set.
    [all...]

Completed in 1775 milliseconds

1 2 3 4 5 6 7 8 91011>>