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

  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintAuthenticateSidecar.java 37 private AuthenticationError mAuthenticationError;
46 private class AuthenticationError {
50 public AuthenticationError(int errMsgId, CharSequence errString) {
87 mAuthenticationError = new AuthenticationError(errMsgId, errString);
  /external/python/cpython3/Lib/multiprocessing/
context.py 23 class AuthenticationError(ProcessError):
35 AuthenticationError = AuthenticationError
connection.py 25 from . import AuthenticationError, BufferTooShort
727 raise AuthenticationError('digest received was wrong')
739 raise AuthenticationError('digest sent was rejected')
  /external/python/cpython2/Lib/multiprocessing/
connection.py 46 from multiprocessing import current_process, AuthenticationError
427 raise AuthenticationError('digest received was wrong')
439 raise AuthenticationError('digest sent was rejected')
__init__.py 80 class AuthenticationError(ProcessError):
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 46 from multiprocessing import current_process, AuthenticationError
415 raise AuthenticationError('digest received was wrong')
427 raise AuthenticationError('digest sent was rejected')
__init__.py 80 class AuthenticationError(ProcessError):
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 46 from multiprocessing import current_process, AuthenticationError
415 raise AuthenticationError('digest received was wrong')
427 raise AuthenticationError('digest sent was rejected')
__init__.py 80 class AuthenticationError(ProcessError):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 46 from multiprocessing import current_process, AuthenticationError
415 raise AuthenticationError('digest received was wrong')
427 raise AuthenticationError('digest sent was rejected')
__init__.py 80 class AuthenticationError(ProcessError):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 46 from multiprocessing import current_process, AuthenticationError
415 raise AuthenticationError('digest received was wrong')
427 raise AuthenticationError('digest sent was rejected')
__init__.py 80 class AuthenticationError(ProcessError):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py     [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]

Completed in 312 milliseconds