/external/autotest/site_utils/ |
pubsub_utils.py | 71 credentials=self.credential)
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
cloud_storage.py | 71 return ('To configure your credentials:\n' 90 'configured credentials. ' + self._GetConfigInstructions()) 390 CredentialsError if the user has no configured credentials. 409 CredentialsError if the user has no configured credentials.
|
/external/e2fsprogs/lib/et/test_cases/ |
heimdal2.c | 13 N_("Unable to fetch credentials"),
|
/external/fio/ |
optgroup.c | 100 .name = "Job credentials / priority",
|
/external/ipsec-tools/src/racoon/ |
gssapi.h | 61 gss_cred_id_t gss_cred; /* acquired credentials */
|
/external/oauth/core/src/main/java/net/oauth/ |
ConsumerProperties.java | 31 * example, a consumer's credentials come from properties named
|
/external/openssh/ |
ssh1.h | 68 #define SSH_CMSG_HAVE_KERBEROS_TGT 44 /* credentials (s) */
|
/external/webrtc/talk/app/webrtc/ |
peerconnectionfactory_unittest.cc | 134 EXPECT_EQ(turn_servers[i].credentials.username, 135 raw_port_allocator_->turn_servers()[i].credentials.username); 136 EXPECT_EQ(turn_servers[i].credentials.password, 137 raw_port_allocator_->turn_servers()[i].credentials.password);
|
/external/webrtc/webrtc/tools/rtcbot/ |
test.js | 76 // Ask computeengineondemand to give us TURN server credentials and URIs.
|
/frameworks/base/core/java/android/net/ |
LocalSocketImpl.java | 204 private native Credentials getPeerCredentials_native( 580 * Retrieves the credentials of this socket's peer. Only valid on 583 * @return non-null; peer credentials 586 public Credentials getPeerCredentials() throws IOException {
|
PacProxySelector.java | 72 // path often contains credentials the app does not want exposed to a potentially
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
KeyguardSecurityView.java | 47 * Some auth is required because too many wrong credentials led to a lockout.
|
/prebuilts/go/darwin-x86/src/syscall/ |
creds_test.go | 17 // TestSCMCredentials tests the sending and receiving of credentials
|
/prebuilts/go/linux-x86/src/syscall/ |
creds_test.go | 17 // TestSCMCredentials tests the sending and receiving of credentials
|
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/ |
okhttp-2.5.0-sources.jar | |
/system/core/libcutils/ |
uevent.c | 75 /* ignoring netlink message with no sender credentials */
|
/system/sepolicy/prebuilts/api/26.0/public/ |
kernel.te | 96 # - You are running an exploit which switched to the init task credentials
|
/system/sepolicy/public/ |
kernel.te | 97 # - You are running an exploit which switched to the init task credentials
|
/test/vts/utils/python/web/ |
dashboard_rest_client.py | 69 String, an OAuth2 token using the service account credentials.
|
/device/google/dragon/overlay/frameworks/base/core/res/res/values/ |
config.xml | 55 flow. This should be true if gatekeeper / weaver credentials can still be checked after a 58 dragon's gatekeeper does not preserve credentials across factory resets. -->
|
/external/autotest/client/common_lib/cros/tendo/ |
privet_helper.py | 200 """Add WiFi credentials to the data provided to setup_start(). 212 """Provide privetd with credentials for various services.
|
/external/curl/docs/libcurl/ |
curl_version_info.3 | 132 credentials without the app having to pass them on. (Added in 7.13.2) 136 to use the current user credentials without the app having to pass them on.
|
/external/webrtc/webrtc/p2p/base/ |
portallocator.h | 100 : type(RELAY_TURN), credentials(username, password) { 107 RelayCredentials credentials; member in struct:cricket::RelayServerConfig
|
transportdescriptionfactory_unittest.cc | 152 // The ICE credentials should stay the same in the new offer. 180 // Test that we can update an answer properly; ICE credentials shouldn't change.
|
turnport_unittest.cc | 221 cricket::RelayCredentials credentials(username, password); 225 server_address, credentials, 0, 239 cricket::RelayCredentials credentials(username, password); 243 server_address, credentials, 0, 263 cricket::RelayCredentials credentials(username, password); 266 kIceUfrag1, kIcePwd1, server_address, credentials, 0, std::string())); 699 // Set bad credentials. 703 // This sends out the first RefreshRequest with correct credentials. [all...] |