/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_specs.h | 87 class AttributeSpec { 101 AttributeSpec(const string& op_def_name, const Variable& var, in AttributeSpec() function 149 const std::vector<AttributeSpec>& attributes() const { return attributes_; } in attributes() 150 const std::vector<AttributeSpec>& optional_attributes() const { in optional_attributes() 172 std::vector<AttributeSpec> attributes_; 173 std::vector<AttributeSpec> optional_attributes_;
|
D | op_generator.cc | 101 for (const AttributeSpec& attribute : op.attributes()) { in CollectOpDependencies() 109 for (const AttributeSpec& optional_attribute : op.optional_attributes()) { in CollectOpDependencies() 114 void WriteSetAttrDirective(const AttributeSpec& attr, bool optional, in WriteSetAttrDirective() 174 for (const AttributeSpec& attr : op.attributes()) { in RenderSecondaryFactoryMethod() 213 for (const AttributeSpec& attr : op.attributes()) { in RenderFactoryMethods() 250 for (const AttributeSpec& attribute : op.attributes()) { in RenderFactoryMethods() 256 for (const AttributeSpec& attribute : op.optional_attributes()) { in RenderFactoryMethods() 321 for (const AttributeSpec& attr : op.optional_attributes()) { in RenderGettersAndSetters() 393 for (const AttributeSpec& attr : op.optional_attributes()) { in RenderOptionsClass() 405 for (const AttributeSpec& optional_attribute : op.optional_attributes()) { in RenderOptionsClass()
|
D | op_specs.cc | 301 AttributeSpec CreateAttribute(const OpDef_AttrDef& attr_def, in CreateAttribute() 312 return AttributeSpec( in CreateAttribute() 371 AttributeSpec attr = in Create()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 69 AttributeSpecs.push_back(AttributeSpec(A, F, V)); in extract() 111 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract() 132 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() 173 const AttributeSpec &Spec = AttributeSpecs[*MatchAttrIndex]; in getAttributeValue() 197 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.hpp | 192 struct AttributeSpec struct 194 …static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage sto… 195 …static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int compo… 211 AttributeSpec (void); 238 std::vector<AttributeSpec> attribs;
|
D | glsDrawTest.cpp | 2041 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType,… in createAttributeArray() 2043 DrawTestSpec::AttributeSpec spec; in createAttributeArray() 2060 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createDefaultAttribute (InputType inputTyp… in createDefaultAttribute() 2065 DrawTestSpec::AttributeSpec spec; in createDefaultAttribute() 2082 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec 2098 int DrawTestSpec::AttributeSpec::hash (void) const in hash() 2110 bool DrawTestSpec::AttributeSpec::valid (glu::ApiType ctxType) const in valid() 2201 bool DrawTestSpec::AttributeSpec::isBufferAligned (void) const in isBufferAligned() 2219 bool DrawTestSpec::AttributeSpec::isBufferStrideAligned (void) const in isBufferStrideAligned() 2427 const AttributeSpec& attrib = attribs[ndx]; in getName() [all …]
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 22 struct AttributeSpec { struct 23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} in AttributeSpec() argument 27 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 29 struct AttributeSpec { struct 30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() argument 34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() argument 84 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 29 struct AttributeSpec { struct 30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() argument 34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function 84 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 69 AttributeSpecs.push_back(AttributeSpec(A, F, V)); in extract() 111 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract() 132 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() 197 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize()
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 570 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec; 614 const AttributeSpec AttrSpec, unsigned AttrSize, 620 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec, 629 AttributeSpec AttrSpec, 644 CompileUnit &Unit, AttributeSpec AttrSpec, 651 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec, 660 AttributeSpec AttrSpec,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 54 AttributeSpecs.push_back(AttributeSpec(Attr, Form)); in extract() 72 for (const AttributeSpec &Spec : AttributeSpecs) { in dump()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1298 typedef DWARFAbbreviationDeclaration::AttributeSpec AttributeSpec; typedef in llvm::dsymutil::__anondabe43b60111::DwarfLinker::DIECloner 1323 const AttributeSpec AttrSpec, unsigned AttrSize, 1329 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec, 1339 AttributeSpec AttrSpec, unsigned AttrSize, 1345 unsigned cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec, 1351 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec, 1360 CompileUnit &U, AttributeSpec AttrSpec, 2352 AttributeSpec AttrSpec, in cloneStringAttribute() 2365 AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, in cloneDieReferenceAttribute() 2435 AttributeSpec AttrSpec, in cloneBlockAttribute() [all …]
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 889 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneStringAttribute() 909 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute() 1045 DIE &Die, const DWARFFile &File, CompileUnit &Unit, AttributeSpec AttrSpec, in cloneBlockAttribute() 1100 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneAddressAttribute() 1158 CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneScalarAttribute() 1227 const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info, in cloneAttribute() 1319 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, in shouldSkipAttribute()
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 330 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 478 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 544 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 616 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 1051 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 2189 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|