HomeSort by relevance Sort by last modified time
    Searched defs:authenticators (Results 1 - 25 of 25) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
netrc.py 96 def authenticators(self, host): member in class:netrc
  /external/python/cpython2/Lib/
netrc.py 119 def authenticators(self, host): member in class:netrc
  /external/python/cpython3/Lib/
netrc.py 116 def authenticators(self, host): member in class:netrc
  /prebuilts/gdb/darwin-x86/lib/python2.7/
netrc.py 96 def authenticators(self, host): member in class:netrc
  /prebuilts/gdb/linux-x86/lib/python2.7/
netrc.py 96 def authenticators(self, host): member in class:netrc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 96 def authenticators(self, host): member in class:netrc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 96 def authenticators(self, host): member in class:netrc
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccountManager.java 43 private Map<String, AuthenticatorDescription> authenticators = new LinkedHashMap<>(); field in class:ShadowAccountManager
193 return authenticators.values().toArray(new AuthenticatorDescription[authenticators.size()]);
374 if (!authenticators.containsKey(accountType)) {
408 authenticators.put(authenticator.type, authenticator);
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
AuthenticatorContentProvider.java 35 "android.accounts.cts.unaffiliated.authenticators.provider";
82 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); local
83 for (AuthenticatorDescription a : authenticators) {
85 * Populate relevant test information for authenticators in the
100 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); local
101 for (AuthenticatorDescription a : authenticators) {
103 * Populate relevant test information for authenticators in the
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 203 milliseconds