HomeSort by relevance Sort by last modified time
    Searched refs:Supports (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipciio.h 185 OUT UINT64 *Supports OPTIONAL,
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciIo.h 385 Performs an operation on the attributes that this PCI controller supports. The operations include
413 Gets the attributes that this PCI controller supports setting on a BAR using
419 @param Supports A pointer to the mask of attributes that this PCI controller supports
424 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI
425 controller supports are returned in Supports. If Resources
428 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
439 OUT UINT64 *Supports, OPTIONAL
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 75 } else if (ARawAudioAssembler::Supports(desc.c_str())) {
APacketSource.cpp 565 } else if (ARawAudioAssembler::Supports(desc.c_str())) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumeratorSupport.c 630 // Test if it supports 64 memory or not
634 // 0 - the bridge supports only 32 bit addresses.
635 // 1 - the bridge supports 64-bit addresses.
1078 PciIoDevice->Supports = Attributes;
1079 PciIoDevice->Supports &= ( (PciIoDevice->Parent->Supports) | \
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
Ehci.c 64 @param Is64BitCapable Whether the controller supports 64-bit memory
169 // interrupt supports asynchronous operation.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.c 100 @param Is64BitCapable Whether the controller supports 64-bit memory
207 // interrupt supports asynchronous operation.
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridgeIo.c 89 PrivateData->Supports = EFI_PCI_ATTRIBUTE_IDE_PRIMARY_IO |
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c 244 UINT64 Supports;
312 &Supports
318 Supports &= (UINT64)(EFI_PCI_IO_ATTRIBUTE_VGA_IO | EFI_PCI_IO_ATTRIBUTE_VGA_IO_16);
319 if (Supports == 0 || Supports == (EFI_PCI_IO_ATTRIBUTE_VGA_IO | EFI_PCI_IO_ATTRIBUTE_VGA_IO_16)) {
335 EFI_PCI_DEVICE_ENABLE | EFI_PCI_IO_ATTRIBUTE_VGA_MEMORY | Supports,
532 Install child handles if the Handle supports MBR format.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/PciEmulation/
PciEmulation.c 447 Performs an operation on the attributes that this PCI controller supports.
512 OUT UINT64 *Supports, OPTIONAL
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.c 400 Performs an operation on the attributes that this PCI controller supports.
465 OUT UINT64 *Supports, OPTIONAL
  /device/linaro/bootloader/edk2/Omap35xxPkg/PciEmulation/
PciEmulation.c 447 Performs an operation on the attributes that this PCI controller supports.
512 OUT UINT64 *Supports, OPTIONAL
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c 111 Test to see if this driver supports ControllerHandle. Any ControllerHandle
207 UINT64 Supports;
244 &Supports
247 Supports &= (EFI_PCI_DEVICE_ENABLE |
253 Supports,
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 592 Each endpoint address supports data transfer in
870 supports data transfer in one direction except the
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 55 /// Stack abstraction that also supports the IList interface
387 if Supports(Element, IDictionary<Integer, IList<IANTLRInterface>>, Dict) then
390 if Supports(Element, IList<IANTLRInterface>, List) then
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas     [all...]
  /external/nanohttpd/
README.md 112 * Supports parameter parsing of GET and POST methods.
114 * Supports file upload. Uses memory for small uploads, temp files for large ones.
125 * Supports both dynamic content and file serving.
126 * File server supports directory listing, `index.html` and `index.htm`.
127 * File server supports partial content (streaming & continue download).
128 * File server supports ETags.
  /external/nanohttpd/src/site/markdown/
index.md 112 * Supports parameter parsing of GET and POST methods.
114 * Supports file upload. Uses memory for small uploads, temp files for large ones.
125 * Supports both dynamic content and file serving.
126 * File server supports directory listing, `index.html` and `index.htm`.
127 * File server supports partial content (streaming & continue download).
128 * File server supports ETags.
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c 323 UINT64 Supports;
367 Supports = 0;
369 Status = PciRootBridgeIo->GetAttributes (PciRootBridgeIo, &Supports, &Attributes);
387 Temp2 = CatSPrint(RetVal, Temp, Supports);
402 Temp2 = CatSPrint(RetVal, Temp, Supports);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 208 Check(Supports(ReturnValue, IFoo));
  /external/syslinux/dosutil/
eltorito.asm 269 ;Supports only cooked reading
275 ;Supports both HSG and Redbook
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]
adoint_backcompat.h     [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 182 // Supports dsn forms:

Completed in 2203 milliseconds

1 23 4