HomeSort by relevance Sort by last modified time
    Searched refs:propagate (Results 1 - 25 of 27) 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/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/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/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/webkit/Tools/Scripts/webkitpy/common/system/
logutils_unittest.py 76 logger.propagate = False
  /external/v8/tools/gcmole/
gcmole.lua 192 local function propagate ()
215 propagate()
  /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.
unicode-test.js     [all...]
  /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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 1202 BOOL propagate; member in struct:__anon20245
    [all...]
  /external/v8/benchmarks/
deltablue.js 791 * constraint and values must propagate down the entire length of the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 785 * constraint and values must propagate down the entire length of the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 785 * constraint and values must propagate down the entire length of the
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 785 * constraint and values must propagate down the entire length of the
  /frameworks/base/core/java/android/view/
ViewGroup.java 92 * Listener used to propagate events indicating when children are added
611 final boolean propagate = onRequestSendAccessibilityEvent(child, event);
613 if (!propagate) {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 1418 BOOL propagate; member in struct:__anon20058
    [all...]
  /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 335 milliseconds

1 2