Searched refs:propagate (Results 1 - 25 of 47) sorted by relevance

12

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHandler.java55 Throwables.propagate(th);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dskip_unittest.py37 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/
H A DAbstractIdleService.java47 throw Throwables.propagate(t);
61 throw Throwables.propagate(t);
H A DAbstractExecutionThreadService.java68 throw Throwables.propagate(t);
H A DAbstractScheduledService.java178 throw Throwables.propagate(t);
196 throw Throwables.propagate(t);
225 throw Throwables.propagate(t);
H A DMonitor.java799 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/
H A DThrowablesTest.java66 // 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(
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DmergeChangeLogs.pl100 + 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/jemalloc/include/jemalloc/internal/
H A Dbitmap.h150 bool propagate; local
157 propagate = (g == 0);
163 if (propagate) {
170 propagate = (g == 0);
175 if (propagate == false)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_misc.c77 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/
H A Dsvga_pipe_misc.c77 boolean propagate = FALSE; local
84 /* check if we need to propagate any of the target surfaces */
88 propagate = TRUE;
91 if (propagate) {
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
H A DSlashdotPolicyExample.java107 Throwables.propagate(ex); // System.out suppresses IOExceptions
/external/chromium_org/third_party/skia/
H A Dmake.bat16 rem Run make.py and propagate its return value.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
H A DExecutionUtils.java113 throw ReflectionUtils.propagate(e);
245 throw ReflectionUtils.propagate(e);
/external/skia/
H A Dmake.bat16 rem Run make.py and propagate its return value.
/external/guava/guava/src/com/google/common/base/
H A DThrowables.java52 * 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/
H A DAbstractNonStreamingHashFunction.java52 throw Throwables.propagate(e);
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DExamplesTest.java68 Throwables.propagate(ex);
H A DHtmlSanitizerFuzzerTest.java146 Throwables.propagate(failure);
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Drbtree_augmented.h39 void (*propagate)(struct rb_node *node, struct rb_node *stop); member in struct:rb_augment_callbacks
198 augment->propagate(parent, successor);
219 augment->propagate(tmp, NULL);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dlogutils_unittest.py76 logger.propagate = False
/external/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc43 // Any reasonable optimizer will fold and propagate all of these.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
H A DReflectionUtils.java232 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/
H A DAbstractExecutionThreadServiceTest.java147 throw Throwables.propagate(e);
265 throw Throwables.propagate(e);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dmetered_stream_unittest.py49 self.logger.propagate = False

Completed in 7346 milliseconds

12