/external/v8/src/ic/ |
keyed-store-generic.cc | [all...] |
/external/golang-protobuf/ptypes/wrappers/ |
wrappers.pb.go | 37 func (*DoubleValue) Descriptor() ([]byte, []int) { 82 func (*FloatValue) Descriptor() ([]byte, []int) { 127 func (*Int64Value) Descriptor() ([]byte, []int) { 172 func (*UInt64Value) Descriptor() ([]byte, []int) { 217 func (*Int32Value) Descriptor() ([]byte, []int) { 262 func (*UInt32Value) Descriptor() ([]byte, []int) { 307 func (*BoolValue) Descriptor() ([]byte, []int) { 352 func (*StringValue) Descriptor() ([]byte, []int) { 397 func (*BytesValue) Descriptor() ([]byte, []int) {
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
Control.cs | 17 #region Descriptor 18 /// <summary>File descriptor for src/proto/grpc/testing/control.proto</summary> 19 public static pbr::FileDescriptor Descriptor { 20 get { return descriptor; } 22 private static pbr::FileDescriptor descriptor; field in class:Grpc.Testing.ControlReflection 104 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 105 new pbr::FileDescriptor[] { global::Grpc.Testing.PayloadsReflection.Descriptor, global::Grpc.Testing.StatsReflection.Descriptor, }, 177 public static pbr::MessageDescriptor Descriptor { 178 get { return global::Grpc.Testing.ControlReflection.Descriptor.MessageTypes[0]; [all...] |
EmptyServiceGrpc.cs | 35 /// <summary>Service descriptor</summary> 36 public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor 38 get { return global::Grpc.Testing.EmptyServiceReflection.Descriptor.Services[0]; }
|
/external/v8/tools/ |
ll_prof.py | 449 class Descriptor(object): 450 """Descriptor of a structure in the binary trace log.""" 460 _fields_ = Descriptor.CtypesFields(fields) 473 return [(field, Descriptor.CTYPE_MAP[format]) for (field, format) in fields] 481 TRACE_HEADER_DESC = Descriptor([ 495 PERF_EVENT_ATTR_DESC = Descriptor([ 511 PERF_EVENT_HEADER_DESC = Descriptor([ 519 PERF_MMAP_EVENT_BODY_DESC = Descriptor([ 528 PERF_MMAP2_EVENT_BODY_DESC = Descriptor([ 609 self.ip_struct = Descriptor.CTYPE_MAP[PERF_SAMPLE_EVENT_IP_FORMAT [all...] |
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
Descriptor.cs | 2 // source: google/protobuf/descriptor.proto 12 /// <summary>Holder for reflection information generated from google/protobuf/descriptor.proto</summary> 16 #region Descriptor 17 /// <summary>File descriptor for google/protobuf/descriptor.proto</summary> 18 public static pbr::FileDescriptor Descriptor { 19 get { return descriptor; } 21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.Reflection.DescriptorReflection 141 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 179 public static pbr::MessageDescriptor Descriptor { [all...] |
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_message.cc | 47 #include <google/protobuf/descriptor.pb.h> 65 int OrderGroupForFieldDescriptor(const FieldDescriptor* descriptor) { 87 if (descriptor->is_repeated()) { 91 switch (descriptor->type()) { 145 bool operator()(const Descriptor::ExtensionRange* a, 146 const Descriptor::ExtensionRange* b) const { 151 // Sort the fields of the given Descriptor by number into a new[]'d array 153 const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) { 155 new const FieldDescriptor* [descriptor->field_count()] [all...] |
/external/protobuf/src/google/protobuf/ |
reflection.h | 533 static const Descriptor* GetMessageFieldDescriptor() { 549 static const Descriptor* GetMessageFieldDescriptor() { 564 static const Descriptor* GetMessageFieldDescriptor() { 571 static const Descriptor* get() { 577 static const Descriptor* get() { 592 static const Descriptor* GetMessageFieldDescriptor() {
|
descriptor_unittest.cc | 47 #include <google/protobuf/descriptor.pb.h> 48 #include <google/protobuf/descriptor.h> 192 const string& element_name, const Message* descriptor, 215 const Message* descriptor, ErrorLocation location, 324 const Descriptor* foo_message_; 330 const Descriptor* bar_message_; 667 void CopyWithJsonName(const Descriptor* message, DescriptorProto* proto) { 679 const Descriptor* message_; 680 const Descriptor* message2_; 681 const Descriptor* message3_ [all...] |
preserve_unknown_enum_test.cc | 35 #include <google/protobuf/descriptor.h> 124 proto3_preserve_unknown_enum_unittest::MyMessage::descriptor())->New()); 165 proto2_preserve_unknown_enum_unittest::MyMessage::descriptor())->New()); 192 const google::protobuf::Descriptor* d = message.GetDescriptor(); 214 // We should be able to use the returned value descriptor to set a value on 226 const google::protobuf::Descriptor* d = message.GetDescriptor(); 248 const google::protobuf::Descriptor* d = message.GetDescriptor();
|
wrappers.pb.h | 68 static const ::google::protobuf::Descriptor* descriptor(); 159 static const ::google::protobuf::Descriptor* descriptor(); 250 static const ::google::protobuf::Descriptor* descriptor(); 341 static const ::google::protobuf::Descriptor* descriptor(); 432 static const ::google::protobuf::Descriptor* descriptor(); [all...] |
/external/v8/src/ |
bootstrapper.cc | [all...] |
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
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...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
UnknownEnumValueTest.java | 33 import com.google.protobuf.Descriptors.Descriptor; 129 Descriptor descriptor = TestAllTypes.getDescriptor(); local 130 FieldDescriptor optionalNestedEnumField = descriptor.findFieldByName("optional_nested_enum"); 131 FieldDescriptor repeatedNestedEnumField = descriptor.findFieldByName("repeated_nested_enum"); 132 FieldDescriptor packedNestedEnumField = descriptor.findFieldByName("packed_nested_enum"); 179 Descriptor descriptor = TestAllTypes.getDescriptor(); local 180 FieldDescriptor optionalNestedEnumField = descriptor.findFieldByName("optional_nested_enum"); 181 FieldDescriptor repeatedNestedEnumField = descriptor.findFieldByName("repeated_nested_enum") [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/ |
LegacyRegion2OnLegacyRegionThunk.c | 223 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
225 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
239 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/ |
NonDiscoverablePciDeviceIo.c | 37 @param Descriptor Points to the address space descriptor
44 OUT EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR **Descriptor
60 *Descriptor = Desc;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciEnumeratorSupport.c | 348 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
359 for (Descriptor = PciIoDevice->ResourcePaddingDescriptors; Descriptor->Desc != ACPI_END_TAG_DESCRIPTOR; Descriptor++) {
362 if (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR && Descriptor->ResType == ACPI_ADDRESS_SPACE_TYPE_IO) {
364 } else if (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR && Descriptor->ResType == ACPI_ADDRESS_SPACE_TYPE_MEM) {
366 if (Descriptor->AddrSpaceGranularity == 32) {
370 if (Descriptor->SpecificFlag == EFI_ACPI_MEMORY_RESOURCE_SPECIFIC_FLAG_CACHEABLE_PREFETCHABLE) { [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/ |
PeiUsbLib.h | 63 // USB Descriptor types
104 Get a given usb descriptor.
110 @param DescriptorLength Request descriptor Length.
111 @param Descriptor Request descriptor.
114 @retval EFI_SUCCESS Usb descriptor is obtained successfully.
115 @retval EFI_DEVICE_ERROR Cannot get the usb descriptor due to a hardware error.
126 OUT VOID *Descriptor
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
PeiUsbLib.h | 65 // USB Descriptor types
107 Get a given usb descriptor.
113 @param DescriptorLength Request descriptor Length.
114 @param Descriptor Request descriptor.
117 @retval EFI_SUCCESS Usb descriptor is obtained successfully.
118 @retval EFI_DEVICE_ERROR Cannot get the usb descriptor due to a hardware error.
129 OUT VOID *Descriptor
|
/external/golang-protobuf/descriptor/ |
descriptor.go | 32 // Package descriptor provides functions for obtaining protocol buffer 36 // generated protobuf descriptor messages, which themselves depend on proto. 37 package descriptor package 46 protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor" 59 return nil, fmt.Errorf("failed to uncompress descriptor: %v", err) 70 // Message is a proto.Message with a method to return its descriptor. 76 Descriptor() ([]byte, []int) 82 gz, path := msg.Descriptor()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
Message.java | 76 * should mix the message's type (object identity of the descriptor) with its 156 * Get the message's type's descriptor. 160 Descriptors.Descriptor getDescriptorForType();
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor_database.cc | 38 #include <google/protobuf/descriptor.pb.h> 70 const Descriptor* filedescriptor_descriptor =
|
descriptor_pool.cc | 35 #include <google/protobuf/descriptor.pb.h> 37 #include <google/protobuf/pyext/descriptor.h> 180 const Descriptor* message_descriptor = 193 const Descriptor* message_descriptor, 209 const Descriptor* message_descriptor) { 329 // However we do check that the existing descriptor already exists in the pool, 334 PyObject* AddFileDescriptor(PyDescriptorPool* self, PyObject* descriptor) { 336 PyFileDescriptor_AsDescriptor(descriptor); 343 "The file descriptor %s does not belong to this pool", 350 PyObject* AddDescriptor(PyDescriptorPool* self, PyObject* descriptor) { 444 const FileDescriptor* descriptor = local [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
defs.c | 52 "Attempt to modify a frozen descriptor. Once descriptors are " 53 "added to the descriptor pool, they may not be modified."); 112 * Creates a new, empty, descriptor pool. 137 Descriptor* descriptor) { 139 upb_symtab_add(self->symtab, (upb_def**)&descriptor->msgdef, 1, 141 "Adding Descriptor to DescriptorPool failed"); 154 * DescriptorPool.add(descriptor) 156 * Adds the given Descriptor or EnumDescriptor to this pool. All references to 157 * other types in a Descriptor's fields must be resolvable within this pool o [all...] |
/external/skia/src/shaders/gradients/ |
SkLinearGradient.cpp | 30 SkLinearGradient::SkLinearGradient(const SkPoint pts[2], const Descriptor& desc)
|