HomeSort by relevance Sort by last modified time
    Searched full:scheme (Results 76 - 100 of 1046) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 34 void setScheme(String scheme);
HeaderFactory.java 32 AuthorizationHeader createAuthorizationHeader(String scheme)
103 ProxyAuthenticateHeader createProxyAuthenticateHeader(String scheme)
106 ProxyAuthorizationHeader createProxyAuthorizationHeader(String scheme)
178 WWWAuthenticateHeader createWWWAuthenticateHeader(String scheme)
  /external/webkit/WebCore/html/
HTMLMetaElement.idl 26 attribute [ConvertNullToNullString] DOMString scheme;
  /packages/apps/Browser/
AndroidManifest.xml 69 <data android:scheme="http" />
70 <data android:scheme="https" />
71 <data android:scheme="about" />
72 <data android:scheme="javascript" />
80 <data android:scheme="http" />
81 <data android:scheme="https" />
82 <data android:scheme="inline" />
107 <data android:scheme="" />
108 <data android:scheme="http" />
109 <data android:scheme="https" /
    [all...]
  /external/apache-http/src/org/apache/http/client/utils/
URIUtils.java 53 * @param scheme
54 * Scheme name
67 * If both a scheme and a path are given but the path is
74 final String scheme,
83 if (scheme != null) {
84 buffer.append(scheme);
111 * A convenience method for creating a new {@link URI} whose scheme, host
119 * Contains the scheme, host and port to use.
  /external/chromium/net/http/
http_auth_handler_basic.cc 29 // Verify the challenge's auth-scheme.
32 !LowerCaseEqualsASCII(challenge_tok.scheme(), "basic"))
http_auth.h 84 // should continue to be used (such as for the NTLM authentication scheme),
88 // |origin| is used by the NTLM authentication scheme to construct the
99 // ChallengeTokenizer breaks up a challenge string into the the auth scheme
101 // challenge = auth-scheme 1*SP 1#auth-param
114 // Get the auth scheme of the challenge.
117 std::string scheme() const { function in class:net::HttpAuth::ChallengeTokenizer
http_auth_cache.h 25 // - the origin server {scheme, host, port}
35 // |origin| - the {scheme, host, port} of the server.
43 // |origin| - the {scheme, host, port} of the server.
52 // |origin| - the {scheme, host, port} of the server.
67 // |origin| - the {scheme, host, port} of the server.
130 // |origin_| contains the {scheme, host, port} of the server.
  /external/libxml2/include/libxml/
uri.h 34 char *scheme; /* the URI scheme */ member in struct:_xmlURI
  /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")) {
  /packages/apps/Email/res/xml/
senders.xml 33 <sender scheme="smtp" class="com.android.email.mail.transport.SmtpSender" />
34 <sender scheme="eas" class="com.android.email.mail.transport.ExchangeSender" />
  /packages/apps/HTMLViewer/
AndroidManifest.xml 31 <data android:scheme="file" />
32 <data android:scheme="content" />
  /packages/apps/Mms/src/com/android/mms/transaction/
DefaultRetryScheme.java 25 * Default retry scheme, based on specs.
42 // TODO Get retry scheme from preference.
  /external/nist-sip/java/gov/nist/javax/sip/
ListeningPointImpl.java 155 * is dependent on the scheme and transport. For example:
157 * <li>The default port is 5060 if the transport UDP the scheme is <i>sip:</i>.
158 * <li>The default port is 5060 if the transport is TCP the scheme is <i>sip:</i>.
159 * <li>The default port is 5060 if the transport is SCTP the scheme is <i>sip:</i>.
160 * <li>The default port is 5061 if the transport is TLS over TCP the scheme is <i>sip:</i>.
161 * <li>The default port is 5061 if the transport is TCP the scheme is <i>sips:</i>.
  /frameworks/base/core/java/android/content/
IntentFilter.java 42 * match against actions, categories, and data (either via its type, scheme,
63 * itself divided into three attributes: type, scheme, authority, and path.
65 * specified must match the contents of the Intent. If you specify a scheme
68 * that is supplied by their content provider. Specifying a type with no scheme
80 * <strong>data scheme+authority+path</strong> if specified) must match.
94 * <p><strong>Data Scheme</strong> matches if any of the given values match the
95 * Intent data's scheme.
96 * The Intent scheme is determined by calling {@link Intent#getData}
98 * <em>Note that scheme matching here is <b>case sensitive</b>, unlike
103 * the Intent's data authority <em>and</em> one of the data scheme's in the filte
    [all...]
  /libcore/luni/src/main/java/java/net/
Authenticator.java 53 private String scheme; field in class:Authenticator
111 * Returns the scheme of the connection that requests authorization, for
114 * @return scheme of the connection.
117 return this.scheme;
136 * scheme of the connection that requests authentication.
157 thisAuthenticator.scheme = rScheme;
203 * scheme of the connection that requests authentication.
225 thisAuthenticator.scheme = rScheme;
261 * scheme of the connection that requests authentication.
288 thisAuthenticator.scheme = rScheme
    [all...]
  /packages/apps/Email/src/com/android/email/mail/
Store.java 67 throw new MessagingException("Store.newInstance: Unknown scheme in " + uri);
106 public static StoreInfo getStoreInfo(String scheme, Context context) {
107 StoreInfo result = getStoreInfo(R.xml.stores_product, scheme, context);
109 result = getStoreInfo(R.xml.stores, scheme, context);
114 public static StoreInfo getStoreInfo(int resourceId, String scheme, Context context) {
122 String xmlScheme = xml.getAttributeValue(null, "scheme");
123 if (scheme != null && scheme.startsWith(xmlScheme)) {
150 * the scheme is used to determine which protocol will be used.
155 * scheme [+ security [+]] :// username : password @ host [ / resource
    [all...]
  /external/chromium/googleurl/src/
gurl.h 186 // scheme and the authority. If this URL is not a standard URL (it doesn't
195 // A helper function to return a GURL containing just the scheme, host,
206 // Returns true if the scheme for the current URL is a known "standard"
207 // scheme or there is a "://" after it. Standard schemes have an authority
213 // the canonicalized scheme) is the scheme for this URL. This call is more
214 // efficient than getting the scheme and comparing it because no copies or
224 // If the scheme indicates a secure connection
236 std::string scheme() const { // Not including the colon. See also SchemeIs. function in class:GURL
237 return ComponentString(parsed_.scheme);
    [all...]
  /external/openssl/crypto/asn1/
p5_pbev2.c 93 X509_ALGOR *scheme = NULL, *kalg = NULL, *ret = NULL;
112 /* Setup the AlgorithmIdentifier for the encryption scheme */
113 scheme = pbe2->encryption;
115 scheme->algorithm = obj;
116 if(!(scheme->parameter = ASN1_TYPE_new())) goto merr;
131 if(EVP_CIPHER_param_to_asn1(&ctx, scheme->parameter) < 0) {
221 /* Note 'scheme' is freed as part of pbe2 */
  /external/webkit/WebCore/page/
Navigator.cpp 240 static bool verifyProtocolHandlerScheme(const String& scheme, ExceptionCode& ec)
243 if (equalIgnoringCase(scheme, "http") || equalIgnoringCase(scheme, "https") || equalIgnoringCase(scheme, "file")) {
250 void Navigator::registerProtocolHandler(const String& scheme, const String& url, const String& title, ExceptionCode& ec)
252 if (!verifyProtocolHandlerScheme(scheme, ec))
268 page->chrome()->registerProtocolHandler(scheme, baseURL, url, m_frame->displayStringModifiedByEncoding(title));
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 282 ProtectionSpaceAuthenticationScheme scheme = ProtectionSpaceAuthenticationSchemeDefault;
285 scheme = ProtectionSpaceAuthenticationSchemeDefault;
287 scheme = ProtectionSpaceAuthenticationSchemeHTTPBasic;
289 scheme = ProtectionSpaceAuthenticationSchemeHTTPDigest;
291 scheme = ProtectionSpaceAuthenticationSchemeHTMLForm;
294 scheme = ProtectionSpaceAuthenticationSchemeNTLM;
299 return ProtectionSpace([macSpace host], [macSpace port], serverType, [macSpace realm], scheme);
  /external/zlib/doc/
txtvsbin.txt 16 were using a crude detection scheme: if more than 80% (4/5) of the bytes
19 limitation of this scheme is the restriction to Latin-based alphabets.
22 are most often misidentified by this scheme; in other words, the rate
24 is low. Another weakness of this scheme is a reduced precision, due to
28 In this article we propose a new, simple detection scheme that features
29 a much increased precision and a near-100% recall. This scheme is
88 considerations. In such cases, a scheme that tolerates a small fraction
  /bootable/diskinstaller/libdiskconfig/
diskconfig.c 177 /* find the partition scheme */
178 if (!(tmp = config_str(devroot, "scheme", NULL))) {
179 LOGE("partition scheme is required");
182 dinfo->scheme = PART_SCHEME_MBR;
184 LOGE("'gpt' partition scheme not supported yet.");
187 LOGE("Unknown partition scheme specified: %s", tmp);
261 * though. If we use the pc-bios partitioning scheme, we must use extended
392 switch (dinfo->scheme) {
399 LOGE("Uknown partition scheme.");
463 printf("Scheme: ")
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 84 protected String scheme; field in class:AuthenticationHeader
89 this.scheme = ParameterNames.DIGEST;
147 this.scheme = challenge.scheme;
158 return this.scheme + SP + parameters.encode();
162 * Sets the scheme of the challenge information for this
165 * @param scheme -
167 * scheme.
169 public void setScheme(String scheme) {
170 this.scheme = scheme
    [all...]
  /system/core/libdiskconfig/
diskconfig.c 179 /* find the partition scheme */
180 if (!(tmp = config_str(devroot, "scheme", NULL))) {
181 LOGE("partition scheme is required");
184 dinfo->scheme = PART_SCHEME_MBR;
186 LOGE("'gpt' partition scheme not supported yet.");
189 LOGE("Unknown partition scheme specified: %s", tmp);
263 * though. If we use the pc-bios partitioning scheme, we must use extended
395 switch (dinfo->scheme) {
402 LOGE("Uknown partition scheme.");
466 printf("Scheme: ")
    [all...]

Completed in 2918 milliseconds

1 2 34 5 6 7 8 91011>>