Home
last modified time | relevance | path

Searched defs:attrname (Results 1 – 25 of 34) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
DAttributeInfo.java42 protected AttributeInfo(ConstPool cp, int attrname, byte[] attrinfo) { in AttributeInfo()
48 protected AttributeInfo(ConstPool cp, String attrname) { in AttributeInfo()
60 public AttributeInfo(ConstPool cp, String attrname, byte[] attrinfo) { in AttributeInfo()
DParameterAnnotationsAttribute.java69 public ParameterAnnotationsAttribute(ConstPool cp, String attrname, in ParameterAnnotationsAttribute()
85 public ParameterAnnotationsAttribute(ConstPool cp, String attrname) { in ParameterAnnotationsAttribute()
DAnnotationsAttribute.java141 public AnnotationsAttribute(ConstPool cp, String attrname, byte[] info) { in AnnotationsAttribute()
156 public AnnotationsAttribute(ConstPool cp, String attrname) { in AnnotationsAttribute()
DTypeAnnotationsAttribute.java38 public TypeAnnotationsAttribute(ConstPool cp, String attrname, byte[] info) { in TypeAnnotationsAttribute()
/external/elfutils/libdw/
Ddwarf_getattrcnt.c47 unsigned int attrname; in dwarf_getattrcnt() local
Ddwarf_getabbrev.c128 unsigned int attrname; in __libdw_getabbrev() local
/external/python/cpython3/Lib/ctypes/
D_endian.py24 def __setattr__(self, attrname, value): argument
/external/libcups/cups/
Dipp-support.c2080 ippEnumString(const char *attrname, /* I - Attribute name */ in ippEnumString()
2130 ippEnumValue(const char *attrname, /* I - Attribute name */ in ippEnumValue()
/external/boringssl/src/crypto/x509/
Dx509_att.cc65 const char *attrname, int type, in X509_ATTRIBUTE_create_by_txt()
Dx509_req.cc223 int X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int attrtype, in X509_REQ_add1_attr_by_txt()
/external/cronet/stable/third_party/boringssl/src/crypto/x509/
Dx509_att.cc112 const char *attrname, int type, in X509_ATTRIBUTE_create_by_txt()
Dx509_req.cc270 int X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int attrtype, in X509_REQ_add1_attr_by_txt()
/external/cronet/tot/third_party/boringssl/src/crypto/x509/
Dx509_att.cc112 const char *attrname, int type, in X509_ATTRIBUTE_create_by_txt()
Dx509_req.cc270 int X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int attrtype, in X509_REQ_add1_attr_by_txt()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_att.c247 const char *attrname, int type, in X509_ATTRIBUTE_create_by_txt()
Dx509_req.c277 const char *attrname, int attrtype, in X509_REQ_add1_attr_by_txt()
/external/python/cpython3/Lib/unittest/
Dloader.py213 def shouldIncludeMethod(attrname): argument
/external/pytorch/torch/utils/data/datapipes/dataframe/
Ddataframes.py103 def __getattr__(self, attrname): argument
433 def __getattr__(self, attrname): # ? argument
/external/python/cpython3/Python/
Dcodecs.c280 const char *attrname) in codec_makeincrementalcodec()
298 const char *attrname) in codec_getincrementalcodec()
Dimport.c4188 _PyImport_GetModuleAttr(PyObject *modname, PyObject *attrname) in _PyImport_GetModuleAttr()
4200 _PyImport_GetModuleAttrString(const char *modname, const char *attrname) in _PyImport_GetModuleAttrString()
/external/pytorch/torch/csrc/jit/ir/
Dirparser.cpp314 std::string attrname = L.expect(TK_IDENT).text(); in parseAttr() local
/external/e2fsprogs/contrib/
Dfsstress.c646 int attr_remove_path(pathname_t * name, const char *attrname, int flags) in attr_remove_path()
665 attr_set_path(pathname_t * name, const char *attrname, const char *attrvalue, in attr_set_path()
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c613 int attr_remove_path(pathname_t * name, const char *attrname, int flags) in attr_remove_path()
632 attr_set_path(pathname_t * name, const char *attrname, const char *attrvalue, in attr_set_path()
/external/pytorch/aten/src/ATen/core/
Dtype.cpp1057 void checkNoAny(const Type& base, const char* what, const std::string& attrname, const TypePtr& att… in checkNoAny()
/external/pytorch/torch/csrc/jit/serialization/
Dpython_print.cpp819 const auto& attrname = node->s(attr::name); in printNode() local

12