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

1 23 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
panoramiXext.h 23 dealings in this Software without prior written authorization from Digital
  /frameworks/base/icu4j/
license.html 43 this Software without prior written authorization of the copyright holder.
  /libcore/luni/
license.html 43 this Software without prior written authorization of the copyright holder.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlocale.h 25 other dealings in this Software without prior written authorization
Xwinsock.h 25 other dealings in this Software without prior written authorization from
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
MITMisc.h 23 in this Software without prior written authorization from The Open Group.
Xagsrv.h 24 other dealings in this Software without prior written authorization
Xcup.h 24 in this Software without prior written authorization from The Open Group.
Xext.h 24 in this Software without prior written authorization from The Open Group.
mitmiscstr.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/
eti.h 26 * authorization. *
unctrl.h 26 * authorization. *
  /external/chromium/chrome/browser/policy/proto/
device_management_backend.proto 61 // part of HTTP Authorization header for all future requests from
72 // GoogleDMToken MUST be in HTTP Authorization header.
225 // * HTTP Authorization header MUST be in the following formats:
227 // Authorization: GoogleLogin auth=<auth cookie for Mobile Sync>
230 // Authorization: GoogleDMToken token=<dm token from register>
  /external/chromium/chrome/browser/cocoa/
keystone_glue.mm 148 authorization:(AuthorizationRef)authorization;
164 // -registerWithParameters: or -promoteWithParameters:authorization: call.
758 scoped_AuthorizationRef authorization(
761 if (!authorization.get()) {
765 [self promoteTicketWithAuthorization:authorization.release() synchronous:NO];
770 scoped_AuthorizationRef authorization(authorization_arg);
802 // -[KSRegistration promoteWithParameters:authorization:] is currently
826 authorization,
847 authorization_.swap(authorization);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 121 authorization process.
142 """An OAuth credential used to request authorization or a protected
150 When first negotiating the authorization, the consumer asks for a *request
321 return {'Authorization': auth_header}
424 if headers and 'Authorization' in headers:
425 auth_header = headers['Authorization']
426 # Check that the authorization header is OAuth.
435 'Authorization header.')
491 """Turn Authorization: header into parameters."""
582 This class implements the logic to check requests for authorization. Yo
    [all...]
  /external/chromium/net/tools/testserver/
device_management.py 122 logging.debug('auth -> ' + self._headers.getheader('Authorization', ''))
149 self._headers.getheader('Authorization', ''))
157 Checks the query for authorization and device identifier, registers the
168 return (403, 'No authorization')
191 Checks for authorization, unregisters the device and constructs the
231 return (403, 'No authorization')
260 Checks for authorization, encodes the policy into protobuf representation
313 Checks for authorization, encodes the policy into protobuf representation
430 Checks for authorization, encodes the policy into protobuf representation,
519 self._headers.getheader('Authorization', ''))
    [all...]
  /external/chromium/net/http/
http_auth_handler_digest_unittest.cc 394 // Authorization
415 // Authorization
436 // Authorization
457 // Authorization
476 // Authorization
494 // Authorization
  /libcore/luni/src/main/java/libcore/net/http/
RequestHeaders.java 47 * True if the request contains an authorization field. Although this isn't
97 } else if ("Authorization".equalsIgnoreCase(fieldName)) {
116 } else if ("Proxy-Authorization".equalsIgnoreCase(fieldName)) {
  /external/bluetooth/bluez/doc/
service-api.txt 48 Request an authorization for an incoming connection
  /external/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc 76 "\"locationType\":\"header\",\"location\":\"Authorization\"}],"
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc 39 std::string headers = "Authorization: GoogleLogin auth=" + auth_token;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 276 // We have a Authorization-header with OAuth data. Parse the header
278 if (isset($request_headers['Authorization']) && substr($request_headers['Authorization'], 0, 6) == 'OAuth ') {
280 $request_headers['Authorization']
416 * builds the Authorization: header
421 $out = 'Authorization: OAuth realm="' . OAuthUtil::urlencode_rfc3986($realm) . '"';
424 $out = 'Authorization: OAuth';
751 // Utility function for turning the Authorization: header into
772 // we need this to get the actual Authorization: header
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.h 18 // A helper class to get and refresh OAuth tokens given an authorization code.
  /external/embunit/inc/
AssertImpl.h 31 * authorization of the copyright holder.
HelperMacro.h 31 * authorization of the copyright holder.

Completed in 1409 milliseconds

1 23 4 5 6 7 8 91011>>