HomeSort by relevance Sort by last modified time
    Searched full:authorization (Results 101 - 125 of 389) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
xteststr.h 24 in this Software without prior written authorization from The Open Group.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
keysym.h 25 in this Software without prior written authorization from The Open Group.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ncurses_dll.h 26 * authorization. *
panel.h 26 * authorization. *
termcap.h 26 * authorization. *
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.cc 30 // Template for authorization header needed for all request to Contacts API.
31 const char kAuthorizationHeader[] = "Authorization: GoogleLogin auth=%s";
  /external/chromium/net/http/
http_auth.cc 145 return "Proxy-Authorization";
147 return "Authorization";
http_auth_handler.h 38 // Determines how the previous authorization attempt was received.
41 // earlier authorization attempt. Although this normally means that the
http_auth_handler_digest.h 155 // Build up the value for (Authorization/Proxy-Authorization).
http_proxy_client_socket_pool_unittest.cc 33 "proxy-authorization", "Basic Zm9vOmJhcg=="
303 "Proxy-Authorization: Basic Zm9vOmJhcg==\r\n\r\n"),
328 "Proxy-Authorization: Basic Zm9vOmJhcg==\r\n\r\n"),
440 "Proxy-Authorization: Basic Zm9vOmJhcg==\r\n\r\n"),
478 "Proxy-Authorization: Basic Zm9vOmJhcg==\r\n\r\n"),
http_network_transaction_unittest.cc     [all...]
http_vary_data.cc 105 // point. Most notably, we do not have access to an Authorization header if
  /external/libxslt/
Copyright 24 ings in this Software without prior written authorization from him.
52 ings in this Software without prior written authorization from him.
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 115 putNameMap(AUTHORIZATION, Authorization.class.getName()); //19
  /external/openssl/crypto/krb5/
krb5_asn.h 203 ** authorization-data[8] AuthorizationData OPTIONAL
216 KRB5_AUTHDATA *authorization; member in struct:krb5_authenticator_st
  /external/openssl/include/openssl/
krb5_asn.h 203 ** authorization-data[8] AuthorizationData OPTIONAL
216 KRB5_AUTHDATA *authorization; member in struct:krb5_authenticator_st
  /frameworks/base/core/java/android/webkit/
HttpAuthHandlerImpl.java 132 * Proceed with the authorization with the given credentials
152 * Cancel the authorization request
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 381 * React to a failed authorization response by looking up new credentials.
404 // add authorization credentials, bypassing the already-connected check
406 ? "Proxy-Authorization"
407 : "Authorization";
413 * Returns the authorization credentials on the base of provided challenge.
  /external/bluetooth/bluez/
TODO 117 - At the moment authentication and authorization is not supported at the
120 authentication and authorization requirements before any other check is
152 authorization per characteristic if the remote is not in the trusted list.
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 335 uriBundle.putParcelable(ContactsContract.Authorization.KEY_URI_TO_AUTHORIZE, uri);
338 ContactsContract.Authorization.AUTHORIZATION_METHOD,
343 ContactsContract.Authorization.KEY_AUTHORIZED_URI);
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 164 * @return <tt>true</tt> if Digest authorization has been processed,
206 * Produces a digest authorization string for the given set of
214 * @throws AuthenticationException if authorization string cannot
217 * @return a digest authorization string
  /external/chromium/chrome/browser/remoting/
directory_add_request.cc 50 headers.SetHeader("Authorization", "GoogleLogin auth=" + auth_token);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 151 HOP_BY_HOP = ['connection', 'keep-alive', 'proxy-authenticate', 'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 'upgrade']
433 Authorization header. Over-rise this in sub-classes."""
454 Authorization header."""
455 headers['authorization'] = 'Basic ' + base64.b64encode("%s:%s" % self.credentials).strip()
486 headers['Authorization'] = 'Digest username="%s", realm="%s", nonce="%s", uri="%s", algorithm=%s, response=%s, qop=%s, nc=%08x, cnonce="%s"' % (
559 headers['Authorization'] = 'HMACDigest username="%s", realm="%s", snonce="%s", cnonce="%s", uri="%s", created="%s", response="%s", headers="%s"' % (
590 Authorization header."""
591 headers['Authorization'] = 'WSSE profile="UsernameToken"'
626 Authorization header."""
627 headers['authorization'] = 'GoogleLogin Auth=' + self.Auth
    [all...]
  /external/embunit/src/
AssertImpl.c 31 * authorization of the copyright holder.
stdImpl.c 31 * authorization of the copyright holder.

Completed in 1574 milliseconds

1 2 3 45 6 7 8 91011>>