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

1 2

  /external/llvm/utils/lit/lit/
run.py 47 def __init__(self, tests, num_jobs, queue_impl, canceled_flag):
54 for i in range(num_jobs):
112 def __init__(self, run, display, num_jobs):
115 self.num_jobs = num_jobs
131 # complete after each of num_jobs tasks has signalled completion.
133 while completed != self.num_jobs:
  /external/chromium_org/v8/tools/gcmole/
bootstrap.sh 92 NUM_JOBS=3
94 NUM_JOBS="$(grep -c "^processor" /proc/cpuinfo)"
96 NUM_JOBS="$(sysctl -n hw.ncpu)"
110 MACOSX_DEPLOYMENT_TARGET=10.5 make -j"${NUM_JOBS}"
  /ndk/build/tools/
build-host-sed.sh 75 run $GNUMAKE -j $NUM_JOBS -C lib
76 run $GNUMAKE -j $NUM_JOBS -C sed
build-gcc.sh 398 export NUM_JOBS
401 run make -j$NUM_JOBS
410 NUM_JOBS=$((NUM_JOBS/2))
411 export NUM_JOBS
412 if [ $NUM_JOBS -lt 1 ] ; then
416 dump "Parallel canadian build failed - continuing in less parallelism -j$NUM_JOBS"
431 NUM_JOBS=1
432 export NUM_JOBS
433 run make install -j$NUM_JOBS
    [all...]
build-host-gdb.sh 160 run2 make -j$NUM_JOBS &&
161 run2 make -j$NUM_JOBS install
213 run2 make -j$NUM_JOBS &&
214 run2 make -j$NUM_JOBS install
build-ndk-stack.sh 113 run make -j$NUM_JOBS
165 -B -j$NUM_JOBS \
build-host-awk.sh 81 -j $NUM_JOBS \
build-host-make.sh 97 run $GNUMAKE -j $NUM_JOBS
build-device-llvm.sh 226 run make -j$NUM_JOBS $MAKE_FLAGS
265 run make -j$NUM_JOBS $MAKE_FLAGS CXXFLAGS="$CXXFLAGS"
build-host-perl.sh 108 run make -j $NUM_JOBS
build-host-yasm.sh 119 run make -j1 # -j$NUM_JOBS
build-llvm.sh 209 run make -j$NUM_JOBS
227 run make -j$NUM_JOBS
286 run make -j$NUM_JOBS $MAKE_FLAGS
358 run make -j$NUM_JOBS $MAKE_FLAGS CXXFLAGS="$CXXFLAGS"
build-on-device-toolchain.sh 70 FLAGS="$FLAGS -j$NUM_JOBS"
build-compiler-rt.sh 151 # -j$NUM_JOBS to build stuff in parallel.
build-gdbserver.sh 222 run make -j$NUM_JOBS
build-libportable.sh 109 # -j$NUM_JOBS to build stuff in parallel.
build-target-prebuilts.sh 94 FLAGS=$FLAGS" -j$NUM_JOBS"
build-host-gcc.sh 371 *) NUM_INSTALL_JOBS=$NUM_JOBS;;
    [all...]
  /external/openssl/
check-all-builds.sh 165 NUM_JOBS=$NUM_CORES
179 NUM_JOBS=${OPT##--jobs=}
185 NUM_JOBS=${OPT##-j}
238 --jobs=<count> Run <count> parallel build jobs [$NUM_JOBS].
627 dump "Building libraries with $NUM_JOBS jobs"
632 MAKE_FLAGS="-j$NUM_JOBS"
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 123 // Waits for exactly |num_jobs|.
124 static void WaitForJobs(int num_jobs);
153 static void WaitForJobsOnIOThread(int num_jobs);
211 void URLRequestTimeoutOnDemandJob::WaitForJobs(int num_jobs) {
215 num_jobs));
266 void URLRequestTimeoutOnDemandJob::WaitForJobsOnIOThread(int num_jobs) {
269 ASSERT_LT(0, num_jobs);
271 ASSERT_LE(last_num_jobs_to_wait_for_, num_jobs);
273 num_jobs_to_wait_for_ = num_jobs;
305 int num_jobs = 0 local
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc 625 int num_jobs = GetJobs(&jobs, server_info->url, cups_encryption_, local
627 bool error = (num_jobs == 0) && (cupsLastError() > IPP_OK_EVENTS_COMPLETE);
646 for (int i = 0; i < num_jobs; i++) {
683 cupsFreeJobs(num_jobs, jobs);
printer_job_handler_unittest.cc 201 std::string JobListResponse(int num_jobs) {
203 for (int i = 0; i < num_jobs; i++) {
206 if (i != num_jobs-1) job_objects = job_objects + ",";
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 88 def num_jobs(): function
233 if env.GetOption('num_jobs') <= 1:
234 env.SetOption('num_jobs', num_jobs())
  /external/mesa3d/scons/
gallium.py 88 def num_jobs(): function
233 if env.GetOption('num_jobs') <= 1:
234 env.SetOption('num_jobs', num_jobs())
  /ndk/tests/abcc/
build-abcc.sh 83 FLAGS="$FLAGS -j$NUM_JOBS"

Completed in 357 milliseconds

1 2