HomeSort by relevance Sort by last modified time
    Searched full:credentials (Results 476 - 500 of 864) sorted by null

<<11121314151617181920>>

  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /frameworks/base/core/java/android/webkit/
WebView.java 749 * forms. Note that this is unrelated to the credentials used for HTTP
752 * @param host the host that required the credentials
766 * Stores HTTP authentication credentials for a given host and realm to the {@link WebViewDatabase}
769 * @param host the host to which the credentials apply
770 * @param realm the realm to which the credentials apply
783 * Retrieves HTTP authentication credentials for a given host and realm from the {@link
785 * @param host the host to which the credentials apply
786 * @param realm the realm to which the credentials apply
787 * @return the credentials as a String array, if found. The first element
789 * no credentials are found
    [all...]
  /cts/apps/CtsVerifier/res/values/
strings.xml     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CallTest.java 380 String credential = Credentials.basic("jesse", "secret");
403 String credential = Credentials.basic("jesse", "secret");
417 String credential = Credentials.basic("jesse", "secret");
    [all...]
  /external/python/cpython2/Lib/logging/
handlers.py     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 78 import android.security.Credentials;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /external/ppp/pppd/
chap_ms.c 754 * Set mppe_xxxx_key from MS-CHAP credentials. (see RFC 3079)
772 * Set mppe_xxxx_key from MS-CHAPv2 credentials. (see RFC 3079)
869 * Set mppe_xxxx_key from MS-CHAPv2 credentials. (see RFC 3079)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java     [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseTest.py 166 """Tries to connect to an enterprise network with invalid credentials
370 1. Connect to the network with invalid credentials.
628 1. Connect to the network with invalid credentials.
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
LoginActivityTest.java     [all...]
  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
BrokenKeyDerivationActivity.java 50 * <a href="http://android-developers.blogspot.co.uk/2013/02/using-cryptography-to-store-credentials.html">
  /device/google/marlin/
wpa_supplicant_wcn.conf 184 # 0 = process received credentials internally (default)
185 # 1 = do not process received credentials; just pass them over ctrl_iface to
187 # 2 = process received credentials internally and pass them over ctrl_iface
481 # of EAP-FAST credentials (PAC):
  /device/google/wahoo/
wpa_supplicant_wcn.conf 184 # 0 = process received credentials internally (default)
185 # 1 = do not process received credentials; just pass them over ctrl_iface to
187 # 2 = process received credentials internally and pass them over ctrl_iface
481 # of EAP-FAST credentials (PAC):
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UserCredential.h 272 /// This protocol provides support for a single class of credentials
UserCredential2.h 293 /// This protocol provides support for a single class of credentials
  /external/autotest/client/common_lib/cros/network/
xmlrpc_datatypes.py 62 @param save_credentials True iff the credentials should be saved for
  /external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py 106 @param tpm object TPM store instance to add credentials if necessary.
  /external/autotest/server/cros/dynamic_suite/
reporting.py 442 # Credentials for access to the project hosting api
446 BUG_CONFIG_SECTION, 'credentials', default='')
462 """Returns the abspath of the bug filer credentials file.
464 @return: A path to the oauth2 credentials file.
    [all...]
  /external/cros/system_api/dbus/cryptohome/
rpc.proto 98 // Performs a public mount, which is used for a Kiosk session. Credentials are
  /external/libusb/libusb/os/
linux_netlink.c 330 usbi_dbg("ignoring netlink message with no sender credentials");
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
OkHeaders.java 280 * React to a failed authorization response by looking up new credentials.

Completed in 2648 milliseconds

<<11121314151617181920>>