/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 | 165 def __init__(self, allow_none=False, encoding=None, argument 169 self.allow_none = allow_none 267 allow_none=self.allow_none, encoding=self.encoding) 269 response = dumps(fault, allow_none=self.allow_none, 277 encoding=self.encoding, allow_none=self.allow_none, 600 logRequests=True, allow_none=False, encoding=None, argument 604 SimpleXMLRPCDispatcher.__init__(self, allow_none, encoding, use_builtin_types) 617 logRequests=True, allow_none=False, encoding=None, argument 620 SimpleXMLRPCServer.__init__(self, addr, requestHandler, logRequests, allow_none, 623 self.allow_none = allow_none [all …]
|
D | client.py | 479 def __init__(self, encoding=None, allow_none=False): argument 483 self.allow_none = allow_none 533 if not self.allow_none: 939 allow_none=False): argument 973 m = Marshaller(encoding, allow_none) 1419 allow_none=False, use_datetime=False, use_builtin_types=False, argument 1445 self.__allow_none = allow_none 1454 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) 123 allow_none=True).AndReturn( 150 mox.IgnoreArg(), allow_none=True).MultipleTimes(3).AndReturn(
|
D | frontend_server.py | 180 client = xmlrpclib.ServerProxy(dispatcher_uri, allow_none=True) 213 dispatcher_entry[DISPATCHER_URI], allow_none=True) 399 server = MultiThreadedXMLRPCServer((address, port), allow_none=True)
|
D | rpm_client.py | 74 allow_none=True)
|
D | rpm_dispatcher.py | 237 allow_none=True)
|
/external/python/cpython3/Lib/multiprocessing/ |
D | context.py | 197 def get_start_method(self, allow_none=False): argument 249 def get_start_method(self, allow_none=False): argument 251 if allow_none:
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | layer_utils.py | 75 allow_none=False, argument 78 if allow_none and input_data is None: 86 allowed_args = '`None`, ' if allow_none else ''
|
/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/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | text_vectorization.py | 270 allow_none=True, 279 allow_none=True, 288 allow_none=True)
|
/external/autotest/server/hosts/ |
D | rpc_server_tracker.py | 185 rpc_url, timeout=request_timeout_seconds, allow_none=True) 187 proxy = six.moves.xmlrpc_client.ServerProxy(rpc_url, 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` 366 logRequests=True, allow_none=False, encoding=None,\
|
D | xmlrpc.client.rst | 36 allow_none=False, use_datetime=False, \ 48 If *allow_none* is true, the Python constant ``None`` will be translated into 125 | | *allow_none* is true. | 528 .. function:: dumps(params, methodname=None, methodresponse=None, encoding=None, allow_none=False) 536 it via an extension, provide a true value for *allow_none*.
|
D | multiprocessing.rst | 1021 .. function:: get_start_method(allow_none=False) 1025 If the start method has not been fixed and *allow_none* is false, 1027 returned. If the start method has not been fixed and *allow_none*
|
/external/autotest/client/cros/multimedia/ |
D | multimedia_xmlrpc_server.py | 135 allow_none=True)
|
/external/autotest/client/cros/ |
D | xmlrpc_server.py | 126 (host, port), allow_none=True)
|
/external/autotest/server/cros/ap_configurators/ |
D | static_ap_configurator.py | 82 allow_none=True)
|
/external/autotest/client/cros/chameleon/ |
D | chameleon.py | 163 chameleond_proxy = six.moves.xmlrpc_client.ServerProxy(remote, allow_none=True)
|
/external/python/cpython3/Lib/test/ |
D | test_xmlrpc.py | 181 strg = xmlrpclib.dumps(arg1, allow_none=True) 1447 allow_none=True, encoding=None, use_builtin_types=True)
|
/external/python/cpython2/Lib/test/ |
D | test_xmlrpc.py | 145 strg = xmlrpclib.dumps(arg1, allow_none=True)
|