Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DShader.h105 struct Attribute struct
107 Attribute() : type(GL_NONE), name("") in Attribute() argument
111 Attribute(GLenum type, const std::string &name) : type(type), name(name) in Attribute() function
119 typedef std::vector<Attribute> AttributeArray; argument
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
DAttribute.java12 public class Attribute class
40 public Attribute( in Attribute() method in Attribute
52 public Attribute( in Attribute() method in Attribute
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttribute.java34 public class Attribute { class
47 public Attribute(String decl) { in Attribute() method in Attribute
51 public Attribute(String name, String decl) { in Attribute() method in Attribute
/external/proguard/src/proguard/classfile/attribute/
DAttribute.java34 public abstract class Attribute implements VisitorAccepter class
49 protected Attribute() in Attribute() method in Attribute
57 protected Attribute(int u2attributeNameIndex) in Attribute() method in Attribute
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DAttribute.java41 public class Attribute extends ShaderVariable { class
/external/webkit/Source/WebCore/svg/
DSVGURIReference.h30 class Attribute; variable
DSVGExternalResourcesRequired.h27 class Attribute; variable
DSVGLangSpace.h29 class Attribute; variable
DSVGTests.h30 class Attribute; variable
DSVGFitToViewBox.h30 class Attribute; variable
DSVGZoomAndPan.h30 class Attribute; variable
/external/webkit/Source/WebCore/bindings/js/
DScriptEventListener.h41 class Attribute; variable
/external/webkit/Source/WebCore/bindings/v8/
DScriptEventListener.h40 class Attribute; variable
/external/webkit/Source/WebKit/chromium/public/
DWebAttribute.h37 namespace WebCore { class Attribute; } variable
/external/llvm/lib/DebugInfo/
DDWARFAttribute.h18 uint16_t Attribute; variable
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttribute.java18 abstract class Attribute implements IContent class
51 Attribute () {} in Attribute() method in Attribute
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DGrammarRuleAttribute.cs35 using Attribute = System.Attribute; typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DGrammarRuleAttribute.cs34 using Attribute = System.Attribute; typedef
/external/webkit/Source/WebCore/dom/
DAttribute.h89Attribute(const QualifiedName& name, const AtomicString& value, bool isMappedAttribute, CSSMappedA… in Attribute() function
98Attribute(const AtomicString& name, const AtomicString& value, bool isMappedAttribute, CSSMappedAt… in Attribute() function
DStyledElement.h33 class Attribute; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.h34 uint16_t Attribute; variable
85 void AddAttribute(uint16_t Attribute, uint16_t Form) { in AddAttribute()
91 void AddFirstAttribute(uint16_t Attribute, uint16_t Form) { in AddFirstAttribute()
161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) { in addValue()
DDwarfCompileUnit.cpp56 void CompileUnit::addUInt(DIE *Die, unsigned Attribute, in addUInt()
66 void CompileUnit::addSInt(DIE *Die, unsigned Attribute, in addSInt()
76 void CompileUnit::addString(DIE *Die, unsigned Attribute, StringRef String) { in addString()
90 void CompileUnit::addLabel(DIE *Die, unsigned Attribute, unsigned Form, in addLabel()
98 void CompileUnit::addDelta(DIE *Die, unsigned Attribute, unsigned Form, in addDelta()
106 void CompileUnit::addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, in addDIEEntry()
113 void CompileUnit::addBlock(DIE *Die, unsigned Attribute, unsigned Form, in addBlock()
269 void CompileUnit::addAddress(DIE *Die, unsigned Attribute, in addAddress()
288 unsigned Attribute, in addComplexAddress()
380 unsigned Attribute, in addBlockByrefAddress()
[all …]
/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.h36 class Attribute; variable
/external/emma/core/java12/com/vladium/emma/report/
DIItemAttribute.java66 private static abstract class Attribute implements IItemAttribute class in IItemAttribute.Factory
73 protected Attribute (final String name) in Attribute() method in IItemAttribute.Factory.Attribute
/external/llvm/lib/Support/
DDwarf.cpp115 const char *llvm::dwarf::AttributeString(unsigned Attribute) { in AttributeString()

12