HomeSort by relevance Sort by last modified time
    Searched refs:Attributes (Results 126 - 150 of 1357) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
CTA15-A7Mem.c 26 // DDR attributes
67 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
72 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
79 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
84 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
90 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
95 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
101 VirtualMemoryTable[Index].Attributes = CacheAttributes;
107 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
114 VirtualMemoryTable[Index].Attributes = CacheAttributes;
    [all...]
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/
BeagleBoardMem.c 61 VirtualMemoryTable[Index].Attributes = CacheAttributes;
67 VirtualMemoryTable[Index].Attributes = SOC_REGISTERS_L3_ATTRIBUTES;
73 VirtualMemoryTable[Index].Attributes = SOC_REGISTERS_L4_ATTRIBUTES;
79 VirtualMemoryTable[Index].Attributes = (ARM_MEMORY_REGION_ATTRIBUTES)0;
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/
Cache.c 21 // DDR attributes
56 MemoryTable[0].Attributes = (ARM_MEMORY_REGION_ATTRIBUTES)CacheAttributes;
62 MemoryTable[1].Attributes = SOC_REGISTERS_L3_ATTRIBUTES;
68 MemoryTable[2].Attributes = SOC_REGISTERS_L4_ATTRIBUTES;
74 MemoryTable[3].Attributes = (ARM_MEMORY_REGION_ATTRIBUTES)0;
  /device/linaro/bootloader/edk2/EmulatorPkg/AutoScanPei/
AutoScanPei.c 53 EFI_RESOURCE_ATTRIBUTE_TYPE Attributes;
73 Attributes =
90 Attributes |= EFI_RESOURCE_ATTRIBUTE_TESTED;
95 Attributes,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
StatusCodeDataTypeVariable.h 33 UINT32 Attributes;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmLockBoxLib/
SmmLockBoxLibPrivate.h 46 UINT64 Attributes;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/
TcgMorLockSmm.c 29 @param Attributes Point to memory location to return the attributes of variable. If the point
51 OUT UINT32 *Attributes OPTIONAL,
59 Attributes,
71 @param Attributes Point to memory location to return the attributes of variable. If the point
77 defined by the Attributes.
96 IN UINT32 Attributes,
104 Attributes,
  /external/llvm/
llvm-gen-attributes.mk 1 ATTRIBUTETD := $(LLVM_ROOT_PATH)/include/llvm/IR/Attributes.td
7 GENFILE := $(addprefix $(call local-generated-sources-dir)/llvm/IR/,Attributes.inc)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/
RTSMMem.c 26 // DDR attributes
104 VirtualMemoryTable[Index].Attributes = DDR_ATTRIBUTES_CACHED;
106 VirtualMemoryTable[Index].Attributes = DDR_ATTRIBUTES_UNCACHED;
110 VirtualMemoryTable[Index].Attributes = CacheAttributes;
117 VirtualMemoryTable[Index].Attributes = CacheAttributes;
123 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
129 VirtualMemoryTable[Index].Attributes = CacheAttributes;
135 VirtualMemoryTable[Index].Attributes = CacheAttributes;
141 VirtualMemoryTable[Index].Attributes = ARM_MEMORY_REGION_ATTRIBUTE_DEVICE;
148 VirtualMemoryTable[Index].Attributes = CacheAttributes;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableExLib.c 57 AuthVariableInfo->Attributes = 0;
66 AuthVariableInfo->Attributes = Variable.CurrPtr->Attributes;
117 AuthVariableInfo->Attributes = 0;
128 AuthVariableInfo->Attributes = VariablePtr->Attributes;
165 AuthVariableInfo->Attributes,
213 @param[in] Attributes Variable attributes for Variable entries.
226 IN UINT32 Attributes,
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarOutputStreamTest.java 22 import java.util.jar.Attributes;
46 Attributes att = man.getMainAttributes();
47 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
48 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
49 att.put(Attributes.Name.CLASS_PATH, barZip.getName());
  /tools/apksig/src/main/java/com/android/apksig/internal/jar/
ManifestWriter.java 26 import java.util.jar.Attributes;
40 public static void writeMainSection(OutputStream out, Attributes attributes)
45 String manifestVersion = attributes.getValue(Attributes.Name.MANIFEST_VERSION);
48 "Mandatory " + Attributes.Name.MANIFEST_VERSION + " attribute missing");
50 writeAttribute(out, Attributes.Name.MANIFEST_VERSION, manifestVersion);
52 if (attributes.size() > 1) {
53 SortedMap<String, String> namedAttributes = getAttributesSortedByName(attributes);
54 namedAttributes.remove(Attributes.Name.MANIFEST_VERSION.toString())
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Variable.c 42 IN UINT32 Attributes,
67 Entry->Attribute = Attributes;
151 OUT UINT32 *Attributes OPTIONAL,
159 if (EfiAtRuntime () && (Attributes != NULL)) {
160 if ((*Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0) {
176 if (Attributes != NULL) {
177 *Attributes = Entry->Attribute;
230 IN UINT32 Attributes,
238 if (EfiAtRuntime () && ((Attributes & EFI_VARIABLE_RUNTIME_ACCESS) == 0)) {
247 Entry = AddEntry (VariableName, VendorGuid, Attributes, DataSize, Data);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
InitVariable.c 27 @param Attributes Attribute value of the variable found.
43 OUT UINT32 *Attributes OPTIONAL,
51 Attributes OPTIONAL,
94 @param Attributes Attribute value of the variable found
111 IN UINT32 Attributes,
119 Attributes,
132 @param Attributes Attributes bitmask to specify the type of variables
135 for the EFI variables associated with the attributes specified.
137 for EFI variables associated with the attributes specified.
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TestModuleConfigHandler.java 19 import org.xml.sax.Attributes;
33 public void startElement(String uri, String localName, String name, Attributes attributes)
35 super.startElement(uri, localName, name, attributes);
38 mTestClassName = attributes.getValue("class");
42 String optName = attributes.getValue("name");
44 mModuleName = attributes.getValue("value");
46 //System.out.println(String.format("%s: %s, %s, %s", localName, name, optName, attributes.getValue("value")));
  /device/linaro/bootloader/edk2/ArmPkg/Include/Protocol/
VirtualUncachedPages.h 38 OUT UINT64 *Attributes OPTIONAL
48 IN UINT64 Attributes
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthServiceInternal.h 207 @param[in] Attributes Attribute value of the variable.
225 IN UINT32 Attributes,
297 @param[in] Attributes Attribute value of the variable
312 IN UINT32 Attributes OPTIONAL
330 @param[in] Attributes Attribute value of the variable
345 IN UINT32 Attributes OPTIONAL,
364 @param[in] Attributes Attribute value of the variable.
378 IN UINT32 Attributes OPTIONAL
395 @param[in] Attributes Attribute value of the variable.
413 IN UINT32 Attributes OPTIONAL
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorDecimalFormat.java 24 import org.xml.sax.Attributes;
51 * @param attributes The attributes attached to the element. If
52 * there are no attributes, it shall be an empty
53 * Attributes object.
58 * @see org.xml.sax.Attributes
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
70 setPropertiesFromAttributes(handler, rawName, attributes, dfp);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
Serializer.h 37 struct Attributes
68 struct Attributes
90 struct Attributes
113 struct Attributes
136 struct Attributes
161 struct Attributes
183 struct Attributes
197 struct Attributes
  /libcore/ojluni/src/main/java/java/util/jar/
JarEntry.java 38 Attributes attr;
79 * Returns the <code>Manifest</code> <code>Attributes</code> for this
82 * @return the <code>Manifest</code> <code>Attributes</code> for this
86 public Attributes getAttributes() throws IOException {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
any-idiv.d 1 # name: attributes for 'any' CPU with Thumb integer divide
8 File Attributes
attr-any-armv4t.d 1 # name: attributes for 'any' cpu v4t ARM insn
9 File Attributes
attr-any-thumbv6.d 1 # name: attributes for 'any' cpu v6 thumb insn
9 File Attributes
attr-default.d 9 File Attributes
attr-march-armv1.d 1 # name: attributes for -march=armv1
9 File Attributes

Completed in 371 milliseconds

1 2 3 4 56 7 8 91011>>