HomeSort by relevance Sort by last modified time
    Searched defs:Attribute (Results 1 - 25 of 701) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Attribute.py 22 class Attribute:
  /dalvik/dexgen/src/com/android/dexgen/rop/
Attribute.java 22 public interface Attribute {
24 * Get the name of the attribute.
31 * Get the total length of the attribute in bytes, including the
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAttribute.h 18 uint16_t Attribute;
22 : Attribute(attr), Form(form) {}
24 uint16_t getAttribute() const { return Attribute; }
  /dalvik/dx/src/com/android/dx/cf/iface/
Attribute.java 22 public interface Attribute {
24 * Get the name of the attribute.
31 * Get the total length of the attribute in bytes, including the
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.h 1 //===--- ARMAttributeParser.h - ARM Attribute Information Printer ---------===//
23 ARMBuildAttrs::AttrType Attribute;
  /external/proguard/src/proguard/classfile/attribute/
Attribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.AttributeVisitor;
27 * This abstract class represents an attribute that is attached to a class,
28 * a class member, or a code attribute. Specific types of attributes are
34 public abstract class Attribute implements VisitorAccepter
47 * Create an uninitialized Attribute.
49 protected Attribute()
55 * Create an initialized Attribute.
57 protected Attribute(int u2attributeNameIndex)
64 * Returns the String name of the attribute
    [all...]
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 23 #define ATTRIBUTE(_attr) { _attr, #_attr }
25 struct Attribute {
26 EGLint attribute; member in struct:Attribute
31 Attribute attributes[] = {
32 ATTRIBUTE( EGL_BUFFER_SIZE ),
33 ATTRIBUTE( EGL_ALPHA_SIZE ),
34 ATTRIBUTE( EGL_BLUE_SIZE ),
35 ATTRIBUTE( EGL_GREEN_SIZE ),
36 ATTRIBUTE( EGL_RED_SIZE ),
37 ATTRIBUTE( EGL_DEPTH_SIZE )
    [all...]
  /tools/apksig/src/main/java/com/android/apksig/internal/pkcs7/
Attribute.java 26 * PKCS #7 {@code Attribute} as specified in RFC 5652.
29 public class Attribute {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FileInfo/
FileInfo.h 43 UINT64 Attribute;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Imem.h 49 UINT64 Attribute;
  /device/linaro/bootloader/edk2/MdeModulePkg/Logo/
Logo.c 25 EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE Attribute;
47 @param Attribute The display attributes of the image returned.
48 @param OffsetX The X offset of the image regarding the Attribute.
49 @param OffsetY The Y offset of the image regarding the Attribute.
60 OUT EDKII_PLATFORM_LOGO_DISPLAY_ATTRIBUTE *Attribute,
67 Attribute == NULL || OffsetX == NULL || OffsetY == NULL) {
77 *Attribute = mLogos[Current].Attribute;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
FileInfo.h 51 /// The attribute bits for the file.
53 UINT64 Attribute;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
VectorHandoffInfo.h 54 UINT32 Attribute;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Attribute.java 34 public class Attribute {
41 /** The name of the attribute "foo" */
44 /** The optional attribute intialization expression */
47 public Attribute(String decl) {
51 public Attribute(String name, String decl) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attribute.java 14 * Attribute is a pair of OID (as type identifier) + set of values.
17 * Attribute ::= SEQUENCE {
30 * General rule of Attribute usage is that the {@link Attributes} containers
31 * must not have multiple Attribute:s with same attrType (OID) there.
33 public class Attribute
40 * Return an Attribute object from the given object.
45 * <li> {@link Attribute} object
46 * <li> {@link org.bouncycastle.asn1.ASN1Sequence#getInstance(java.lang.Object) ASN1Sequence} input formats with Attribute structure inside
52 public static Attribute getInstance(
55 if (o instanceof Attribute)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
Attribute.java 12 public class Attribute
19 * return an Attribute object from the given object.
24 public static Attribute getInstance(
27 if (o == null || o instanceof Attribute)
29 return (Attribute)o;
34 return new Attribute((ASN1Sequence)o);
40 public Attribute(
47 public Attribute(
73 * Attribute ::= SEQUENCE {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java 12 public class Attribute
19 * return an Attribute object from the given object.
24 public static Attribute getInstance(
27 if (o instanceof Attribute)
29 return (Attribute)o;
34 return new Attribute(ASN1Sequence.getInstance(o));
40 private Attribute(
52 public Attribute(
78 * Attribute ::= SEQUENCE {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 1 //===--- ARMAttributeParser.h - ARM Attribute Information Printer ---------===//
27 ARMBuildAttrs::AttrType Attribute;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ARMAttributeParser.h 1 //===--- ARMAttributeParser.h - ARM Attribute Information Printer ---------===//
27 ARMBuildAttrs::AttrType Attribute;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ARMAttributeParser.h 1 //===--- ARMAttributeParser.h - ARM Attribute Information Printer ---------===//
27 ARMBuildAttrs::AttrType Attribute;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ARMAttributeParser.h 1 //===--- ARMAttributeParser.h - ARM Attribute Information Printer ---------===//
27 ARMBuildAttrs::AttrType Attribute;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ARMAttributeParser.h 1 //===--- ARMAttributeParser.h - ARM Attribute Information Printer ---------===//
27 ARMBuildAttrs::AttrType Attribute;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ARMAttributeParser.h 1 //===--- ARMAttributeParser.h - ARM Attribute Information Printer ---------===//
27 ARMBuildAttrs::AttrType Attribute;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ARMAttributeParser.h 1 //===--- ARMAttributeParser.h - ARM Attribute Information Printer ---------===//
27 ARMBuildAttrs::AttrType Attribute;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 1 //===--- ARMAttributeParser.h - ARM Attribute Information Printer ---------===//
27 ARMBuildAttrs::AttrType Attribute;

Completed in 683 milliseconds

1 2 3 4 5 6 7 8 91011>>