Home
last modified time | relevance | path

Searched refs:authorize (Results 1 – 25 of 46) sorted by relevance

12

/external/oauth/core/src/main/java/net/oauth/
Dconsumer.properties.sample6 ma.gnolia.serviceProvider.userAuthorizationURL: http://ma.gnolia.com/oauth/authorize
15 twitter.serviceProvider.userAuthorizationURL: http://twitter.com/oauth/authorize
/external/dnsmasq/contrib/dynamic-dnsmasq/
Ddynamic-dnsmasq.pl126 if ( authorize($user, $pass, $cgi{'hostname'}, $cgi{'myip'}) == 0 ) {
158 sub authorize { subroutine
/external/javasqlite/src/main/java/SQLite/
DAuthorizer.java22 public int authorize(int what, String arg1, String arg2, String arg3, in authorize() method
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dno_op_credentials.py25 def authorize(self, http_obj): # pylint: disable=invalid-name member in NoOpCredentials
/external/autotest/client/site_tests/firmware_TouchMTB/
Dauthenticator.py150 def authorize(self, ss_client): member in SpreadsheetAuthorizer
183 token.authorize(ss_client)
Dspreadsheet.py242 if not authorizer.authorize(self.ss_client):
441 if not authorizer.authorize(ss_client):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dsecuritygroup.py146 def authorize(self, ip_protocol=None, from_port=None, to_port=None, member in SecurityGroup
283 sg.authorize(None, None, None, None, grant,
286 sg.authorize(rule.ip_protocol, rule.from_port, rule.to_port,
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_oauth2client.py592 http = self.credentials.authorize(http)
604 http = self.credentials.authorize(http)
635 http = self.credentials.authorize(http)
671 http = credentials.authorize(HttpMock(headers={'status': '200'}))
700 http = credentials.authorize(http)
762 http = self.credentials.authorize(http)
785 http = self.credentials.authorize(http)
793 http = self.credentials.authorize(http)
824 http = self.credentials.authorize(http)
Dtest_jwt.py221 http = credentials.authorize(http)
246 http = credentials.authorize(http)
Dtest_file.py168 credentials.authorize(http)
209 credentials.authorize(http)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/
Doauth2_for_devices.py32 youtube = build("youtube", "v3", http=credentials.authorize(httplib2.Http()))
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Dsample_tools.py91 http = credentials.authorize(http = httplib2.Http())
/external/chromium-trace/catapult/dashboard/dashboard/
Dbuildbucket_service.py56 credentials.authorize(cls._singleton)
Dissue_tracker_service.py39 additional_credentials.authorize(self._http)
Drietveld_service.py95 credentials.authorize(self._http)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
Drun_system_tests.py42 http = credentials.authorize(httplib2.Http())
/external/cros/system_api/dbus/cryptohome/
Dsigned_secret.proto19 // and signed by a pre-negotiated key to authorize updates from the
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
Ddbsecuritygroup.py85 def authorize(self, cidr_ip=None, ec2_group=None): member in DBSecurityGroup
/external/autotest/site_utils/
Dgmail_lib.py99 http = credentials.authorize(httplib2.Http())
Dphapi_lib.py101 http = credentials.authorize(httplib2.Http())
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
Dtest_connection.py520 request.authorize(mock_connection)
531 request.authorize(mock_connection)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/
Dtest_connection.py140 group.authorize('tcp', 80, 80, '0.0.0.0/0')
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dbase_api_test.py51 def authorize(self, _): # pylint: disable=invalid-name member in FakeCredentials
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dclient.py188 def authorize(self, http): member in Credentials
504 def authorize(self, http): member in OAuth2Credentials
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dconnection.py366 def authorize(self, connection, **kwargs): member in HTTPRequest
927 request.authorize(connection=self)

12