/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Shader.h | 105 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/ |
D | Attribute.java | 12 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/ |
D | Attribute.java | 34 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/ |
D | SVGURIReference.h | 30 class Attribute; variable
|
D | SVGExternalResourcesRequired.h | 27 class Attribute; variable
|
D | SVGLangSpace.h | 29 class Attribute; variable
|
D | SVGTests.h | 30 class Attribute; variable
|
D | SVGFitToViewBox.h | 30 class Attribute; variable
|
D | SVGZoomAndPan.h | 30 class Attribute; variable
|
/external/webkit/Source/WebCore/bindings/js/ |
D | ScriptEventListener.h | 41 class Attribute; variable
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | ScriptEventListener.h | 40 class Attribute; variable
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebAttribute.h | 37 namespace WebCore { class Attribute; } variable
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Attribute.java | 18 abstract class Attribute implements IContent class 51 Attribute () {} in Attribute() method in Attribute
|
/external/llvm/test/FrontendC/ |
D | 2010-05-14-Optimized-VarType.c | 6 int Attribute; member
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 50 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()
|
D | DIE.h | 34 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/ |
D | Attribute.h | 89 …Attribute(const QualifiedName& name, const AtomicString& value, bool isMappedAttribute, CSSMappedA… in Attribute() function 98 …Attribute(const AtomicString& name, const AtomicString& value, bool isMappedAttribute, CSSMappedAt… in Attribute() function
|
D | StyledElement.h | 33 class Attribute; variable
|
D | InputElement.h | 29 class Attribute; variable
|
D | SelectElement.h | 31 class Attribute; variable
|
/external/webkit/Source/WebCore/editing/ |
D | MarkupAccumulator.h | 36 class Attribute; variable
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | IItemAttribute.java | 66 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/ |
D | Dwarf.cpp | 101 const char *llvm::dwarf::AttributeString(unsigned Attribute) { in AttributeString()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 81 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/ |
D | tinyxml.h | 908 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
|