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

  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
http.py 65 """Status of a resumable upload."""
92 """Status of a resumable download."""
145 """Chunk size for resumable uploads.
168 def resumable(self): member in class:MediaUpload
169 """Whether this upload is resumable.
172 True if resumable upload or False.
268 chunksize=1024*1024, resumable=True)
285 resumable=False):
295 used if resumable=True. Pass in a value of -1 if the file is to be
299 resumable: bool, True if this is a resumable upload. False means uploa
337 def resumable(self): member in class:MediaIoBaseUpload
    [all...]
  /external/expat/tests/
runtests.c 1012 static XML_Bool resumable = XML_FALSE; variable
1018 XML_StopParser(parser, resumable);
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 125 if (top.resumable) {
187 if (unclosed.resumable) {
206 // and <i>, then we need to store the attributes for resumable tags so
258 final boolean resumable; field in class:TagBalancingHtmlStreamEventReceiver.ElementContainmentInfo
273 String elementName, boolean resumable, int types, int contents,
277 this.resumable = resumable;
374 String elementName, boolean resumable, int types, int contentTypes) {
375 return defineElement(elementName, resumable, types, contentTypes, null);
379 String elementName, boolean resumable, int types, int contentTypes
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 568 milliseconds