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

/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/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/chromium_org/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/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/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/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/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/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp22 // Currently, the implementation cannot propagate constraints between
2982 bool DependenceAnalysis::propagate(const SCEV *&Src, function in class:DependenceAnalysis
3002 // Attempt to propagate a distance
3029 // Attempt to propagate a line
3106 // Attempt to propagate a point
3573 // propagate, possibly creating new SIVs and ZIVs
3580 if (propagate(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops,
3610 // test & propagate remaining RDIVs
3616 // I don't yet understand how to propagate RDIV results
3902 // propagate, possibl
[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/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 296 milliseconds