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

  /bionic/tools/bionicbb/
gmail.py 17 import httplib2
42 http = httplib2.Http()
tasks.py 17 import httplib2
86 except httplib2.ServerNotFoundError:
  /external/autotest/frontend/afe/
views.py 1 import httplib2, os, sys, traceback, cgi
69 headers, content = httplib2.Http().request(url, 'GET')
71 headers, content = httplib2.Http().request(url, 'POST',
  /external/autotest/skylab_migration/venv/skylab_venv/
sso_discovery.py 4 import httplib2
82 return (httplib2.Response(info), body)
86 """Creates httplib2 client that adds SSO cookie."""
87 http = httplib2.Http(timeout=DEFAULT_FETCH_DEADLINE_SEC)
  /external/skia/tools/lua/
trigger_ct_lua 10 import httplib2
39 resp, content = httplib2.Http().request(
80 resp, content = httplib2.Http().request(CT_GET_SKP_REPOS_URL, "GET")
  /external/skqp/tools/lua/
trigger_ct_lua 10 import httplib2
39 resp, content = httplib2.Http().request(
80 resp, content = httplib2.Http().request(CT_GET_SKP_REPOS_URL, "GET")
  /test/framework/harnesses/host_controller/
invocation_thread.py 21 import httplib2
130 except (httplib2.HttpLib2Error, errors.HttpError) as e:
155 except httplib2.HttpLib2Error as e:
tfc_host_controller.py 22 import httplib2
137 httplib2.HttpLib2Error,
  /test/framework/harnesses/host_controller/tfc/
tfc_client.py 17 import httplib2
164 # httplib2.Http is not thread-safe. Use thread local object.
166 thread_local.http = credentials.authorize(httplib2.Http())
169 thread_local.http = credentials.authorize(httplib2.Http())
  /external/autotest/server/cros/
sonic_extension_downloader.py 6 import httplib2
45 response_xml = httplib2.Http().request(update_check_link, 'GET')[1]
  /tools/acloud/internal/lib/
auth.py 43 import httplib2
144 credentials.refresh(httplib2.Http())
base_cloud_client.py 30 import httplib2
59 RETRIABLE_ERRORS = (httplib.HTTPException, httplib2.HttpLib2Error,
84 http_auth = oauth2_credentials.authorize(httplib2.Http())
  /test/vts/utils/python/build/api/
artifact_fetcher.py 20 import httplib2
78 http_auth = authToken.authorize(httplib2.Http())
  /external/autotest/site_utils/
gmail_lib.py 21 import httplib2
108 http = credentials.authorize(httplib2.Http())
  /test/framework/harnesses/host_controller/command_processor/
command_build.py 17 import httplib2
129 httplib2.HttpLib2Error, errors.HttpError) as e:
command_config.py 17 import httplib2
131 httplib2.HttpLib2Error, errors.HttpError) as e:
command_device.py 17 import httplib2
140 httplib2.HttpLib2Error, errors.HttpError) as e:
  /test/framework/harnesses/host_controller/build/
build_provider_pab.py 20 import httplib2
140 self._credentials.refresh(http=httplib2.Http())

Completed in 767 milliseconds