Searched defs:propagate (Results 1 - 15 of 15) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/exceptions/
H A DDroidDriverException.java52 * throw DroidDriverException.propagate(t);
57 * @param throwable the Throwable to propagate
61 public static DroidDriverException propagate(Throwable throwable) { method in class:DroidDriverException
/external/guava/guava/src/com/google/common/base/
H A DThrowables.java56 * throw Throwables.propagate(t);
102 * @param throwable the Throwable to possibly propagate
120 * @param throwable the Throwable to possibly propagate
149 * throw Throwables.propagate(t);
154 * @param throwable the Throwable to propagate
158 public static RuntimeException propagate(Throwable throwable) { method in class:Throwables
/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/v8/tools/gcmole/
H A Dgcmole.lua232 -- check return value and propagate the Failure to the caller.
290 local function propagate () function
317 propagate()
/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/linux-tools-perf/src/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/jemalloc/include/jemalloc/internal/
H A Dbitmap.h196 bool propagate; local
203 propagate = (g == 0);
209 if (propagate) {
216 propagate = (g == 0);
221 if (!propagate)
/external/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp135 void propagate();
272 void DivergencePropagator::propagate() { function in class:__anon10334::DivergencePropagator
309 DP.propagate();
H A DDependenceAnalysis.cpp22 // Currently, the implementation cannot propagate constraints between
2996 bool DependenceAnalysis::propagate(const SCEV *&Src, function in class:DependenceAnalysis
3016 // Attempt to propagate a distance
3043 // Attempt to propagate a line
3120 // Attempt to propagate a point
3589 // propagate, possibly creating new SIVs and ZIVs
3596 if (propagate(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops,
3626 // test & propagate remaining RDIVs
3632 // I don't yet understand how to propagate RDIV results
3919 // propagate, possibl
[all...]
/external/parameter-framework/tools/xmlGenerator/
H A DEddParser.py234 def propagate (self, context=PropagationContext()): member in class:Element
235 """call the propagate method of all children"""
237 child.propagate(context)
262 def propagate (self, context=PropagationContext) : member in class:ElementWithInheritance
263 """propagate some proprieties to children"""
272 # call the propagate method of all children
273 super(ElementWithInheritance, self).propagate(contextCopy)
450 def propagate (self, context=PropagationContext) : member in class:Configuration
451 """propagate proprieties to children
459 super(Configuration, self).propagate(contex
584 def propagate (self, context=PropagationContext) : member in class:Domain
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 581 milliseconds