Home
last modified time | relevance | path

Searched refs:attrname (Results 1 – 25 of 29) sorted by relevance

12

/third_party/python/Lib/ctypes/
D_endian.py24 def __setattr__(self, attrname, value): argument
25 if attrname == "_fields_":
33 super().__setattr__(attrname, value)
/third_party/libevdev/libevdev/
Dmake-event-names.py201 attrname = prefix[:-1].lower()
203 if not hasattr(bits, attrname):
204 setattr(bits, attrname, {})
205 b = getattr(bits, attrname)
/third_party/openssl/crypto/cms/
Dcms_att.c120 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/
Dfunctools.py948 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/
Devp_pkey.c143 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/
Dloader.py226 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/
Dx509_req.c261 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()
Dx509_att.c137 **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/
Dinstall.py482 attrname = 'install_' + key
483 if getattr(self, attrname) is None:
484 setattr(self, attrname, scheme[key])
/third_party/nghttp2/doc/_exts/sphinxcontrib/
Drubydomain.py362 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/
Dparser.py318 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/
Dcommon.py364 def __getattr__(self, attrname): argument
366 return getattr(self.tmp_file, attrname)
/third_party/node/tools/gyp/pylib/gyp/
Dcommon.py377 def __getattr__(self, attrname): argument
379 return getattr(self.tmp_file, attrname)
/third_party/openssl/include/openssl/
Dcms.h262 const char *attrname, int type,
282 const char *attrname, int type,
Dx509.h712 const char *attrname, int type,
932 **x, const char *attrname,
972 const char *attrname, int type,
/third_party/python/Python/
Dcodecs.c273 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()
Dsysmodule.c552 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/
Dfsstress.c612 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/
Dfsstress.c646 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/
Dntfsrecover.c657 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()
Dntfsresize.c3125 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/
Dlibxml.c895 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/
Dminidom.py774 def getAttributeNode(self, attrname): argument
777 return self._attrs.get(attrname)
/third_party/python/Doc/faq/
Dextending.rst197 attr = PyObject_GetAttrString(module, "<attrname>");
/third_party/python/Doc/library/
Dxml.dom.rst622 .. method:: Element.getAttributeNode(attrname)
624 Return the :class:`Attr` node for the attribute named by *attrname*.

12