/external/v8/src/ic/x87/ |
handler-compiler-x87.cc | 279 __ LoadParameterFromStack<Descriptor>(value(), Descriptor::kValue); 384 int descriptor, 393 FieldOperand(scratch, DescriptorArray::GetValueOffset(descriptor))); 634 STATIC_ASSERT(Descriptor::kPassLastArgsOnStack); 635 STATIC_ASSERT(Descriptor::kStackArgumentsCount == 3); 636 __ mov(Descriptor::ValueRegister(), Immediate(kDebugZapValue)); 637 __ mov(Descriptor::SlotRegister(), Immediate(kDebugZapValue)); 638 __ mov(Descriptor::VectorRegister(), Immediate(kDebugZapValue)); 645 __ LoadParameterFromStack<Descriptor>(value(), Descriptor::kValue) [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
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...] |
map_entry.h | 68 metadata.descriptor = descriptor_; 77 const Descriptor* descriptor_; 239 // Create default MapEntry instance for given descriptor. Descriptor has to be 241 // may have the same type and MapEntry class. The given descriptor is needed 243 static MapEntry* CreateDefaultInstance(const Descriptor* descriptor) { 246 descriptor, entry, offsets_, 253 entry->descriptor_ = descriptor;
|
/external/v8/src/interpreter/ |
interpreter.cc | 425 typedef LoadGlobalWithVectorDescriptor Descriptor; 431 return __ CallStub(ic.descriptor(), code_target, context, 432 Arg(Descriptor::kSlot, smi_slot), 433 Arg(Descriptor::kVector, type_feedback_vector)); 469 typedef StoreWithVectorDescriptor Descriptor; 484 __ CallStub(ic.descriptor(), code_target, context, 485 Arg(Descriptor::kReceiver, global), Arg(Descriptor::kName, name), 486 Arg(Descriptor::kValue, value), Arg(Descriptor::kSlot, smi_slot) [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
FrameworkHii.h | 400 FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor;
402 /// The number of Descriptor entries being described.
[all...] |
/external/javassist/src/main/javassist/convert/ |
TransformAccessArrayField.java | 25 import javassist.bytecode.Descriptor; 122 return clazz != null ? Descriptor.toJvmName(clazz) : null;
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
MessageReflection.java | 234 * Returns the descriptor for the target. 236 public Descriptors.Descriptor getDescriptorForType(); 244 ExtensionRegistry registry, Descriptors.Descriptor containingType, 326 Descriptors.FieldDescriptor descriptor, Message defaultInstance) 334 Descriptors.FieldDescriptor descriptor, Message defaultInstance) 344 Descriptors.FieldDescriptor descriptor, Message defaultInstance) 351 descriptor); 355 * provided, it indicates the descriptor is for an extension type, and 360 Descriptors.FieldDescriptor descriptor, 375 public Descriptors.Descriptor getDescriptorForType() [all...] |
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
FieldMaskTree.java | 33 import com.google.protobuf.Descriptors.Descriptor; 216 Descriptor descriptor = source.getDescriptorForType(); local 218 FieldDescriptor field = descriptor.findFieldByName(entry.getKey()); 224 + descriptor.getFullName());
|
/external/protobuf/python/google/protobuf/pyext/ |
message.h | 51 class Descriptor; 89 // Pointer to the parent's descriptor that describes this submessage. 129 // C++ descriptor of this message. 130 const Descriptor* message_descriptor; 138 // This can be different from DESCRIPTOR.file.pool, in the case of a custom 165 // Retrieves the C++ descriptor of a Python Extension descriptor. 211 // Clears the data described by the given descriptor. Used to clear extensions 219 CMessage* self, const FieldDescriptor* descriptor); 227 // Checks if the message has the field described by the descriptor. Used fo [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_map_field.cc | 46 const FieldDescriptor* KeyField(const FieldDescriptor* descriptor) { 47 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type()); 48 const Descriptor* message = descriptor->message_type(); 53 const FieldDescriptor* ValueField(const FieldDescriptor* descriptor) { 54 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type()); 55 const Descriptor* message = descriptor->message_type(); 78 void SetMessageVariables(const FieldDescriptor* descriptor, 84 SetCommonFieldVariables(descriptor, info, variables) [all...] |
java_map_field_lite.cc | 46 const FieldDescriptor* KeyField(const FieldDescriptor* descriptor) { 47 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type()); 48 const Descriptor* message = descriptor->message_type(); 53 const FieldDescriptor* ValueField(const FieldDescriptor* descriptor) { 54 GOOGLE_CHECK_EQ(FieldDescriptor::TYPE_MESSAGE, descriptor->type()); 55 const Descriptor* message = descriptor->message_type(); 78 void SetMessageVariables(const FieldDescriptor* descriptor, 84 SetCommonFieldVariables(descriptor, info, variables) [all...] |
java_message_lite.cc | 57 #include <google/protobuf/descriptor.pb.h> 71 bool GenerateHasBits(const Descriptor* descriptor) { 72 return SupportFieldPresence(descriptor->file()) || 73 HasRepeatedFields(descriptor); 76 string MapValueImmutableClassdName(const Descriptor* descriptor, 78 const FieldDescriptor* value_field = descriptor->FindFieldByName("value"); 86 const Descriptor* descriptor, Context* context [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_helpers.cc | 40 #include <google/protobuf/descriptor.pb.h> 162 const Descriptor* parent, const FileDescriptor* file) { 176 string ClassName(const Params& params, const FileDescriptor* descriptor) { 177 string result = FileJavaPackage(params, descriptor); 179 result += FileClassName(params, descriptor); 183 string ClassName(const Params& params, const EnumDescriptor* descriptor) { 186 const Descriptor* parent = descriptor->containing_type(); 190 return ClassName(params, descriptor->file());
|
/external/protobuf/src/google/protobuf/ |
empty.pb.cc | 14 #include <google/protobuf/descriptor.h> 25 const ::google::protobuf::Descriptor* Empty_descriptor_ = NULL; 172 const ::google::protobuf::Descriptor* Empty::descriptor() { function in class:google::protobuf::Empty 304 metadata.descriptor = Empty_descriptor_;
|
generated_message_reflection_unittest.cc | 51 #include <google/protobuf/descriptor.h> 68 unittest::TestAllTypes::descriptor()->FindFieldByName(name); 77 unittest::TestAllTypes::descriptor()); 101 unittest::TestAllTypes::descriptor()); 138 unittest::TestAllTypes::descriptor()); 226 const Descriptor* descriptor = message1.GetDescriptor(); local 227 fields.push_back(descriptor->FindFieldByName("optional_double")); 228 fields.push_back(descriptor->FindFieldByName("repeated_int32")); 229 fields.push_back(descriptor->FindFieldByName("optional_string")) 310 const Descriptor* descriptor = message1.GetDescriptor(); local 347 const Descriptor* descriptor = message.GetDescriptor(); local 369 const Descriptor* descriptor = message.GetDescriptor(); local 618 const Descriptor* descriptor = message.GetDescriptor(); local 684 const Descriptor* descriptor = unittest::TestOneof2::descriptor(); local 782 const Descriptor* descriptor = unittest::TestOneof2::descriptor(); local 803 const Descriptor* descriptor = message.GetDescriptor(); local [all...] |
map_entry.h | 68 metadata.descriptor = descriptor_; 77 const Descriptor* descriptor_; 239 // Create default MapEntry instance for given descriptor. Descriptor has to be 241 // may have the same type and MapEntry class. The given descriptor is needed 243 static MapEntry* CreateDefaultInstance(const Descriptor* descriptor) { 246 descriptor, entry, offsets_, 253 entry->descriptor_ = descriptor;
|
wrappers.pb.cc | 14 #include <google/protobuf/descriptor.h> 25 const ::google::protobuf::Descriptor* DoubleValue_descriptor_ = NULL; 28 const ::google::protobuf::Descriptor* FloatValue_descriptor_ = NULL; 31 const ::google::protobuf::Descriptor* Int64Value_descriptor_ = NULL; 34 const ::google::protobuf::Descriptor* UInt64Value_descriptor_ = NULL; 37 const ::google::protobuf::Descriptor* Int32Value_descriptor_ = NULL; 40 const ::google::protobuf::Descriptor* UInt32Value_descriptor_ = NULL; 43 const ::google::protobuf::Descriptor* BoolValue_descriptor_ = NULL; 46 const ::google::protobuf::Descriptor* StringValue_descriptor_ = NULL; 49 const ::google::protobuf::Descriptor* BytesValue_descriptor_ = NULL 374 const ::google::protobuf::Descriptor* DoubleValue::descriptor() { function in class:google::protobuf::DoubleValue 632 const ::google::protobuf::Descriptor* FloatValue::descriptor() { function in class:google::protobuf::FloatValue 890 const ::google::protobuf::Descriptor* Int64Value::descriptor() { function in class:google::protobuf::Int64Value 1150 const ::google::protobuf::Descriptor* UInt64Value::descriptor() { function in class:google::protobuf::UInt64Value 1410 const ::google::protobuf::Descriptor* Int32Value::descriptor() { function in class:google::protobuf::Int32Value 1670 const ::google::protobuf::Descriptor* UInt32Value::descriptor() { function in class:google::protobuf::UInt32Value 1930 const ::google::protobuf::Descriptor* BoolValue::descriptor() { function in class:google::protobuf::BoolValue 2190 const ::google::protobuf::Descriptor* StringValue::descriptor() { function in class:google::protobuf::StringValue 2517 const ::google::protobuf::Descriptor* BytesValue::descriptor() { function in class:google::protobuf::BytesValue [all...] |
/test/vts/proto/ |
VtsProfilingMessage_pb2.py | 5 from google.protobuf import descriptor as _descriptor 15 DESCRIPTOR = _descriptor.FileDescriptor( 24 file=DESCRIPTOR, 87 _VTSPROFILINGRECORD = _descriptor.Descriptor( 91 file=DESCRIPTOR, 150 _VTSPROFILINGMESSAGE = _descriptor.Descriptor( 154 file=DESCRIPTOR, 180 DESCRIPTOR.message_types_by_name['VtsProfilingRecord'] = _VTSPROFILINGRECORD 181 DESCRIPTOR.message_types_by_name['VtsProfilingMessage'] = _VTSPROFILINGMESSAGE 185 DESCRIPTOR = _VTSPROFILINGRECOR [all...] |
/external/protobuf/src/google/protobuf/util/internal/ |
protostream_objectwriter_test.cc | 39 #include <google/protobuf/descriptor.pb.h> 40 #include <google/protobuf/descriptor.h> 69 using google::protobuf::Descriptor; 88 string GetTypeUrl(const Descriptor* descriptor) { 89 return string(kTypeServiceBaseUrl) + "/" + descriptor->full_name(); 108 explicit BaseProtoStreamObjectWriterTest(const Descriptor* descriptor) 113 vector<const Descriptor*> descriptors; 114 descriptors.push_back(descriptor); [all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/ |
FWBlockService.c | [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/ |
FWBlockService.c | [all...] |
/hardware/interfaces/graphics/allocator/2.0/default/ |
Gralloc1On0Adapter.cpp | 90 ALOGE("Invalid function descriptor"); 94 auto descriptor = local 96 switch (descriptor) { 161 ALOGE("Invalid function descriptor"); 165 ALOGE("Unknown function descriptor: %d", intDescriptor); 200 mDescriptors.emplace(descriptorId, std::make_shared<Descriptor>()); 202 ALOGV("Created descriptor %" PRIu64, descriptorId); 209 gralloc1_buffer_descriptor_t descriptor) 211 ALOGV("Destroying descriptor %" PRIu64, descriptor); 296 auto descriptor = adapter->getDescriptor(descriptors[i]); local 404 Descriptor descriptor; local [all...] |
/packages/services/Car/tools/emulator/ |
VehicleHalProto_pb2.py | 5 from google.protobuf import descriptor as _descriptor 14 DESCRIPTOR = _descriptor.FileDescriptor( 23 file=DESCRIPTOR, 81 file=DESCRIPTOR, 150 _VEHICLEAREACONFIG = _descriptor.Descriptor( 154 file=DESCRIPTOR, 220 _VEHICLEPROPCONFIG = _descriptor.Descriptor( 224 file=DESCRIPTOR, 318 _VEHICLEPROPVALUE = _descriptor.Descriptor( 322 file=DESCRIPTOR, [all...] |
/external/abi-compliance-checker/ |
abi-compliance-checker.pl | 80 my ($Help, $ShowVersion, %Descriptor, $TargetLibraryName, 190 "d1|old|o=s" => \$Descriptor{1}{"Path"}, 191 "d2|new|n=s" => \$Descriptor{2}{"Path"}, 360 Descriptor of 1st (old) library version. 363 1. XML-descriptor (VERSION.xml file): 387 If you are using an 2-4 descriptor types then you should 394 Descriptor of 2nd (new) library version. 397 Create library ABI dump for the input XML descriptor. You can 398 transfer it anywhere and pass instead of the descriptor. Also 419 of the XML-descriptor should point to static libraries location [all...] |
/external/v8/tools/ |
grokdump.py | 74 class Descriptor(object): 75 """Descriptor of a structure in a memory.""" 85 self.ctype = Descriptor._GetCtype(fields) 94 partial_ctype = Descriptor._GetCtype(fields_copy[:last]) 102 complete_ctype = Descriptor._GetCtype(fields_copy[:last]) 184 MINIDUMP_HEADER = Descriptor([ 194 MINIDUMP_LOCATION_DESCRIPTOR = Descriptor([ 199 MINIDUMP_STRING = Descriptor([ 204 MINIDUMP_DIRECTORY = Descriptor([ 211 MINIDUMP_EXCEPTION = Descriptor([ [all...] |