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

  /external/chromium_org/content/public/browser/
download_item.h 63 // This state indicates that the download has been interrupted.
64 INTERRUPTED,
126 // Resume a download that has been paused or interrupted. Will have no effect
142 // in-progress or interrupted, then the intermediate file will also be
169 // an in-progress download was paused or if an interrupted download requires
174 // completed downloads, cancelled downloads, and interrupted downloads that
201 // download was interrupted.
207 // download is interrupted.
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 61 * NEW -> INTERRUPTING -> INTERRUPTED
70 private static final int INTERRUPTED = 6;
147 UNSAFE.putOrderedInt(this, stateOffset, INTERRUPTED);
309 // assert state == INTERRUPTED;
317 // Thread.interrupted();
373 if (Thread.interrupted()) {
405 * Tries to unlink a timed-out or interrupted wait node to avoid
  /external/chromium/chrome/browser/download/
download_item.h 55 // This state indicates that the download has been interrupted.
56 INTERRUPTED
169 void Interrupted(int64 size, int os_error);
234 // Returns true if the download has been cancelled or was interrupted.
237 // Returns true if the download was interrupted.
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 380 INTERRUPTED: 'INTERRUPTED',
476 if (this.state_ == Download.States.INTERRUPTED)
477 this.nodeFileName_.classList.add('interrupted');
600 case Download.States.INTERRUPTED:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 212 INTERRUPTED = -4
356 result = INTERRUPTED, e.__class__.__name__
376 interrupted = False
546 if result[0] == INTERRUPTED:
551 interrupted = True
573 interrupted = True
591 if interrupted:
594 print "Test suite interrupted by signal SIGINT."
599 if not bad and not skipped and not interrupted and len(good) > 1:
663 sys.exit(len(bad) > 0 or interrupted)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 212 INTERRUPTED = -4
356 result = INTERRUPTED, e.__class__.__name__
376 interrupted = False
546 if result[0] == INTERRUPTED:
551 interrupted = True
573 interrupted = True
591 if interrupted:
594 print "Test suite interrupted by signal SIGINT."
599 if not bad and not skipped and not interrupted and len(good) > 1:
663 sys.exit(len(bad) > 0 or interrupted)
    [all...]
  /external/smack/src/com/kenai/jbosh/
BOSHClient.java 116 * Message to use for interrupted exceptions.
118 private static final String INTERRUPTED = "Interrupted";
632 LOG.log(Level.FINEST, INTERRUPTED, intx);
824 LOG.log(Level.FINEST, INTERRUPTED, intx);
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 312 milliseconds