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

  /external/libvpx/libvpx/test/android/
get_files.py 14 import pycurl namespace
48 curl = pycurl.Curl()
49 curl.setopt(pycurl.URL, url + "/" + filename)
50 curl.setopt(pycurl.WRITEDATA, fp)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
get_files.py 14 import pycurl namespace
48 curl = pycurl.Curl()
49 curl.setopt(pycurl.URL, url + "/" + filename)
50 curl.setopt(pycurl.WRITEDATA, fp)
  /external/autotest/site_utils/rpm_control_system/
dli.py 6 import pycurl namespace
8 print "Failed to import pycurl. Ignoring." namespace
46 curl = pycurl.Curl()
53 except pycurl.error:
  /external/autotest/server/cros/
sonic_client_utils.py 17 import pycurl namespace
19 pycurl = None variable
90 """Sends a custom request throug pycurl, to the url specified.
98 conn = pycurl.Curl()
222 Performs a hard reboot if pycurl isn't available.
226 @raises pycurl.error: If the DELETE request fails after retries.
228 if not pycurl:
230 'pycurl if you do not wish to reboot.', app)

Completed in 642 milliseconds