HomeSort by relevance Sort by last modified time
    Searched full:jobs (Results 26 - 50 of 323) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/
make.1 196 \fB\-j\fR [\fIjobs\fR], \fB\-\-jobs\fR[=\fIjobs\fR]
198 .I jobs
207 will not limit the number of jobs that can run simultaneously.
216 Specifies that no new jobs (commands) should be started if there are
217 others jobs running and the load average is at least
  /external/chromium/net/http/
http_stream_factory_impl_request.cc 92 // we *WANT* to cancel the unnecessary Jobs from other requests if another
95 // SpdySessions. Do we want to orphan the jobs for a different hostname so
100 // We may have other jobs in |jobs_|. For example, if we start multiple jobs
115 // Hey, we've got other jobs! Maybe one of them will succeed, let's just
http_stream_factory_impl_request.h 89 // Used to orphan all jobs in |jobs_| other than |job| which becomes "bound"
93 // Used to orphan all jobs in |jobs_|.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 31 import org.eclipse.core.runtime.jobs.Job;
154 // This is deferred in separate jobs to avoid blocking the bundle start.
155 // We also serialize them to avoid too many parallel jobs when Eclipse starts.
157 // build jobs are run after other interactive jobs
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 52 // scheduled jobs to adhere to the new mode. We could protect it, but it
57 // the mode changes all future jobs will be run against the updated mode.
110 // An enum used to describe jobs for scheduling purposes.
112 // Our poll timer schedules POLL jobs periodically based on a server
194 // Configure jobs are saved only when backing off or throttling. So we
239 // Saves the job for future execution. Note: It drops all the poll jobs.
  /ndk/build/tools/
build-mingw64-toolchain.sh 131 JOBS=$(( $NUM_CORES * 2 ))
151 -j*|--jobjs=*) JOBS=$optarg;;
186 echo " --jobs=<num> Run <num> build tasks in parallel [$JOBS]."
187 echo " -j<num> Same as --jobs=<num>."
426 run make -j$JOBS
471 run make install -j$JOBS &&
500 run make -j$JOBS all-gcc
504 run make -j$JOBS install-gcc
528 run make -j$JOBS
    [all...]
  /external/chromium/chrome/browser/policy/
device_management_service.h 97 // The jobs we currently have in flight.
100 // Jobs that are registered, but not started yet.
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.h 110 // FIFO queue of pending jobs waiting to be started.
115 // Asserts that there are no outstanding user-initiated jobs on any of the
  /external/chromium/net/url_request/
url_request_job_tracker.h 20 // This allows us to warn on leaked jobs and also allows an observer to track
87 // allows iteration over all active jobs
url_request_filter.h 5 // A class to help filter URLRequest jobs based on the URL of the request
  /external/webkit/Source/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.
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 28 import org.eclipse.core.runtime.jobs.ISchedulingRule;
29 import org.eclipse.core.runtime.jobs.Job;
  /system/core/sh/
shell.h 39 * JOBS -> 1 if you have Berkeley job control, 0 otherwise.
54 #define JOBS 1
Android.mk 15 jobs.c \
  /external/chromium/chrome/browser/resources/net_internals/
socketsview.js 9 * - For each pool with allocated sockets or connect jobs, shows all its
  /external/chromium/net/socket_stream/
socket_stream_job.h 27 // Callback function implemented by protocol handlers to create new jobs.
  /external/clang/lib/Driver/
Job.cpp 36 DeleteContainerPointers(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
  /prebuilts/gcc/linux-x86/x86/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
  /external/chromium/net/socket/
client_socket_pool_base.cc 189 // Clean up any idle sockets and pending connect jobs. Assert that we have no
476 if (group->jobs().size() && ReachedMaxSocketsLimit()) {
477 RemoveConnectJob(*group->jobs().begin(), group);
521 if (i < group.jobs().size()) {
523 for (ConnectJobSet::const_iterator job_it = group.jobs().begin();
524 job_it != group.jobs().end(); ++job_it) {
581 std::set<ConnectJob*>::const_iterator job = group->jobs().begin();
582 for (job = group->jobs().begin(); job != group->jobs().end(); job++) {
867 DCHECK(ContainsKey(group->jobs(), job))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 38 import org.eclipse.core.runtime.jobs.IJobManager;
39 import org.eclipse.core.runtime.jobs.Job;
145 /** Returns the current lint jobs, if any (never returns null but array may be empty) */
151 /** Cancels the current lint jobs, if any, and optionally waits for them to finish */
153 // Cancel any current running jobs first
  /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))))
  /prebuilts/gcc/linux-x86/host/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/chromium/net/base/
host_resolver_impl.cc 626 // This boolean is used for histogramming the duration of jobs used to
747 // the limits on how many jobs are allowed to be used for this category of
885 // Maximum number of concurrent jobs allowed to be started for requests
889 // The current number of running jobs that were started for requests
935 // Cancel the outstanding jobs. Those jobs may contain several attached
991 // outstanding jobs map.
1437 JobMap jobs; local
1446 JobMap jobs; local
    [all...]
  /external/clang/include/clang/Driver/
Tool.h 58 /// ConstructJob - Construct jobs to perform the action \arg JA,

Completed in 990 milliseconds

12 3 4 5 6 7 8 91011>>