HomeSort by relevance Sort by last modified time
    Searched refs:AuthenticationString (Results 1 - 9 of 9) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
process.py 194 self._authkey = AuthenticationString(authkey)
285 class AuthenticationString(bytes):
290 'Pickling an AuthenticationString object is '
293 return AuthenticationString, (bytes(self),)
309 self._authkey = AuthenticationString(os.urandom(32))
managers.py 51 from multiprocessing.process import AuthenticationString
158 self.authkey = AuthenticationString(authkey)
477 self._authkey = AuthenticationString(authkey)
726 self._authkey = AuthenticationString(authkey)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
process.py 194 self._authkey = AuthenticationString(authkey)
285 class AuthenticationString(bytes):
290 'Pickling an AuthenticationString object is '
293 return AuthenticationString, (bytes(self),)
309 self._authkey = AuthenticationString(os.urandom(32))
managers.py 51 from multiprocessing.process import AuthenticationString
158 self.authkey = AuthenticationString(authkey)
477 self._authkey = AuthenticationString(authkey)
726 self._authkey = AuthenticationString(authkey)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 194 self._authkey = AuthenticationString(authkey)
285 class AuthenticationString(bytes):
290 'Pickling an AuthenticationString object is '
293 return AuthenticationString, (bytes(self),)
309 self._authkey = AuthenticationString(os.urandom(32))
managers.py 51 from multiprocessing.process import AuthenticationString
158 self.authkey = AuthenticationString(authkey)
477 self._authkey = AuthenticationString(authkey)
726 self._authkey = AuthenticationString(authkey)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 194 self._authkey = AuthenticationString(authkey)
285 class AuthenticationString(bytes):
290 'Pickling an AuthenticationString object is '
293 return AuthenticationString, (bytes(self),)
309 self._authkey = AuthenticationString(os.urandom(32))
managers.py 51 from multiprocessing.process import AuthenticationString
158 self.authkey = AuthenticationString(authkey)
477 self._authkey = AuthenticationString(authkey)
726 self._authkey = AuthenticationString(authkey)
    [all...]
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
multiprocessing_shim.py 73 self._proc.authkey = AuthenticationString(authkey)

Completed in 556 milliseconds