Home
last modified time | relevance | path

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

1234567

/external/rust/crates/proc-macro-error-attr/src/
Dparse.rs8 ) -> Result<(Vec<Attribute>, Vec<TokenTree>, TokenTree)> { in parse_input()
29 ) -> Result<Option<Attribute>> { in parse_next_attr()
72 pub(crate) struct Attribute { struct
78 impl Attribute { argument
84 impl ToTokens for Attribute { implementation
/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() function
66 Attribute (const std::string& name_, const std::string& value_) : name(name_), value(value_) {} in Attribute() function
/external/rust/crates/xml-rs/src/
Dattribute.rs13 pub struct Attribute<'a> { struct
17 /// Attribute value. argument
21 impl<'a> fmt::Display for Attribute<'a> { argument
27 impl<'a> Attribute<'a> { implementation
58 pub fn borrow(&self) -> Attribute { in borrow()
/external/skia/src/gpu/gl/
DGrGLProgram.h38 struct Attribute { struct
62 std::unique_ptr<Attribute[]>, argument
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
DAttribute.java35 public class Attribute class
70 private Attribute( in Attribute() method in Attribute
77 public Attribute( in Attribute() method in Attribute
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DAttribute.java16 public class Attribute class
44 private Attribute( in Attribute() method in Attribute
56 public Attribute( in Attribute() method in Attribute
/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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DAttribute.java16 public class Attribute class
44 public Attribute( in Attribute() method in Attribute
51 public Attribute( in Attribute() method in Attribute
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/cms/
DAttribute.java35 public class Attribute class
70 private Attribute( in Attribute() method in Attribute
77 public Attribute( in Attribute() method in Attribute
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/
DAttribute.java16 public class Attribute class
44 public Attribute( in Attribute() method in Attribute
51 public Attribute( in Attribute() method in Attribute
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DAttribute.java16 public class Attribute class
44 private Attribute( in Attribute() method in Attribute
56 public Attribute( in Attribute() method in Attribute
/external/antlr/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/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DResource.designer.cs31 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
/external/rust/crates/syn/src/
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
Dderive.rs166 attrs: &mut Vec<Attribute>, in data_struct()
203 attrs: &mut Vec<Attribute>, in data_enum()
221 attrs: &mut Vec<Attribute>, in data_union()
/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/rust/crates/remain/src/
Dcheck.rs78 fn attrs(&mut self) -> &mut Vec<Attribute>; in attrs()
87 fn attrs(&mut self) -> &mut Vec<Attribute> { in attrs()
98 fn attrs(&mut self) -> &mut Vec<Attribute> { in attrs()
125 fn attrs(&mut self) -> &mut Vec<Attribute> { in attrs()
/external/skia/include/core/
DSkCustomMesh.h53 struct Attribute { struct
54 enum class Type : uint32_t { // CPU representation Shader Type
63 Type type;
64 size_t offset;
65 SkString name;
/external/tensorflow/tensorflow/python/framework/
Dpython_api_info.h66 struct Attribute { struct
68 AttributeType type; argument
70 int inferred_index; // index to store attribute in InferredAttributes argument
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp135 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
/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
/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()

1234567