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

  /external/guava/src/com/google/common/util/concurrent/
AbstractIdleService.java 48 throw Throwables.propagate(t);
62 throw Throwables.propagate(t);
AbstractExecutionThreadService.java 60 throw Throwables.propagate(t);
AbstractService.java 134 throw Throwables.propagate(e.getCause());
142 throw Throwables.propagate(e.getCause());
  /external/guava/src/com/google/common/base/
Throwables.java 46 * throw Throwables.propagate(t);
91 * @param throwable the Throwable to possibly propagate
109 * @param throwable the Throwable to possibly propagate
137 * throw Throwables.propagate(t);
142 * @param throwable the Throwable to propagate
145 public static RuntimeException propagate(Throwable throwable) { method in class:Throwables
  /external/v8/test/mjsunit/
fuzz-natives.js 121 // which means that we have to propagate errors back.
unicode-test.js     [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 350 * unconditionally propagate
352 static final int PROPAGATE = -3;
372 * PROPAGATE: A releaseShared should be propagated to other
631 * signal. But if it does not, status is set to PROPAGATE to
648 !compareAndSetWaitStatus(h, 0, Node.PROPAGATE))
658 * in shared mode, if so propagating if either propagate > 0 or
659 * PROPAGATE status was set.
662 * @param propagate the return value from a tryAcquireShared
664 private void setHeadAndPropagate(Node node, int propagate) {
672 * PROPAGATE status may transition to SIGNAL.
    [all...]
  /external/v8/benchmarks/
deltablue.js 791 * constraint and values must propagate down the entire length of the
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 785 * constraint and values must propagate down the entire length of the
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/grub/docs/
texinfo.tex 704 % and the first line afterwards, we have to propagate \prevdepth.
    [all...]

Completed in 357 milliseconds