/third_party/python/Lib/ctypes/ |
D | _endian.py | 24 def __setattr__(self, attrname, value): argument 25 if attrname == "_fields_": 33 super().__setattr__(attrname, value)
|
/third_party/libevdev/libevdev/ |
D | make-event-names.py | 201 attrname = prefix[:-1].lower() 203 if not hasattr(bits, attrname): 204 setattr(bits, attrname, {}) 205 b = getattr(bits, attrname)
|
/third_party/openssl/crypto/cms/ |
D | cms_att.c | 120 const char *attrname, int type, in CMS_signed_add1_attr_by_txt() argument 123 if (X509at_add1_attr_by_txt(&si->signedAttrs, attrname, type, bytes, len)) in CMS_signed_add1_attr_by_txt() 187 const char *attrname, int type, in CMS_unsigned_add1_attr_by_txt() argument 190 if (X509at_add1_attr_by_txt(&si->unsignedAttrs, attrname, in CMS_unsigned_add1_attr_by_txt()
|
/third_party/python/Lib/ |
D | functools.py | 948 self.attrname = None 953 if self.attrname is None: 954 self.attrname = name 955 elif name != self.attrname: 964 if self.attrname is None: 975 val = cache.get(self.attrname, _NOT_FOUND) 979 val = cache.get(self.attrname, _NOT_FOUND) 983 cache[self.attrname] = val
|
/third_party/openssl/crypto/evp/ |
D | evp_pkey.c | 143 const char *attrname, int type, in EVP_PKEY_add1_attr_by_txt() argument 146 if (X509at_add1_attr_by_txt(&key->attributes, attrname, type, bytes, len)) in EVP_PKEY_add1_attr_by_txt()
|
/third_party/python/Lib/unittest/ |
D | loader.py | 226 def shouldIncludeMethod(attrname): argument 227 if not attrname.startswith(self.testMethodPrefix): 229 testFunc = getattr(testCaseClass, attrname) 233 testCaseClass.__module__, testCaseClass.__qualname__, attrname
|
/third_party/openssl/crypto/x509/ |
D | x509_req.c | 261 const char *attrname, int type, in X509_REQ_add1_attr_by_txt() argument 264 if (X509at_add1_attr_by_txt(&req->req_info.attributes, attrname, in X509_REQ_add1_attr_by_txt()
|
D | x509_att.c | 137 **x, const char *attrname, in STACK_OF() 144 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
|
/third_party/python/Lib/distutils/command/ |
D | install.py | 482 attrname = 'install_' + key 483 if getattr(self, attrname) is None: 484 setattr(self, attrname, scheme[key])
|
/third_party/nghttp2/doc/_exts/sphinxcontrib/ |
D | rubydomain.py | 362 clsname, attrname = ruby_rsplit(name) 366 return _('%s (%s.%s attribute)') % (attrname, modname, clsname) 368 return _('%s (%s attribute)') % (attrname, clsname)
|
/third_party/python/Lib/html/ |
D | parser.py | 318 attrname, rest, attrvalue = m.group(1, 2, 3) 326 attrs.append((attrname.lower(), attrvalue))
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | common.py | 364 def __getattr__(self, attrname): argument 366 return getattr(self.tmp_file, attrname)
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | common.py | 377 def __getattr__(self, attrname): argument 379 return getattr(self.tmp_file, attrname)
|
/third_party/openssl/include/openssl/ |
D | cms.h | 262 const char *attrname, int type, 282 const char *attrname, int type,
|
D | x509.h | 712 const char *attrname, int type, 932 **x, const char *attrname, 972 const char *attrname, int type,
|
/third_party/python/Python/ |
D | codecs.c | 273 const char *attrname) in codec_makeincrementalcodec() argument 277 inccodec = PyObject_GetAttrString(codec_info, attrname); in codec_makeincrementalcodec() 291 const char *attrname) in codec_getincrementalcodec() argument 298 ret = codec_makeincrementalcodec(codec_info, errors, attrname); in codec_getincrementalcodec()
|
D | sysmodule.c | 552 const char *attrname = NULL; in sys_breakpointhook() local 558 attrname = envar; in sys_breakpointhook() 563 attrname = last_dot + 1; in sys_breakpointhook() 584 PyObject *hook = PyObject_GetAttrString(module, attrname); in sys_breakpointhook()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 612 int attr_remove_path(pathname_t * name, const char *attrname, int flags) in attr_remove_path() argument 618 rval = attr_remove(name->path, attrname, flags); in attr_remove_path() 623 rval = attr_remove_path(&newname, attrname, flags); in attr_remove_path() 631 attr_set_path(pathname_t * name, const char *attrname, const char *attrvalue, in attr_set_path() argument 638 rval = attr_set(name->path, attrname, attrvalue, valuelength, flags); in attr_set_path() 643 rval = attr_set_path(&newname, attrname, attrvalue, valuelength, in attr_set_path()
|
/third_party/e2fsprogs/contrib/ |
D | fsstress.c | 646 int attr_remove_path(pathname_t * name, const char *attrname, int flags) in attr_remove_path() argument 652 rval = attr_remove(name->path, attrname, flags); in attr_remove_path() 657 rval = attr_remove_path(&newname, attrname, flags); in attr_remove_path() 665 attr_set_path(pathname_t * name, const char *attrname, const char *attrvalue, in attr_set_path() argument 672 rval = attr_set(name->path, attrname, attrvalue, valuelength, flags); in attr_set_path() 677 rval = attr_set_path(&newname, attrname, attrvalue, valuelength, in attr_set_path()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.c | 657 static const char *attrname(unsigned int key) in attrname() function 1346 printf(" new base MFT record, attr 0x%x (%s)\n",attr,attrname(attr)); in fixup() 1395 attr,attrname(attr)); in fixup() 1502 printf(" set attr 0x%x (%s)\n",attr,attrname(attr)); in fixup() 1537 attrname(attr)); in fixup() 1542 printf(" set sizes in attr 0x%x (%s)\n",attr,attrname(attr)); in fixup() 1772 attr,attrname(attr)); in fixup() 1817 attr,attrname(attr)); in fixup()
|
D | ntfsresize.c | 3125 ntfschar *attrname; in find_attr() local 3130 attrname = (ntfschar*)((char*)a + le16_to_cpu(a->name_offset)); in find_attr() 3134 || (namelen && memcmp(attrname,name,2*namelen))) in find_attr() 3139 attrname = (ntfschar*)((char*)a in find_attr() 3144 || (namelen && memcmp(attrname,name,2*namelen))) in find_attr()
|
/third_party/libxml2/python/ |
D | libxml.c | 895 PyObject *attrname; in pythonStartElement() local 921 attrname = PY_IMPORT_STRING((char *) attrs[i]); in pythonStartElement() 929 PyDict_SetItem(dict, attrname, attrvalue); in pythonStartElement() 930 Py_DECREF(attrname); in pythonStartElement()
|
/third_party/python/Lib/xml/dom/ |
D | minidom.py | 774 def getAttributeNode(self, attrname): argument 777 return self._attrs.get(attrname)
|
/third_party/python/Doc/faq/ |
D | extending.rst | 197 attr = PyObject_GetAttrString(module, "<attrname>");
|
/third_party/python/Doc/library/ |
D | xml.dom.rst | 622 .. method:: Element.getAttributeNode(attrname) 624 Return the :class:`Attr` node for the attribute named by *attrname*.
|