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

1 2 3 45 6 7

  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
run-clang-tidy.py 230 max_task = multiprocessing.cpu_count()
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
run-clang-tidy.py 230 max_task = multiprocessing.cpu_count()
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/
build.py 86 return '-j{}'.format(multiprocessing.cpu_count() * 2)
  /system/extras/iotop/
taskstats.cpp 179 cpu_delay_count_ = taskstats_stats.cpu_count;
  /toolchain/binutils/
build.py 193 '-j', '--jobs', type=int, default=multiprocessing.cpu_count(),
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py 473 def _benchmarkFlipLeftRight(self, device, cpu_count):
478 if cpu_count is not None:
480 config.intra_op_parallelism_threads = cpu_count
495 tag = device + "_%s" % (cpu_count if cpu_count is not None else "_all")
503 def _benchmarkRandomFlipLeftRight(self, device, cpu_count):
508 if cpu_count is not None:
510 config.intra_op_parallelism_threads = cpu_count
525 tag = device + "_%s" % (cpu_count if cpu_count is not None else "_all"
    [all...]
  /bionic/tests/
sched_test.cpp 85 TEST(sched, cpu_count) {
89 ASSERT_EQ(0, CPU_COUNT(&set));
92 ASSERT_EQ(2, CPU_COUNT(&set));
94 ASSERT_EQ(1, CPU_COUNT(&set));
101 ASSERT_EQ(0, CPU_COUNT(&set));
  /development/tools/repo_diff/
repo_diff_trees.py 253 processes=multiprocessing.cpu_count()
  /external/autotest/client/bin/
job.py 675 def cpu_count(self): member in class:base_client_job
721 cpu_count = utils.count_cpus()
722 old_count = self._state.get('client', 'cpu_count')
723 if cpu_count != old_count:
726 (old_count, cpu_count))
771 self._state.set('client', 'cpu_count', utils.count_cpus())
    [all...]
job_unittest.py 452 def _setup_check_post_reboot(self, mount_info, cpu_count):
466 if cpu_count is not None:
467 utils.count_cpus.expect_call().and_return(cpu_count)
469 self.job._state.set('client', 'cpu_count', 8)
  /external/autotest/site_utils/
rpc_flight_recorder.py 96 pool = multiprocessing.Pool(processes=multiprocessing.cpu_count() * 4)
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 993 int cpu_count = cpus_present.GetCount(); local
    [all...]
  /external/python/futures/concurrent/futures/
process.py 278 self._max_workers = multiprocessing.cpu_count()
  /external/v8/tools/testrunner/server/
main.py 60 self.jobs = multiprocessing.cpu_count()
  /frameworks/rs/
build_rs.py 82 jobs_arg = '-j{}'.format(multiprocessing.cpu_count())
  /external/autotest/server/cros/network/
wifi_client.py 201 cpu_count = len(filter(lambda x: x.lower().startswith('bogomips'),
204 if cpu_count:
205 cpu_count_str = 'x%d' % cpu_count
    [all...]
  /external/clang/
build.py 140 debug_clang=None, max_jobs=multiprocessing.cpu_count()):
181 max(1, min(max_jobs, multiprocessing.cpu_count())))
624 default=multiprocessing.cpu_count(),
  /external/google-breakpad/src/processor/
stackwalk_common.cc     [all...]
  /external/ltp/testcases/kernel/controllers/cgroup/
getdelays.c 209 (unsigned long long)t->cpu_count,
  /external/pdfium/testing/tools/
test_runner.py 170 parser.add_option('-j', default=multiprocessing.cpu_count(),
  /external/python/cpython3/Lib/concurrent/futures/
process.py 379 self._max_workers = os.cpu_count() or 1
  /external/skia/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 124 min(multiprocessing.cpu_count(), 4))
  /external/skia/tools/calmbench/
ab.py 93 args.threads = max(1, multiprocessing.cpu_count() / 2)
  /external/skqp/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 124 min(multiprocessing.cpu_count(), 4))
  /external/skqp/tools/calmbench/
ab.py 93 args.threads = max(1, multiprocessing.cpu_count() / 2)

Completed in 843 milliseconds

1 2 3 45 6 7