/external/syslinux/gpxe/src/include/gpxe/efi/Pi/ |
PiDxeCis.h | 210 No descriptor contains the desired space. 284 Retrieves the descriptor for a memory region containing a specified address. 287 @param Descriptor A pointer to a caller allocated descriptor. 289 @retval EFI_SUCCESS The descriptor for the memory resource region containing 290 BaseAddress was returned in Descriptor. 291 @retval EFI_INVALID_PARAMETER Descriptor is NULL. 299 OUT EFI_GCD_MEMORY_SPACE_DESCRIPTOR *Descriptor 476 Retrieves the descriptor for an I/O region containing a specified address. 479 @param Descriptor A pointer to a caller allocated descriptor [all...] |
/hardware/interfaces/tests/msgq/1.0/default/ |
TestMsgQ.cpp | 32 _hidl_cb(false /* ret */, MessageQueueSync::Descriptor()); 54 _hidl_cb(false /* ret */, MessageQueueUnsync::Descriptor());
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/ |
objectivec_helpers.h | 37 #include <google/protobuf/descriptor.h> 38 #include <google/protobuf/descriptor.pb.h> 84 // descriptor. 85 string ClassName(const Descriptor* descriptor); 86 string EnumName(const EnumDescriptor* descriptor); 89 // the descriptor. 90 string EnumValueName(const EnumValueDescriptor* descriptor); 92 // Returns the name of the enum value corresponding to the descriptor. 93 string EnumValueShortName(const EnumValueDescriptor* descriptor); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbBus.h | 540 Retrieve the device descriptor of the device.
543 @param Descriptor The variable to receive the device descriptor.
545 @retval EFI_SUCCESS The device descriptor is returned.
553 OUT EFI_USB_DEVICE_DESCRIPTOR *Descriptor
557 Return the configuration descriptor of the current active configuration.
560 @param Descriptor The USB configuration descriptor.
562 @retval EFI_SUCCESS The active configuration descriptor is returned.
571 OUT EFI_USB_CONFIG_DESCRIPTOR *Descriptor
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LegacyRegion2Dxe/ |
LegacyRegion2.c | 201 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
203 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
217 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/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/effects/gradients/ |
SkGradientShaderPriv.h | 83 struct Descriptor { 84 Descriptor() { 100 class DescriptorScope : public Descriptor { 121 SkGradientShaderBase(const Descriptor& desc, const SkMatrix& ptsToUnit);
|
SkTwoPointConicalGradient.h | 45 bool flippedGrad, const Descriptor&);
|
/external/v8/src/builtins/ |
builtins-object.cc | 9 #include "src/property-descriptor.h" 105 // Directly decode from the descriptor array if |from| did not change shape. 983 PropertyDescriptor descriptor; local [all...] |
/external/v8/src/ |
code-stubs-hydrogen.cc | 190 typedef typename Stub::Descriptor Descriptor; 250 CodeStubDescriptor* descriptor) { 260 assembler.TailCallRuntime(descriptor->miss_handler_id(), 264 assembler.TailCallRuntime(descriptor->miss_handler_id(), 268 assembler.TailCallRuntime(descriptor->miss_handler_id(), 273 assembler.TailCallRuntime(descriptor->miss_handler_id(), 278 assembler.TailCallRuntime(descriptor->miss_handler_id(), 293 CodeStubDescriptor descriptor(stub); 295 if (FLAG_minimal && descriptor.has_miss_handler()) [all...] |
/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;
|