HomeSort by relevance Sort by last modified time
    Searched defs:Descriptor (Results 76 - 100 of 261) sorted by null

1 2 34 5 6 7 8 91011

  /external/javassist/src/main/javassist/compiler/
JvstCodeGen.java 89 bytecode.addLdc(Descriptor.ofMethod(returnType, paramTypeList));
100 bytecode.addLdc(Descriptor.of(dollarType));
396 String methodname, String descriptor,
404 bytecode.addInvokespecial(classname, methodname, descriptor);
405 setReturnType(descriptor, false, false);
569 * @param typeDesc the type descriptor of the variable
628 Descriptor.ofMethod(CtClass.voidType, args));
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
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...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/map_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.MapUnittestProto3Reflection
150 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
151 new pbr::FileDescriptor[] { global::Google.Protobuf.TestProtos.UnittestProto3Reflection.Descriptor, },
183 public static pbr::MessageDescriptor Descriptor {
184 get { return global::Google.Protobuf.TestProtos.MapUnittestProto3Reflection.Descriptor.MessageTypes[0]; }
187 pbr::MessageDescriptor pb::IMessage.Descriptor {
    [all...]
UnittestIssues.cs 16 #region Descriptor
17 /// <summary>File descriptor for unittest_issues.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:UnitTest.Issues.TestProtos.UnittestIssuesReflection
51 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
91 public static pbr::MessageDescriptor Descriptor {
92 get { return global::UnitTest.Issues.TestProtos.UnittestIssuesReflection.Descriptor.MessageTypes[0]; }
95 pbr::MessageDescriptor pb::IMessage.Descriptor {
96 get { return Descriptor; }
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c 55 // The config descriptor, interface descriptor, and endpoint descriptors in a
231 EFI_USB_STRING_DESCRIPTOR *Descriptor = NULL;
244 DEBUG ((DEBUG_INFO, "USB: Got a request for device descriptor\n"));
249 DEBUG ((DEBUG_INFO, "USB: Got a request for config descriptor\n"));
254 DEBUG ((DEBUG_INFO, "USB: Got a request for String descriptor %d\n", Request->Value & 0xFF));
259 Descriptor = (EFI_USB_STRING_DESCRIPTOR *)AllocateZeroPool (DescriptorSize);
260 ASSERT (Descriptor != NULL);
261 Descriptor->Length = LANG_LENGTH * sizeof (CHAR16);
262 Descriptor->DescriptorType = USB_DESC_TYPE_STRING;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
Mmu.c 273 // iterate through each 1MB descriptor
361 UINT32 Descriptor;
435 // Read the descriptor from the first level page table
436 Descriptor = FirstLevelTable[FirstLevelIdx];
438 // Does this descriptor need to be converted from section entry to 4K pages?
439 if (!TT_DESCRIPTOR_SECTION_TYPE_IS_PAGE_TABLE(Descriptor)) {
446 // Re-read descriptor
447 Descriptor = FirstLevelTable[FirstLevelIdx];
451 PageTable = (ARM_PAGE_TABLE_ENTRY *)TT_DESCRIPTOR_PAGE_BASE_ADDRESS(Descriptor);
509 UINT32 Descriptor;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/UncachedMemoryAllocationLib/
UncachedMemoryAllocationLib.c 92 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
155 Status = gDS->GetMemorySpaceDescriptor (Memory, &Descriptor);
158 gAttributes = Descriptor.Attributes;
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciHostBridgeLib/
FdtPciHostBridgeLib.c 387 bridge is terminated with END descriptor and an
389 entire resources. The resource descriptor field
401 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
406 Descriptor = (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Configuration;
407 while (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR) {
409 for (; Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR; Descriptor++) {
410 ASSERT (Descriptor->ResType <
416 mPciHostBridgeLibAcpiAddressSpaceTypeStr[Descriptor->ResType],
417 Descriptor->AddrLen, Descriptor->AddrRangeMax
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FWBlockService.c     [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...]
  /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/
PciIo.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciHostBridge.c 32 Ensure the compatibility of an IO space descriptor with the IO aperture.
34 The IO space descriptor can come from the GCD IO space map, or it can
38 If the IO space descriptor already has type EfiGcdIoTypeIo, then no action is
41 Otherwise, the intersection of the IO space descriptor is calculated with the
43 taken; the IO space descriptor is compatible with the aperture.
45 Otherwise, the type of the descriptor is investigated again. If the type is
46 EfiGcdIoTypeNonExistent (representing a gap, or a genuine descriptor with
49 descriptor is deemed compatible with the aperture.
51 Otherwise, the IO space descriptor is incompatible with the IO aperture.
55 @param[in] Descriptor The descriptor to ensure compatibility with the
    [all...]
PciRootBridgeIo.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
LightMemoryTest.c 702 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
718 // the different GCD memory descriptor, it may be cause different action.
722 &Descriptor
728 if (Descriptor.GcdMemoryType == EfiGcdMemoryTypeReserved &&
729 (Descriptor.Capabilities & (EFI_MEMORY_PRESENT | EFI_MEMORY_INITIALIZED | EFI_MEMORY_TESTED)) ==
732 CurrentLength = Descriptor.BaseAddress + Descriptor.Length - CurrentBase;
740 Descriptor.Capabilities
746 CurrentBase = Descriptor.BaseAddress + Descriptor.Length;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
PciExpressLib.c 284 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
317 // Get the GCD Memory Descriptor for the PCI Express Bus/Dev/Func specified by Address
319 Status = gDS->GetMemorySpaceDescriptor (Address, &Descriptor);
328 Status = gDS->SetMemorySpaceAttributes (Address, 0x1000, Descriptor.Attributes | EFI_MEMORY_RUNTIME);
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FWBlockService.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Virtio10Dxe/
Virtio10.c 161 EFI_ACPI_QWORD_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
163 Descriptor = Resources;
164 switch (Descriptor->ResType) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
QNCInit.c 377 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
385 Status = gDS->GetMemorySpaceDescriptor (BaseAddress, &Descriptor);
405 Status = gDS->GetMemorySpaceDescriptor (0, &Descriptor);
409 Descriptor.BaseAddress,
410 Descriptor.Length,
411 Descriptor.Attributes
434 Status = gDS->GetMemorySpaceDescriptor (0xA0000, &Descriptor);
438 Descriptor.BaseAddress,
439 Descriptor.Length,
440 Descriptor.Attributes
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
Cpuid.c 45 { 0x00 , "General" , "Null descriptor, this byte contains no information" },
156 { 0xFF , "General" , "CPUID leaf 2 does not report cache descriptor information, use CPUID leaf 4 to query cache parameters" }
308 @param[in] CacheDescriptor Cache descriptor value from CPUID_CACHE_INFO.
317 UINTN Descriptor;
323 for (Descriptor = 0; Descriptor < NumDescriptors; Descriptor++) {
324 if (CacheDescriptor == mCpuidCacheInfoDescription[Descriptor].CacheDescriptor) {
325 return &mCpuidCacheInfoDescription[Descriptor];
332 Display CPUID_CACHE_INFO leaf for each supported cache descriptor.
    [all...]
  /external/golang-protobuf/proto/proto3_proto/
proto3.pb.go 88 func (*Message) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
224 func (*Nested) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
247 func (*MessageWithMap) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
263 func (*IntMap) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
279 func (*IntMaps) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
  /external/libusb/libusb/os/
haiku_usb_backend.cpp 362 USBDevice::Descriptor() const
439 command.device.descriptor = &fDeviceDescriptor;
451 command.config.descriptor = &tmp_config;
455 usbi_err(NULL, "failed retrieving configuration descriptor");
469 usbi_err(NULL, "failed retrieving full configuration descriptor");
488 command.interface_etc.descriptor = &tmp_interface;
491 usbi_err(NULL, "failed retrieving interface descriptor");
501 command.endpoint_etc.descriptor = &tmp_endpoint;
504 usbi_err(NULL, "failed retrieving endpoint descriptor");
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 60 This class is the base of all descriptor classes. It provides common options
64 has_options: True if the descriptor has non-default options. Usually it
72 """Initialize the descriptor given its options message and the name of the
79 # Does this descriptor have non-default options?
83 """Sets the descriptor's options
85 This function is used in generated proto2 files to update descriptor
91 # Does this descriptor have non-default options?
95 """Retrieves descriptor options.
98 descriptor.
130 containing_type: if provided, this is a nested descriptor, with thi
    [all...]
  /external/protobuf/php/ext/google/protobuf/
protobuf.h 13 struct Descriptor;
23 typedef struct Descriptor Descriptor;
70 struct Descriptor {
158 Descriptor* descriptor; // kept alive by self.class.descriptor reference. member in struct:MessageHeader
164 zval* descriptor; member in struct:MessageBuilderContext
170 // VALUE descriptor;
189 Descriptor* php_to_descriptor(zval* value TSRMLS_DC)
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.h 42 struct Descriptor;
53 typedef struct Descriptor Descriptor;
84 Descriptor ---------------|-----------> upb_msgdef (enum types)|
109 struct Descriptor {
139 VALUE descriptor; member in struct:MessageBuilderContext
144 VALUE descriptor; member in struct:OneofBuilderContext
189 Descriptor* ruby_to_Descriptor(VALUE value);
252 VALUE descriptor,
266 VALUE descriptor,
478 Descriptor* descriptor; \/\/ kept alive by self.class.descriptor reference. member in struct:MessageHeader
    [all...]

Completed in 836 milliseconds

1 2 34 5 6 7 8 91011