HomeSort by relevance Sort by last modified time
    Searched refs:attrname (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/python/cpython3/Lib/distutils/command/
install.py 459 attrname = 'install_' + key
460 if getattr(self, attrname) is None:
461 setattr(self, attrname, scheme[key])
  /external/python/cpython3/Lib/unittest/
loader.py 225 def isTestMethod(attrname, testCaseClass=testCaseClass,
227 return attrname.startswith(prefix) and \
228 callable(getattr(testCaseClass, attrname))
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install.py 509 attrname = 'install_' + key
510 if getattr(self, attrname) is None:
511 setattr(self, attrname, scheme[key])
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install.py 509 attrname = 'install_' + key
510 if getattr(self, attrname) is None:
511 setattr(self, attrname, scheme[key])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 509 attrname = 'install_' + key
510 if getattr(self, attrname) is None:
511 setattr(self, attrname, scheme[key])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 509 attrname = 'install_' + key
510 if getattr(self, attrname) is None:
511 setattr(self, attrname, scheme[key])
  /external/ppp/pppd/plugins/radius/
radiusclient.h 313 char attrname[NAME_LENGTH +1]; member in struct:dict_value
  /external/python/cpython2/Python/
codecs.c 224 const char *attrname)
228 inccodec = PyObject_GetAttrString(codec_info, attrname);
242 const char *attrname)
249 ret = codec_makeincrementalcodec(codec_info, errors, attrname);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 85 def __init__(self, expr, attrname, flags, lineno=None):
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):
665 self.attrname = attrname
669 return self.expr, self.attrname
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
  /external/python/cpython2/Lib/compiler/
ast.py 85 def __init__(self, expr, attrname, flags, lineno=None):
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):
665 self.attrname = attrname
669 return self.expr, self.attrname
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 85 def __init__(self, expr, attrname, flags, lineno=None):
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):
665 self.attrname = attrname
669 return self.expr, self.attrname
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 85 def __init__(self, expr, attrname, flags, lineno=None):
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):
665 self.attrname = attrname
669 return self.expr, self.attrname
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 85 def __init__(self, expr, attrname, flags, lineno=None):
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):
665 self.attrname = attrname
669 return self.expr, self.attrname
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 85 def __init__(self, expr, attrname, flags, lineno=None):
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):
665 self.attrname = attrname
669 return self.expr, self.attrname
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
codecs.c 225 const char *attrname)
232 inccodec = PyObject_GetAttrString(codecs, attrname);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
codecs.c 225 const char *attrname)
232 inccodec = PyObject_GetAttrString(codecs, attrname);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
HTMLParser.py 301 attrname, rest, attrvalue = m.group(1, 2, 3)
309 attrs.append((attrname.lower(), attrvalue))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
HTMLParser.py 246 attrname, rest, attrvalue = m.group(1, 2, 3)
253 attrs.append((attrname.lower(), attrvalue))
  /external/python/cpython2/Lib/
HTMLParser.py 301 attrname, rest, attrvalue = m.group(1, 2, 3)
309 attrs.append((attrname.lower(), attrvalue))
  /external/python/cpython3/Lib/html/
parser.py 319 attrname, rest, attrvalue = m.group(1, 2, 3)
327 attrs.append((attrname.lower(), attrvalue))
  /external/python/cpython3/Python/
codecs.c 277 const char *attrname)
281 inccodec = PyObject_GetAttrString(codec_info, attrname);
295 const char *attrname)
302 ret = codec_makeincrementalcodec(codec_info, errors, attrname);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
HTMLParser.py 298 attrname, rest, attrvalue = m.group(1, 2, 3)
306 attrs.append((attrname.lower(), attrvalue))
  /prebuilts/gdb/linux-x86/lib/python2.7/
HTMLParser.py 298 attrname, rest, attrvalue = m.group(1, 2, 3)
306 attrs.append((attrname.lower(), attrvalue))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 298 attrname, rest, attrvalue = m.group(1, 2, 3)
306 attrs.append((attrname.lower(), attrvalue))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 298 attrname, rest, attrvalue = m.group(1, 2, 3)
306 attrs.append((attrname.lower(), attrvalue))

Completed in 1306 milliseconds

1 23 4 5