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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtplib.py 303 sim_auth_credentials = { variable
359 if mech not in sim_auth_credentials:
362 if mech == 'plain' and auth==sim_auth_credentials['plain']:
364 elif mech=='login' and auth==sim_auth_credentials['login']:
505 if sim_auth_credentials['cram-md5'] not in str(err):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_smtplib.py 303 sim_auth_credentials = { variable
358 if mech not in sim_auth_credentials:
361 if mech == 'plain' and auth==sim_auth_credentials['plain']:
363 elif mech=='login' and auth==sim_auth_credentials['login']:
504 if sim_auth_credentials['cram-md5'] not in str(err):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtplib.py 303 sim_auth_credentials = { variable
358 if mech not in sim_auth_credentials:
361 if mech == 'plain' and auth==sim_auth_credentials['plain']:
363 elif mech=='login' and auth==sim_auth_credentials['login']:
504 if sim_auth_credentials['cram-md5'] not in str(err):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 303 sim_auth_credentials = { variable
358 if mech not in sim_auth_credentials:
361 if mech == 'plain' and auth==sim_auth_credentials['plain']:
363 elif mech=='login' and auth==sim_auth_credentials['login']:
504 if sim_auth_credentials['cram-md5'] not in str(err):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 303 sim_auth_credentials = { variable
358 if mech not in sim_auth_credentials:
361 if mech == 'plain' and auth==sim_auth_credentials['plain']:
363 elif mech=='login' and auth==sim_auth_credentials['login']:
504 if sim_auth_credentials['cram-md5'] not in str(err):

Completed in 71 milliseconds