Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dprocess.py203 self._authkey = AuthenticationString(authkey)
294 class AuthenticationString(bytes): class
302 return AuthenticationString, (bytes(self),)
318 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)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dprocess.py222 self._config['authkey'] = AuthenticationString(authkey)
349 class AuthenticationString(bytes): class
357 return AuthenticationString, (bytes(self),)
405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
H A Dmanagers.py152 self.authkey = process.AuthenticationString(authkey)
504 self._authkey = process.AuthenticationString(authkey)
789 self._authkey = process.AuthenticationString(authkey)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dprocess.py222 self._config['authkey'] = AuthenticationString(authkey)
349 class AuthenticationString(bytes): class
357 return AuthenticationString, (bytes(self),)
405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
Dmanagers.py152 self.authkey = process.AuthenticationString(authkey)
504 self._authkey = process.AuthenticationString(authkey)
789 self._authkey = process.AuthenticationString(authkey)
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dprocess.py222 self._config['authkey'] = AuthenticationString(authkey)
349 class AuthenticationString(bytes): class
357 return AuthenticationString, (bytes(self),)
405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
Dmanagers.py152 self.authkey = process.AuthenticationString(authkey)
504 self._authkey = process.AuthenticationString(authkey)
789 self._authkey = process.AuthenticationString(authkey)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dprocess.py222 self._config['authkey'] = AuthenticationString(authkey)
349 class AuthenticationString(bytes): class
357 return AuthenticationString, (bytes(self),)
405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
Dmanagers.py152 self.authkey = process.AuthenticationString(authkey)
504 self._authkey = process.AuthenticationString(authkey)
789 self._authkey = process.AuthenticationString(authkey)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dprocess.py222 self._config['authkey'] = AuthenticationString(authkey)
349 class AuthenticationString(bytes): class
357 return AuthenticationString, (bytes(self),)
405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
Dmanagers.py152 self.authkey = process.AuthenticationString(authkey)
504 self._authkey = process.AuthenticationString(authkey)
789 self._authkey = process.AuthenticationString(authkey)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dprocess.py222 self._config['authkey'] = AuthenticationString(authkey)
349 class AuthenticationString(bytes): class
357 return AuthenticationString, (bytes(self),)
405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
Dmanagers.py152 self.authkey = process.AuthenticationString(authkey)
504 self._authkey = process.AuthenticationString(authkey)
789 self._authkey = process.AuthenticationString(authkey)
/aosp_15_r20/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dmultiprocessing_shim.py73 self._proc.authkey = AuthenticationString(authkey)