Home
last modified time | relevance | path

Searched refs:propagate (Results 1 – 25 of 133) sorted by relevance

123456

/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java275 throw Throwables.propagate(t); in testPropagate_NoneDeclared_NoneThrown()
290 throw Throwables.propagate(t); in testPropagate_NoneDeclared_UncheckedThrown()
309 throw Throwables.propagate(t); in testPropagate_NoneDeclared_ErrorThrown()
328 throw Throwables.propagate(t); in testPropagate_NoneDeclared_CheckedThrown()
350 throw Throwables.propagate(t); in testPropagateIfInstanceOf_NoneThrown()
366 throw Throwables.propagate(t); in testPropagateIfInstanceOf_DeclaredThrown()
387 throw Throwables.propagate(t); in testPropagateIfInstanceOf_UncheckedThrown()
408 throw Throwables.propagate(t); in testPropagateIfInstanceOf_UndeclaredThrown()
/external/jemalloc/include/jemalloc/internal/
Dbitmap.h238 UNUSED bool propagate; in bitmap_unset() local
245 propagate = (g == 0); in bitmap_unset()
252 if (propagate) { in bitmap_unset()
259 propagate = (g == 0); in bitmap_unset()
264 if (!propagate) in bitmap_unset()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c77 boolean propagate = FALSE; in svga_set_framebuffer_state() local
88 propagate = TRUE; in svga_set_framebuffer_state()
91 if (propagate) { in svga_set_framebuffer_state()
/external/llvm/test/Transforms/IPConstantProp/
Duser-with-multiple-uses.ll4 ; IPSCCP should propagate the 0 argument, eliminate the switch, and propagate
D2008-06-09-WeakProp.ll2 ; Should not propagate the result of a weak function.
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py234 def propagate (self, context=PropagationContext()): member in Element
237 child.propagate(context)
262 def propagate (self, context=PropagationContext) : member in ElementWithInheritance
273 super(ElementWithInheritance, self).propagate(contextCopy)
450 def propagate (self, context=PropagationContext) : member in Configuration
459 super(Configuration, self).propagate(context)
584 def propagate (self, context=PropagationContext) : member in Domain
588 super(Domain, self).propagate(context)
/external/llvm/lib/Analysis/
DDivergenceAnalysis.cpp91 void propagate();
240 void DivergencePropagator::propagate() { in propagate() function in __anonb908b5250111::DivergencePropagator
292 DP.propagate(); in runOnFunction()
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractIdleService.java58 throw Throwables.propagate(t);
73 throw Throwables.propagate(t);
DAbstractScheduledService.java183 throw Throwables.propagate(t);
205 throw Throwables.propagate(t);
234 throw Throwables.propagate(t);
/external/droiddriver/src/io/appium/droiddriver/util/
DInstrumentationUtils.java124 throw DroidDriverException.propagate(t); in tryWaitForIdleSync()
169 throw DroidDriverException.propagate(t); in runOnMainSyncWithTimeout()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
DExecutionUtils.java113 throw ReflectionUtils.propagate(e); in runRethrow()
245 throw ReflectionUtils.propagate(e); in runObject()
/external/owasp/sanitizer/src/main/org/owasp/html/
DHandler.java55 Throwables.propagate(th);
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dtbaa-path.ll46 ; Remove a load and propagate the value from store.
101 ; Remove a load and propagate the value from store.
130 ; Remove a load and propagate the value from store.
158 ; Remove a load and propagate the value from store.
187 ; Remove a load and propagate the value from store.
215 ; Remove a load and propagate the value from store.
243 ; Remove a load and propagate the value from store.
271 ; Remove a load and propagate the value from store.
299 ; Remove a load and propagate the value from store.
/external/droiddriver/src/io/appium/droiddriver/exceptions/
DDroidDriverException.java61 public static DroidDriverException propagate(Throwable throwable) { in propagate() method in DroidDriverException
/external/autotest/client/cros/cellular/
Dcellular_logging.py27 log.propagate = False
/external/autotest/frontend/afe/
Drpcserver_logging.py25 rpc_logger.propagate = False
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
DReflectionUtils.java232 throw propagate(e.getCause()); in invokeMethod()
321 public static RuntimeException propagate(Throwable throwable) { in propagate() method in ReflectionUtils
/external/guava/guava-testlib/src/com/google/common/testing/
DForwardingWrapperTester.java115 throw Throwables.propagate(e); in getMostConcreteMethods()
218 throw Throwables.propagate(e.getCause()); in testInteraction()
/external/droiddriver/src/io/appium/droiddriver/helpers/
DDroidDrivers.java79 throw DroidDriverException.propagate(t); in newDriver()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DForwardingObjectTester.java66 throw Throwables.propagate(e); in testForwardingObject()
/external/llvm/test/Transforms/InstCombine/
D2004-09-20-BadLoadCombine2.ll4 ; Test to make sure that instcombine does not accidentally propagate the load
/external/llvm/test/Transforms/SampleProfile/
Dpropagate.ll1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/propagate.prof | opt -analyze -branc…
36 ; ModuleID = 'propagate.cc'
202 !1 = !DIFile(filename: "propagate.cc", directory: ".")
206 !5 = !DIFile(filename: "propagate.cc", directory: ".")
/external/clang/test/Analysis/inlining/
Dassume-super-init-does-not-return-nil.m35 // Make sure that we do not propagate the 'nil' check from inlined 'init' to 'test'.
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DSlashdotPolicyExample.java107 Throwables.propagate(ex); // System.out suppresses IOExceptions in main()
/external/compiler-rt/lib/dfsan/
Ddfsan_flags.inc26 "Whether to propagate labels only when there is an obvious data dependency"

123456