/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | multiprocessing_shim.py | 68 def authkey(self): member in ProcessShim 72 def authkey(self, authkey): argument
|
/external/python/cpython2/Lib/multiprocessing/ |
D | process.py | 195 def authkey(self): member in Process 199 def authkey(self, authkey): argument
|
D | connection.py | 124 def __init__(self, address=None, family=None, backlog=1, authkey=None): argument 161 def Client(address, family=None, authkey=None): argument 416 def deliver_challenge(connection, authkey): argument 429 def answer_challenge(connection, authkey): argument
|
D | managers.py | 155 def __init__(self, registry, address, authkey, serializer): argument 473 def __init__(self, address=None, authkey=None, serializer='pickle'): argument 541 def _run_server(cls, registry, address, authkey, serializer, writer, argument 605 def _finalize_manager(process, address, authkey, state, _Client): argument 700 authkey=None, exposed=None, incref=True): argument 799 def _decref(token, authkey, state, tls, idset, _Client): argument 907 def AutoProxy(token, serializer, manager=None, authkey=None, argument
|
/external/python/cpython3/Lib/multiprocessing/ |
D | process.py | 205 def authkey(self): member in BaseProcess 209 def authkey(self, authkey): member in BaseProcess
|
D | managers.py | 135 def __init__(self, registry, address, authkey, serializer): argument 480 def __init__(self, address=None, authkey=None, serializer='pickle', argument 560 def _run_server(cls, registry, address, authkey, serializer, writer, argument 637 def _finalize_manager(process, address, authkey, state, _Client): argument 734 authkey=None, exposed=None, incref=True, manager_owned=False): argument 840 def _decref(token, authkey, state, tls, idset, _Client): argument 948 def AutoProxy(token, serializer, manager=None, authkey=None, argument
|
D | connection.py | 429 def __init__(self, address=None, family=None, backlog=1, authkey=None): argument 483 def Client(address, family=None, authkey=None): argument 721 def deliver_challenge(connection, authkey): argument 736 def answer_challenge(connection, authkey): argument
|
/external/autotest/server/site_tests/cheets_GTS/ |
D | cheets_GTS.py | 104 authkey=None, argument
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_i.h | 64 u8 authkey[WPS_AUTHKEY_LEN]; member
|
/external/tcpdump/ |
D | print-esp.c | 433 char *authkey; in esp_print_decode_ikeline() local
|
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 1528 def _putter(cls, address, authkey): argument 1568 def _putter(cls, address, authkey): argument
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 2766 def _putter(cls, address, authkey): argument 2806 def _putter(cls, address, authkey): argument
|