HomeSort by relevance Sort by last modified time
    Searched refs:Attribute (Results 1 - 25 of 1701) 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/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)
37 Attribute Align4 = Attribute::get(C, Attribute::Alignment, 4)
    [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...]
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 22 ForceAttributes("force-attribute", cl::Hidden,
23 cl::desc("Add an attribute to a function. This should be a "
24 "pair of 'function-name:attribute-name', for "
25 "example -force-attribute=foo:noinline. This "
28 static Attribute::AttrKind parseAttrKind(StringRef Kind) {
29 return StringSwitch<Attribute::AttrKind>(Kind)
30 .Case("alwaysinline", Attribute::AlwaysInline)
31 .Case("builtin", Attribute::Builtin)
32 .Case("cold", Attribute::Cold)
33 .Case("convergent", Attribute::Convergent
    [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) {
  /external/flatbuffers/tests/FlatBuffers.Test/
FlatBuffersTestMethodAttribute.cs 22 public class FlatBuffersTestMethodAttribute : Attribute
  /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; }
  /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/llvm/lib/IR/
Attributes.cpp 11 // \brief This file implements the Attribute, AttributeImpl, AttrBuilder,
32 // Attribute Construction Methods
64 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind,
84 // Return the Attribute that we found or created.
85 return Attribute(PA);
88 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) {
104 // Return the Attribute that we found or created
    [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/skia/src/gpu/effects/
GrShadowGeoProc.h 30 const Attribute* inPosition() const { return fInPosition; }
31 const Attribute* inColor() const { return fInColor; }
32 const Attribute* inShadowParams() const { return fInShadowParams; }
45 const Attribute* fInPosition;
46 const Attribute* fInColor;
47 const Attribute* fInShadowParams;
  /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
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Attribute.py 22 class Attribute:
  /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...]
  /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

Completed in 955 milliseconds

1 2 3 4 5 6 7 8 91011>>