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

  /development/ndk/tests/
run-all.sh 37 JOBS=
49 JOBS="$opt"
52 --jobs=*)
53 JOBS="-j$optarg"
79 echo " -j<N> --jobs=<N> Launch parallel builds"
95 $NDK/ndk-build -B $JOBS 2>&1
100 $NDK/ndk-build -B $JOBS >> $MYLOG 2>&1
117 run $NDK/ndk-build -B $JOBS
  /system/core/sh/
shell.h 39 * JOBS -> 1 if you have Berkeley job control, 0 otherwise.
54 #define JOBS 1
jobs.h 1 /* $NetBSD: jobs.h,v 1.19 2003/11/27 21:16:14 dsl Exp $ */
34 * @(#)jobs.h 8.2 (Berkeley) 5/4/95
45 #define SHOW_PGID 0x01 /* only show pgid - for jobs -p */
48 #define SHOW_CHANGED 0x08 /* only jobs whose state has changed */
79 #if JOBS
86 extern int job_warning; /* user was warned about stopped jobs */
104 #if ! JOBS
jobs.c 1 /* $NetBSD: jobs.c,v 1.62 2003/12/18 00:56:05 christos Exp $ */
38 static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: jobs.c,v 1.62 2003/12/18 00:56:05 christos Exp $");
62 #if JOBS
75 #include "jobs.h"
89 static struct job *jobtab; /* array of jobs */
93 #if JOBS
245 #if JOBS
254 #if JOBS
313 put after all stopped jobs. *
    [all...]
trap.c 52 #include "jobs.h"
261 #if JOBS
451 #if JOBS
init.c 1052 /* from jobs.c: */
1055 #if JOBS
  /external/qemu/distrib/
build-kernel.sh 33 # Default number of parallel jobs during the build: cores * 2
34 JOBS=$(( $BUILD_NUM_CPUS * 2 ))
86 echo " -j<number> launch <number> parallel build jobs [$JOBS]"
174 JOBS=$OPTION_JOBS
176 echo "Auto-config: -j$JOBS"
183 make -j$JOBS # build it
  /prebuilt/android-arm/kernel/
rebuild.sh 117 JOBS="`cat /proc/cpuinfo | grep -e "^processor" | wc -l`"
151 --jobs=*)
152 JOBS="$optarg"
181 echo " --jobs=<count> Perform <count> parallel builds [$JOBS]"
287 MAKE_FLAGS="-j$JOBS"
  /ndk/tests/
run-tests.sh 44 JOBS=$BUILD_NUM_CPUS
84 JOBS=`expr "$opt" : '-j\(.*\)'`
87 --jobs=*)
88 JOBS="$optarg"
132 echo " -j<N> --jobs=<N> Launch parallel builds [$JOBS]"
389 run $NDK/ndk-build -j$JOBS "$@"
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh 86 # Compute the number of parallel build jobs
88 JOBS=$(( $BUILD_NUM_CPUS * 2 ))
119 make $SYSTEM_LIBS -j$JOBS
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh 86 # Compute the number of parallel build jobs
88 JOBS=$(( $BUILD_NUM_CPUS * 2 ))
119 make $SYSTEM_LIBS -j$JOBS
  /ndk/build/tools/
build-gnu-libstdc++.sh 62 JOBS="$BUILD_NUM_CPUS"
63 register_var_option "-j<number>" JOBS "Use <number> build jobs in parallel"
69 register_var_option "-j<number>" NUM_JOBS "Run <number> build jobs in parallel"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 104 JOBS=`cat /proc/cpuinfo | grep processor | wc -l`
239 --jobs=*) JOBS="$optarg"
241 -j*) JOBS=`expr "x$opt" : 'x-j\(.*\)'`
305 echo " --jobs=COUNT Run COUNT build jobs in parallel [$JOBS]"
311 echo " -j<COUNT> Same as --jobs=COUNT."
362 MAKE_FLAGS="-j$JOBS"
    [all...]

Completed in 686 milliseconds