HomeSort by relevance Sort by last modified time
    Searched defs:scheme (Results 26 - 50 of 466) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
FolderUri.java 44 builder.scheme(fullUri .getScheme());
  /test/vti/dashboard/src/main/java/com/android/vts/util/
UrlUtil.java 59 String scheme = url.getProtocol(); local
68 URI uri = new URI(scheme, userInfo, host, port, path, query, fragment);
  /external/apache-http/src/org/apache/http/conn/scheme/
PlainSocketFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/scheme/PlainSocketFactory.java $
32 package org.apache.http.conn.scheme;
Scheme.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/scheme/Scheme.java $
31 package org.apache.http.conn.scheme;
38 * Encapsulates specifics of a protocol scheme such as "http" or "https".
48 * Scheme https = new Scheme("https", new MySecureSocketFactory(), 443);
62 public final class Scheme {
64 /** The name of this scheme, in lowercase. (e.g. http, https) */
67 /** The socket factory for this scheme */
70 /** The default port for this scheme */
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 141 * Creates a TelURL based on given URI string. The scheme or '+' should
200 * order to create the new URI instance. Depending on the scheme the
212 String scheme = urlParser.peekScheme(); local
213 if (scheme == null)
214 throw new ParseException("bad scheme", 0);
215 if (scheme.equalsIgnoreCase("sip")) {
217 } else if (scheme.equalsIgnoreCase("sips")) {
219 } else if (scheme.equalsIgnoreCase("tel")) {
GenericURI.java 58 * The URI Scheme.
60 protected String scheme; field in class:GenericURI
75 scheme = uriString.substring(0, i);
100 /** Returns the value of the "scheme" of
103 * @return the scheme paramter of the URI
106 return scheme;
109 /** This method determines if this is a URI with a scheme of
112 * @return true if the scheme is "sip" or "sips", false otherwise.
  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 54 protected String scheme; field in class:Credentials
78 * get the scheme field.
82 return scheme;
86 * Set the scheme member
90 scheme = s;
102 String retval = scheme;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
WebPlatformUrlTestData.java 39 String scheme = ""; field in class:WebPlatformUrlTestData
49 return scheme.isEmpty();
55 scheme = value;
  /external/tensorflow/tensorflow/core/lib/io/
path.cc 68 // no "/" in the path, the first part of the output is the scheme and host, and
72 StringPiece scheme, host, path; local
73 ParseURI(uri, &scheme, &host, &path);
207 void ParseURI(StringPiece remaining, StringPiece* scheme, StringPiece* host,
209 // 0. Parse scheme
210 // Make sure scheme matches [a-zA-Z][0-9a-zA-Z.]*
211 // TODO(keveman): Allow "+" and "-" in the scheme.
218 .GetResult(&remaining, scheme)) {
219 // If there's no scheme, assume the entire string is a path.
220 *scheme = StringPiece(remaining.begin(), 0)
    [all...]
  /external/tensorflow/tensorflow/core/platform/
file_system_test.cc 122 StringPiece scheme, host, path; local
123 io::ParseURI(name, &scheme, &host, &path);
124 ASSERT_EQ(scheme, "ipfs");
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
ChannelLogoUtils.java 79 String scheme = logoUri.normalizeScheme().getScheme(); local
84 if (ContentResolver.SCHEME_ANDROID_RESOURCE.equals(scheme)
85 || ContentResolver.SCHEME_FILE.equals(scheme)
86 || ContentResolver.SCHEME_CONTENT.equals(scheme)) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseMac.java 40 private int scheme = PKCS12; field in class:BaseMac
52 int scheme,
57 this.scheme = scheme;
  /external/libcups/cups/
dest-localization.c 326 char scheme[32], /* URI scheme */ local
366 scheme, sizeof(scheme), userpass, sizeof(userpass),
392 if (!strcmp(scheme, "https"))
ppd-util.c 520 scheme[HTTP_MAX_URI], /* Scheme name */ local
603 httpSeparateURI(HTTP_URI_CODING_ALL, _httpResolveURI(device_uri, uri, sizeof(uri), _HTTP_RESOLVE_DEFAULT, NULL, NULL), scheme, sizeof(scheme), username, sizeof(username), host, hostsize, port, resource, resourcesize);
621 httpSeparateURI(HTTP_URI_CODING_ALL, attr->values[i].string.text, scheme, sizeof(scheme), username, sizeof(username), host, hostsize, port, resource, resourcesize);
645 scheme, sizeof(scheme), username, sizeof(username),
686 httpSeparateURI(HTTP_URI_CODING_ALL, _httpResolveURI(attr->values[0].string.text, uri, sizeof(uri), _HTTP_RESOLVE_DEFAULT, NULL, NULL), scheme, sizeof(scheme), username, sizeof(username), host, hostsize, port, resource, resourcesize)
    [all...]
tlscheck.c 50 scheme[32], /* URI scheme */ local
122 httpSeparateURI(HTTP_URI_CODING_ALL, argv[i], scheme, sizeof(scheme), userpass, sizeof(userpass), host, sizeof(host), &port, resource, sizeof(resource));
  /external/tensorflow/tensorflow/core/kernels/
immutable_constant_op_test.cc 66 StringPiece scheme, host, path; variable
67 io::ParseURI(fname, &scheme, &host, &path);
  /frameworks/base/core/java/android/view/inputmethod/
InputContentInfo.java 141 throw new InvalidParameterException("contentUri must have content scheme");
146 final String scheme = linkUri.getScheme(); local
147 if (scheme == null ||
148 (!scheme.equalsIgnoreCase("http") && !scheme.equalsIgnoreCase("https"))) {
151 "linkUri must have either http or https scheme");
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
URLFetcher.java 57 * @throws AssociationServiceException if the URL scheme is not http or https or the content
87 * @throws AssociationServiceException if the URL scheme is not http or https or the content
92 final String scheme = url.getProtocol().toLowerCase(Locale.US); local
93 if (!scheme.equals("http") && !scheme.equals("https")) {
WebAsset.java 111 // Only allow insecure include file if the asset scheme is http.
134 String scheme = url.getProtocol().toLowerCase(Locale.US); local
135 if (!scheme.equals("https") && !scheme.equals("http")) {
136 throw new AssociationServiceException("Expected scheme to be http or https.");
146 "Site should only have scheme, domain, and port.");
  /packages/apps/Contacts/src/com/android/contacts/list/
MultiSelectEmailAddressesListFragment.java 81 final String scheme = getActivity().getIntent().getStringExtra( local
86 getActivity(), getAdapter().getSelectedContactIdsArray(), scheme);
88 GroupUtil.startSendToSelectionActivity(this, list, scheme, title);
MultiSelectPhoneNumbersListFragment.java 81 final String scheme = getActivity().getIntent().getStringExtra( local
86 getActivity(), getAdapter().getSelectedContactIdsArray(), scheme);
88 GroupUtil.startSendToSelectionActivity(this, list, scheme, title);
  /packages/services/Telecomm/src/com/android/server/telecom/components/
UserCallIntentProcessor.java 102 String scheme = handle.getScheme(); local
105 // Ensure sip URIs dialed using TEL scheme get converted to SIP scheme.
106 if (PhoneAccount.SCHEME_TEL.equals(scheme) && PhoneNumberUtils.isUriNumber(uriString)) {
  /external/apache-http/android/src/android/net/http/
HttpAuthHeader.java 40 * An authentication scheme. We currently support two different schemes:
81 * implementations compliant with this version of the Digest scheme.
114 * most one authentication-scheme (ensured by the caller).
179 * @return The authentication scheme requested. We currently
234 * @return True iff the authentication scheme requested by the
257 * Parses the header scheme name and then scheme parameters if
258 * the scheme is supported.
268 // if we have a supported scheme
277 * Parses the authentication scheme name. If we have a Diges
287 String scheme = header.substring(0, i).trim(); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DES.java 298 private int scheme; field in class:DES.DESPBEKeyFactory
307 int scheme,
315 this.scheme = scheme;
332 return new BCPBEKey(this.algName, this.algOid, scheme, digest, keySize, ivSize, pbeSpec, null);
337 param = PBE.Util.makePBEParameters(pbeSpec, scheme, digest, keySize, ivSize);
341 param = PBE.Util.makePBEMacParameters(pbeSpec, scheme, digest, keySize);
356 return new BCPBEKey(this.algName, this.algOid, scheme, digest, keySize, ivSize, pbeSpec, param);
PBEPBKDF2.java 126 private int scheme; field in class:PBEPBKDF2.BasePBKDF2
133 public BasePBKDF2(String name, int scheme)
135 this(name, scheme, SHA1);
139 // public BasePBKDF2(String name, int scheme, int defaultDigest)
141 String name, int scheme, int digest, int keySizeInBits, int ivSizeInBits)
146 this.scheme = scheme;
155 private BasePBKDF2(String name, int scheme, int digest) {
156 this(name, scheme, digest, 0, 0);
176 this.algName, this.algOid, scheme, defaultDigest, keySizeInBits
    [all...]

Completed in 1425 milliseconds

12 3 4 5 6 7 8 91011>>