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

1 2

  /external/webkit/Tools/Scripts/webkitpy/test/
skip_unittest.py 37 self.old_propagate = self.logger.propagate
38 self.logger.propagate = False
48 self.propagate = self.old_propagate
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractIdleService.java 47 throw Throwables.propagate(t);
61 throw Throwables.propagate(t);
AbstractExecutionThreadService.java 68 throw Throwables.propagate(t);
AbstractScheduledService.java 178 throw Throwables.propagate(t);
196 throw Throwables.propagate(t);
225 throw Throwables.propagate(t);
Monitor.java 799 throw Throwables.propagate(throwable);
837 throw Throwables.propagate(throwable);
887 throw Throwables.propagate(throwable);
924 throw Throwables.propagate(throwable);
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 66 // Expect the unchecked exception to propagate as-is
126 // Expect the unchecked exception to propagate as-is
146 // Expect the checked exception to propagate as-is
209 // Expect the unchecked exception to propagate as-is
232 // Expect the checked exception to propagate as-is
255 // Expect the checked exception to propagate as-is
276 throw Throwables.propagate(t);
291 throw Throwables.propagate(t);
296 // Expect the unchecked exception to propagate as-is
310 throw Throwables.propagate(t)
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 100 + JSC is failing to propagate anonymous slot count on some transitions
128 JSC is failing to propagate anonymous slot count on some transitions
165 - JSC is failing to propagate anonymous slot count on some transitions
207 JSC is failing to propagate anonymous slot count on some transitions
254 JSC is failing to propagate anonymous slot count on some transitions
296 JSC is failing to propagate anonymous slot count on some transitions
311 JSC is failing to propagate anonymous slot count on some transitions
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
ExecutionUtils.java 113 throw ReflectionUtils.propagate(e);
245 throw ReflectionUtils.propagate(e);
  /external/guava/guava/src/com/google/common/base/
Throwables.java 52 * throw Throwables.propagate(t);
98 * @param throwable the Throwable to possibly propagate
116 * @param throwable the Throwable to possibly propagate
145 * throw Throwables.propagate(t);
150 * @param throwable the Throwable to propagate
154 public static RuntimeException propagate(Throwable throwable) { method in class:Throwables
  /external/guava/guava/src/com/google/common/hash/
AbstractNonStreamingHashFunction.java 52 throw Throwables.propagate(e);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logutils_unittest.py 76 logger.propagate = False
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 232 throw propagate(e.getCause());
286 * Helper class used in {@link #propagate(Throwable)}.
292 if (System.getProperty("wbp.ReflectionUtils.propagate().InstantiationException") != null) {
295 if (System.getProperty("wbp.ReflectionUtils.propagate().IllegalAccessException") != null) {
302 if (System.getProperty("wbp.ReflectionUtils.propagate().dontThrow") == null) {
321 public static RuntimeException propagate(Throwable throwable) { method in class:ReflectionUtils
322 if (System.getProperty("wbp.ReflectionUtils.propagate().forceReturn") == null) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractExecutionThreadServiceTest.java 147 throw Throwables.propagate(e);
265 throw Throwables.propagate(e);
  /external/v8/tools/gcmole/
gcmole.lua 218 -- check return value and propagate the Failure to the caller.
276 local function propagate ()
303 propagate()
  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 356 throw Throwables.propagate(e.getCause());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
org.sat4j.pb_2.2.0.v20100429.jar 
  /external/v8/test/mjsunit/
array-elements-from-array-prototype-chain.js 29 // Tests below verify that elements set on Array.prototype's proto propagate
array-elements-from-array-prototype.js 29 // Tests below verify that elements set on Array.prototype propagate
array-elements-from-object-prototype.js 29 // Tests below verify that elements set on Object.prototype propagate
fuzz-natives.js 130 // which means that we have to propagate errors back.
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 142 * unconditionally propagate
144 static final int PROPAGATE = -3;
164 * PROPAGATE: A releaseShared should be propagated to other
423 * signal. But if it does not, status is set to PROPAGATE to
440 !compareAndSetWaitStatus(h, 0, Node.PROPAGATE))
450 * in shared mode, if so propagating if either propagate > 0 or
451 * PROPAGATE status was set.
454 * @param propagate the return value from a tryAcquireShared
456 private void setHeadAndPropagate(Node node, long propagate) {
464 * PROPAGATE status may transition to SIGNAL.
    [all...]
AbstractQueuedSynchronizer.java 373 * unconditionally propagate
375 static final int PROPAGATE = -3;
395 * PROPAGATE: A releaseShared should be propagated to other
654 * signal. But if it does not, status is set to PROPAGATE to
671 !compareAndSetWaitStatus(h, 0, Node.PROPAGATE))
681 * in shared mode, if so propagating if either propagate > 0 or
682 * PROPAGATE status was set.
685 * @param propagate the return value from a tryAcquireShared
687 private void setHeadAndPropagate(Node node, int propagate) {
695 * PROPAGATE status may transition to SIGNAL.
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
checker_unittest.py 92 logger.propagate = False
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 1202 BOOL propagate; member in struct:__anon22588
    [all...]

Completed in 518 milliseconds

1 2