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

  /external/chromium_org/v8/tools/gcmole/
bootstrap.sh 89 NUM_JOBS=3
91 NUM_JOBS="$(grep -c "^processor" /proc/cpuinfo)"
93 NUM_JOBS="$(sysctl -n hw.ncpu)"
107 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-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-host-awk.sh 81 -j $NUM_JOBS \
build-ndk-stack.sh 90 -B -j$NUM_JOBS \
build-host-make.sh 97 run $GNUMAKE -j $NUM_JOBS
build-host-perl.sh 108 run make -j $NUM_JOBS
build-llvm.sh 204 run make -j$NUM_JOBS
222 run make -j$NUM_JOBS
256 run make -j$NUM_JOBS $MAKE_FLAGS
321 run make -j$NUM_JOBS $MAKE_FLAGS CXXFLAGS="$CXXFLAGS"
build-device-llvm.sh 193 run make -j$NUM_JOBS $MAKE_FLAGS
224 run make -j$NUM_JOBS $MAKE_FLAGS CXXFLAGS="$CXXFLAGS"
build-target-prebuilts.sh 76 FLAGS=$FLAGS" -j$NUM_JOBS"
build-host-gcc.sh 371 *) NUM_INSTALL_JOBS=$NUM_JOBS;;
    [all...]
build-gdbserver.sh 212 run make -j$NUM_JOBS
build-gnu-libstdc++.sh 225 run make -j$NUM_JOBS
build-on-device-toolchain.sh 67 FLAGS="$FLAGS -j$NUM_JOBS"
builder-funcs.sh 465 run make -j$NUM_JOBS -f $_BUILD_MK
build-host-python.sh 367 run2 make -j$NUM_JOBS &&
build-gcc.sh 374 JOBS=$NUM_JOBS
  /external/chromium_org/tools/clang/scripts/
update.sh 249 NUM_JOBS=3
251 NUM_JOBS="$(grep -c "^processor" /proc/cpuinfo)"
253 NUM_JOBS="$(sysctl -n hw.ncpu)"
274 MACOSX_DEPLOYMENT_TARGET=10.5 make -j"${NUM_JOBS}"
298 MACOSX_DEPLOYMENT_TARGET=10.5 make -j"${NUM_JOBS}"
337 MACOSX_DEPLOYMENT_TARGET=10.5 make -j"${NUM_JOBS}" -C "${TOOL_BUILD_DIR}"
  /external/chromium_org/third_party/openssl/openssl/
check-all-builds.sh 162 NUM_JOBS=$NUM_CORES
176 NUM_JOBS=${OPT##--jobs=}
182 NUM_JOBS=${OPT##-j}
235 --jobs=<count> Run <count> parallel build jobs [$NUM_JOBS].
608 dump "Building libraries with $NUM_JOBS jobs"
613 MAKE_FLAGS="-j$NUM_JOBS"
  /external/openssl/
check-all-builds.sh 162 NUM_JOBS=$NUM_CORES
176 NUM_JOBS=${OPT##--jobs=}
182 NUM_JOBS=${OPT##-j}
235 --jobs=<count> Run <count> parallel build jobs [$NUM_JOBS].
608 dump "Building libraries with $NUM_JOBS jobs"
613 MAKE_FLAGS="-j$NUM_JOBS"

Completed in 685 milliseconds