HomeSort by relevance Sort by last modified time
    Searched refs:url_args (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/site_tests/login_ChromeProfileSanitary/
login_ChromeProfileSanitary.py 13 def _respond_with_cookies(handler, url_args):
20 @param url_args: arguments passed through the url.
25 handler.send_header('Location', url_args['continue'][0])
28 handler.wfile.write('%s:\n' % url_args)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
versioning.py 116 url_args = self.args[1:]
117 if not url_args:
123 for url_str in url_args:
143 url_args = self.args
148 for url_str in url_args:
cors.py 140 url_args = self.args[1:]
142 if not UrlsAreForSingleProvider(url_args):
152 StorageUrlFromString(url_args[0]).scheme)
156 for url_str in url_args:
lifecycle.py 133 url_args = self.args[1:]
135 if not UrlsAreForSingleProvider(url_args):
146 for url_str in url_args:
web.py 198 url_args = self.args
206 for url_str in url_args:
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
command.py 766 url_args = self.args[1:]
769 if not UrlsAreForSingleProvider(url_args):
783 url_args[0], debug=self.debug, validate=False,
795 self.ApplyAclFunc(acl_func, acl_excep_handler, url_args)
    [all...]
util.py 906 def UrlsAreForSingleProvider(url_args):
910 url_args: Strings to check.
917 for url_str in url_args:
    [all...]

Completed in 230 milliseconds