Searched refs:httplib2 (Results 1 - 6 of 6) sorted by relevance

/external/autotest/skylab_migration/venv/skylab_venv/
H A Dsso_discovery.py4 import httplib2 namespace
82 return (httplib2.Response(info), body)
86 """Creates httplib2 client that adds SSO cookie."""
87 http = httplib2.Http(timeout=DEFAULT_FETCH_DEADLINE_SEC)
/external/autotest/frontend/afe/
H A Dviews.py1 import httplib2, os, sys, traceback, cgi namespace
69 headers, content = httplib2.Http().request(url, 'GET')
71 headers, content = httplib2.Http().request(url, 'POST',
/external/skia/tools/lua/
H A Dtrigger_ct_lua10 import httplib2 namespace
39 resp, content = httplib2.Http().request(
80 resp, content = httplib2.Http().request(CT_GET_SKP_REPOS_URL, "GET")
/external/skqp/tools/lua/
H A Dtrigger_ct_lua10 import httplib2 namespace
39 resp, content = httplib2.Http().request(
80 resp, content = httplib2.Http().request(CT_GET_SKP_REPOS_URL, "GET")
/external/autotest/server/cros/
H A Dsonic_extension_downloader.py6 import httplib2 namespace
45 response_xml = httplib2.Http().request(update_check_link, 'GET')[1]
/external/autotest/site_utils/
H A Dgmail_lib.py21 import httplib2 namespace
108 http = credentials.authorize(httplib2.Http())

Completed in 336 milliseconds