OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jobs
(Results
276 - 300
of
670
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.cpp
264
// Initialize parallel
jobs
270
// Split the job into "yStep"-sized
jobs
but there a few
jobs
that need to be slightly larger since
271
// yStep *
jobs
< total size. These extras are handled by the remainder "jobsWithExtra".
/external/chromium_org/third_party/cython/src/Cython/Build/
Cythonize.py
157
help=('run builds in N parallel
jobs
(default: %d)' %
/external/chromium_org/ui/file_manager/file_manager/background/js/
drive_sync_handler.js
155
// Cancel all
jobs
.
/external/chromium_org/v8/tools/testrunner/network/
endpoint.py
114
runner.Run(server.
jobs
)
/external/clang/lib/Driver/
Job.cpp
188
DeleteContainerPointers(
Jobs
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar
/frameworks/base/core/java/android/print/
PrintJob.java
26
* its print
jobs
.
/frameworks/base/services/core/java/com/android/server/job/controllers/
ConnectivityController.java
128
* We know the network has just come up. We want to run any
jobs
that are ready.
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
MainActivity.java
93
/** Service object to interact scheduled
jobs
. */
/ndk/build/tools/
build-host-yasm.sh
118
# make: *** Waiting for unfinished
jobs
....
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CreateNewConfigJob.java
35
import org.eclipse.core.runtime.
jobs
.Job;
/ndk/sources/host-tools/make-3.81/po/
be.po
561
msgid "*** Waiting for unfinished
jobs
...."
625
msgid "read
jobs
pipe"
747
" -j [N], --
jobs
[=N] Allow N
jobs
at once; infinite
jobs
with no "
759
" Don't start multiple
jobs
unless load is below "
911
msgid "Parallel
jobs
(-j) are not supported on this platform."
941
msgid "creating
jobs
pipe"
[
all
...]
de.po
595
msgid "*** Waiting for unfinished
jobs
...."
661
msgid "read
jobs
pipe"
662
msgstr "Lese Pipe f?r die
Jobs
"
801
" -j [N], --
jobs
[=N] Allow N
jobs
at once; infinite
jobs
with no "
804
"N
Jobs
gleichzeitig erlauben; unbegrenzte Anzahl \n"
805
"von
Jobs
ohne Argument"
816
" Don't start multiple
jobs
unless load is below "
989
msgid "Parallel
jobs
(-j) are not supported on this platform.
[
all
...]
rw.po
609
msgid "*** Waiting for unfinished
jobs
...."
675
msgid "read
jobs
pipe"
811
" -j [N], --
jobs
[=N] Allow N
jobs
at once; infinite
jobs
with no "
825
" Don't start multiple
jobs
unless load is below "
995
msgid "Parallel
jobs
(-j) are not supported on this platform."
1029
msgid "creating
jobs
pipe"
[
all
...]
hr.po
564
msgid "*** Waiting for unfinished
jobs
...."
631
msgid "read
jobs
pipe"
632
msgstr "read
jobs
pipe"
765
" -j [N], --
jobs
[=N] Allow N
jobs
at once; infinite
jobs
with no "
768
" -j [N], --
jobs
[=N] Dopusti N istovremenih poslova; bez argumenta\n"
781
" Don't start multiple
jobs
unless load is below "
957
msgid "Parallel
jobs
(-j) are not supported on this platform."
990
msgid "creating
jobs
pipe
[
all
...]
/external/chromium_org/net/websockets/
websocket_job_test.cc
1100
std::vector<scoped_refptr<WebSocketJob> >
jobs
;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh
148
JOBS
=$(cat /proc/cpuinfo | grep -c processor)
292
--
jobs
=*)
JOBS
=$optarg
294
-j*)
JOBS
=${opt#-j}
361
echo " --
jobs
=COUNT Run COUNT build
jobs
in parallel [$
JOBS
]"
362
echo " -j<COUNT> Same as --
jobs
=COUNT."
445
MAKE_FLAGS="-j$
JOBS
"
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh
148
JOBS
=$(cat /proc/cpuinfo | grep -c processor)
292
--
jobs
=*)
JOBS
=$optarg
294
-j*)
JOBS
=${opt#-j}
361
echo " --
jobs
=COUNT Run COUNT build
jobs
in parallel [$
JOBS
]"
362
echo " -j<COUNT> Same as --
jobs
=COUNT."
445
MAKE_FLAGS="-j$
JOBS
"
[
all
...]
/external/fio/
gfio.c
138
gtk_entry_set_text(GTK_ENTRY(ge->eta.
jobs
), "");
696
gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ge->thread_status_pb), "No
jobs
running");
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar
/cts/tests/tests/print/src/android/print/cts/
PrinterDiscoverySessionLifecycleTest.java
126
// Wait for all print
jobs
to be handled after which the session destroyed.
233
// Wait for all print
jobs
to be handled after which the is session destroyed.
/development/samples/ApiDemos/src/com/example/android/apis/app/
_index.html
226
submit
jobs
to it with Context.startService instead of binding to the service. Such a service
227
automatically stops itself once all
jobs
have been processed. This can be
/external/chromium_org/content/browser/service_worker/
service_worker_register_job.cc
59
<< "
Jobs
should only be interrupted during shutdown.";
101
// the
jobs
from the queue.
Completed in 1105 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>