HomeSort by relevance Sort by last modified time
    Searched refs:CPUS (Results 1 - 6 of 6) sorted by null

  /external/clang/utils/ABITest/
build.sh 10 CPUS=2
11 make -j $CPUS \
  /external/ltp/tools/pounder21/test_scripts/
build_kernel 23 CPUS=`grep processor /proc/cpuinfo | wc -l`
48 make -j$CPUS oldconfig
49 time make -j$CPUS
52 make -j$CPUS oldconfig > /dev/null
53 time make -j$CPUS > /dev/null
  /external/tensorflow/tensorflow/tools/ci_build/builds/
android_full.sh 31 CPUS=armeabi-v7a,arm64-v8a,x86,x86_64
40 for CPU in ${CPUS//,/ }
65 bazel --bazelrc=/dev/null build -c opt --config=monolithic --fat_apk_cpu=${CPUS} \
  /external/toybox/scripts/
make.sh 16 [ -z "$CPUS" ] && CPUS=$(($(nproc)+1))
309 # ratelimit to $CPUS many parallel jobs, detecting errors
313 [ "$COUNT" -lt "$CPUS" ] && break;
  /external/v8/tools/sanitizers/
sancov_merger.py 46 # Number of cpus.
47 CPUS = cpu_count()
92 def generate_inputs(keep, coverage_dir, file_map, cpus):
105 # 2 cpus and 9 files we want bucket size 5.
106 n = max(2, int(math.ceil(len(files) / float(cpus))))
121 pool = Pool(CPUS)
137 options.keep, options.coverage_dir, file_map, CPUS)
sancov_formatter.py 100 # Number of cpus.
101 CPUS = cpu_count()
222 pool = Pool(CPUS)
353 pool = Pool(CPUS)

Completed in 128 milliseconds