HomeSort by relevance Sort by last modified time
    Searched full:allow_none (Results 1 - 25 of 25) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleXMLRPCServer.py 169 def __init__(self, allow_none=False, encoding=None):
172 self.allow_none = allow_none
264 allow_none=self.allow_none, encoding=self.encoding)
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
273 encoding=self.encoding, allow_none=self.allow_none,
589 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True)
    [all...]
DocXMLRPCServer.py 252 logRequests=1, allow_none=False, encoding=None,
255 allow_none, encoding, bind_and_activate)
xmlrpclib.py 603 def __init__(self, encoding=None, allow_none=0):
607 self.allow_none = allow_none
657 if not self.allow_none:
658 raise TypeError, "cannot marshal None unless allow_none is enabled"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleXMLRPCServer.py 169 def __init__(self, allow_none=False, encoding=None):
172 self.allow_none = allow_none
264 allow_none=self.allow_none, encoding=self.encoding)
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
273 encoding=self.encoding, allow_none=self.allow_none,
589 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True)
    [all...]
DocXMLRPCServer.py 252 logRequests=1, allow_none=False, encoding=None,
255 allow_none, encoding, bind_and_activate)
xmlrpclib.py 603 def __init__(self, encoding=None, allow_none=0):
607 self.allow_none = allow_none
657 if not self.allow_none:
658 raise TypeError, "cannot marshal None unless allow_none is enabled"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 169 def __init__(self, allow_none=False, encoding=None):
172 self.allow_none = allow_none
264 allow_none=self.allow_none, encoding=self.encoding)
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
273 encoding=self.encoding, allow_none=self.allow_none,
589 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True)
    [all...]
DocXMLRPCServer.py 252 logRequests=1, allow_none=False, encoding=None,
255 allow_none, encoding, bind_and_activate)
xmlrpclib.py 603 def __init__(self, encoding=None, allow_none=0):
607 self.allow_none = allow_none
657 if not self.allow_none:
658 raise TypeError, "cannot marshal None unless allow_none is enabled"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 169 def __init__(self, allow_none=False, encoding=None):
172 self.allow_none = allow_none
264 allow_none=self.allow_none, encoding=self.encoding)
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
273 encoding=self.encoding, allow_none=self.allow_none,
589 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True)
    [all...]
DocXMLRPCServer.py 252 logRequests=1, allow_none=False, encoding=None,
255 allow_none, encoding, bind_and_activate)
xmlrpclib.py 603 def __init__(self, encoding=None, allow_none=0):
607 self.allow_none = allow_none
657 if not self.allow_none:
658 raise TypeError, "cannot marshal None unless allow_none is enabled"
    [all...]
  /external/autotest/client/cros/faft/
rpc_server.py 28 server = SimpleXMLRPCServer(('localhost', options.port), allow_none=True,
  /external/autotest/site_utils/rpm_control_system/
frontend_server_unittest.py 42 allow_none=True).AndReturn(self.xmlrpc_mock)
114 allow_none=True).AndReturn(
138 mox.IgnoreArg(), allow_none=True).MultipleTimes(3).AndReturn(
frontend_server.py 131 client = xmlrpclib.ServerProxy(dispatcher_uri, allow_none=True)
165 dispatcher_entry[DISPATCHER_URI], allow_none=True)
370 server = MultiThreadedXMLRPCServer((address, port), allow_none=True)
rpm_dispatcher.py 232 allow_none=True)
  /external/autotest/client/cros/multimedia/
multimedia_xmlrpc_server.py 94 allow_none=True) variable
  /external/autotest/client/cros/
xmlrpc_server.py 41 allow_none=True)
  /external/autotest/server/hosts/
rpc_server_tracker.py 144 proxy = xmlrpclib.ServerProxy(rpc_url, allow_none=True)
  /external/autotest/client/cros/networking/
android_xmlrpc_server.py 78 self._server = SimpleXMLRPCServer((host, port), allow_none=True)
  /external/autotest/client/cros/chameleon/
chameleon.py 63 chameleond_proxy = xmlrpclib.ServerProxy(remote, allow_none=True)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xmlrpc.py 143 strg = xmlrpclib.dumps(arg1, allow_none=True)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xmlrpc.py 143 strg = xmlrpclib.dumps(arg1, allow_none=True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 143 strg = xmlrpclib.dumps(arg1, allow_none=True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 143 strg = xmlrpclib.dumps(arg1, allow_none=True)
    [all...]

Completed in 1989 milliseconds