Home
last modified time | relevance | path

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

1234567891011

/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/fonttools/Lib/fontTools/misc/
DloggingTools.py177 logger.propagate = kwargs.pop("propagate", False)
224 logger.propagate = True
447 self.original_propagate = self.logger.propagate
452 self.logger.propagate = False
460 self.logger.propagate = self.original_propagate
553 if not c.propagate:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dtbaa-path-new.ll47 ; Remove a load and propagate the value from store.
91 ; Remove a load and propagate the value from store.
113 ; Remove a load and propagate the value from store.
135 ; Remove a load and propagate the value from store.
157 ; Remove a load and propagate the value from store.
179 ; Remove a load and propagate the value from store.
201 ; Remove a load and propagate the value from store.
223 ; Remove a load and propagate the value from store.
245 ; Remove a load and propagate the value from store.
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/jemalloc_new/include/jemalloc/internal/
Dbitmap.h335 UNUSED bool propagate; in bitmap_unset() local
342 propagate = (g == 0); in bitmap_unset()
349 if (propagate) { in bitmap_unset()
356 propagate = (g == 0); in bitmap_unset()
361 if (!propagate) { in bitmap_unset()
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py238 def propagate (self, context=PropagationContext()): member in Element
241 child.propagate(context)
266 def propagate (self, context=PropagationContext) : member in ElementWithInheritance
277 super(ElementWithInheritance, self).propagate(contextCopy)
454 def propagate (self, context=PropagationContext) : member in Configuration
463 super(Configuration, self).propagate(context)
588 def propagate (self, context=PropagationContext) : member in Domain
592 super(Domain, self).propagate(context)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IPConstantProp/
Dremove-call-inst.ll4 ; IPSCCP should propagate the 0 argument, eliminate the switch, and propagate
Duser-with-multiple-uses.ll4 ; IPSCCP should propagate the 0 argument, eliminate the switch, and propagate
/external/swiftshader/third_party/LLVM/test/Transforms/IPConstantProp/
Duser-with-multiple-uses.ll4 ; IPSCCP should propagate the 0 argument, eliminate the switch, and propagate
/external/python/cpython2/Lib/logging/
Dconfig.py231 propagate = cp.getint(sectname, "propagate")
233 propagate = 1
250 logger.propagate = propagate
269 logger.propagate = 1
639 logger.propagate = True
781 propagate = config.get('propagate', None)
782 if propagate is not None:
783 logger.propagate = propagate
/external/llvm/test/Transforms/IPConstantProp/
Duser-with-multiple-uses.ll4 ; IPSCCP should propagate the 0 argument, eliminate the switch, and propagate
/external/python/cpython3/Doc/c-api/
Diter.rst29 /* propagate error */
42 /* propagate error */
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp593 static void propagate(InstantiatedValue From, InstantiatedValue To, in propagate() function
616 propagate(Edge.Other, Src, MatchState::FlowFromReadOnly, ReachSet, in initializeWorkList()
618 propagate(Src, Edge.Other, MatchState::FlowToWriteOnly, ReachSet, in initializeWorkList()
654 propagate(*FromNodeBelow, *ToNodeBelow, in processWorkListItem()
660 propagate(Src, *ToNodeBelow, ToState, ReachSet, WorkList); in processWorkListItem()
682 propagate(FromNode, AssignEdge.Other, State, ReachSet, WorkList); in processWorkListItem()
686 propagate(FromNode, RevAssignEdge.Other, State, ReachSet, WorkList); in processWorkListItem()
691 propagate(FromNode, MemAlias, State, ReachSet, WorkList); in processWorkListItem()
DDivergenceAnalysis.cpp90 void propagate();
250 void DivergencePropagator::propagate() { in propagate() function in __anon3b986fe60111::DivergencePropagator
303 DP.propagate(); in runOnFunction()
/external/llvm/lib/Analysis/
DDivergenceAnalysis.cpp89 void propagate();
249 void DivergencePropagator::propagate() { in propagate() function in __anonb11fcb8e0111::DivergencePropagator
302 DP.propagate(); in runOnFunction()
/external/u-boot/include/linux/
Drbtree_augmented.h26 void (*propagate)(struct rb_node *node, struct rb_node *stop); member
185 augment->propagate(parent, successor); in __rb_erase_augmented()
206 augment->propagate(tmp, NULL); in __rb_erase_augmented()
/external/python/cpython2/Doc/c-api/
Diter.rst36 /* propagate error */
49 /* propagate error */
/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/python/cpython3/Lib/logging/
Dconfig.py178 logger.propagate = True
227 propagate = section.getint("propagate", fallback=1)
244 logger.propagate = propagate
786 propagate = config.get('propagate', None)
787 if propagate is not None:
788 logger.propagate = propagate
/external/droiddriver/src/io/appium/droiddriver/util/
DInstrumentationUtils.java121 throw DroidDriverException.propagate(t); in tryWaitForIdleSync()
173 throw DroidDriverException.propagate(t); in runOnMainSyncWithTimeout()
/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/chromium-trace/catapult/devil/devil/
Ddevil_env.py159 devil_logger.propagate = False
165 lock_logger.propagate = False
/external/toolchain-utils/automation/common/
Dcommand_executer.py199 self._output.propagate = 0
208 self._output.propagate = 1

1234567891011