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

1 2

  /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 230 -- check return value and propagate the Failure to the caller.
288 local function propagate ()
315 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 1209 BOOL propagate; member in struct:__anon45166
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 1209 BOOL propagate; member in struct:__anon46902
    [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 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xproto.h 1446 BOOL propagate; member in struct:__anon44968
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 1446 BOOL propagate; member in struct:__anon46704
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1293 propagate = pack_propagate variable in class:Misc
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1293 propagate = pack_propagate variable in class:Misc
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
org.sat4j.core_2.3.5.v20130525.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/
xproto.h 1919 uint8_t propagate; \/**< *\/ member in struct:xcb_send_event_request_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 1919 uint8_t propagate; \/**< *\/ member in struct:xcb_send_event_request_t
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 

Completed in 893 milliseconds

1 2