/external/python/cpython2/Lib/ |
D | SimpleXMLRPCServer.py | 169 def __init__(self, allow_none=False, encoding=None): argument 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): argument 592 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding) 612 logRequests=True, allow_none=False, encoding=None, bind_and_activate=True): argument 614 SimpleXMLRPCServer.__init__(self, addr, requestHandler, logRequests, allow_none, 617 self.allow_none = allow_none [all …]
|
D | xmlrpclib.py | 609 def __init__(self, encoding=None, allow_none=0): argument 613 self.allow_none = allow_none 663 if not self.allow_none: 1056 allow_none=0): argument 1092 m = Marshaller(encoding, allow_none) 1563 allow_none=0, use_datetime=0, context=None): argument 1587 self.__allow_none = allow_none 1596 allow_none=self.__allow_none)
|
D | DocXMLRPCServer.py | 252 logRequests=1, allow_none=False, encoding=None, argument 255 allow_none, encoding, bind_and_activate)
|
/external/python/cpython3/Lib/xmlrpc/ |
D | server.py | 163 def __init__(self, allow_none=False, encoding=None, argument 167 self.allow_none = allow_none 260 allow_none=self.allow_none, encoding=self.encoding) 262 response = dumps(fault, allow_none=self.allow_none, 269 encoding=self.encoding, allow_none=self.allow_none, 580 logRequests=True, allow_none=False, encoding=None, argument 584 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types) 597 logRequests=True, allow_none=False, encoding=None, argument 600 SimpleXMLRPCServer.__init__(self, addr, requestHandler, logRequests, allow_none, 603 self.allow_none = allow_none [all …]
|
D | client.py | 473 def __init__(self, encoding=None, allow_none=False): argument 477 self.allow_none = allow_none 527 if not self.allow_none: 935 allow_none=False): argument 969 m = Marshaller(encoding, allow_none) 1411 allow_none=False, use_datetime=False, use_builtin_types=False, argument 1437 self.__allow_none = allow_none 1446 allow_none=self.__allow_none).encode(self.__encoding, 'xmlcharrefreplace')
|
/external/autotest/site_utils/rpm_control_system/ |
D | 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(
|
D | frontend_server.py | 131 client = xmlrpclib.ServerProxy(dispatcher_uri, allow_none=True) 165 dispatcher_entry[DISPATCHER_URI], allow_none=True) 375 server = MultiThreadedXMLRPCServer((address, port), allow_none=True)
|
D | rpm_dispatcher.py | 237 allow_none=True)
|
/external/python/cpython3/Lib/multiprocessing/ |
D | context.py | 196 def get_start_method(self, allow_none=False): argument 248 def get_start_method(self, allow_none=False): argument 250 if allow_none:
|
/external/python/cpython2/Doc/library/ |
D | simplexmlrpcserver.rst | 27 .. class:: SimpleXMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding[, bind_an… 35 will turn off logging. The *allow_none* and *encoding* parameters are passed 43 The *allow_none* and *encoding* parameters were added. 49 .. class:: CGIXMLRPCRequestHandler([allow_none[, encoding]]) 52 *allow_none* and *encoding* parameters are passed on to :mod:`xmlrpclib` and 58 The *allow_none* and *encoding* parameters were added.
|
D | xmlrpclib.rst | 42 .. class:: ServerProxy(uri[, transport[, encoding[, verbose[, allow_none[, use_datetime[, context]]… 53 If *allow_none* is true, the Python constant ``None`` will be translated into 112 | | *allow_none* is true. | 537 .. function:: dumps(params[, methodname[, methodresponse[, encoding[, allow_none]]]]) 545 it via an extension, provide a true value for *allow_none*.
|
D | docxmlrpcserver.rst | 23 .. class:: DocXMLRPCServer(addr[, requestHandler[, logRequests[, allow_none[, encoding[, bind_and_…
|
/external/autotest/server/hosts/ |
D | rpc_server_tracker.py | 178 rpc_url, timeout=request_timeout_seconds, allow_none=True) 180 proxy = xmlrpclib.ServerProxy(rpc_url, allow_none=True)
|
/external/autotest/client/cros/faft/ |
D | rpc_server.py | 28 server = SimpleXMLRPCServer(('localhost', options.port), allow_none=True,
|
/external/python/cpython3/Doc/library/ |
D | xmlrpc.server.rst | 28 logRequests=True, allow_none=False, encoding=None,\ 37 will turn off logging. The *allow_none* and *encoding* parameters are passed 51 .. class:: CGIXMLRPCRequestHandler(allow_none=False, encoding=None,\ 55 *allow_none* and *encoding* parameters are passed on to :mod:`xmlrpc.client` 323 logRequests=True, allow_none=False, encoding=None,\
|
D | xmlrpc.client.rst | 36 allow_none=False, use_datetime=False, \ 51 If *allow_none* is true, the Python constant ``None`` will be translated into 119 | | *allow_none* is true. | 522 .. function:: dumps(params, methodname=None, methodresponse=None, encoding=None, allow_none=False) 530 it via an extension, provide a true value for *allow_none*.
|
D | multiprocessing.rst | 958 .. function:: get_start_method(allow_none=False) 962 If the start method has not been fixed and *allow_none* is false, 964 returned. If the start method has not been fixed and *allow_none*
|
/external/autotest/client/cros/ |
D | xmlrpc_server.py | 41 allow_none=True)
|
/external/toolchain-utils/automation/server/ |
D | server.py | 114 allow_none=True,
|
/external/autotest/client/cros/multimedia/ |
D | multimedia_xmlrpc_server.py | 114 allow_none=True)
|
/external/autotest/client/cros/networking/ |
D | android_xmlrpc_server.py | 82 self._server = SimpleXMLRPCServer((host, port), allow_none=True)
|
/external/autotest/client/cros/chameleon/ |
D | chameleon.py | 155 chameleond_proxy = xmlrpclib.ServerProxy(remote, allow_none=True)
|
/external/python/cpython3/Lib/test/ |
D | test_xmlrpc.py | 182 strg = xmlrpclib.dumps(arg1, allow_none=True) 1287 allow_none=True, encoding=None, use_builtin_types=True)
|
D | _test_multiprocessing.py | 4008 old_start_method[0] = multiprocessing.get_start_method(allow_none=True)
|
/external/python/cpython2/Lib/test/ |
D | test_xmlrpc.py | 145 strg = xmlrpclib.dumps(arg1, allow_none=True)
|