HomeSort by relevance Sort by last modified time
    Searched refs:GetAttributes (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/gptfdisk/
attributes.h 28 uint64_t GetAttributes(void) const {return attributes;}
gptpart.h 67 Attributes GetAttributes(void) {return attributes;}
attributes.cc 226 os << data.GetAttributes();
gptcurses.cc 337 printw("Attribute flags: %016x\n", partitions[partNum].GetAttributes().GetAttributes());
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolAttrib.c 48 Status = Fvb->GetAttributes (Fvb, &FvbAttributes);
98 Status = Fvb->GetAttributes (
FwVol.c 55 Status = Fvb->GetAttributes (
338 Status = Fvb->GetAttributes (Fvb, &FvbAttributes);
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFirmwareVolumeBlock.h 31 The GetAttributes() function retrieves the attributes and
338 FRAMEWORK_EFI_FVB_GET_ATTRIBUTES GetAttributes;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolAttrib.c 47 Status = Fvb->GetAttributes (Fvb, &FvbAttributes);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolumeBlock.h 37 The GetAttributes() function retrieves the attributes and
349 EFI_FVB_GET_ATTRIBUTES GetAttributes;
PciRootBridgeIo.h 430 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GET_ATTRIBUTES GetAttributes;
  /external/toolchain-utils/automation/server/monitor/
dashboard.py 43 def GetAttributes(self):
107 def GetAttributes(self):
186 'attributes': job.GetAttributes(),
206 'attributes': group.GetAttributes(),
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridge.h 140 GetAttributes (
  /system/sepolicy/tests/
treble_sepolicy_tests.py 164 def GetAttributes(pol):
172 GetAttributes(pol)
  /device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
PciHostBridge.h 180 attributes that are returned by the EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.GetAttributes() member function. The
215 GetAttributes(
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciRootBridgeIo/
PciRootBridgeIo.h 212 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GET_ATTRIBUTES GetAttributes;
  /device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
PciHostBridge.h 232 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.GetAttributes() member function. The
286 GetAttributes(
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/
PciHostBridge.h 238 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.GetAttributes() member function. The
292 GetAttributes(
PciHostBridge.c 75 GetAttributes,
645 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.GetAttributes() member function. The
699 GetAttributes(
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciRootBridgeIo.h 381 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GET_ATTRIBUTES GetAttributes;
  /frameworks/native/libs/vr/libdvr/tests/
dvr_display_manager-test.cpp 164 Status<std::vector<DvrSurfaceAttribute>> GetAttributes(size_t surface_index) {
435 EXPECT_STATUS_ERROR_VALUE(EINVAL, manager_->GetAttributes(0));
449 auto attribute_status = manager_->GetAttributes(0);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
UpdateDispatcher.c 90 Status = FvbProtocol->GetAttributes (FvbProtocol, &Attributes);
243 Status = FvbProtocol->GetAttributes (FvbProtocol, &Attributes);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndhelper.h 79 STDMETHOD_(HRESULT,GetAttributes)(THIS_ ULONG *pcelt,HELPER_ATTRIBUTE **pprgAttributes) PURE;
104 #define INetDiagHelper_GetAttributes(This,pcelt,pprgAttributes) (This)->lpVtbl->GetAttributes(This,pcelt,pprgAttributes)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FaultTolerantWriteSmm.c 253 Status = Fvb->GetAttributes (Fvb, &FvbAttributes);
FaultTolerantWriteSmmDxe.c 131 Status = Fvb->GetAttributes (Fvb, FvbAttributes);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableDxe.c 234 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->FvbInstance->GetAttributes);

Completed in 1326 milliseconds

1 2 3