/external/rust/crates/proc-macro-error-attr/src/ |
D | parse.rs | 8 ) -> 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/ |
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() function 66 Attribute (const std::string& name_, const std::string& value_) : name(name_), value(value_) {} in Attribute() function
|
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVTargetStreamer.cpp | 32 void RISCVTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute() 34 void RISCVTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() 36 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() 104 void RISCVTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() 108 void RISCVTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() 113 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
|
D | RISCVELFStreamer.h | 33 AttributeItem *getAttributeItem(unsigned Attribute) { in getAttributeItem() 40 void setAttributeItem(unsigned Attribute, unsigned Value, in setAttributeItem() 55 void setAttributeItem(unsigned Attribute, StringRef Value, in setAttributeItem() 70 void setAttributeItems(unsigned Attribute, unsigned IntValue, in setAttributeItems()
|
D | RISCVELFStreamer.cpp | 76 void RISCVTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() 80 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() 85 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | Attribute.java | 12 public class Attribute class 40 public Attribute( in Attribute() method in Attribute 47 public Attribute( in Attribute() method in Attribute
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
D | Attribute.java | 16 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/x509/ |
D | Attribute.java | 16 public class Attribute class 44 private Attribute( in Attribute() method in Attribute 56 public Attribute( in Attribute() method in Attribute
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | Attribute.java | 16 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/x509/ |
D | Attribute.java | 12 public class Attribute class 40 private Attribute( in Attribute() method in Attribute 52 public Attribute( in Attribute() method in Attribute
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/ |
D | Attribute.java | 16 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/ |
D | Attribute.java | 35 public class Attribute class 70 private Attribute( in Attribute() method in Attribute 77 public Attribute( in Attribute() method in Attribute
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/ |
D | Attribute.java | 35 public class Attribute class 70 private Attribute( in Attribute() method in Attribute 77 public Attribute( in Attribute() method in Attribute
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | Attribute.java | 33 public class Attribute class 68 private Attribute( in Attribute() method in Attribute 75 public Attribute( in Attribute() method in Attribute
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | Attribute.java | 34 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/skia/src/gpu/gl/ |
D | GrGLProgram.h | 38 struct Attribute { struct 61 std::unique_ptr<Attribute[]>, argument
|
/external/skqp/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
|
/external/rust/crates/syn/src/ |
D | attr.rs | 157 impl Attribute { impl 279 fn enter_args<'a>(attr: &Attribute, input: ParseStream<'a>) -> Result<ParseBuffer<'a>> { in enter_args() 509 pub fn single_parse_inner(input: ParseStream) -> Result<Attribute> { in single_parse_inner() 520 pub fn single_parse_outer(input: ParseStream) -> Result<Attribute> { in single_parse_outer() 533 pub(crate) fn attrs(outer: Vec<Attribute>, inner: Vec<Attribute>) -> Vec<Attribute> { in attrs() 639 impl ToTokens for Attribute { implementation
|
/external/grpc-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
|
/external/proguard/src/proguard/classfile/attribute/ |
D | Attribute.java | 34 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/llvm-project/mlir/include/mlir/IR/ |
D | Attributes.h | 35 constexpr Attribute() : impl(nullptr) {} in Attribute() function 36 /* implicit */ Attribute(const ImplType *impl) in Attribute() function 56 static bool classof(Attribute) { return true; } in classof() argument
|
/external/rust/crates/remain/src/ |
D | check.rs | 78 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/tensorflow/tensorflow/python/framework/ |
D | python_api_info.h | 66 struct Attribute { struct 68 AttributeType type; argument 70 int inferred_index; // index to store attribute in InferredAttributes argument
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 184 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/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
|