/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() function 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
|
/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/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/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/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/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/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/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/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/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/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
|
/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/droiddriver/src/io/appium/droiddriver/finders/ |
D | Attribute.java | 19 public enum Attribute { enum 41 Attribute(String name) { in Attribute() method in Attribute
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 136 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, in hashShallowTypeReference() 162 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, in hashRepeatedTypeReference() 175 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry() 235 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute() local
|
/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/deqp/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 …]
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMTargetStreamer.cpp | 62 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()
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Attribute.java | 18 abstract class Attribute implements IContent class 51 Attribute () {} in Attribute() method in Attribute
|
/external/llvm/lib/Object/ |
D | RecordStreamer.cpp | 32 MCSymbolAttr Attribute) { in markGlobal() 92 MCSymbolAttr Attribute) { in EmitSymbolAttribute()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 77 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function 80 Attribute() : pImpl(nullptr) {} in Attribute() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 77 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function 80 Attribute() : pImpl(nullptr) {} in Attribute() function
|
/external/llvm/bindings/go/llvm/ |
D | ir_test.go | 21 func testAttribute(t *testing.T, attr Attribute, name string) {
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFAttribute.h | 18 uint16_t Attribute; variable
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 144 struct Attribute struct 157 typedef std::vector<Attribute> ActiveAttributes; argument
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | GrammarRuleAttribute.cs | 34 using Attribute = System.Attribute; typedef
|