| /external/deqp/executor/ |
| D | xeXMLWriter.hpp | 60 struct Attribute struct in xe::xml::Writer 62 std::string name; 63 std::string value; 64 Attribute (const char* name_, const char* value_) : name(name_), value(value_) {} in Attribute() function 65 Attribute (const char* name_, const std::string& value_) : name(name_), value(value_) {} in Attribute() argument 66 Attribute (const std::string& name_, const std::string& value_) : name(name_), value(value_) {} in Attribute() function
|
| /external/skia/src/gpu/ |
| D | GrPrimitiveProcessor.h | 124 struct Attribute { struct 125 Attribute() in Attribute() function 142 const Attribute& getAttrib(int index) const { in getAttrib() argument
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
| D | Attribute.java | 33 public class Attribute class 68 private Attribute( in Attribute() method in Attribute 75 public Attribute( in Attribute() method in Attribute
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
| D | Attribute.java | 12 public class Attribute class 40 private 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/ |
| D | Attribute.java | 34 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/ |
| 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/deqp/modules/gles3/functional/ |
| D | es3fVertexArrayObjectTests.cpp | 56 struct Attribute struct 59 GLboolean enabled; 60 GLint size; 61 GLint stride; 62 GLenum type; 63 GLboolean integer; 64 GLint divisor; 65 GLint offset; 66 GLboolean normalized; 68 int bufferNdx; [all …]
|
| /external/droiddriver/src/io/appium/droiddriver/finders/ |
| D | Attribute.java | 19 public enum Attribute { enum 41 private Attribute(String name) { in Attribute() method in Attribute
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMTargetStreamer.cpp | 59 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute() 60 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() 62 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
|
| D | ARMELFStreamer.cpp | 223 void ARMTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() 232 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() 249 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() 345 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem() 352 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem() 373 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem() 394 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems() 734 void ARMTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() 737 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() 741 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIEHash.cpp | 195 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference() 221 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference() 234 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry() 298 dwarf::Attribute Attribute = Desc->getAttribute(); in hashAttribute() local
|
| D | DwarfUnit.cpp | 205 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag() 214 void DwarfUnit::addUInt(DIE &Die, dwarf::Attribute Attribute, in addUInt() 229 void DwarfUnit::addSInt(DIE &Die, dwarf::Attribute Attribute, in addSInt() 247 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() 255 void DwarfUnit::addIndexedString(DIE &Die, dwarf::Attribute Attribute, in addIndexedString() 265 void DwarfUnit::addLocalString(DIE &Die, dwarf::Attribute Attribute, in addLocalString() 281 void DwarfUnit::addLabel(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form, in addLabel() 293 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset() 320 void DwarfUnit::addLabelDelta(DIE &Die, dwarf::Attribute Attribute, in addLabelDelta() 328 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { in addDIEEntry() [all …]
|
| D | DwarfCompileUnit.cpp | 29 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress() 49 dwarf::Attribute Attribute, in addLocalLabelAddress() 227 void DwarfCompileUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, in addSectionLabel() 365 void DwarfCompileUnit::addSectionDelta(DIE &Die, dwarf::Attribute Attribute, in addSectionDelta() 740 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress() 762 dwarf::Attribute Attribute, in addComplexAddress() 783 void DwarfCompileUnit::addLocationList(DIE &Die, dwarf::Attribute Attribute, in addLocationList()
|
| /external/jmonkeyengine/engine/src/core/com/jme3/shader/ |
| D | Attribute.java | 41 public class Attribute extends ShaderVariable { class
|
| /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/mockito/cglib-and-asm/src/org/mockito/asm/ |
| D | Attribute.java | 38 public class Attribute { class 60 protected Attribute(final String type) { in Attribute() method in Attribute
|
| /external/llvm/bindings/go/llvm/ |
| D | ir_test.go | 21 func testAttribute(t *testing.T, attr Attribute, name string) {
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| D | GrammarRuleAttribute.cs | 34 using Attribute = System.Attribute; typedef
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | SyntaxHighlighting.h | 20 enum HighlightColor { Address, String, Tag, Attribute, Enumerator }; enumerator
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| D | GrammarRuleAttribute.cs | 35 using Attribute = System.Attribute; typedef
|
| /external/llvm/tools/llvm-readobj/ |
| D | ARMAttributeParser.h | 23 ARMBuildAttrs::AttrType Attribute; member
|
| /external/llvm/include/llvm/IR/ |
| D | Attributes.h | 121 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function 123 Attribute() : pImpl(nullptr) {} in Attribute() function
|
| /external/llvm/lib/MC/ |
| D | MCNullStreamer.cpp | 28 MCSymbolAttr Attribute) override { in EmitSymbolAttribute()
|
| /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/include/llvm/CodeGen/ |
| D | DIE.h | 35 dwarf::Attribute Attribute; variable 88 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() 174 void addValue(dwarf::Attribute Attribute, dwarf::Form Form, DIEValue *Value) { in addValue()
|