HomeSort by relevance Sort by last modified time
    Searched refs:num_threads (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 368 num_threads = 5
371 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
381 for threadnum in xrange(num_threads):
  /external/ceres-solver/internal/ceres/
covariance_test.cc 448 options.num_threads = 4;
739 int num_threads) {
742 options.num_threads = num_threads;
visibility_based_preconditioner.cc 315 eliminator_options.num_threads = options_.num_threads;
problem_impl.cc 622 evaluator_options.num_threads = evaluate_options.num_threads;
  /external/chromium_org/third_party/libxml/src/
runtest.c 3949 unsigned int num_threads = sizeof(testfiles) \/ sizeof(testfiles[0]); local
4010 unsigned int num_threads = sizeof(testfiles) \/ sizeof(testfiles[0]); local
4075 unsigned int num_threads = sizeof(testfiles) \/ sizeof(testfiles[0]); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast.h 132 lp_rast_create( unsigned num_threads );
lp_rast_priv.h 125 unsigned num_threads; member in struct:lp_rasterizer
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.h 132 lp_rast_create( unsigned num_threads );
lp_rast_priv.h 125 unsigned num_threads; member in struct:lp_rasterizer
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
partial_sum.h 117 # pragma omp parallel num_threads(__num_threads)
quicksort.h 133 #pragma omp parallel sections num_threads(2)
unique_copy.h 71 # pragma omp parallel num_threads(__num_threads)
workstealing.h 139 # pragma omp parallel shared(__busy) num_threads(__num_threads)
partition.h 82 # pragma omp parallel num_threads(__num_threads)
  /system/core/sdcard/
sdcard.c 1829 int num_threads = DEFAULT_NUM_THREADS; local
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_impl.cc 23 const PicturePileImpl* pile, int num_threads) {
24 for (int i = 0; i < num_threads; i++) {
raster_worker_pool.cc 412 size_t num_threads)
413 : WorkerPool(num_threads, kWorkerThreadNamePrefix),
raster_worker_pool.h 217 RasterWorkerPool(ResourceProvider* resource_provider, size_t num_threads);
pixel_buffer_raster_worker_pool.cc 109 size_t num_threads)
110 : RasterWorkerPool(resource_provider, num_threads),
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elfcore.h 373 int InternalGetCoreDump(void *frame, int num_threads, pid_t *thread_pids,
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elfcore.h 373 int InternalGetCoreDump(void *frame, int num_threads, pid_t *thread_pids,
  /external/valgrind/unittest/
thread_wrappers.h 254 int num_threads() { return workers_.size();} function in class:ThreadPool
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 583 const int num_threads = pbi->oxcf.max_threads; local
589 if (num_threads > 1) {
614 if (num_threads > 1) {
633 if (num_threads > 1) {
    [all...]

Completed in 2027 milliseconds

1 2 3 45 6