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

1 2 3 4 5 6 7

  /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
  /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 22 #define ATTRIBUTE(_attr) { _attr, #_attr }
24 struct Attribute {
25 EGLint attribute; member in struct:Attribute
29 Attribute attributes[] = {
30 ATTRIBUTE( EGL_BUFFER_SIZE ),
31 ATTRIBUTE( EGL_ALPHA_SIZE ),
32 ATTRIBUTE( EGL_BLUE_SIZE ),
33 ATTRIBUTE( EGL_GREEN_SIZE ),
34 ATTRIBUTE( EGL_RED_SIZE ),
35 ATTRIBUTE( EGL_DEPTH_SIZE )
    [all...]
  /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 15 * Attribute is a pair of OID (as type identifier) + set of values.
18 * Attribute ::= SEQUENCE {
31 * General rule of Attribute usage is that the {@link Attributes} containers
32 * must not have multiple Attribute:s with same attrType (OID) there.
34 public class Attribute
41 * Return an Attribute object from the given object.
46 * <li> {@link Attribute} object
47 * <li> {@link org.bouncycastle.asn1.ASN1Sequence#getInstance(java.lang.Object) ASN1Sequence} input formats with Attribute structure inside
53 public static Attribute getInstance(
56 if (o instanceof Attribute)
    [all...]
AttributeTable.java 32 Attribute a = Attribute.getInstance(v.get(i));
43 Attribute a = Attribute.getInstance(s.getObjectAt(i));
50 Attribute attr)
63 Attribute a)
75 if (value instanceof Attribute)
96 public Attribute get(DERObjectIdentifier oid)
102 * Return the first attribute matching the OBJECT IDENTIFIER oid.
104 * @param oid type of attribute required
    [all...]
  /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 {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attribute.h 35 class Attribute {
37 Attribute(const QualifiedName& name, const AtomicString& value)
44 // as the Attribute stays in place. For example, calling a function that mutates
45 // an Element's internal attribute storage may invalidate them.
60 // name of an attribute once parseAttribute has been called as DOM
61 // elements may have placed the Attribute in a hash by name.
67 Attribute();
75 inline bool Attribute::matches(const QualifiedName& qualifiedName) const
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.h 40 struct Attribute {
41 Attribute(const String& name, const String& value)
59 const Vector<Attribute>& attributes() const { return m_attributes; }
60 const Attribute* getAttributeItem(const QualifiedName&) const;
76 Vector<Attribute> m_attributes;
  /external/droiddriver/src/com/google/android/droiddriver/finders/
ByXPath.java 146 setAttribute(element, Attribute.CLASS, className);
147 setAttribute(element, Attribute.RESOURCE_ID, uiElement.getResourceId());
148 setAttribute(element, Attribute.PACKAGE, uiElement.getPackageName());
149 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription());
150 setAttribute(element, Attribute.TEXT, uiElement.getText());
151 setAttribute(element, Attribute.CHECKABLE, uiElement.isCheckable());
152 setAttribute(element, Attribute.CHECKED, uiElement.isChecked());
153 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable());
154 setAttribute(element, Attribute.ENABLED, uiElement.isEnabled());
155 setAttribute(element, Attribute.FOCUSABLE, uiElement.isFocusable())
    [all...]
Attribute.java 19 public enum Attribute {
41 private Attribute(String name) {
  /external/deqp/executor/
xeXMLWriter.hpp 60 struct Attribute
64 Attribute (const char* name_, const char* value_) : name(name_), value(value_) {}
65 Attribute (const char* name_, const std::string& value_) : name(name_), value(value_) {}
66 Attribute (const std::string& name_, const std::string& value_) : name(name_), value(value_) {}
75 Writer& operator<< (const Attribute& attribute);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Attribute.java 33 * A non standard class, field, method or code attribute.
38 public class Attribute {
41 * The type of this attribute.
46 * The raw value of this attribute, used only for unknown attributes.
51 * The next attribute in this attribute list. May be <tt>null</tt>.
53 Attribute next;
56 * Constructs a new empty attribute.
58 * @param type the type of the attribute.
60 protected Attribute(final String type) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedCharacterIteratorTest.java 155 * @tests java.text.AttributedCharacterIterator#getRunLimit(java.text.AttributedCharacterIterator$Attribute)
157 public void test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute() {
159 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
163 2, it.getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE));
166 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
170 4, it.getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE));
AttributedCharacterIteratorAttributeTest.java 21 import java.text.AttributedCharacterIterator.Attribute;
34 * @tests java.text.AttributedCharacterIterator$Attribute()
37 MyAttribute attribute = new MyAttribute("attribute"); local
39 assertEquals("Attribute has wrong name", "attribute", attribute.getExposedName());
41 attribute = new MyAttribute(null);
42 assertEquals("Attribute has wrong name", null, attribute.getExposedName())
54 MyAttribute attribute = new MyAttribute("test"); local
79 MyAttribute attribute; local
    [all...]
  /libcore/luni/src/main/java/java/text/
AttributedCharacterIterator.java 40 public static class Attribute implements Serializable {
45 * This attribute marks segments from an input method. Most input
51 public static final Attribute INPUT_METHOD_SEGMENT = new Attribute("input_method_segment");
54 * The attribute describing the language of a character. The value
57 public static final Attribute LANGUAGE = new Attribute("language");
61 * Japanese), this attribute allows to define which reading should be
65 public static final Attribute READING = new Attribute("reading")
    [all...]
  /external/chromium_org/third_party/angle/src/common/
shadervars.h 75 struct Attribute : public ShaderVariable
79 Attribute()
84 Attribute(GLenum typeIn, GLenum precisionIn, const char *nameIn, unsigned int arraySizeIn, int locationIn)
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java 7 * $Id: Attribute.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $
18 abstract class Attribute implements IContent
22 public static final Attribute ID = new AttributeImpl ("ID");
23 public static final Attribute NAME = new AttributeImpl ("NAME");
24 public static final Attribute TITLE = new AttributeImpl ("TITLE");
25 public static final Attribute TYPE = new AttributeImpl ("TYPE");
26 public static final Attribute CLASS = new AttributeImpl ("CLASS");
27 public static final Attribute HTTP_EQUIV = new AttributeImpl ("HTTP-EQUIV");
28 public static final Attribute CONTENT = new AttributeImpl ("CONTENT");
29 public static final Attribute HREF = new AttributeImpl ("HREF")
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 31 /// \brief Grabs the string in whichever attribute is passed in and returns
116 // ... Then the name, taken from the DW_AT_name attribute.
136 DEBUG(dbgs() << "Attribute: "
195 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute,
200 // the DWARF attribute code (DW_AT_type or DW_AT_friend),
201 addULEB128(Attribute);
221 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute,
227 addULEB128(Attribute);
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 1 //===- Attribute.h --------------------------------------------------------===//
26 * file (@see mcld::Input in MCLinker) has a pointer of an attribute. Since
28 * which have identical attributes share common attribute. AttributeBase is
29 * the shared storage for attribute.
79 /** \class Attribute
84 * onto AttributeBase, and modifiers remains with the class Attribute.
86 class Attribute : public AttributeBase
160 bool isLegal(const Attribute& pAttr) const;
164 * \brief AttributeProxys is the illusion of private attribute of each
172 * its attribute without explicit searching of existing attribute
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 97 attrString2 = new AttributedString(iter, 2, 7, new AttributedCharacterIterator.Attribute[] {});
106 * int, int, AttributedCharacterIterator.Attribute[]) Test of method
108 * int, int, AttributedCharacterIterator.Attribute[]). Case 1: Try to
114 public void test_ConstructorLAttributedCharacterIteratorII$Ljava_text_AttributedCharacterIterator$Attribute() {
143 AttributedCharacterIterator.Attribute[] attributes = new AttributedCharacterIterator.Attribute[1];
154 * int, int, Map<? extends AttributedCharacterIterator.Attribute,?>)
158 * AttributedCharacterIterator.Attribute,?>). Case 1: Try to
170 new WeakHashMap<AttributedCharacterIterator.Attribute, String>());
185 Map<AttributedCharacterIterator.Attribute, String> whm = new WeakHashMap<AttributedCharacterIterator.Attribute, String>()
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 171 enum Attribute {
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 577 const char* TiXmlElement::Attribute( const char* name ) const
587 const std::string* TiXmlElement::Attribute( const std::string& name ) const
597 const char* TiXmlElement::Attribute( const char* name, int* i ) const
613 const std::string* TiXmlElement::Attribute( const std::string& name, int* i ) const
629 const char* TiXmlElement::Attribute( const char* name, double* d ) const
645 const std::string* TiXmlElement::Attribute( const std::string& name, double* d ) const
860 const TiXmlAttribute* attribute = 0; local
861 for( attribute = attributeSet.First();
862 attribute;
863 attribute = attribute->Next()
    [all...]

Completed in 1115 milliseconds

1 2 3 4 5 6 7