Searched defs:Attribute (Results 1 - 25 of 47) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DAttribute.java41 public class Attribute extends ShaderVariable { class in inherits:ShaderVariable
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttribute.java34 public class Attribute { class
47 public Attribute(String decl) { method in class:Attribute
51 public Attribute(String name, String decl) { method in class:Attribute
/external/llvm/lib/DebugInfo/
H A DDWARFAttribute.h18 uint16_t Attribute; member in class:llvm::DWARFAttribute
22 : Attribute(attr), Form(form) {}
24 uint16_t getAttribute() const { return Attribute; }
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttribute.java13 public class Attribute class in inherits:ASN1Object
20 * return an Attribute object from the given object.
25 public static Attribute getInstance(
28 if (o instanceof Attribute)
30 return (Attribute)o;
35 return new Attribute(ASN1Sequence.getInstance(o));
41 private Attribute( method in class:Attribute
51 public Attribute( method in class:Attribute
59 public Attribute( method in class:Attribute
85 * Attribute
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DAttribute.java12 public class Attribute class in inherits:ASN1Object
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( method in class:Attribute
52 public Attribute( method in class:Attribute
78 * Attribute ::= SEQUENCE {
/external/proguard/src/proguard/classfile/attribute/
H A DAttribute.java34 public abstract class Attribute implements VisitorAccepter class in inherits:VisitorAccepter
47 * Create an uninitialized Attribute.
49 protected Attribute() method in class:Attribute
55 * Create an initialized Attribute.
57 protected Attribute(int u2attributeNameIndex) method in class:Attribute
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DAttributedCharacterIteratorTest.java155 * @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));
/external/webkit/Source/WebCore/dom/
H A DAttribute.h41 class Attribute : public RefCounted<Attribute> { class in namespace:WebCore
45 static PassRefPtr<Attribute> create(const QualifiedName& name, const AtomicString& value)
47 return adoptRef(new Attribute(name, value, false, 0));
49 static PassRefPtr<Attribute> createMapped(const QualifiedName& name, const AtomicString& value)
51 return adoptRef(new Attribute(name, value, true, 0));
53 static PassRefPtr<Attribute> createMapped(const AtomicString& name, const AtomicString& value)
55 return adoptRef(new Attribute(name, value, true, 0));
71 PassRefPtr<Attribute> clone() const;
83 // elements may have placed the Attribute i
89 Attribute(const QualifiedName& name, const AtomicString& value, bool isMappedAttribute, CSSMappedAttributeDeclaration* styleDecl) function in class:WebCore::Attribute
98 Attribute(const AtomicString& name, const AtomicString& value, bool isMappedAttribute, CSSMappedAttributeDeclaration* styleDecl) function in class:WebCore::Attribute
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttribute.java7 * $Id: Attribute.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $
18 abstract class Attribute implements IContent class in inherits: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 HRE
51 Attribute () {} method in class:Attribute
[all...]
/external/llvm/lib/Support/
H A DDwarf.cpp115 const char *llvm::dwarf::AttributeString(unsigned Attribute) { argument
116 switch (Attribute) {
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DShader.h105 struct Attribute struct in namespace:gl
107 Attribute() : type(GL_NONE), name("") function in struct:gl::Attribute
111 Attribute(GLenum type, const std::string &name) : type(type), name(name) function in struct:gl::Attribute
119 typedef std::vector<Attribute> AttributeArray;
/external/emma/core/java12/com/vladium/emma/report/
H A DIItemAttribute.java66 private static abstract class Attribute implements IItemAttribute class in class:IItemAttribute.Factory
73 protected Attribute (final String name) method in class:IItemAttribute.Factory.Attribute
86 private static final class NameAttribute extends Attribute
130 private static final class FractionAttribute extends Attribute
/external/llvm/include/llvm/
H A DAttributes.h26 namespace Attribute { namespace in namespace:llvm
40 } // namespace Attribute
48 /*implicit*/ Attributes(Attribute::AttrConst Val) : Bits(Val.v) { }
82 namespace Attribute { namespace in namespace:llvm
193 Attributes Align = A & Attribute::Alignment;
215 Attributes StackAlign = A & Attribute::StackAlignment;
239 if (Attrs & Attribute::Alignment)
241 (((Attrs & Attribute::Alignment).Raw()-1) >> 16);
260 Attrs |= Attribute::constructAlignmentFromInt(Alignment);
272 } // end namespace Attribute
[all...]
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp53 virtual void EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute);
215 MCSymbolAttr Attribute) {
218 if (Attribute == MCSA_IndirectSymbol) {
239 switch (Attribute) {
214 EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) argument
H A DMCPureStreamer.cpp54 virtual void EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) { argument
H A DMCELFStreamer.cpp63 virtual void EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute);
223 MCSymbolAttr Attribute) {
226 if (Attribute == MCSA_IndirectSymbol) {
247 switch (Attribute) {
222 EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) argument
H A DMCNullStreamer.cpp50 virtual void EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute){} argument
H A DWinCOFFStreamer.cpp57 virtual void EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute);
235 MCSymbolAttr Attribute) {
240 switch (Attribute) {
234 EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h32 /// Attribute - Dwarf attribute code.
34 uint16_t Attribute; member in class:llvm::DIEAbbrevData
40 DIEAbbrevData(uint16_t A, uint16_t F) : Attribute(A), Form(F) {}
43 uint16_t getAttribute() const { return Attribute; }
85 void AddAttribute(uint16_t Attribute, uint16_t Form) { argument
86 Data.push_back(DIEAbbrevData(Attribute, Form));
91 void AddFirstAttribute(uint16_t Attribute, uint16_t Form) { argument
92 Data.insert(Data.begin(), DIEAbbrevData(Attribute, Form));
161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) { argument
162 Abbrev.AddAttribute(Attribute, For
[all...]
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp690 const std::string &Attribute = R->getValueAsString("Attribute"); local
695 << Attribute << " = " << Value << ";\n";
699 << Attribute << " < " << Value << ") "
700 << Attribute << " = " << Value << ";\n";
/external/tinyxml/
H A Dtinyxml.cpp662 const char * TiXmlElement::Attribute( const char * name ) const function in class:TiXmlElement
673 const char * TiXmlElement::Attribute( const char * name, int* i ) const function in class:TiXmlElement
675 const char * s = Attribute( name );
687 const char * TiXmlElement::Attribute( const char * name, double* d ) const function in class:TiXmlElement
689 const char * s = Attribute( name );
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.h62 enum Attribute { enum in namespace:JSC
/external/webkit/Source/WebCore/html/parser/
H A DHTMLToken.h54 class Attribute { class in class:WebCore::HTMLToken
62 typedef WTF::Vector<Attribute, 10> AttributeList;
378 Attribute* m_currentAttribute;
443 Attribute* getAttributeItem(const QualifiedName& attributeName)
544 const HTMLToken::Attribute& attribute = attributes[i];
555 m_attributes->insertAttribute(Attribute::createMapped(name, value), false);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java606 retNode = new Attribute(avt, ElemLiteralResult.this);
637 retNode = new Attribute(avt, ElemLiteralResult.this);
657 new Attribute(((AVT)m_avts.get(i)),
732 public class Attribute implements Attr{ class in class:ElemLiteralResult
739 public Attribute(AVT avt, Element elem){ method in class:ElemLiteralResult.Attribute
770 return new Attribute(m_attribute, m_owner);
/external/chromium/webkit/glue/
H A Dwebaccessibility.h158 enum Attribute { enum in struct:webkit_glue::WebAccessibility

Completed in 6243 milliseconds

12