Home
last modified time | relevance | path

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

12345678910>>...51

/aosp_15_r20/external/deqp/executor/
H A DxeXMLWriter.hpp64 struct Attribute struct in xe::xml::Writer
66 std::string name;
67 std::string value;
68 Attribute(const char *name_, const char *value_) : name(name_), value(value_) in Attribute() function
71 Attribute(const char *name_, const std::string &value_) : name(name_), value(value_) in Attribute() function
74 Attribute(const std::string &name_, const std::string &value_) : name(name_), value(value_) in Attribute() function
/aosp_15_r20/prebuilts/bazel/common/proto/build/
Dbuild.pb.go857 type Attribute struct { struct
858 state protoimpl.MessageState
859 sizeCache protoimpl.SizeCache
860 unknownFields protoimpl.UnknownFields
863 Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
865 …t,13,opt,name=explicitly_specified,json=explicitlySpecified" json:"explicitly_specified,omitempty"`
869 Nodep *bool `protobuf:"varint,20,opt,name=nodep" json:"nodep,omitempty"`
873 … `protobuf:"varint,2,req,name=type,enum=blaze_query.Attribute_Discriminator" json:"type,omitempty"`
877 IntValue *int32 `protobuf:"varint,3,opt,name=int_value,json=intValue" json:"int_value,omitempty"`
881 …e *string `protobuf:"bytes,5,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
[all …]
/aosp_15_r20/external/skia/bazel/exporter/build_proto/build/
H A Dbuild.pb.go857 type Attribute struct { struct
858 state protoimpl.MessageState
859 sizeCache protoimpl.SizeCache
860 unknownFields protoimpl.UnknownFields
863 Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
865 …t,13,opt,name=explicitly_specified,json=explicitlySpecified" json:"explicitly_specified,omitempty"`
869 Nodep *bool `protobuf:"varint,20,opt,name=nodep" json:"nodep,omitempty"`
873 … `protobuf:"varint,2,req,name=type,enum=blaze_query.Attribute_Discriminator" json:"type,omitempty"`
877 IntValue *int32 `protobuf:"varint,3,opt,name=int_value,json=intValue" json:"int_value,omitempty"`
881 …e *string `protobuf:"bytes,5,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/
Dattribute.rs13 pub struct Attribute<'a> { struct
17 /// Attribute value. argument
21 impl<'a> fmt::Display for Attribute<'a> { implementation
27 impl<'a> Attribute<'a> { impl
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dconcrete_module_type.h116 struct Attribute { struct
117 Attribute(TypePtr type, bool isParam, bool isBuffer) in Attribute() function
123 TypePtr type_;
124 bool isParam_;
125 bool isBuffer_;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp37 void RISCVTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute()
39 void RISCVTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
41 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
106 void RISCVTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute()
110 void RISCVTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute()
115 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dattr.rs158 impl Attribute { implementation
278 fn enter_args<'a>(attr: &Attribute, input: ParseStream<'a>) -> Result<ParseBuffer<'a>> { in enter_args()
473 impl<'a> FilterAttrs<'a> for &'a [Attribute] { implementation
510 pub fn single_parse_inner(input: ParseStream) -> Result<Attribute> { in single_parse_inner()
521 pub fn single_parse_outer(input: ParseStream) -> Result<Attribute> { in single_parse_outer()
631 impl ToTokens for Attribute { implementation
/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h76 struct Attribute { struct
81 std::optional<AaptAttribute> compiled_attribute; argument
93 std::vector<Attribute> attributes; argument
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A 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 …]
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLProgram.h45 struct Attribute { struct
69 std::unique_ptr<Attribute[]>, argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp213 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { in addFlag()
220 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, in addUInt()
234 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, in addSInt()
246 void DwarfUnit::addString(DIE &Die, dwarf::Attribute Attribute, in addString()
279 void DwarfUnit::addLabel(DIEValueList &Die, dwarf::Attribute Attribute, in addLabel()
288 void DwarfUnit::addSectionOffset(DIE &Die, dwarf::Attribute Attribute, in addSectionOffset()
346 void DwarfUnit::addLabelDelta(DIEValueList &Die, dwarf::Attribute Attribute, in addLabelDelta()
352 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) { in addDIEEntry()
367 void DwarfUnit::addDIEEntry(DIE &Die, dwarf::Attribute Attribute, in addDIEEntry()
390 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) { in addBlock()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp223 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dattr.rs181 impl Attribute { impl
603 impl<'a> FilterAttrs<'a> for &'a [Attribute] { implementation
647 pub(crate) fn single_parse_inner(input: ParseStream) -> Result<Attribute> { in single_parse_inner()
657 pub(crate) fn single_parse_outer(input: ParseStream) -> Result<Attribute> { in single_parse_outer()
765 impl ToTokens for Attribute { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dattr.rs181 impl Attribute { implementation
603 impl<'a> FilterAttrs<'a> for &'a [Attribute] { implementation
647 pub(crate) fn single_parse_inner(input: ParseStream) -> Result<Attribute> { in single_parse_inner()
657 pub(crate) fn single_parse_outer(input: ParseStream) -> Result<Attribute> { in single_parse_outer()
765 impl ToTokens for Attribute { implementation
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DDIE.h51 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()
385 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable
745 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
752 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
767 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
779 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
791 bool deleteValue(dwarf::Attribute Attribute) { in deleteValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DDIE.h51 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()
385 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable
745 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
752 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
767 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
779 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
791 bool deleteValue(dwarf::Attribute Attribute) { in deleteValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DDIE.h51 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()
385 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable
745 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
752 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
767 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
779 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
791 bool deleteValue(dwarf::Attribute Attribute) { in deleteValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DDIE.h51 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()
385 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable
745 value_iterator addValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in addValue()
752 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
767 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
779 bool replaceValue(BumpPtrAllocator &Alloc, dwarf::Attribute Attribute, in replaceValue()
791 bool deleteValue(dwarf::Attribute Attribute) { in deleteValue()
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_api_info.h66 struct Attribute { struct
68 AttributeType type; argument
70 int inferred_index; // index to store attribute in InferredAttributes argument
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/resourceinspection/resourceinspection-annotation/1.1.0-alpha01/androidx.resourceinspection_resourceinspection-annotation/android_common_apex35/local-combined/
Dandroidx.resourceinspection_resourceinspection-annotation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/resourceinspection/resourceinspection-annotation/1.1.0-alpha01/androidx.resourceinspection_resourceinspection-annotation/android_common_apex30/local-combined/
Dandroidx.resourceinspection_resourceinspection-annotation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/resourceinspection/resourceinspection-annotation/1.1.0-alpha01/
HDresourceinspection-annotation-1.1.0-alpha01.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/resourceinspection/ androidx/ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/resourceinspection/resourceinspection-annotation/1.1.0-alpha01/androidx.resourceinspection_resourceinspection-annotation/android_common_apex10000/local-combined/
Dandroidx.resourceinspection_resourceinspection-annotation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/resourceinspection/resourceinspection-annotation/1.1.0-alpha01/androidx.resourceinspection_resourceinspection-annotation/android_common_apex33/local-combined/
Dandroidx.resourceinspection_resourceinspection-annotation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...

12345678910>>...51