HomeSort by relevance Sort by last modified time
    Searched full:parallelize (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/junit/src/main/java/org/junit/experimental/
ParallelComputer.java 32 private static Runner parallelize(Runner runner) { method in class:ParallelComputer
58 return this.classes ? parallelize(suite) : suite;
65 return methods ? parallelize(runner) : runner;
  /device/google/marlin/
preloads_copy.sh 27 # Parallelize by copying subfolders and files in the background
  /developers/build/prebuilts/gradle/BasicRenderScript/
README.md 16 The RenderScript runtime will parallelize work across all processors available on a device, such as multi-core CPUs,
  /developers/samples/android/renderScript/BasicRenderScript/
README.md 16 The RenderScript runtime will parallelize work across all processors available on a device, such as multi-core CPUs,
template-params.xml 77 The RenderScript runtime will parallelize work across all processors available on a device, such as multi-core CPUs,
  /external/llvm/lib/Support/
DeltaAlgorithm.cpp 72 // FIXME: Parallelize.
  /external/swiftshader/third_party/LLVM/lib/Support/
DeltaAlgorithm.cpp 72 // FIXME: Parallelize.
  /external/e2fsprogs/misc/
base_device.c 65 * on one disk, since we don't know how to parallelize them.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
opt.s 161 # if the first instruction is a jmp, don't parallelize
  /art/runtime/gc/accounting/
card_table-inl.h 185 // TODO: Parallelize.
  /external/chromium-trace/catapult/devil/devil/utils/
parallelizer.py 51 to parallelize operations that are already fast will incur a net performance
  /external/libmojo/third_party/catapult/devil/devil/utils/
parallelizer.py 51 to parallelize operations that are already fast will incur a net performance
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
mingw32.h 201 #define GOMP_SELF_SPECS "%{fopenmp|ftree-parallelize-loops=*: " \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.def 165 DEFTIMEVAR (TV_TREE_PARALLELIZE_LOOPS, "tree parallelize loops")
  /toolchain/binutils/binutils-2.25/gold/
workqueue.h 24 // driven from a work queue. This permits us to parallelize the
  /external/llvm/utils/lit/
TODO 137 core. That would provide part of the infrastructure to parallelize them, for
  /external/toolchain-utils/automation/clients/helper/
android.py 147 Parallelize p4 checkout and svn checkout.
  /system/core/init/
ueventd.cpp 59 // a speed up here is to parallelize the handling of ueventd messages, which consume the bulk of the
  /external/kernel-headers/original/uapi/linux/wimax/
i2400m.h 107 * parallelize nor post another GET request before the previous
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/wimax/
i2400m.h 107 * parallelize nor post another GET request before the previous
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/wimax/
i2400m.h 107 * parallelize nor post another GET request before the previous
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 252 /* Optimize. Will attempt to parallelize operations. */
908 cannot parallelize. Note, the mod flag implies use, so
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
package-info.java 366 * above, still parallelize efficiently even under ordering constraints.
491 * parallelize mutable reduction as we do with ordinary reduction.
    [all...]
  /external/autotest/scheduler/
drone_utility.py 481 @param use_pool: If True, use a multiprocessing.Pool to parallelize
  /external/skia/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 100 Parallelize responsibly, addr2line is a memory and I/O monster.

Completed in 919 milliseconds

1 2 3 4