HomeSort by relevance Sort by last modified time
    Searched defs:Attributes (Results 26 - 50 of 407) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ARMAttributeParser.h 24 std::map<unsigned, unsigned> Attributes;
129 return Attributes.count(Tag);
133 return Attributes.find(Tag)->second;
  /external/gptfdisk/
attributes.cc 0 // attributes.cc
19 #include "attributes.h"
24 string Attributes::atNames[NUM_ATR];
25 int Attributes::numAttrs = 0;
26 //Attributes::staticInit Attributes::staticInitializer;
29 Attributes::Attributes(void) {
33 attributes = 0;
37 Attributes::Attributes(const uint64_t a)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
VariableFormat.h 42 UINT32 Attributes;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
NonDiscoverablePciDeviceIo.h 60 // The attributes of the allocation
62 UINT64 Attributes;
91 // The PCI I/O attributes for this device
93 UINT64 Attributes;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
PciHostBridgeLib.h 29 UINT64 Supports; ///< Supported attributes.
32 UINT64 Attributes; ///< Initial attributes.
43 UINT64 AllocationAttributes; ///< Allocation attributes.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
AcpiPlatform.c 49 EFI_FV_FILE_ATTRIBUTES Attributes;
100 &Attributes,
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
AcpiPlatform.c 57 EFI_FV_FILE_ATTRIBUTES Attributes;
105 &Attributes,
  /device/linaro/bootloader/edk2/OvmfPkg/Library/LockBoxLib/
LockBoxLib.c 31 UINT64 Attributes;
164 Header->Attributes = 0;
176 This function will set lockbox attributes.
179 @param Attributes the attributes of the lockbox
182 @retval RETURN_INVALID_PARAMETER attributes is invalid.
193 IN UINT64 Attributes
198 DEBUG ((DEBUG_VERBOSE, "%a: Guid=%g Attributes=0x%Lx\n", __FUNCTION__, Guid,
199 Attributes));
209 Header->Attributes = Attributes;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
SetVar.c 75 UINT32 Attributes;
85 Attributes = 0;
133 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
136 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
152 Status = gRT->SetVariable((CHAR16*)VariableName, &Guid, Attributes, 0, NULL);
169 // Determine if the variable exists and get the attributes
171 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
174 Status = gRT->GetVariable((CHAR16*)VariableName, &Guid, &Attributes, &Size, Buffer);
179 // Creating a new variable. determine attributes from command line.
181 Attributes = 0;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/
BiosIdLib.c 60 EFI_FV_FILE_ATTRIBUTES Attributes;
108 &Attributes,
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/HisiAcpiPlatformDxe/
AcpiPlatform.c 50 EFI_FV_FILE_ATTRIBUTES Attributes;
101 &Attributes,
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsAppLoader.c 38 EFI_FV_FILE_ATTRIBUTES Attributes;
93 Status = FvInstance->GetNextFile (FvInstance, Key, &FileType, &NameGuid, &Attributes, &Size);
158 EFI_FV_FILE_ATTRIBUTES Attributes;
202 &Attributes,

Completed in 817 milliseconds

12 3 4 5 6 7 8 91011>>