HomeSort by relevance Sort by last modified time
    Searched full:jobs (Results 76 - 100 of 256) sorted by null

1 2 34 5 6 7 8 91011

  /system/core/sh/
cd.c 57 #include "nodes.h" /* for jobs.h */
58 #include "jobs.h"
options.h 90 DEF_OPT( "notify", 'b' ) /* [U] report completion of background jobs */
  /ndk/sources/host-tools/make-3.81/po/
fi.po 566 msgid "*** Waiting for unfinished jobs...."
632 msgid "read jobs pipe"
768 " -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no "
771 " -j [N], --jobs[=N] Salli N yhtäaikaista työtä; ilman N:ää "
784 " Don't start multiple jobs unless load is below "
962 msgid "Parallel jobs (-j) are not supported on this platform."
994 msgid "creating jobs pipe"
    [all...]
ja.po 568 msgid "*** Waiting for unfinished jobs...."
634 msgid "read jobs pipe"
766 " -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no "
769 " -j [N], --jobs[=N] ????? N ?????????????; ?????????????"
782 " Don't start multiple jobs unless load is below "
956 msgid "Parallel jobs (-j) are not supported on this platform."
988 msgid "creating jobs pipe"
    [all...]
ko.po 567 msgid "*** Waiting for unfinished jobs...."
634 msgid "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 "
941 msgid "Parallel jobs (-j) are not supported on this platform."
974 msgid "creating jobs pipe"
    [all...]
zh_CN.po 562 msgid "*** Waiting for unfinished jobs...."
626 msgid "read jobs pipe"
753 " -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no "
766 " Don't start multiple jobs unless load is below "
925 msgid "Parallel jobs (-j) are not supported on this platform."
955 msgid "creating jobs pipe"
    [all...]
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/base/threading/
simple_thread.h 139 // and then add jobs which will be dispatched to the threads. This is
  /external/chromium/chrome/browser/
browser_process_impl.h 237 // Ensures that all the print jobs are finished before closing the browser.
  /external/chromium/chrome/browser/policy/
device_management_service.cc 109 // All running jobs should have been canceled by now. If not, there are
  /external/chromium/chrome/browser/printing/
print_job_manager.cc 30 // OnQuit is too late to try to wait for jobs on the Mac, since the runloop
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 132 tablePrinter.addHeaderCell('Connect Jobs');
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 164 // We just changed our mode. See if there are any pending jobs that we could
628 // work_to_do before it ran this wont have changed, as jobs like this don't
632 << " Job suceeded so not scheduling more jobs";
771 // Pending jobs mostly have time from the past. Reset it so this job
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.h 138 // 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
socks_client_socket_pool_unittest.cc 258 // Now wait for the async data to reach the SOCKS connect jobs.
transport_client_socket_pool_unittest.cc     [all...]
  /external/chromium/net/url_request/
url_request_test_job.cc 260 DCHECK(!next_job->auto_advance()); // auto_advance jobs should be in this q
  /external/llvm/utils/
NewNightlyTest.pl 81 # -parallel Run parallel jobs with GNU Make (see -parallel-jobs).
82 # -parallel-jobs The number of parallel Make jobs to use (default is two).
168 if (/^-parallel-jobs$/) { $PARALLELJOBS = "$ARGV[0]"; shift; next;}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 43 import org.eclipse.core.runtime.jobs.Job;
304 // build jobs are run after other interactive jobs
332 // build jobs are run after other interactive jobs
    [all...]
  /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
  /frameworks/base/core/java/android/util/
Patterns.java 42 + "|(jobs|j[emop])"
83 + "|(?:jobs|j[emop])"
  /bionic/libc/include/sys/
ioctl_compat.h 131 #define TOSTOP 0x00400000 /* stop background jobs on output */

Completed in 1446 milliseconds

1 2 34 5 6 7 8 91011