Home
last modified time | relevance | path

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

12

/external/libcups/cups/
Dipp-support.c1861 ippEnumString(const char *attrname, /* I - Attribute name */ in ippEnumString() argument
1871 if (!strcmp(attrname, "document-state") && in ippEnumString()
1876 else if (!strcmp(attrname, "finishings") || in ippEnumString()
1877 !strcmp(attrname, "finishings-actual") || in ippEnumString()
1878 !strcmp(attrname, "finishings-default") || in ippEnumString()
1879 !strcmp(attrname, "finishings-ready") || in ippEnumString()
1880 !strcmp(attrname, "finishings-supported") || in ippEnumString()
1881 !strcmp(attrname, "job-finishings") || in ippEnumString()
1882 !strcmp(attrname, "job-finishings-default") || in ippEnumString()
1883 !strcmp(attrname, "job-finishings-supported")) in ippEnumString()
[all …]
Dadminutil.c47 const char *attrname,
2287 const char *attrname, /* I - Attribute name */ in write_option() argument
2323 attrname, i); in write_option()
2325 cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%d\"\n", attrname, i); in write_option()
2343 cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%d\n\"\n*End\n", attrname, in write_option()
2346 cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%d\"\n", attrname, in write_option()
2370 cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%s\n\"\n*End\n", attrname, in write_option()
2373 cupsFilePrintf(dstfp, "%%cupsJobTicket: %s=%s\"\n", attrname, in write_option()
/external/python/cpython2/Lib/
Dhtmllib.py387 for attrname, value in attrs:
389 if attrname == 'href':
391 if attrname == 'name':
393 if attrname == 'type':
419 for attrname, value in attrs:
420 if attrname == 'align':
422 if attrname == 'alt':
424 if attrname == 'ismap':
426 if attrname == 'src':
428 if attrname == 'width':
[all …]
Dxmllib.py535 for attrname in attrdict.keys():
536 if not attrname in self.__xml_namespace_attributes:
537 self.syntax_error("unknown attribute `%s' in xml:namespace tag" % attrname)
562 attrname, attrvalue = res.group('name', 'value')
564 attrname = attrname.lower()
567 self.syntax_error("no value specified for attribute `%s'" % attrname)
568 attrvalue = attrname
573 self.syntax_error("attribute `%s' value not quoted" % attrname)
574 res = xmlns.match(attrname)
584 if attrname in attrdict:
[all …]
Dsgmllib.py281 attrname, rest, attrvalue = match.group(1, 2, 3)
283 attrvalue = attrname
291 attrs.append((attrname.lower(), attrvalue))
DHTMLParser.py301 attrname, rest, attrvalue = m.group(1, 2, 3)
309 attrs.append((attrname.lower(), attrvalue))
/external/ppp/pppd/plugins/radius/
Ddict.c257 strcpy (dval->attrname, attrstr); in rc_read_dictionary()
332 DICT_ATTR *rc_dict_findattr (char *attrname) in rc_dict_findattr() argument
340 if (strcasecmp (attr->name, attrname) == 0) in rc_dict_findattr()
352 if (strcasecmp (attr->name, attrname) == 0) { in rc_dict_findattr()
395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname) in rc_dict_getval() argument
402 if (strcmp (val->attrname, attrname) == 0 && in rc_dict_getval()
/external/elfutils/libdw/
Ddwarf_getattrcnt.c47 unsigned int attrname; in dwarf_getattrcnt() local
53 get_uleb128_unchecked (attrname, abbrevp); in dwarf_getattrcnt()
56 while (attrname != 0 && attrform != 0 && ++attrcnt); in dwarf_getattrcnt()
Ddwarf_getabbrev.c125 unsigned int attrname; in __libdw_getabbrev() local
131 get_uleb128 (attrname, abbrevp, end); in __libdw_getabbrev()
143 while (attrname != 0 || attrform != 0); in __libdw_getabbrev()
/external/python/cpython2/Lib/ctypes/
D_endian.py24 def __setattr__(self, attrname, value): argument
25 if attrname == "_fields_":
33 super(_swapped_meta, self).__setattr__(attrname, value)
/external/python/cpython3/Lib/ctypes/
D_endian.py24 def __setattr__(self, attrname, value): argument
25 if attrname == "_fields_":
33 super().__setattr__(attrname, value)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzsyscall_freebsd_amd64.go587 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
589 _p0, err = BytePtrFromString(attrname)
603 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
605 _p0, err = BytePtrFromString(attrname)
619 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
621 _p0, err = BytePtrFromString(attrname)
645 func ExtattrGetFile(file string, attrnamespace int, attrname string, data uintptr, nbytes int) (ret…
652 _p1, err = BytePtrFromString(attrname)
666 func ExtattrSetFile(file string, attrnamespace int, attrname string, data uintptr, nbytes int) (ret…
673 _p1, err = BytePtrFromString(attrname)
[all …]
Dzsyscall_freebsd_arm.go587 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
589 _p0, err = BytePtrFromString(attrname)
603 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
605 _p0, err = BytePtrFromString(attrname)
619 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
621 _p0, err = BytePtrFromString(attrname)
645 func ExtattrGetFile(file string, attrnamespace int, attrname string, data uintptr, nbytes int) (ret…
652 _p1, err = BytePtrFromString(attrname)
666 func ExtattrSetFile(file string, attrnamespace int, attrname string, data uintptr, nbytes int) (ret…
673 _p1, err = BytePtrFromString(attrname)
[all …]
Dzsyscall_freebsd_386.go587 func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
589 _p0, err = BytePtrFromString(attrname)
603 func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintptr, nbytes int) (ret int, e…
605 _p0, err = BytePtrFromString(attrname)
619 func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err error) {
621 _p0, err = BytePtrFromString(attrname)
645 func ExtattrGetFile(file string, attrnamespace int, attrname string, data uintptr, nbytes int) (ret…
652 _p1, err = BytePtrFromString(attrname)
666 func ExtattrSetFile(file string, attrnamespace int, attrname string, data uintptr, nbytes int) (ret…
673 _p1, err = BytePtrFromString(attrname)
[all …]
/external/python/cpython2/Lib/unittest/
Dloader.py136 def isTestMethod(attrname, testCaseClass=testCaseClass, argument
138 return attrname.startswith(prefix) and \
139 hasattr(getattr(testCaseClass, attrname), '__call__')
/external/python/cpython2/Tools/compiler/
Dast.txt43 AssAttr: expr, attrname*, flags*
58 Getattr: expr, attrname*
/external/python/cpython3/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
/external/python/cpython3/Lib/distutils/command/
Dinstall.py459 attrname = 'install_' + key
460 if getattr(self, attrname) is None:
461 setattr(self, attrname, scheme[key])
/external/python/cpython2/Lib/distutils/command/
Dinstall.py472 attrname = 'install_' + key
473 if getattr(self, attrname) is None:
474 setattr(self, attrname, scheme[key])
/external/python/cpython2/Lib/compiler/
Dast.py85 def __init__(self, expr, attrname, flags, lineno=None): argument
87 self.attrname = attrname
92 return self.expr, self.attrname, self.flags
98 return "AssAttr(%s, %s, %s)" % (repr(self.expr), repr(self.attrname), repr(self.flags))
663 def __init__(self, expr, attrname, lineno=None): argument
665 self.attrname = attrname
669 return self.expr, self.attrname
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
/external/boringssl/src/crypto/x509/
Dx509_req.c315 const char *attrname, int type, in X509_REQ_add1_attr_by_txt() argument
318 if (X509at_add1_attr_by_txt(&req->req_info->attributes, attrname, in X509_REQ_add1_attr_by_txt()
Dx509_att.c185 **x, const char *attrname, in STACK_OF()
192 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
/external/python/cpython2/Python/
Dcodecs.c224 const char *attrname) in codec_makeincrementalcodec() argument
228 inccodec = PyObject_GetAttrString(codec_info, attrname); in codec_makeincrementalcodec()
242 const char *attrname) in codec_getincrementalcodec() argument
249 ret = codec_makeincrementalcodec(codec_info, errors, attrname); in codec_getincrementalcodec()
/external/python/cpython3/Lib/html/
Dparser.py319 attrname, rest, attrvalue = m.group(1, 2, 3)
327 attrs.append((attrname.lower(), attrvalue))
/external/python/cpython3/Python/
Dcodecs.c278 const char *attrname) in codec_makeincrementalcodec() argument
282 inccodec = PyObject_GetAttrString(codec_info, attrname); in codec_makeincrementalcodec()
296 const char *attrname) in codec_getincrementalcodec() argument
303 ret = codec_makeincrementalcodec(codec_info, errors, attrname); in codec_getincrementalcodec()

12