/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/configuration/ |
config.ini | 3 osgi.bundles=org.apache.commons.codec,org.apache.commons.logging,org.apache.httpcomponents.httpclient,org.apache.httpcomponents.httpcore,org.eclipse.core.contenttype,org.eclipse.core.jobs,org.eclipse.core.net,org.eclipse.core.runtime@4\:start,org.eclipse.core.runtime.compatibility.registry,org.eclipse.ecf,org.eclipse.ecf.filetransfer,org.eclipse.ecf.identity,org.eclipse.ecf.provider.filetransfer,org.eclipse.ecf.provider.filetransfer.httpclient4,org.eclipse.ecf.provider.filetransfer.httpclient4.ssl,org.eclipse.ecf.provider.filetransfer.ssl,org.eclipse.ecf.ssl,org.eclipse.equinox.app,org.eclipse.equinox.common@2\:start,org.eclipse.equinox.concurrent,org.eclipse.equinox.ds@2\:start,org.eclipse.equinox.frameworkadmin,org.eclipse.equinox.frameworkadmin.equinox,org.eclipse.equinox.launcher,org.eclipse.equinox.p2.artifact.repository,org.eclipse.equinox.p2.core,org.eclipse.equinox.p2.director,org.eclipse.equinox.p2.director.app,org.eclipse.equinox.p2.engine,org.eclipse.equinox.p2.garbagecollector,org.eclipse.equinox.p2.jarprocessor,org.eclipse.equinox.p2.metadata,org.eclipse.equinox.p2.metadata.repository,org.eclipse.equinox.p2.publisher,org.eclipse.equinox.p2.publisher.eclipse,org.eclipse.equinox.p2.repository,org.eclipse.equinox.p2.repository.tools,org.eclipse.equinox.p2.touchpoint.eclipse,org.eclipse.equinox.p2.touchpoint.natives,org.eclipse.equinox.p2.transport.ecf,org.eclipse.equinox.p2.updatesite,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.equinox.security,org.eclipse.equinox.simpleconfigurator,org.eclipse.equinox.simpleconfigurator.manipulator,org.eclipse.equinox.util,org.eclipse.osgi.services,org.eclipse.tycho.noopsecurity,org.sat4j.core,org.sat4j.pb
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/configuration/ |
config.ini | 3 osgi.bundles=org.apache.commons.codec,org.apache.commons.logging,org.apache.httpcomponents.httpclient,org.apache.httpcomponents.httpcore,org.eclipse.core.contenttype,org.eclipse.core.jobs,org.eclipse.core.net,org.eclipse.core.runtime@4\:start,org.eclipse.core.runtime.compatibility.registry,org.eclipse.ecf,org.eclipse.ecf.filetransfer,org.eclipse.ecf.identity,org.eclipse.ecf.provider.filetransfer,org.eclipse.ecf.provider.filetransfer.httpclient4,org.eclipse.ecf.provider.filetransfer.httpclient4.ssl,org.eclipse.ecf.provider.filetransfer.ssl,org.eclipse.ecf.ssl,org.eclipse.equinox.app,org.eclipse.equinox.common@2\:start,org.eclipse.equinox.concurrent,org.eclipse.equinox.ds@2\:start,org.eclipse.equinox.frameworkadmin,org.eclipse.equinox.frameworkadmin.equinox,org.eclipse.equinox.launcher,org.eclipse.equinox.p2.artifact.repository,org.eclipse.equinox.p2.core,org.eclipse.equinox.p2.director,org.eclipse.equinox.p2.director.app,org.eclipse.equinox.p2.engine,org.eclipse.equinox.p2.garbagecollector,org.eclipse.equinox.p2.jarprocessor,org.eclipse.equinox.p2.metadata,org.eclipse.equinox.p2.metadata.repository,org.eclipse.equinox.p2.publisher,org.eclipse.equinox.p2.publisher.eclipse,org.eclipse.equinox.p2.repository,org.eclipse.equinox.p2.repository.tools,org.eclipse.equinox.p2.touchpoint.eclipse,org.eclipse.equinox.p2.touchpoint.natives,org.eclipse.equinox.p2.transport.ecf,org.eclipse.equinox.p2.updatesite,org.eclipse.equinox.preferences,org.eclipse.equinox.registry,org.eclipse.equinox.security,org.eclipse.equinox.simpleconfigurator,org.eclipse.equinox.simpleconfigurator.manipulator,org.eclipse.equinox.util,org.eclipse.osgi.services,org.eclipse.tycho.noopsecurity,org.sat4j.core,org.sat4j.pb
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
FixProjectAction.java | 29 import org.eclipse.core.runtime.jobs.Job;
|
/development/ide/emacs/ |
android-common.el | 40 (defcustom android-compilation-jobs 2 41 "Number of jobs used to do a compilation (-j option of make)."
|
/external/v8/src/ |
optimizing-compiler-thread.cc | 142 // OSR jobs are dealt with separately. 153 // OSR jobs are dealt with separately.
|
/external/llvm/docs/ |
LibFuzzer.rst | 154 You may run ``N`` independent fuzzer jobs in parallel on ``M`` CPUs:: 156 N=100; M=4; ./pcre_fuzzer ./CORPUS -jobs=$N -workers=$M 160 jobs will create a corpus with too many duplicates. 164 N=100; M=4; ./pcre_fuzzer ./CORPUS -jobs=$N -workers=$M -exit_on_first=1 214 # Run 20 independent fuzzer jobs. 215 ./a.out -jobs=20 -workers=20
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
main.java | 202 options.jobs = Integer.parseInt(commandLine.getOptionValue("j")); 240 if (options.jobs <= 0) { 241 options.jobs = Runtime.getRuntime().availableProcessors(); 242 if (options.jobs > 6) { 243 options.jobs = 6; 413 Option jobsOption = OptionBuilder.withLongOpt("jobs")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintViewPart.java | 34 import org.eclipse.core.runtime.jobs.IJobChangeEvent; 35 import org.eclipse.core.runtime.jobs.IJobChangeListener; 36 import org.eclipse.core.runtime.jobs.Job; 180 // If there are currently running jobs, listen for them such that we can update the 469 Job[] jobs = LintJob.getCurrentJobs(); local 470 if (jobs.length > 0) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf_3.1.0.v20100529-0735.jar | |
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar | |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.ecf_3.2.0.v20130604-1622.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.ecf_3.2.0.v20130604-1622.jar | |
/external/fio/ |
HOWTO | 36 sections describing the jobs involved. When run, fio parses this file 109 A global section sets defaults for the jobs described in that file. A job 131 makes up a filename for each of the jobs as it sees fit. On the command 155 fork 4 identical jobs. The result is 4 processes each randomly writing 318 files between threads in a job or several jobs, specify 339 If sharing multiple files between jobs, it is usually necessary 357 To have dependent jobs share a set of files, this option can [all...] |
fio.1 | 86 .BI \-\-max\-jobs \fR=\fPnr 87 Set the maximum allowed number of jobs (threads/processes) to support. 96 Instead of running the jobs locally, send and run them on the given host. 112 The global section contains default parameters for jobs specified in the 198 number. If you want to share files between threads in a job or several jobs, 211 If sharing multiple files between jobs, it is usually necessary to have 230 To have dependent jobs share a set of files, this option can be set to 702 numjobs option is specified). This option is useful if there are several jobs [all...] |
/frameworks/base/services/print/java/com/android/server/print/ |
UserState.java | 222 // Note that the print spooler is not storing print jobs that 224 // the spooler state for when to forget print jobs in terminal state. 225 // Therefore, we fuse the cached print jobs for running apps (some 226 // jobs are in a terminal state) with the ones that the print 227 // spooler knows about (some jobs are being processed). 231 // Add the cached print jobs for running apps. 536 // Fail all print jobs. 620 pw.append(prefix).append(tab).append("cached print jobs:").println(); [all...] |
/ndk/sources/host-tools/make-3.81/po/ |
he.po | 567 msgid "*** Waiting for unfinished jobs...." 635 msgid "read jobs pipe" 636 msgstr "read jobs pipe" 763 " -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no " 776 " Don't start multiple jobs unless load is below " 942 msgid "Parallel jobs (-j) are not supported on this platform." 973 msgid "creating jobs pipe" 974 msgstr "creating jobs pipe [all...] |
/ndk/tests/ |
run-tests.sh | 58 JOBS=$BUILD_NUM_CPUS 115 JOBS=`expr "$opt" : '-j\(.*\)'` 118 --jobs=*) 119 JOBS="$optarg" 167 echo " -j<N> --jobs=<N> Launch parallel builds [$JOBS]" 486 run $WINE cmd /c Z:$NDK/ndk-build.cmd -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS" 494 run $NDK/ndk-build -j$JOBS "$@" APP_LDFLAGS="$APP_LDFLAGS" APP_CFLAGS="$APP_CFLAGS" 751 (cd "$DIR" && run ./build.sh -j$JOBS $NDK_BUILD_FLAGS) [all...] |
/frameworks/base/services/core/java/com/android/server/job/ |
JobServiceContext.java | 47 * Handles client binding and lifecycle of a job. Jobs execute one at a time on an instance of this 67 /** Define the maximum # of jobs allowed to run on a service at once. */ 90 /** Run through list and start any ready jobs.*/
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 65 /* define max num of supported concurrent jpeg jobs by OMX engine. 375 mm_jpeg_queue_t ongoing_job_q; /* queue for ongoing jobs */
|
/docs/source.android.com/src/source/ |
report-bugs.jd | 141 !ENTRY org.eclipse.core.jobs 4 2 2008-01-01 13:04:15.825 167 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/simple_api_parsing/nodejsorg/ |
expected.html | 27 <li><a href="http://jobs.nodejs.org">Jobs</a></li>
|
src.html | 27 <li><a href="http://jobs.nodejs.org">Jobs</a></li>
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
DiskLruCacheTest.java | 509 assertEquals(1, executor.jobs.size()); 660 while (executor.jobs.isEmpty()) { 667 while (executor.jobs.isEmpty()) { 671 executor.jobs.removeFirst().run(); 682 while (executor.jobs.isEmpty()) { 692 while (executor.jobs.isEmpty()) { 1324 final Deque<Runnable> jobs = new ArrayDeque<>(); field in class:DiskLruCacheTest.TestExecutor [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPatterns.java | 25 + "|(jobs|j[emop])" 57 + "|(?:jobs|j[emop])"
|