OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jobs
(Results
26 - 50
of
373
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
parallelism
11
start up to four
jobs
simultaneously. In this case, since the
85
# parallel without -k and two
jobs
die in a row, but not too close to each
86
# other, then make will quit without waiting for the rest of the
jobs
to die.
102
#MAKE#: *** Waiting for unfinished
jobs
....
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
general
16
$answer = "$make_name: Parallel
jobs
(-j) are not supported on this platform.\n$make_name: Resetting to single job (-j1) mode.\n1foo\n";
/tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/
AbstractLoadingNodeJob.java
18
import org.eclipse.core.runtime.
jobs
.Job;
/external/chromium/net/base/
host_resolver_impl.h
102
// |max_outstanding_jobs| -- How many concurrent
jobs
are allowed for this
147
// Adds a job to outstanding
jobs
list.
153
// Removes |job| from the outstanding
jobs
list.
220
// Cancels all
jobs
.
223
// Aborts all in progress
jobs
(but might start new ones).
235
// Maximum number of concurrent
jobs
allowed, across all pools.
239
// how many outstanding
jobs
the pool already has, and its constraints.
/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_|.
/ndk/build/tools/
build-mingw64-toolchain.sh
145
JOBS
=$(( $NUM_CORES * 2 ))
165
-j*|--
jobs
=*)
JOBS
=$optarg;;
200
echo " --
jobs
=<num> Run <num> build tasks in parallel [$
JOBS
]."
201
echo " -j<num> Same as --
jobs
=<num>."
470
run make -j$
JOBS
515
run make install -j$
JOBS
&&
544
run make -j$
JOBS
all-gcc
548
run make -j$
JOBS
install-gc
[
all
...]
/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
.
/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
/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 \
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator10/
StartAndroidEmulatorLogic.java
22
import org.eclipse.core.runtime.
jobs
.IJobChangeEvent;
23
import org.eclipse.core.runtime.
jobs
.JobChangeAdapter;
/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
);
/tools/motodev/src/plugins/android/src/com/motorola/studio/android/
AndroidPlugin.java
23
import org.eclipse.core.runtime.
jobs
.IJobChangeEvent;
24
import org.eclipse.core.runtime.
jobs
.IJobManager;
25
import org.eclipse.core.runtime.
jobs
.Job;
26
import org.eclipse.core.runtime.
jobs
.JobChangeAdapter;
/tools/motodev/src/plugins/devices.services/src/com/motorola/studio/android/devices/services/ddms/
ScreenshotServiceHandler.java
22
import org.eclipse.core.runtime.
jobs
.Job;
/external/llvm/cmake/modules/
HandleLLVMOptions.cmake
114
# On Win32 using MS tools, provide an option to set the number of parallel
jobs
118
"Number of parallel compiler
jobs
. 0 means use all processors. Default is 0.")
128
message(STATUS "Number of parallel compiler
jobs
set to " ${LLVM_COMPILER_JOBS})
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java
40
import org.eclipse.core.runtime.
jobs
.IJobManager;
41
import org.eclipse.core.runtime.
jobs
.Job;
184
/** Returns the current lint
jobs
, if any (never returns null but array may be empty) */
/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
...]
Completed in 1306 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>