HomeSort by relevance Sort by last modified time
    Searched defs:propagate (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_misc.c 77 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/
svga_pipe_misc.c 77 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/
gcmole.lua 232 -- check return value and propagate the Failure to the caller.
290 local function propagate ()
317 propagate()
  /external/guava/guava/src/com/google/common/base/
Throwables.java 52 * 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/jemalloc/include/jemalloc/internal/
bitmap.h 104 /* Propagate group state transitions up the tree. */
150 bool propagate; local
157 propagate = (g == 0);
162 /* Propagate group state transitions up the tree. */
163 if (propagate) {
170 propagate = (g == 0);
175 if (propagate == false)
  /external/linux-tools-perf/perf-3.12.0/include/linux/
rbtree_augmented.h 39 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ReflectionUtils.java 232 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/llvm/lib/Analysis/
DependenceAnalysis.cpp 22 // Currently, the implementation cannot propagate constraints between
2982 bool DependenceAnalysis::propagate(const SCEV *&Src, function in class:DependenceAnalysis
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
org.sat4j.pb_2.2.0.v20100429.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 827 milliseconds