| /external/webrtc/sdk/objc/unittests/ |
| D | RTCIceServerTest.mm | 4 * Use of this source code is governed by a BSD-style license 27 - (void)testOneURLServer { 28 RTC_OBJC_TYPE(RTCIceServer) *server = 31 webrtc::PeerConnectionInterface::IceServer iceStruct = server.nativeServer; 34 EXPECT_EQ("", iceStruct.username); 38 - (void)testTwoURLServer { 39 RTC_OBJC_TYPE(RTCIceServer) *server = [[RTC_OBJC_TYPE(RTCIceServer) alloc] 42 webrtc::PeerConnectionInterface::IceServer iceStruct = server.nativeServer; 46 EXPECT_EQ("", iceStruct.username); 50 - (void)testPasswordCredential { [all …]
|
| /external/webrtc/sdk/objc/api/peerconnection/ |
| D | RTCIceServer.h | 4 * Use of this source code is governed by a BSD-style license 25 /** URI(s) for this server represented as NSStrings. */ 28 /** Username to use if this RTCIceServer object is a TURN server. */ 29 @property(nonatomic, readonly, nullable) NSString *username; 31 /** Credential to use if this RTCIceServer object is a TURN server. */ 35 * TLS certificate policy to use if this RTCIceServer object is a TURN server. 51 Only curve names supported by OpenSSL should be used (eg. "P-256","X25519"). 55 - (nonnull instancetype)init NS_UNAVAILABLE; 57 /** Convenience initializer for a server with no authentication (e.g. STUN). */ 58 - (instancetype)initWithURLStrings:(NSArray<NSString *> *)urlStrings; [all …]
|
| /external/libcups/cups/ |
| D | testhttp.c | 4 * Copyright © 2007-2018 by Apple Inc. 5 * Copyright © 1997-2006 by Easy Software Products. 15 #include "cups-private.h" 27 *username, /* Username:password string */ member 61 { HTTP_URI_STATUS_OK, "http://server/", 62 "http", "", "server", "/", 80, 0, 64 { HTTP_URI_STATUS_OK, "http://username@server/", 65 "http", "username", "server", "/", 80, 0, 67 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server/", 68 "http", "username:password", "server", "/", 80, 0, [all …]
|
| /external/webrtc/pc/ |
| D | ice_server_parsing_unittest.cc | 4 * Use of this source code is governed by a BSD-style license 32 return ParseUrl(url, "username", "password"); in ParseTurnUrl() 36 const std::string& username, in ParseUrl() argument 39 url, username, password, in ParseUrl() 44 const std::string& username, in ParseUrl() argument 47 return ParseUrl(url, username, password, tls_certificate_policy, ""); in ParseUrl() 51 const std::string& username, in ParseUrl() argument 58 PeerConnectionInterface::IceServer server; in ParseUrl() local 59 server.urls.push_back(url); in ParseUrl() 60 server.username = username; in ParseUrl() [all …]
|
| /external/autotest/client/cros/enterprise/ |
| D | enterprise_policy_base.py | 2 # Use of this source code is governed by a BSD-style license that can be 30 '--gaia-url=https://gaiastaging.corp.google.com', 31 '--lso-url=https://gaiastaging.corp.google.com', 32 '--google-apis-url=https://www-googleapis-test.sandbox.google.com', 33 '--oauth2-client-id=236834563817.apps.googleusercontent.com', 34 '--oauth2-client-secret=RsKv5AwFKSzNgE0yjnurkPVI', 35 ('--cloud-print-url=' 36 'https://cloudprint-nightly-ps.sandbox.google.com/cloudprint'), 37 '--ignore-urlfetcher-cert-requests'] 39 ('--cloud-print-url=' [all …]
|
| /external/google-cloud-java/.kokoro/release/ |
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase) 24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg 25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg 26 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|') 27 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|') 33 <server> 35 <username>${SONATYPE_USERNAME}</username> 37 </server> [all …]
|
| /external/google-auth-library-java/.kokoro/release/ |
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase) 24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg 25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg 26 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|') 27 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|') 33 <server> 35 <username>${SONATYPE_USERNAME}</username> 37 </server> [all …]
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.kokoro/release/ |
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase) 24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg 25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg 26 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|') 27 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|') 33 <server> 35 <username>${SONATYPE_USERNAME}</username> 37 </server> [all …]
|
| /external/curl/docs/cmdline-opts/ |
| D | user.md | 1 --- 3 SPDX-License-Identifier: curl 7 Help: Server user and password 11 See-also: 12 - netrc 13 - config 15 - -u user:secret $URL 16 --- 18 # `--user` 20 Specify the username and password to use for server authentication. Overrides [all …]
|
| /external/sdk-platform-java/.kokoro/release/ |
| D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase) 24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg 25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg 26 …export GPG_KEY_ID=$(echo -n $(gpg --with-colons ${GPG_HOMEDIR}/pubring.gpg | awk -F':' '/pub/{ pri… 27 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|') 28 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|') 35 <server> 37 <username>${SONATYPE_USERNAME}</username> [all …]
|
| /external/cronet/stable/net/third_party/quiche/src/quiche/quic/moqt/tools/ |
| D | chat_server.cc | 2 // Use of this source code is governed by a BSD-style license that can be 32 MoqtSession* session, ChatServer* server) in ChatServerSessionHandler() argument 33 : session_(session), server_(server) { in ChatServerSessionHandler() 34 session_->callbacks().incoming_announce_callback = in ChatServerSessionHandler() 40 username_ = server_->strings().GetUsernameFromFullTrackName(track_name); in ChatServerSessionHandler() 41 if (username_->empty()) { in ChatServerSessionHandler() 45 session_->SubscribeCurrentGroup(track_name, in ChatServerSessionHandler() 46 server_->remote_track_visitor()); in ChatServerSessionHandler() 47 server_->AddUser(*username_); in ChatServerSessionHandler() 52 session_->callbacks().session_terminated_callback = in ChatServerSessionHandler() [all …]
|
| /external/cronet/tot/net/third_party/quiche/src/quiche/quic/moqt/tools/ |
| D | chat_server.cc | 2 // Use of this source code is governed by a BSD-style license that can be 32 MoqtSession* session, ChatServer* server) in ChatServerSessionHandler() argument 33 : session_(session), server_(server) { in ChatServerSessionHandler() 34 session_->callbacks().incoming_announce_callback = in ChatServerSessionHandler() 40 username_ = server_->strings().GetUsernameFromFullTrackName(track_name); in ChatServerSessionHandler() 41 if (username_->empty()) { in ChatServerSessionHandler() 45 session_->SubscribeCurrentGroup(track_name, in ChatServerSessionHandler() 46 server_->remote_track_visitor()); in ChatServerSessionHandler() 47 server_->AddUser(*username_); in ChatServerSessionHandler() 52 session_->callbacks().session_terminated_callback = in ChatServerSessionHandler() [all …]
|
| /external/grpc-grpc/src/php/tests/interop/Grpc/Testing/ |
| D | SimpleResponse.php | 28 * Generated from protobuf field <code>string username = 2;</code> 30 protected $username = ''; variable in Grpc\\Testing\\SimpleResponse 38 * Server ID. This must be unique among different server instances, 39 * but the same across all RPC's made to a particular server instance. 51 * Server hostname. 65 * @type string $username 71 * Server ID. This must be unique among different server instances, 72 * but the same across all RPC's made to a particular server instance. 76 * Server hostname. 92 return $this->payload; [all …]
|
| /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
| D | SimpleResponse.php | 28 * Generated from protobuf field <code>string username = 2;</code> 30 protected $username = ''; variable in Grpc\\Testing\\SimpleResponse 38 * Server ID. This must be unique among different server instances, 39 * but the same across all RPC's made to a particular server instance. 51 * Server hostname. 65 * @type string $username 71 * Server ID. This must be unique among different server instances, 72 * but the same across all RPC's made to a particular server instance. 76 * Server hostname. 92 return $this->payload; [all …]
|
| /external/autotest/frontend/afe/ |
| D | rpc_client_lib.py | 3 server. 20 (global_config/shadow_config) include only the hostname of the RPC server to 26 add_protocol('cautotest') --> 'http://cautotest' 27 add_protocol('http://cautotest') --> 'http://cautotest' 28 add_protocol('https://cautotest') --> 'https://cautotest' 30 @param hostname: hostname or url prefix of the RPC server. 31 @returns: A string URL for the RPC server with the protocl prefix. 44 def _base_authorization_headers(username, server): argument 51 if not username: 53 username = os.environ['AUTOTEST_USER'] [all …]
|
| /external/libcups/man/ |
| D | lpmove.8 | 4 .\" Copyright © 2007-2019 by Apple Inc. 5 .\" Copyright © 1997-2006 by Easy Software Products. 12 lpmove \- move a job or all jobs to a new destination 16 .B \-E 18 \fB\-h \fIserver\fR[\fB:\fIport\fR] 20 .B \-U 21 .I username 28 .B \-E 30 \fB\-h \fIserver\fR[\fB:\fIport\fR] 32 .B \-U [all …]
|
| D | cancel.1 | 4 .\" Copyright © 2007-2019 by Apple Inc. 5 .\" Copyright © 1997-2006 by Easy Software Products. 12 cancel \- cancel jobs 16 .B \-E 18 .B \-U 19 .I username 21 .B \-a 23 .B \-h 26 .B \-u 27 .I username [all …]
|
| D | cupsenable.8 | 4 .\" Copyright © 2007-2019 by Apple Inc. 5 .\" Copyright © 1997-2006 by Easy Software Products. 12 cupsdisable, cupsenable \- stop/start printers and classes 16 .B \-E 18 .B \-U 19 .I username 21 .B \-c 23 \fB\-h \fIserver\fR[\fB:\fIport\fR] 25 .B \-r 28 .B \-\-hold [all …]
|
| /external/curl/tests/data/ |
| D | test2027 | 9 # Server-side 12 <!-- 21 --> 23 <!-- First request has Digest auth, wrong password --> 26 Server: Microsoft-IIS/5.0 27 Content-Type: text/html; charset=iso-8859-1 28 Content-Length: 27 29 WWW-Authenticate: Digest realm="testrealm", nonce="1" 36 Server: Microsoft-IIS/5.0 37 Content-Type: text/html; charset=iso-8859-1 [all …]
|
| /external/curl/docs/libcurl/opts/ |
| D | CURLOPT_USERNAME.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - CURLOPT_HTTPAUTH (3) 9 - CURLOPT_PASSWORD (3) 10 - CURLOPT_PROXYAUTH (3) 11 - CURLOPT_USERPWD (3) 13 - All 14 Added-in: 7.19.1 15 --- [all …]
|
| /external/testng/ |
| D | README.dev | 4 Generate new key with gpg --gen-key 5 build-with-maven 6 gpg --list-keys 8 gpg --keyserver hkp://pool.sks-keyservers.net --send-keys <public_key> 19 <server> 20 <id>sonatype-nexus-snapshots</id> 21 <username>***</username> 23 </server> 24 <server> 25 <id>sonatype-nexus-staging</id> [all …]
|
| /external/jsoup/src/main/java/org/jsoup/helper/ |
| D | RequestAuthenticator.java | 19 * @param auth the request context including URL, type (Server or Proxy), and realm. 20 …* @return credentials for the request. May return {@code null} if they are not applicable -- but t… 50 …authentication, or {@link Authenticator.RequestorType#SERVER SERVER} if the URL's server is reques… 74 Gets if the authentication request is for a server. 75 * @return true if type==server. 78 return type == Authenticator.RequestorType.SERVER; in isServer() 83 * @param username username credential 87 public PasswordAuthentication credentials(String username, String password) { in credentials() argument 88 return new PasswordAuthentication(username, password.toCharArray()); in credentials()
|
| /external/python/httplib2/python3/httplib2/ |
| D | socks.py | 1 """SocksiPy - Python SOCKS module. 5 Copyright 2006 Dan-Haim. All rights reserved. 28 This module provides a standard socket-like interface for Python 90 "general SOCKS server failure", 105 "unknown username or invalid password", 112 "request rejected because SOCKS server cannot connect to identd on the client", 114 "user-ids", 120 proxytype=None, addr=None, port=None, rdns=True, username=None, password=None argument 122 """setdefaultproxy(proxytype, addr[, port[, rdns[, username[, password]]]]) 127 _defaultproxy = (proxytype, addr, port, rdns, username, password) [all …]
|
| /external/python/httplib2/python2/httplib2/ |
| D | socks.py | 1 """SocksiPy - Python SOCKS module. 5 Copyright 2006 Dan-Haim. All rights reserved. 28 This module provides a standard socket-like interface for Python 90 "general SOCKS server failure", 105 "unknown username or invalid password", 112 "request rejected because SOCKS server cannot connect to identd on the client", 114 "user-ids", 120 proxytype=None, addr=None, port=None, rdns=True, username=None, password=None argument 122 """setdefaultproxy(proxytype, addr[, port[, rdns[, username[, password]]]]) 127 _defaultproxy = (proxytype, addr, port, rdns, username, password) [all …]
|
| /external/aws-sdk-java-v2/services/kinesisvideosignaling/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2019-12-04", 6 "protocol":"rest-json", 11 "uid":"kinesis-video-signaling-2019-12-04" 18 "requestUri":"/v1/get-ice-server-config" 30 …server configuration information, including URIs, username, and password which can be used to conf… 36 "requestUri":"/v1/send-alexa-offer-to-master" 46 …"documentation":"<p>This API allows you to connect WebRTC-enabled devices with Alexa display devic… 59 "pattern":"[a-zA-Z0-9_.-]+" 77 …"documentation":"<p>The ARN of the signaling channel to be used for the peer-to-peer connection be… 87 "Username":{ object [all …]
|