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

1 2 3 4 5

  /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/
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
builtins.c 26 { "jobs", jobscmd },
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...]
Android.mk 15 jobs.c \
shell.h 39 * JOBS -> 1 if you have Berkeley job control, 0 otherwise.
54 #define JOBS 1
trap.c 52 #include "jobs.h"
261 #if JOBS
451 #if JOBS
  /external/chromium/base/
cancellation_flag.h 13 // CancellationFlag allows one thread to cancel jobs executed on some worker
  /external/chromium/net/socket/
client_socket_pool_base.cc 204 // See if we already have enough connect jobs or sockets that will be released
231 group.jobs.insert(job);
253 if (group.jobs.size() > group.pending_requests.size() + 1) {
255 RemoveConnectJob(*group.jobs.begin(), &group);
303 if (i < group.jobs.size()) {
305 for (ConnectJobSet::const_iterator job_it = group.jobs.begin();
306 job_it != group.jobs.end(); ++job_it) {
422 if (group.pending_requests.size() <= group.jobs.size())
520 DCHECK(ContainsKey(group->jobs, job));
521 group->jobs.erase(job)
    [all...]
client_socket_pool_base.h 104 // Timer to abort jobs that take too long.
212 return group_map_.find(group_name)->second.jobs.size();
257 return active_socket_count == 0 && idle_sockets.empty() && jobs.empty() &&
262 return active_socket_count + static_cast<int>(jobs.size()) <
275 std::set<const ConnectJob*> jobs; member in struct:net::internal::ClientSocketPoolBaseHelper::Group
  /external/chromium/net/proxy/
single_threaded_proxy_resolver.h 54 // FIFO queue that contains the in-progress job, and any pending jobs.
70 // Removes the front entry of the jobs queue. |expected_job| is our
  /external/chromium/net/url_request/
url_request_job_tracker.h 17 // This allows us to warn on leaked jobs and also allows an observer to track
79 // allows iteration over all active jobs
url_request_test_job.h 25 // Optionally, you can also construct test jobs to return a headers and data
28 // When a job is created, it gets put on a queue of pending test jobs. To
29 // process jobs on this queue, use ProcessOnePendingMessage, which will process
33 // Optionally, you can also construct test jobs that advance automatically
url_request_filter.h 5 // A class to help filter URLRequest jobs based on the URL of the request
  /external/webkit/WebCore/platform/network/qt/
ResourceRequestQt.cpp 32 // To achieve the best result we want WebKit to schedule the jobs so we
34 // and prepare jobs we will schedule two more downloads.
  /external/protobuf/
generate_descriptor_proto.sh 11 # -j4 to run 4 jobs simultaneously.
  /external/chromium/net/base/
host_resolver_impl.h 119 // |max_outstanding_jobs| -- How many concurrent jobs are allowed for this
150 // Adds a job to outstanding jobs list.
156 // Removes |job| from the outstanding jobs list.
208 // Maximum number of concurrent jobs allowed, across all pools.
212 // how many outstanding jobs the pool already has, and its constraints.
  /ndk/build/tools/
build-gdbserver.sh 58 JOBS=$HOST_NUM_CPUS
59 register_var_option "-j<number>" JOBS "Use <number> build jobs in parallel"
216 run make -j$JOBS
build-gcc.sh 51 JOBS=$BUILD_NUM_CPUS
52 register_var_option "-j<number>" JOBS "Use <number> parallel build jobs"
194 run make -j$JOBS
  /external/bluetooth/glib/gio/
giotypes.h 86 * Opaque class for definining and scheduling IO jobs.
168 * #GIOScheduler may run jobs in separate threads or in an idle
171 * Long-running jobs should periodically check the @cancellable
  /ndk/tests/
run-tests.sh 42 JOBS=$BUILD_NUM_CPUS
76 JOBS=`expr "$opt" : '-j\(.*\)'`
79 --jobs=*)
80 JOBS="$optarg"
124 echo " -j<N> --jobs=<N> Launch parallel builds [$JOBS]"
332 run $NDK/ndk-build -j$JOBS "$@"
  /development/ide/emacs/
android-compile.el 142 Use `android-compilation-jobs' to control the number of jobs used
149 (concat " -j " (number-to-string android-compilation-jobs))))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h 116 // How many jobs?
133 // No more threads than jobs, at least one thread.
179 // How many jobs per thread? last thread gets the rest.
  /external/libvpx/examples/includes/geshi/docs/
phpdoc.ini 44 ;; output any parsing information? set to on for cron jobs
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 28 import org.eclipse.core.runtime.jobs.Job;

Completed in 740 milliseconds

1 2 3 4 5