Home
last modified time | relevance | path

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

123

/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() function
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DCompactHTMLToken.h40 struct Attribute { struct
41 Attribute(const String& name, const String& value) in Attribute() function
59 const Vector<Attribute>& attributes() const { return m_attributes; } in attributes() argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttribute.java34 public class Attribute class
69 private Attribute( in Attribute() method in Attribute
79 public Attribute( in Attribute() method in Attribute
87 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/com/google/android/droiddriver/finders/
DAttribute.java19 public enum Attribute { enum
41 private Attribute(String name) { in Attribute() method in Attribute
/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.cpp59 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()
DARMELFStreamer.cpp208 void ARMTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
217 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
234 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
315 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem()
322 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem()
343 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem()
364 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
700 void ARMTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
703 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
707 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp165 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag()
174 void DwarfUnit::addUInt(DIE &Die, dwarf::Attribute Attribute, in addUInt()
189 void DwarfUnit::addSInt(DIE &Die, dwarf::Attribute Attribute, in addSInt()
207 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString()
221 void DwarfUnit::addLocalString(DIE &Die, dwarf::Attribute Attribute, in addLocalString()
244 void DwarfUnit::addLocationList(DIE &Die, dwarf::Attribute Attribute, in addLocationList()
254 void DwarfUnit::addLabel(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form, in addLabel()
266 void DwarfUnit::addSectionLabel(DIE &Die, dwarf::Attribute Attribute, in addSectionLabel()
276 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset()
287 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress()
[all …]
DDIEHash.cpp195 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
/external/chromium_org/chrome/browser/chromeos/policy/proto/
Dinstall_attributes.proto15 message Attribute { message
/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/chromium_org/third_party/WebKit/Source/core/dom/
DElementDataCache.h40 class Attribute; variable
DAttribute.h37 Attribute(const QualifiedName& name, const AtomicString& value) in Attribute() function
/external/chromium_org/third_party/angle/src/compiler/translator/
DShaderVars.cpp72 Attribute::Attribute() in Attribute() function in sh::Attribute
79 Attribute::Attribute(const Attribute &other) in Attribute() function in sh::Attribute
/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderVars.h73 struct COMPILER_EXPORT Attribute : public ShaderVariable struct
78 Attribute &operator=(const Attribute &other); argument
80 int location;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DGrammarRuleAttribute.cs34 using Attribute = System.Attribute; typedef
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DGrammarRuleAttribute.cs35 using Attribute = System.Attribute; typedef
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DAttribute.java38 public class Attribute { class
60 protected Attribute(final String type) { in Attribute() method in Attribute
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.h23 ARMBuildAttrs::AttrType Attribute; member
/external/llvm/include/llvm/IR/
DAttributes.h119 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
121 Attribute() : pImpl(nullptr) {} in Attribute() function
/external/llvm/lib/MC/
DMCNullStreamer.cpp28 MCSymbolAttr Attribute) override { in EmitSymbolAttribute()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.h36 class Attribute; variable

123