Searched refs:AuthenticationString (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/ |
D | process.py | 203 self._authkey = AuthenticationString(authkey) 294 class AuthenticationString(bytes): class 302 return AuthenticationString, (bytes(self),) 318 self._authkey = AuthenticationString(os.urandom(32))
|
D | managers.py | 51 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 D | process.py | 222 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 D | managers.py | 152 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/ |
D | process.py | 222 self._config['authkey'] = AuthenticationString(authkey) 349 class AuthenticationString(bytes): class 357 return AuthenticationString, (bytes(self),) 405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
|
D | managers.py | 152 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/ |
D | process.py | 222 self._config['authkey'] = AuthenticationString(authkey) 349 class AuthenticationString(bytes): class 357 return AuthenticationString, (bytes(self),) 405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
|
D | managers.py | 152 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/ |
D | process.py | 222 self._config['authkey'] = AuthenticationString(authkey) 349 class AuthenticationString(bytes): class 357 return AuthenticationString, (bytes(self),) 405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
|
D | managers.py | 152 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/ |
D | process.py | 222 self._config['authkey'] = AuthenticationString(authkey) 349 class AuthenticationString(bytes): class 357 return AuthenticationString, (bytes(self),) 405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
|
D | managers.py | 152 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/ |
D | process.py | 222 self._config['authkey'] = AuthenticationString(authkey) 349 class AuthenticationString(bytes): class 357 return AuthenticationString, (bytes(self),) 405 self._config = {'authkey': AuthenticationString(os.urandom(32)),
|
D | managers.py | 152 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 D | multiprocessing_shim.py | 73 self._proc.authkey = AuthenticationString(authkey)
|