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

1 2 3 4

  /external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_misc.c 77 boolean propagate = FALSE; local
84 /* check if we need to propagate any of the target surfaces */
88 propagate = TRUE;
91 if (propagate) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_misc.c 77 boolean propagate = FALSE; local
84 /* check if we need to propagate any of the target surfaces */
88 propagate = TRUE;
91 if (propagate) {
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 223 if "propagate" in opts:
224 propagate = cp.getint(sectname, "propagate")
226 propagate = 1
243 logger.propagate = propagate
262 logger.propagate = 1
648 logger.propagate = True
790 propagate = config.get('propagate', None
    [all...]
__init__.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 223 if "propagate" in opts:
224 propagate = cp.getint(sectname, "propagate")
226 propagate = 1
243 logger.propagate = propagate
262 logger.propagate = 1
648 logger.propagate = True
790 propagate = config.get('propagate', None
    [all...]
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logutils_unittest.py 76 logger.propagate = False
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
metered_stream_unittest.py 49 self.logger.propagate = False
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 221 -- check return value and propagate the Failure to the caller.
279 local function propagate ()
306 propagate()
  /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 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 95 _logger.propagate = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 95 _logger.propagate = 0

Completed in 1174 milliseconds

1 2 3 4