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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/rop/
AttributeList.java 41 * Get the {@code n}th attribute.
43 * @param n {@code n >= 0, n < size();} which attribute
44 * @return {@code non-null;} the attribute in question
46 public Attribute get(int n);
58 * Get the first attribute in the list with the given name, if any.
60 * @param name {@code non-null;} attribute name
61 * @return {@code null-ok;} first attribute in the list with the given name,
64 public Attribute findFirst(String name);
67 * Get the next attribute in the list after the given one, with the same
70 * @param attrib {@code non-null;} attribute to start looking afte
    [all...]
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
StdAttributeList.java 23 * an array of {@link Attribute} objects and can be made immutable.
37 public Attribute get(int n) {
38 return (Attribute) get0(n);
54 public Attribute findFirst(String name) {
58 Attribute att = get(i);
68 public Attribute findNext(Attribute attrib) {
74 Attribute att = get(at);
86 Attribute att = get(at);
96 * Sets the attribute at the given index
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java 41 * Get the {@code n}th attribute.
43 * @param n {@code n >= 0, n < size();} which attribute
44 * @return {@code non-null;} the attribute in question
46 public Attribute get(int n);
58 * Get the first attribute in the list with the given name, if any.
60 * @param name {@code non-null;} attribute name
61 * @return {@code null-ok;} first attribute in the list with the given name,
64 public Attribute findFirst(String name);
67 * Get the next attribute in the list after the given one, with the same
70 * @param attrib {@code non-null;} attribute to start looking afte
    [all...]
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
StdAttributeList.java 23 * an array of {@link Attribute} objects and can be made immutable.
37 public Attribute get(int n) {
38 return (Attribute) get0(n);
54 public Attribute findFirst(String name) {
58 Attribute att = get(i);
68 public Attribute findNext(Attribute attrib) {
74 Attribute att = get(at);
86 Attribute att = get(at);
96 * Sets the attribute at the given index
    [all...]
  /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...]
  /libcore/ojluni/src/main/java/java/text/
AttributedCharacterIterator.java 36 * related attribute information.
39 * An attribute is a key/value pair, identified by the key. No two
42 * <p>The values for an attribute are immutable, or must not be mutated
46 * <p>A <em>run with respect to an attribute</em> is a maximum text range for
49 * <li>the attribute is undefined or {@code null} for the entire range, or
50 * <li>the attribute value is defined and has the same non-{@code null} value for the
55 * which this condition is met for each member attribute.
60 * of attribute/value pairs) are treated as separate runs if the
65 * <p>The returned attribute information is limited to runs that contain
69 * Attribute keys are instances of {@link AttributedCharacterIterator.Attribute} and it
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 17 class Attribute;
20 * \brief AttributeSet is a set of Attribute.
27 typedef std::vector<Attribute*> AttrSet;
34 AttributeSet(unsigned int pNum, const Attribute& pPredefined);
44 // exists- return the recorded attribute whose content is identical to the
45 // input attribute.
46 Attribute* exists(const Attribute& pAttr) const;
48 // record - record the attribute no mater if it has been recorded.
49 void record(Attribute& pAttr)
    [all...]
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.
70 /** \class Attribute
75 * onto AttributeBase, and modifiers remains with the class Attribute.
77 class Attribute : public AttributeBase {
131 bool isLegal(const Attribute& pAttr) const;
135 * \brief AttributeProxys is the illusion of private attribute of each
143 * its attribute without explicit searching of existing attribute
    [all...]
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 9 #include "mcld/MC/Attribute.h"
19 bool AttrConstraint::isLegal(const Attribute& pAttr) const {
52 const Attribute& pBase,
96 const Attribute*& pBase,
97 Attribute*& pCopy) {
98 Attribute* result = pParent.exists(*pCopy);
109 Attribute* copy = new Attribute(*m_pBase);
115 Attribute* copy = new Attribute(*m_pBase)
    [all...]
AttributeSet.cpp 11 #include "mcld/MC/Attribute.h"
20 AttributeSet::AttributeSet(unsigned int pNum, const Attribute& pPredefined)
35 Attribute* AttributeSet::exists(const Attribute& pAttr) const {
37 return const_cast<Attribute*>(&m_Predefined);
50 void AttributeSet::record(mcld::Attribute& pAttr) {
  /frameworks/compile/mclinker/include/mcld/
AttributeOption.h 11 #include "mcld/MC/Attribute.h"
20 const Attribute& predefined() const { return m_Predefined; }
21 Attribute& predefined() { return m_Predefined; }
27 Attribute m_Predefined;
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfAttribute.cpp 39 // class Attribute
56 Attribute::Attribute () {}
59 Attribute::~Attribute () {}
74 typedef Attribute* (*Constructor)();
105 Attribute::knownType (const char typeName[])
115 Attribute::registerAttributeType (const char typeName[],
116 Attribute *(*newAttribute)())
122 THROW (Iex::ArgExc, "Cannot register image file attribute "
    [all...]
ImfAttribute.h 42 // class Attribute
54 class Attribute
62 Attribute ();
63 virtual ~Attribute ();
67 // Get this attribute's type name
74 // Make a copy of this attribute
77 virtual Attribute * copy () const = 0;
81 // Type-specific attribute I/O and copying
91 virtual void copyValueFrom (const Attribute &other) = 0;
95 // Attribute factor
311 Attribute * attribute = new TypedAttribute<T>(); local
    [all...]
ImfOpaqueAttribute.h 58 class OpaqueAttribute: public Attribute
72 // Get this attribute's type name
79 // Make a copy of this attribute
82 virtual Attribute * copy () const;
96 virtual void copyValueFrom (const Attribute &other);
  /external/llvm/unittests/IR/
AttributesTest.cpp 20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline);
21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline);
25 AttributeSet::get(C, 1, Attribute::ZExt),
26 AttributeSet::get(C, 2, Attribute::SExt)
38 AttributeSet::get(C, 2, Attribute::ZExt),
39 AttributeSet::get(C, 1, Attribute::SExt
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 34 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
37 HashSet<AttributedCharacterIterator.Attribute> attr =
38 new HashSet<AttributedCharacterIterator.Attribute>();
39 attr.add(AttributedCharacterIterator.Attribute.LANGUAGE);
44 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
50 attr.add(AttributedCharacterIterator.Attribute.READING);
58 Set<AttributedCharacterIterator.Attribute> emptyAttributes =
64 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
68 Set<AttributedCharacterIterator.Attribute> attributes =
70 for(AttributedCharacterIterator.Attribute attr:attributes)
77 Object attribute = local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
GrammarRuleAttribute.cs 34 using Attribute = System.Attribute;
39 public sealed class GrammarRuleAttribute : Attribute {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
GrammarRuleAttribute.cs 35 using Attribute = System.Attribute;
40 public sealed class GrammarRuleAttribute : Attribute
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
FieldVisitor.java 52 * Visits a non standard attribute of the field.
54 * @param attr an attribute.
56 void visitAttribute(Attribute attr);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
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...]
  /external/llvm/lib/IR/
Attributes.cpp 11 // \brief This file implements the Attribute, AttributeImpl, AttrBuilder,
31 // Attribute Construction Methods
34 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind,
54 // Return the Attribute that we found or created.
55 return Attribute(PA);
58 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) {
74 // Return the Attribute that we found or created
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
BaseAttribute.java 19 import com.android.dx.cf.iface.Attribute;
22 * Base implementation of {@link Attribute}, which directly stores
23 * the attribute name but leaves the rest up to subclasses.
25 public abstract class BaseAttribute implements Attribute {
26 /** {@code non-null;} attribute name */
32 * @param name {@code non-null;} attribute name
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
Attribute.java 21 /** Extend this class to implement a material attribute. Register the attribute type by statically calling the
22 * {@link #register(String)} method, whose return value should be used to instantiate the attribute. A class can implement
25 public abstract class Attribute implements Comparable<Attribute> {
29 /** @return The ID of the specified attribute type, or zero if not available */
36 /** @return The alias of the specified attribute type, or null if not available. */
44 /** Call this method to register a custom attribute type, see the wiki for an example. If the alias already exists, then that ID
55 /** The type of this attribute */
60 protected Attribute (final long type) {
    [all...]

Completed in 1123 milliseconds

1 2 3 4 5 6 7 8 91011>>