HomeSort by relevance Sort by last modified time
    Searched refs:meth_name (Results 1 - 13 of 13) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 166 tokentype, meth_name, start = g.next()[0:3]
173 cur_class._addmethod(meth_name, lineno)
177 dict[meth_name] = Function(fullmodule, meth_name,
urllib2.py 374 def _call_chain(self, chain, kind, meth_name, *args):
380 func = getattr(handler, meth_name)
399 meth_name = protocol+"_request"
401 meth = getattr(processor, meth_name)
407 meth_name = protocol+"_response"
409 meth = getattr(processor, meth_name)
434 meth_name = 'http_error_%s' % proto
439 meth_name = proto + '_error'
441 args = (dict, proto, meth_name) + args
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 166 tokentype, meth_name, start = g.next()[0:3]
173 cur_class._addmethod(meth_name, lineno)
177 dict[meth_name] = Function(fullmodule, meth_name,
urllib2.py 374 def _call_chain(self, chain, kind, meth_name, *args):
380 func = getattr(handler, meth_name)
399 meth_name = protocol+"_request"
401 meth = getattr(processor, meth_name)
407 meth_name = protocol+"_response"
409 meth = getattr(processor, meth_name)
434 meth_name = 'http_error_%s' % proto
439 meth_name = proto + '_error'
441 args = (dict, proto, meth_name) + args
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py     [all...]
test_unicode.py 450 for meth_name in ('islower', 'isupper', 'istitle'):
451 meth = getattr(unicode, meth_name)
453 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
455 for meth_name in ('isalpha', 'isalnum', 'isdigit', 'isspace',
457 meth = getattr(unicode, meth_name)
461 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
    [all...]
test_urllib2.py 258 def __init__(self, meth_name, action, handle):
259 self.meth_name = meth_name
263 return self.handle(self.meth_name, self.action, *args)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ssl.py     [all...]
test_unicode.py 450 for meth_name in ('islower', 'isupper', 'istitle'):
451 meth = getattr(unicode, meth_name)
453 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
455 for meth_name in ('isalpha', 'isalnum', 'isdigit', 'isspace',
457 meth = getattr(unicode, meth_name)
461 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
    [all...]
test_urllib2.py 258 def __init__(self, meth_name, action, handle):
259 self.meth_name = meth_name
263 return self.handle(self.meth_name, self.action, *args)
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 399 milliseconds