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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
59 # Characters valid in scheme names
120 class SplitResult(namedtuple('SplitResult', 'scheme netloc path query fragment'), ResultMixin):
128 class ParseResult(namedtuple('ParseResult', 'scheme netloc path params query fragment'), ResultMixin):
136 def urlparse(url, scheme='', allow_fragments=True):
138 <scheme>://<netloc>/<path>;<params>?<query>#<fragment>
139 Return a 6-tuple: (scheme, netloc, path, params, query, fragment).
142 tuple = urlsplit(url, scheme, allow_fragments)
143 scheme, netloc, url, query, fragment = tuple
144 if scheme in uses_params and ';' in url
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
59 # Characters valid in scheme names
120 class SplitResult(namedtuple('SplitResult', 'scheme netloc path query fragment'), ResultMixin):
128 class ParseResult(namedtuple('ParseResult', 'scheme netloc path params query fragment'), ResultMixin):
136 def urlparse(url, scheme='', allow_fragments=True):
138 <scheme>://<netloc>/<path>;<params>?<query>#<fragment>
139 Return a 6-tuple: (scheme, netloc, path, params, query, fragment).
142 tuple = urlsplit(url, scheme, allow_fragments)
143 scheme, netloc, url, query, fragment = tuple
144 if scheme in uses_params and ';' in url
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
59 # Characters valid in scheme names
120 class SplitResult(namedtuple('SplitResult', 'scheme netloc path query fragment'), ResultMixin):
128 class ParseResult(namedtuple('ParseResult', 'scheme netloc path params query fragment'), ResultMixin):
136 def urlparse(url, scheme='', allow_fragments=True):
138 <scheme>://<netloc>/<path>;<params>?<query>#<fragment>
139 Return a 6-tuple: (scheme, netloc, path, params, query, fragment).
142 tuple = urlsplit(url, scheme, allow_fragments)
143 scheme, netloc, url, query, fragment = tuple
144 if scheme in uses_params and ';' in url
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 14 RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zwinski, July 1998.
59 # Characters valid in scheme names
120 class SplitResult(namedtuple('SplitResult', 'scheme netloc path query fragment'), ResultMixin):
128 class ParseResult(namedtuple('ParseResult', 'scheme netloc path params query fragment'), ResultMixin):
136 def urlparse(url, scheme='', allow_fragments=True):
138 <scheme>://<netloc>/<path>;<params>?<query>#<fragment>
139 Return a 6-tuple: (scheme, netloc, path, params, query, fragment).
142 tuple = urlsplit(url, scheme, allow_fragments)
143 scheme, netloc, url, query, fragment = tuple
144 if scheme in uses_params and ';' in url
    [all...]
  /external/libcups/cups/
http-support.c 161 const char *scheme, /* I - Scheme name */
175 if (!uri || urilen < 1 || !scheme || port < 0)
184 * Assemble the URI starting with the scheme...
188 ptr = http_copy_encode(uri, scheme, end, NULL, NULL, 0);
193 if (!strcmp(scheme, "geo") || !strcmp(scheme, "mailto") || !strcmp(scheme, "tel"))
441 const char *scheme, /* I - Scheme name *
1571 char scheme[32], \/* URI components... *\/ local
2140 const char *scheme, \/* URI scheme *\/ local
2351 const char *scheme, \/* URI scheme *\/ local
    [all...]
testcreds.c 32 char scheme[HTTP_MAX_URI], /* Scheme from URI */ local
63 if (httpSeparateURI(HTTP_URI_CODING_MOST, argv[1], scheme, sizeof(scheme), username, sizeof(username), hostname, sizeof(hostname), &port, resource, sizeof(resource)) < HTTP_URI_STATUS_OK)
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
StringLoader.java 10 * A model loader for handling certain string models. Handles paths, urls, and any uri string with a scheme handled by
29 final String scheme = uri.getScheme(); local
30 if (scheme == null) {
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 67 String scheme = mUri.getScheme(); local
68 if ("tel".equals(scheme)) {
70 } else if ("sms".equals(scheme) || "smsto".equals(scheme)) {
78 String scheme = mUri.getScheme(); local
79 boolean tel = "tel".equals(scheme);
80 boolean sms = "sms".equals(scheme) || "smsto".equals(scheme);
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guile.i 7 /* Macro for inserting Scheme code into the stub */
8 #define %scheme %insert("scheme")
  /external/apache-http/src/org/apache/http/impl/client/
DefaultUserTokenHandler.java 84 AuthScheme scheme = authState.getAuthScheme(); local
85 if (scheme != null && scheme.isComplete() && scheme.isConnectionBased()) {
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelURLImpl.java 52 this.scheme = "tel";
81 /** Returns the value of the "scheme" of this URI, for example "sip", "sips"
84 * @return the scheme paramter of the URI
87 return this.scheme;
100 /** This method determines if this is a URI with a scheme of "sip" or "sips".
102 * @return true if the scheme is "sip" or "sips", false otherwise.
158 return this.scheme + ":" + telephoneNumber.encode();
166 buffer.append(this.scheme).append(':');
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/pdfium/third_party/libtiff/
tif_codec.c 30 * Builtin Compression Scheme Configuration Support.
119 NotConfigured(TIFF* tif, int scheme)
121 (void) scheme;
136 * Check whether we have working codec for the specific coding scheme.
143 TIFFIsCODECConfigured(uint16 scheme)
145 const TIFFCodec* codec = TIFFFindCODEC(scheme);
tif_compress.c 30 * Compression Scheme Configuration Support.
45 "Compression scheme %u %s encoding is not implemented",
83 "Compression scheme %u %s decoding is not implemented",
161 TIFFSetCompressionScheme(TIFF* tif, int scheme)
163 const TIFFCodec *c = TIFFFindCODEC((uint16) scheme);
167 * Don't treat an unknown compression scheme as an error.
172 return (c ? (*c->init)(tif, scheme) : 1);
187 TIFFFindCODEC(uint16 scheme)
193 if (cd->info->scheme == scheme)
    [all...]
  /external/syslinux/core/fs/pxe/
url.h 18 char *scheme; member in struct:url_info
  /external/syslinux/gpxe/src/net/tcp/
https.c 49 .scheme = "https",
  /external/tpm2/
CpriECC_fp.h 14 TPM_ALG_ID scheme, // IN: the key exchange scheme
24 TPM_ALG_ID scheme, // IN: the key exchange scheme
77 TPM_ALG_ID scheme, // IN: the scheme selector
88 TPM_ALG_ID scheme, // IN: the scheme selector
HMAC.c 16 // TPM_RC_VALUE hashAlg is not compatible with the hash algorithm of the scheme of
49 if(publicArea->parameters.keyedHashDetail.scheme.scheme == TPM_ALG_NULL)
56 = publicArea->parameters.keyedHashDetail.scheme.details.hmac.hashAlg;
CryptUtil.c 628 TPMT_SIG_SCHEME *scheme, // IN: signing scheme
637 digestSize = CryptStartHMAC2B(scheme->details.hmac.hashAlg,
646 signature->signature.hmac.hashAlg = scheme->details.hmac.hashAlg;
690 // TPM_RC_SIZE sensitive data size is larger than allowed for the scheme
704 TPMT_KEYEDHASH_SCHEME *scheme; local
712 scheme = &publicArea->parameters.keyedHashDetail.scheme;
715 if(scheme->scheme == TPM_ALG_NULL
1309 const TPMT_ECC_SCHEME *scheme = NULL; local
2413 TPMT_RSA_DECRYPT scheme; local
2532 TPMT_RSA_DECRYPT scheme; local
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/
_url.py 43 scheme, url = url.split(":", 1)
45 parsed = urlparse(url, scheme="ws")
55 if scheme == "ws":
58 elif scheme == "wss":
63 raise ValueError("scheme %s is invalid" % scheme)
  /frameworks/base/core/java/android/net/
Uri.java 109 <scheme>://<authority><path>?<query>
141 * Absolute URIs are hierarchical if the scheme-specific part starts with
148 * scheme-specific part of an opaque URI cannot start with a '/'.
156 * explicit scheme.
164 * explicit scheme.
173 * Gets the scheme of this URI. Example: "http"
175 * @return the scheme or null if this is a relative URI
180 * Gets the scheme-specific part of this URI, i.e.&nbsp;everything between
181 * the scheme separator ':' and the fragment separator '#'. If this is a
186 * @return the decoded scheme-specific-par
368 String scheme = getScheme(); local
537 private volatile String scheme = NOT_CACHED; field in class:Uri.StringUri
838 private final String scheme; field in class:Uri.OpaqueUri
1144 private final String scheme; \/\/ can be null field in class:Uri.HierarchicalUri
1325 private String scheme; field in class:Uri.Builder
1342 public Builder scheme(String scheme) { method in class:Uri.Builder
1754 String scheme = getScheme(); local
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 132 public String getResourceURI(String href, String scheme, String contentType) throws
134 if (scheme == null) {
135 throw new NullPointerException("scheme");
137 if ("file".equals(scheme)) {
140 if ("http".equals(scheme)) {
153 throw new DOMTestLoadException(new Exception("Unrecognized URI scheme " +
154 scheme));
157 public String createTempURI(String scheme) throws DOMTestLoadException {
158 if (scheme == null) {
159 throw new NullPointerException("scheme");
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
WebPlatformUrlTest.java 70 if (!testData.scheme.isEmpty() && !HTTP_URL_SCHEMES.contains(testData.scheme)) {
71 System.err.println("Ignoring unsupported scheme " + testData.scheme);
109 String effectivePort = url.port() != HttpUrl.defaultPort(url.scheme())
117 assertEquals("scheme", testData.scheme, url.scheme());
  /libcore/ojluni/src/main/java/java/net/
Authenticator.java 148 * @param scheme The authentication scheme
165 String scheme) {
184 a.requestingScheme = scheme;
208 * @param scheme The authentication scheme
227 String scheme) {
247 a.requestingScheme = scheme;
269 * @param scheme The authentication scheme
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
uri.h 31 * scheme = "http", host = "www.etherboot.org", path = "/wiki"
39 * scheme = "mailto", opaque = "bob@nowhere.com"
43 * scheme = "ftp", user = "joe", password = "secret",
50 /** Scheme */
51 const char *scheme; member in struct:uri
91 #define uri_get_field( uri, field ) (&uri->scheme)[field]
108 * An absolute URI begins with a scheme, e.g. "http:" or "mailto:".
113 return ( uri->scheme != NULL );

Completed in 2499 milliseconds

12 3 4 5 6 7 8 91011>>