Home
last modified time | relevance | path

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

1234

/external/deqp/executor/
DxeXMLWriter.hpp60 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() argument
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() argument
/external/skia/src/gpu/
DGrPrimitiveProcessor.h43 struct Attribute { struct
57 const Attribute& getAttrib(int index) const { return fAttribs[index]; } in getAttrib() argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttribute.java33 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/pkcs/
DAttribute.java12 public class Attribute class
40 public Attribute( in Attribute() method in Attribute
47 public Attribute( in Attribute() method in Attribute
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DAttribute.java12 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/
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/droiddriver/src/io/appium/droiddriver/finders/
DAttribute.java19 public enum Attribute { enum
41 Attribute(String name) { in Attribute() method in Attribute
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp184 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference()
210 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference()
223 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry()
283 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute() local
DDwarfUnit.cpp184 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag()
193 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt()
205 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt()
217 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString()
225 dwarf::Attribute Attribute, in addLabel()
235 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset()
259 void DwarfUnit::addLabelDelta(DIE &Die, dwarf::Attribute Attribute, in addLabelDelta()
265 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { in addDIEEntry()
280 void DwarfUnit::addDIETypeSignature(DIE &Die, dwarf::Attribute Attribute, in addDIETypeSignature()
287 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, in addDIEEntry()
[all …]
DDwarfCompileUnit.cpp31 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress()
51 dwarf::Attribute Attribute, in addLocalLabelAddress()
249 DwarfCompileUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, in addSectionLabel()
384 DwarfCompileUnit::addSectionDelta(DIE &Die, dwarf::Attribute Attribute, in addSectionDelta()
753 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress()
775 dwarf::Attribute Attribute, in addComplexAddress()
796 void DwarfCompileUnit::addLocationList(DIE &Die, dwarf::Attribute Attribute, in addLocationList()
/external/deqp/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp56 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/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp62 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
63 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
65 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
DARMELFStreamer.cpp156 void ARMTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
165 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
182 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
284 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem()
291 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem()
312 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem()
333 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
671 void ARMTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
674 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
678 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
/external/llvm/bindings/go/llvm/
Dir_test.go21 func testAttribute(t *testing.T, attr Attribute, name string) {
/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/lib/Object/
DRecordStreamer.cpp32 MCSymbolAttr Attribute) { in markGlobal()
92 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
/external/llvm/include/llvm/IR/
DAttributes.h77 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
80 Attribute() : pImpl(nullptr) {} in Attribute() function
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFAttribute.h18 uint16_t Attribute; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h77 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
80 Attribute() : pImpl(nullptr) {} in Attribute() function
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h138 struct Attribute struct
151 typedef std::vector<Attribute> ActiveAttributes; argument
/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/llvm/lib/DebugInfo/DWARF/
DSyntaxHighlighting.h20 enum HighlightColor { Address, String, Tag, Attribute, Enumerator, Macro }; enumerator
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.h23 ARMBuildAttrs::AttrType Attribute; member

1234