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

  /external/autotest/frontend/afe/
rpc_handler.py 78 def validate_rpc_only_called_by_master(self, meth_name, remote_ip):
81 This funcion checks whether the given method (meth_name) belongs to
88 @param meth_name: the RPC method name which is called.
91 if meth_name in self._shard_rpc_methods:
97 meth_name, remote_ip, global_afe_ip))
224 meth_name = decoded_request['method']
226 meth_name, remote_ip)
  /external/python/cpython3/Lib/test/test_importlib/builtin/
test_loader.py 96 for meth_name in ('get_code', 'get_source', 'is_package'):
97 method = getattr(self.machinery.BuiltinImporter, meth_name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pyclbr.py 164 tokentype, meth_name, start = g.next()[0:3]
171 cur_class._addmethod(meth_name, lineno)
175 dict[meth_name] = Function(fullmodule, meth_name,
urllib2.py 364 def _call_chain(self, chain, kind, meth_name, *args):
370 func = getattr(handler, meth_name)
389 meth_name = protocol+"_request"
391 meth = getattr(processor, meth_name)
397 meth_name = protocol+"_response"
399 meth = getattr(processor, meth_name)
424 meth_name = 'http_error_%s' % proto
429 meth_name = proto + '_error'
431 args = (dict, proto, meth_name) + args
    [all...]
  /external/python/cpython2/Lib/
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 399 def _call_chain(self, chain, kind, meth_name, *args):
405 func = getattr(handler, meth_name)
424 meth_name = protocol+"_request"
426 meth = getattr(processor, meth_name)
432 meth_name = protocol+"_response"
434 meth = getattr(processor, meth_name)
459 meth_name = 'http_error_%s' % proto
464 meth_name = proto + '_error'
466 args = (dict, proto, meth_name) + args
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ssl.py     [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/python/cpython3/Lib/test/test_importlib/frozen/
test_loader.py 213 for meth_name in ('get_code', 'get_source', 'is_package'):
214 method = getattr(self.machinery.FrozenImporter, meth_name)
  /external/python/cpython3/Lib/urllib/
request.py 496 def _call_chain(self, chain, kind, meth_name, *args):
502 func = getattr(handler, meth_name)
520 meth_name = protocol+"_request"
522 meth = getattr(processor, meth_name)
528 meth_name = protocol+"_response"
530 meth = getattr(processor, meth_name)
555 meth_name = 'http_error_%s' % proto
560 meth_name = proto + '_error'
562 args = (dict, proto, meth_name) + args
    [all...]
  /external/python/cpython2/Lib/test/
test_ssl.py     [all...]
test_unicode.py 453 for meth_name in ('islower', 'isupper', 'istitle'):
454 meth = getattr(unicode, meth_name)
456 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
458 for meth_name in ('isalpha', 'isalnum', 'isdigit', 'isspace',
460 meth = getattr(unicode, meth_name)
464 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
    [all...]
test_urllib2.py 273 def __init__(self, meth_name, action, handle):
274 self.meth_name = meth_name
278 return self.handle(self.meth_name, self.action, *args)
    [all...]
  /external/python/cpython3/Lib/test/
test_ssl.py     [all...]
test_urllib2.py 299 def __init__(self, meth_name, action, handle):
300 self.meth_name = meth_name
305 return self.handle(self.meth_name, self.action, *args)
    [all...]
test_unicode.py     [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
Pass3aVerifier.java 1078 final String meth_name = Repository.lookupClass(myOwner.getClassName()).getMethods()[method_no].getName(); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 392 milliseconds