Home
last modified time | relevance | path

Searched refs:AuthenticationString (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dprocess.py194 self._authkey = AuthenticationString(authkey)
285 class AuthenticationString(bytes): class
293 return AuthenticationString, (bytes(self),)
309 self._authkey = AuthenticationString(os.urandom(32))
Dmanagers.py51 from multiprocessing.process import AuthenticationString
158 self.authkey = AuthenticationString(authkey)
477 self._authkey = AuthenticationString(authkey)
726 self._authkey = AuthenticationString(authkey)
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dmultiprocessing_shim.py73 self._proc.authkey = AuthenticationString(authkey)