HomeSort by relevance Sort by last modified time
    Searched refs:Attributes (Results 151 - 175 of 1560) sorted by null

1 2 3 4 5 67 8 91011>>

  /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());
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 482 (((EFI_FIRMWARE_VOLUME_HEADER*)Fv)->Attributes & EFI_FVB2_ERASE_POLARITY) ?
779 printf ("Attributes: %X\n", (unsigned) VolumeHeader.Attributes);
781 if (VolumeHeader.Attributes & EFI_FVB2_READ_DISABLED_CAP) {
785 if (VolumeHeader.Attributes & EFI_FVB2_READ_ENABLED_CAP) {
789 if (VolumeHeader.Attributes & EFI_FVB2_READ_STATUS) {
793 if (VolumeHeader.Attributes & EFI_FVB2_WRITE_DISABLED_CAP) {
797 if (VolumeHeader.Attributes & EFI_FVB2_WRITE_ENABLED_CAP) {
801 if (VolumeHeader.Attributes & EFI_FVB2_WRITE_STATUS) {
805 if (VolumeHeader.Attributes & EFI_FVB2_LOCK_CAP) {
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PciHostBridgeLib/
PciHostBridgeSupport.c 151 @param[in] Command Supported attributes.
311 UINT64 Attributes;
330 Attributes = 0;
380 Attributes |= EFI_PCI_ATTRIBUTE_VGA_PALETTE_IO;
381 Attributes |= EFI_PCI_ATTRIBUTE_VGA_PALETTE_IO_16;
458 // Look at the PPB Configuration for legacy decoding attributes
462 Attributes |= EFI_PCI_ATTRIBUTE_ISA_IO;
463 Attributes |= EFI_PCI_ATTRIBUTE_ISA_IO_16;
464 Attributes |= EFI_PCI_ATTRIBUTE_ISA_MOTHERBOARD_IO;
468 Attributes |= EFI_PCI_ATTRIBUTE_VGA_PALETTE_IO;
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Open.c 77 @param Attributes - Attributes to set if the file is created.
81 @retval EFI_INVALID_PARAMETER - The open mode is conflict with the attributes
96 IN UINT8 Attributes
123 Status = FatLocateOFile (&OFile, FileName, Attributes, NewFileName);
137 Status = FatCreateDirEnt (OFile, NewFileName, Attributes, &DirEnt);
163 FileAttributes = OFile->DirEnt->Entry.Attributes;
189 @param Attributes - Attributes to set if the file is created.
194 The Attributes is not the valid attributes.
    [all...]
  /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.
44 OUT UINT32 *Attributes OPTIONAL,
52 Attributes OPTIONAL,
95 @param Attributes Attribute value of the variable found
112 IN UINT32 Attributes,
120 Attributes,
133 @param Attributes Attributes bitmask to specify the type of variables
136 for the EFI variables associated with the attributes specified.
138 for EFI variables associated with the attributes specified.
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Include/Protocol/
VirtualUncachedPages.h 38 OUT UINT64 *Attributes OPTIONAL
48 IN UINT64 Attributes
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PciHostBridgeLib/
PciHostBridge.h 24 @param[in] Supports Supported attributes.
26 @param[in] Attributes Initial attributes.
28 @param[in] AllocAttributes Allocation attributes.
65 IN UINT64 Attributes,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthServiceInternal.h 151 @param[in] Attributes Attribute value of the variable.
169 IN UINT32 Attributes,
177 "certdbv" according to authenticated variable attributes.
181 @param[in] Attributes Attributes of authenticated variable.
193 IN UINT32 Attributes
244 @param[in] Attributes Attribute value of the variable
259 IN UINT32 Attributes OPTIONAL,
278 @param[in] Attributes Attribute value of the variable.
292 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
115 struct Attributes
138 struct Attributes
163 struct Attributes
185 struct Attributes
199 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.27/gas/testsuite/gas/arm/
any-cmse-main.d 1 #name: attributes for 'any' CPU with ARMv8-M Mainline Security Extensions instructions
8 File Attributes
any-cmse.d 1 #name: attributes for 'any' CPU with ARMv8-M Security Extensions instructions
8 File Attributes
any-idiv.d 1 # name: attributes for 'any' CPU with Thumb integer divide
8 File Attributes
armv8a-automatic-hlt.d 5 File Attributes
armv8a-automatic-lda.d 5 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-arch-assumption.d 9 File Attributes
attr-default.d 9 File Attributes
attr-march-armv1.d 1 # name: attributes for -march=armv1
9 File Attributes
attr-march-armv2.d 1 # name: attributes for -march=armv2
9 File Attributes
attr-march-armv2a.d 1 # name: attributes for -march=armv2a
9 File Attributes

Completed in 251 milliseconds

1 2 3 4 5 67 8 91011>>