/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/ |
LegacyRegion.h | 199 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
201 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
215 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
LegacyRegion.c | 195 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
197 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
211 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/ |
FspHobProcessLibVlv2.c | 373 SmramHobDescriptorBlock->Descriptor[0].PhysicalStart = TsegBase;
374 SmramHobDescriptorBlock->Descriptor[0].CpuStart = TsegBase;
375 SmramHobDescriptorBlock->Descriptor[0].PhysicalSize = TsegSize;
376 SmramHobDescriptorBlock->Descriptor[0].RegionState = EFI_SMRAM_CLOSED;
382 BIOS process FspBobList for other data (not Memory Resource Descriptor).
|
/external/javassist/src/main/javassist/ |
CtNewWrappedConstructor.java | 68 Descriptor.ofConstructor(parameters));
|
/external/javassist/src/main/javassist/convert/ |
TransformNew.java | 97 Descriptor.changeReturnType(classname,
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugArangeSet.cpp | 40 // descriptor on the target system. This header is followed by a series 68 Descriptor arangeDescriptor;
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
csharp_doc_comment.cc | 35 #include <google/protobuf/descriptor.h> 85 io::Printer* printer, const DescriptorType* descriptor) { 87 if (descriptor->GetSourceLocation(&location)) { 92 void WriteMessageDocComment(io::Printer* printer, const Descriptor* message) {
|
csharp_helpers.h | 40 #include <google/protobuf/descriptor.pb.h> 41 #include <google/protobuf/descriptor.h> 75 std::string GetReflectionClassUnqualifiedName(const FileDescriptor* descriptor); 77 std::string GetClassName(const EnumDescriptor* descriptor); 79 std::string GetFieldName(const FieldDescriptor* descriptor); 83 std::string GetPropertyName(const FieldDescriptor* descriptor); 104 std::string FileDescriptorToBase64(const FileDescriptor* descriptor); 106 FieldGeneratorBase* CreateFieldGenerator(const FieldDescriptor* descriptor, 112 inline bool IsMapEntryMessage(const Descriptor* descriptor) { [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_field.cc | 49 FieldGeneratorMap::FieldGeneratorMap(const Descriptor* descriptor, const Params ¶ms) 50 : descriptor_(descriptor), 52 new scoped_ptr<FieldGenerator>[descriptor->field_count()]), 54 new scoped_ptr<FieldGenerator>[descriptor->extension_count()]) { 57 for (int i = 0; i < descriptor->field_count(); i++) { 58 field_generators_[i].reset(MakeGenerator(descriptor->field(i), params)); 60 for (int i = 0; i < descriptor->extension_count(); i++) { 61 extension_generators_[i].reset(MakeGenerator(descriptor->extension(i), params));
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_enum_field.cc | 48 void SetEnumVariables(const FieldDescriptor* descriptor, 50 string type = EnumName(descriptor->enum_type()); 55 if (!descriptor->is_repeated() && 56 (descriptor->file() != descriptor->enum_type()->file())) { 65 const Descriptor* msg_descriptor = descriptor->containing_type(); 70 EnumFieldGenerator::EnumFieldGenerator(const FieldDescriptor* descriptor, 72 : SingleFieldGenerator(descriptor, options) { 73 SetEnumVariables(descriptor, &variables_) [all...] |
objectivec_oneof.cc | 44 OneofGenerator::OneofGenerator(const OneofDescriptor* descriptor) 45 : descriptor_(descriptor) { 50 const Descriptor* msg_descriptor = descriptor_->containing_type(); 121 " GPBDescriptor *descriptor = [message descriptor];\n" 122 " GPBOneofDescriptor *oneof = descriptor->oneofs_[$raw_index$];\n"
|
/external/protobuf/src/google/protobuf/util/internal/ |
default_value_objectwriter_test.cc | 51 explicit BaseDefaultValueObjectWriterTest(const Descriptor* descriptor) 53 helper_.ResetTypeInfo(descriptor); 55 string(kTypeServiceBaseUrl) + "/" + descriptor->full_name(), &mock_)); 71 : BaseDefaultValueObjectWriterTest(DefaultValueTest::descriptor()) {}
|
/external/skia/src/shaders/gradients/ |
SkGradientShaderPriv.h | 84 struct Descriptor { 85 Descriptor() { 101 class DescriptorScope : public Descriptor { 122 SkGradientShaderBase(const Descriptor& desc, const SkMatrix& ptsToUnit);
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 99 // descriptor: The descriptor for the message type being implemented. 112 // descriptor->field_count()/32, rounded up. This is a 128 GeneratedMessageReflection(const Descriptor* descriptor, 285 int ctype, const Descriptor* desc) const; 294 const Descriptor* descriptor_; 359 int GetExtensionNumberOrDie(const Descriptor* type) const;
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 99 // descriptor: The descriptor for the message type being implemented. 112 // descriptor->field_count()/32, rounded up. This is a 128 GeneratedMessageReflection(const Descriptor* descriptor, 285 int ctype, const Descriptor* desc) const; 294 const Descriptor* descriptor_; 359 int GetExtensionNumberOrDie(const Descriptor* type) const;
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 99 // descriptor: The descriptor for the message type being implemented. 112 // descriptor->field_count()/32, rounded up. This is a 128 GeneratedMessageReflection(const Descriptor* descriptor, 285 int ctype, const Descriptor* desc) const; 294 const Descriptor* descriptor_; 359 int GetExtensionNumberOrDie(const Descriptor* type) const;
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
generated_message_reflection.h | 99 // descriptor: The descriptor for the message type being implemented. 112 // descriptor->field_count()/32, rounded up. This is a 128 GeneratedMessageReflection(const Descriptor* descriptor, 285 int ctype, const Descriptor* desc) const; 294 const Descriptor* descriptor_; 359 int GetExtensionNumberOrDie(const Descriptor* type) const;
|
/external/v8/src/ |
bootstrapper.cc | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbBus.c | 508 Retrieve the device descriptor of the device.
511 @param Descriptor The variable to receive the device descriptor.
513 @retval EFI_SUCCESS The device descriptor is returned.
521 OUT EFI_USB_DEVICE_DESCRIPTOR *Descriptor
528 if (Descriptor == NULL) {
537 CopyMem (Descriptor, &Dev->DevDesc->Desc, sizeof (EFI_USB_DEVICE_DESCRIPTOR));
545 Return the configuration descriptor of the current active configuration.
548 @param Descriptor The USB configuration descriptor. [all...] |
/external/javassist/src/main/javassist/bytecode/ |
LocalVariableAttribute.java | 110 return Descriptor.rename(desc, oldname, newname); 128 return Descriptor.rename(desc, classnames); 219 * This represents the type descriptor of the local variable. 247 * Returns the type descriptor of the local variable 256 public String descriptor(int i) { method in class:LocalVariableAttribute 261 * This method is equivalent to <code>descriptor()</code>. 263 * this method should be used instead of <code>descriptor()</code> 270 * @see #descriptor(int) 274 return descriptor(i); 317 sig = Descriptor.rename(sig, classnames) [all...] |
/external/nanopb-c/generator/google/protobuf/compiler/ |
plugin_pb2.py | 4 from google.protobuf import descriptor as _descriptor 14 DESCRIPTOR = _descriptor.FileDescriptor( 17 serialized_pb='\n%google/protobuf/compiler/plugin.proto\x12\x18google.protobuf.compiler\x1a google/protobuf/descriptor.proto\"}\n\x14\x43odeGeneratorRequest\x12\x18\n\x10\x66ile_to_generate\x18\x01 \x03(\t\x12\x11\n\tparameter\x18\x02 \x01(\t\x12\x38\n\nproto_file\x18\x0f \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xaa\x01\n\x15\x43odeGeneratorResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x42\n\x04\x66ile\x18\x0f \x03(\x0b\x32\x34.google.protobuf.compiler.CodeGeneratorResponse.File\x1a>\n\x04\x46ile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finsertion_point\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x0f \x01(\tB,\n\x1c\x63om.google.protobuf.compilerB\x0cPluginProtos') 22 _CODEGENERATORREQUEST = _descriptor.Descriptor( 26 file=DESCRIPTOR, 64 _CODEGENERATORRESPONSE_FILE = _descriptor.Descriptor( 68 file=DESCRIPTOR, 105 _CODEGENERATORRESPONSE = _descriptor.Descriptor( 109 file=DESCRIPTOR, 142 DESCRIPTOR.message_types_by_name['CodeGeneratorRequest'] = _CODEGENERATORREQUES [all...] |
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
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...] |
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...] |
Type.cs | 16 #region Descriptor 17 /// <summary>File descriptor for google/protobuf/type.proto</summary> 18 public static pbr::FileDescriptor Descriptor { 19 get { return descriptor; } 21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.TypeReflection 61 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 62 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.SourceContextReflection.Descriptor, }, 100 public static pbr::MessageDescriptor Descriptor { 101 get { return global::Google.Protobuf.WellKnownTypes.TypeReflection.Descriptor.MessageTypes[0]; [all...] |