Home
last modified time | relevance | path

Searched refs:resumable (Results 1 – 25 of 25) sorted by relevance

/external/python/google-api-python-client/googleapiclient/
Dhttp.py297 def resumable(self): member in MediaUpload
414 resumable=False): argument
437 self._resumable = resumable
466 def resumable(self): member in MediaIoBaseUpload
538 resumable=False): argument
562 resumable=resumable)
577 chunksize=d['_chunksize'], resumable=d['_resumable'])
589 chunksize=DEFAULT_CHUNK_SIZE, resumable=False): argument
606 resumable=resumable)
757 resumable=None): argument
[all …]
Ddiscovery.py800 resumable = None
829 if media_upload.resumable():
832 if media_upload.resumable():
835 resumable = media_upload
881 resumable=resumable)
/external/python/google-api-python-client/tests/
Dtest_http.py221 datafile('small.png'), chunksize=500, resumable=True)
224 self.assertEqual(True, upload.resumable())
233 self.assertEqual(True, new_upload.resumable())
240 resumable=True)
244 resumable=True)
247 self.assertTrue(media.resumable())
254 datafile('small.png'), chunksize=500, resumable=True)
263 resumable=media_upload)
274 self.assertEqual(media_upload.to_json(), new_req.resumable.to_json())
285 fd=fd, mimetype='image/png', chunksize=500, resumable=True)
[all …]
Dtest_discovery.py949 media_upload = MediaFileUpload(datafile('small.png'), resumable=True)
954 self.assertEquals(media_upload, request.resumable)
956 self.assertEquals('image/png', request.resumable.mimetype())
983 self.assertEquals(media_upload, request.resumable)
989 self.assertEquals(media_upload, request.resumable)
1009 media_upload = MediaFileUpload(datafile('small.png'), resumable=True)
1011 self.assertEquals(media_upload, request.resumable)
1013 self.assertEquals('image/png', request.resumable.mimetype())
1039 self.assertEquals(media_upload, request.resumable)
1057 media_upload = MediaFileUpload(datafile('small.png'), resumable=True)
[all …]
/external/owasp/sanitizer/src/main/org/owasp/html/
DTagBalancingHtmlStreamEventReceiver.java125 if (top.resumable) { in prepareForContent()
187 if (unclosed.resumable) { in closeTag()
258 final boolean resumable; field in TagBalancingHtmlStreamEventReceiver.ElementContainmentInfo
273 String elementName, boolean resumable, int types, int contents, in ElementContainmentInfo() argument
277 this.resumable = resumable; in ElementContainmentInfo()
374 String elementName, boolean resumable, int types, int contentTypes) { in defineElement() argument
375 return defineElement(elementName, resumable, types, contentTypes, null); in defineElement()
379 String elementName, boolean resumable, int types, int contentTypes, in defineElement() argument
382 elementName, resumable, types, contentTypes, null, inScopes); in defineElement()
386 String elementName, boolean resumable, int types, int contentTypes, in defineElement() argument
[all …]
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt205 googleapiclient.http.MediaIoBaseUpload.resumable googleapiclient.http.MediaIoBaseUpload-class.html#
217 googleapiclient.http.MediaIoBaseUpload.resumable googleapiclient.http.MediaIoBaseUpload-class.html#
232 googleapiclient.http.MediaIoBaseUpload.resumable googleapiclient.http.MediaIoBaseUpload-class.html#
243 googleapiclient.http.MediaUpload.resumable googleapiclient.http.MediaUpload-class.html#resumable
/external/expat/tests/
Druntests.c2166 static XML_Bool resumable = XML_FALSE; variable
2172 XML_StopParser(parser, resumable); in clearing_aborting_character_handler()
2189 resumable = XML_FALSE; in START_TEST()
2210 resumable = XML_TRUE; in START_TEST()
2231 XML_StopParser(parser, resumable); in parser_stop_character_handler()
2233 if (!resumable) { in parser_stop_character_handler()
2258 resumable = XML_FALSE; in START_TEST()
2266 resumable = XML_TRUE; in START_TEST()
2274 resumable = XML_TRUE; in START_TEST()
2671 resumable = XML_FALSE; in START_TEST()
[all …]
/external/python/google-api-python-client/
DCHANGELOG176 - Fixed resumable upload failure when receiving a 308 response. (#312)
236 - Fix non-resumable binary uploads in Python 3 (#147)
305 resumable media upload request.
386 * Added media download support, including resumable downloads.
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DSerializingExecutorTest.java54 public void resumable() { in resumable() method in SerializingExecutorTest
/external/python/cpython2/Modules/expat/
Dexpat.h849 XML_StopParser(XML_Parser parser, XML_Bool resumable);
Dxmlparse.c2130 XML_StopParser(XML_Parser parser, XML_Bool resumable) in XML_StopParser() argument
2136 if (resumable) { in XML_StopParser()
2146 if (resumable) { in XML_StopParser()
/external/python/cpython3/Modules/expat/
Dexpat.h849 XML_StopParser(XML_Parser parser, XML_Bool resumable);
Dxmlparse.c2130 XML_StopParser(XML_Parser parser, XML_Bool resumable) in XML_StopParser() argument
2136 if (resumable) { in XML_StopParser()
2146 if (resumable) { in XML_StopParser()
/external/expat/lib/
Dexpat.h849 XML_StopParser(XML_Parser parser, XML_Bool resumable);
Dxmlparse.c2130 XML_StopParser(XML_Parser parser, XML_Bool resumable) in XML_StopParser() argument
2136 if (resumable) { in XML_StopParser()
2146 if (resumable) { in XML_StopParser()
/external/python/oauth2client/
DCHANGELOG.md297 resumable media upload request.
375 + Added media download support, including resumable downloads.
/external/python/cpython2/Doc/library/
Dwsgiref.rst158 returns an empty string, iteration is ended and is not resumable.
/external/python/cpython3/Doc/library/
Dwsgiref.rst158 returns an empty bytestring, iteration is ended and is not resumable.
/external/python/cpython3/Doc/howto/
Dfunctional.rst444 is what generators provide; they can be thought of as resumable functions.
/external/python/cpython2/Doc/howto/
Dfunctional.rst445 is what generators provide; they can be thought of as resumable functions.
/external/python/cpython2/Doc/whatsnew/
D2.2.rst554 generators provide; they can be thought of as resumable functions.
D2.3.rst143 generators provide; they can be thought of as resumable functions.
/external/python/cpython3/Doc/whatsnew/
D2.2.rst554 generators provide; they can be thought of as resumable functions.
D2.3.rst143 generators provide; they can be thought of as resumable functions.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz