Home
last modified time | relevance | path

Searched defs:Attribute (Results 1 – 25 of 44) 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/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/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/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/llvm/test/FrontendC/
D2010-05-14-Optimized-VarType.c6 int Attribute; member
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp50 void CompileUnit::addUInt(DIE *Die, unsigned Attribute, in addUInt()
60 void CompileUnit::addSInt(DIE *Die, unsigned Attribute, in addSInt()
69 void CompileUnit::addString(DIE *Die, unsigned Attribute, unsigned Form, in addString()
77 void CompileUnit::addLabel(DIE *Die, unsigned Attribute, unsigned Form, in addLabel()
85 void CompileUnit::addDelta(DIE *Die, unsigned Attribute, unsigned Form, in addDelta()
93 void CompileUnit::addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, in addDIEEntry()
101 void CompileUnit::addBlock(DIE *Die, unsigned Attribute, unsigned Form, in addBlock()
239 void CompileUnit::addAddress(DIE *Die, unsigned Attribute, in addAddress()
258 unsigned Attribute, in addComplexAddress()
350 unsigned Attribute, in addBlockByrefAddress()
DDIE.h34 unsigned Attribute; variable
85 void AddAttribute(unsigned Attribute, unsigned Form) { in AddAttribute()
91 void AddFirstAttribute(unsigned Attribute, unsigned Form) { in AddFirstAttribute()
161 void addValue(unsigned Attribute, unsigned Form, DIEValue *Value) { in addValue()
/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
DInputElement.h29 class Attribute; variable
DSelectElement.h31 class Attribute; variable
/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.cpp101 const char *llvm::dwarf::AttributeString(unsigned Attribute) { in AttributeString()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp81 void EmitAttribute(unsigned Attribute, unsigned Value) { in EmitAttribute()
86 void EmitTextAttribute(unsigned Attribute, StringRef String) { in EmitTextAttribute()
126 void EmitAttribute(unsigned Attribute, unsigned Value) { in EmitAttribute()
132 void EmitTextAttribute(unsigned Attribute, StringRef String) { in EmitTextAttribute()
/external/tinyxml/
Dtinyxml.h908 const char* Attribute( const std::string& name ) const { return Attribute( name.c_str() ); } in Attribute() function
909 …const char* Attribute( const std::string& name, int* i ) const { return Attribute( name.c_str(), … in Attribute() function
910 …const char* Attribute( const std::string& name, double* d ) const { return Attribute( name.c_str()… in Attribute() function

12