Home
last modified time | relevance | path

Searched refs:MediaIoBaseDownload (Results 1 – 3 of 3) sorted by relevance

/external/python/google-api-python-client/tests/
Dtest_http.py55 from googleapiclient.http import MediaIoBaseDownload
435 download = MediaIoBaseDownload(
471 download = MediaIoBaseDownload(
503 download = MediaIoBaseDownload(
515 download = MediaIoBaseDownload(
538 download = MediaIoBaseDownload(
562 download = MediaIoBaseDownload(
607 download = MediaIoBaseDownload(
628 download = MediaIoBaseDownload(
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt219 googleapiclient.http.MediaIoBaseDownload googleapiclient.http.MediaIoBaseDownload-class.html
220 googleapiclient.http.MediaIoBaseDownload.next_chunk googleapiclient.http.MediaIoBaseDownload-class.…
221 googleapiclient.http.MediaIoBaseDownload.__init__ googleapiclient.http.MediaIoBaseDownload-class.ht…
/external/python/google-api-python-client/googleapiclient/
Dhttp.py609 class MediaIoBaseDownload(object): class