/third_party/vk-gl-cts/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() 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
|
/third_party/skia/src/gpu/gl/ |
D | GrGLProgram.h | 38 struct Attribute { struct 62 std::unique_ptr<Attribute[]>, argument
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLProgram.h | 35 struct Attribute { struct 47 * The attribute array consists of vertexAttributeCnt + instanceAttributeCnt elements with argument 60 std::unique_ptr<Attribute[]>, argument
|
/third_party/grpc/examples/csharp/HelloworldXamarin/Droid/Resources/ |
D | Resource.designer.cs | 31 public partial class Attribute class in HelloworldXamarin.Droid.Resource 34 static Attribute() in Attribute() method in HelloworldXamarin.Droid.Resource.Attribute 39 private Attribute() in Attribute() method in HelloworldXamarin.Droid.Resource.Attribute
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 135 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference() 161 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference() 174 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry() 234 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute() local
|
D | DwarfUnit.cpp | 223 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag() 232 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt() 246 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt() 258 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString() 293 dwarf::Attribute Attribute, in addLabel() 303 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset() 360 void DwarfUnit::addLabelDelta(DIE &Die, dwarf::Attribute Attribute, in addLabelDelta() 366 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { in addDIEEntry() 381 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, in addDIEEntry() 402 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) { in addBlock() [all …]
|
D | DwarfCompileUnit.cpp | 78 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute, in addLabelAddress() 95 dwarf::Attribute Attribute, in addLocalLabelAddress() 1190 void DwarfCompileUnit::addAddress(DIE &Die, dwarf::Attribute Attribute, in addAddress() 1216 dwarf::Attribute Attribute, in addComplexAddress() 1246 void DwarfCompileUnit::addLocationList(DIE &Die, dwarf::Attribute Attribute, in addLocationList() 1288 void DwarfCompileUnit::addAddressExpr(DIE &Die, dwarf::Attribute Attribute, in addAddressExpr()
|
/third_party/vk-gl-cts/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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 76 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function 79 Attribute() : pImpl(nullptr) {} in Attribute() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 144 struct Attribute struct 157 typedef std::vector<Attribute> ActiveAttributes; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMTargetStreamer.cpp | 104 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute() 105 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() 107 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
|
D | ARMELFStreamer.cpp | 177 void ARMTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() 187 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() 205 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() 312 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem() 319 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem() 340 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem() 361 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems() 774 void ARMTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() 778 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() 783 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/ |
D | WindowsManifestMerger.cpp | 100 for (xmlAttrPtr Attribute = Node->properties; Attribute != nullptr; in getAttribute() local 210 for (xmlAttrPtr Attribute = AdditionalNode->properties; Attribute; in mergeAttributes() local 319 for (xmlAttrPtr Attribute = Node->properties; Attribute; in explicateNamespace() local 560 for (xmlAttrPtr Attribute = Node->properties; Attribute; in setAttributeNamespaces() local 587 for (xmlAttrPtr Attribute = Node->properties; Attribute; in checkAndStripPrefixes() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ARMAttributeParser.h | 26 ARMBuildAttrs::AttrType Attribute; member
|
D | WithColor.h | 26 Attribute, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RecordStreamer.cpp | 37 MCSymbolAttr Attribute) { in markGlobal() 100 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 81 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCNullStreamer.cpp | 29 MCSymbolAttr Attribute) override { in EmitSymbolAttribute()
|
D | MCXCOFFStreamer.cpp | 31 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 51 dwarf::Attribute Attribute; variable 109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() 114 void AddImplicitConstAttribute(dwarf::Attribute Attribute, int64_t Value) { in AddImplicitConstAttribute() 363 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable 691 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
|
/third_party/mindspore/mindspore/lite/mindir/include/ |
D | mindir_types.h | 204 struct Attribute { struct 205 std::string name; 206 uint32_t data;
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 577 const char* TiXmlElement::Attribute( const char* name ) const in Attribute() function in TiXmlElement 587 const std::string* TiXmlElement::Attribute( const std::string& name ) const in Attribute() function in TiXmlElement 597 const char* TiXmlElement::Attribute( const char* name, int* i ) const in Attribute() function in TiXmlElement 613 const std::string* TiXmlElement::Attribute( const std::string& name, int* i ) const in Attribute() function in TiXmlElement 629 const char* TiXmlElement::Attribute( const char* name, double* d ) const in Attribute() function in TiXmlElement 645 const std::string* TiXmlElement::Attribute( const std::string& name, double* d ) const in Attribute() function in TiXmlElement
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 577 const char* TiXmlElement::Attribute( const char* name ) const in Attribute() function in TiXmlElement 587 const std::string* TiXmlElement::Attribute( const std::string& name ) const in Attribute() function in TiXmlElement 597 const char* TiXmlElement::Attribute( const char* name, int* i ) const in Attribute() function in TiXmlElement 613 const std::string* TiXmlElement::Attribute( const std::string& name, int* i ) const in Attribute() function in TiXmlElement 629 const char* TiXmlElement::Attribute( const char* name, double* d ) const in Attribute() function in TiXmlElement 645 const std::string* TiXmlElement::Attribute( const std::string& name, double* d ) const in Attribute() function in TiXmlElement
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderVars.h | 202 struct Attribute : public VariableWithLocation struct 207 Attribute &operator=(const Attribute &other); argument
|
/third_party/css-what/src/ |
D | types.ts | 10 Attribute = "attribute", enumerator
|