Searched refs:jobs (Results 1 - 25 of 34) sorted by relevance

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jar ... eclipse/core/ org/eclipse/core/internal/ org/eclipse/core/internal/jobs/ org/eclipse/core/internal/jobs/Counter.class Counter.
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jar ... core/ org/eclipse/ecf/core/events/ org/eclipse/ecf/core/jobs/ org/eclipse/ecf/core/provider/ org/eclipse/ecf/core/security ...
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar ... void setLoadJobProperties (org.eclipse.core.runtime.jobs.Job) org.eclipse.core.runtime. ...
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar ... extends java.lang.Object { private static final String JOBS public static final String STREAM_PROCESSOR public static final String STDERR ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar ... FileTransferJob extends org.eclipse.core.runtime.jobs.Job { private org.eclipse.ecf.filetransfer ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jar ... EventDispatchJob extends org.eclipse.core.runtime.jobs.Job { org.eclipse.debug.core. ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/chrome/browser/sync/glue/
H A Dui_model_worker_unittest.cc78 base::WaitableEvent** jobs,
80 : syncer_thread_(syncer_thread), worker_(worker), jobs_(jobs),
88 // wait until all outstanding jobs are done to simulate what happens in
167 base::WaitableEvent* jobs[] = { &v_ran }; local
176 new FakeSyncapiShutdownTask(syncer_thread(), bmw(), jobs, 1));
205 base::WaitableEvent* jobs[] = { &fox1_ran, &fox2_ran, &fox3_ran }; local
216 new FakeSyncapiShutdownTask(syncer_thread(), bmw(), jobs, 3));
76 FakeSyncapiShutdownTask(base::Thread* syncer_thread, UIModelWorker* worker, base::WaitableEvent** jobs, size_t job_count) argument
/external/mksh/
H A DAndroid.mk29 src/expr.c src/funcs.c src/histrap.c src/jobs.c \
/external/chromium/net/socket/
H A Dclient_socket_pool_base.cc189 // 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(), jo
[all...]
H A Dclient_socket_pool_base.h138 // Timer to abort jobs that take too long.
276 return group_map_.find(group_name)->second->jobs().size();
392 const std::set<ConnectJob*>& jobs() const { return jobs_; } function in class:net::internal::ClientSocketPoolBaseHelper::Group
564 // TODO(vandebo) Remove when backup jobs move to TransportClientSocketPool
/external/chromium/net/base/
H A Dhost_resolver_impl.cc626 // 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.
1168 // Cancel the outstanding jobs.
1437 JobMap jobs; local
1438 jobs
1446 JobMap jobs; local
[all...]
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons102 '/Fd${TARGET}.pdb', # pdb per object allows --jobs=

Completed in 258 milliseconds

12