/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar | |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
org.eclipse.debug.core_3.6.0.v20100519.jar | |
/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...] |
make.pot | 557 msgid "*** Waiting for unfinished jobs...." 621 msgid "read jobs pipe" 742 " -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no " 754 " Don't start multiple jobs unless load is below " 904 msgid "Parallel jobs (-j) are not supported on this platform." 934 msgid "creating jobs pipe"
|
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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 104 JOBS=`cat /proc/cpuinfo | grep processor | wc -l` 239 --jobs=*) JOBS="$optarg" 241 -j*) JOBS=`expr "x$opt" : 'x-j\(.*\)'` 305 echo " --jobs=COUNT Run COUNT build jobs in parallel [$JOBS]" 311 echo " -j<COUNT> Same as --jobs=COUNT." 362 MAKE_FLAGS="-j$JOBS" [all...] |
/ndk/sources/host-tools/make-3.81/ |
job.c | 226 /* Number of jobs started in the current second. */ 489 Only print this message once no matter how many jobs are left. */ 492 error (NILF, _("*** Waiting for unfinished jobs....")); 510 and we might print the "Waiting for unfinished jobs" message above 578 /* If we have started jobs in this second, remove one. */ [all...] |
/external/bluetooth/glib/gio/ |
gioscheduler.c | 86 /* Cancelled jobs are set prio == -1, so that 269 * Cancels all cancellable I/O jobs.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateViewPage.java | 30 import org.eclipse.core.runtime.jobs.ILock; 31 import org.eclipse.core.runtime.jobs.Job;
|
/system/core/sh/ |
cd.c | 57 #include "nodes.h" /* for jobs.h */ 58 #include "jobs.h"
|
/external/mksh/src/ |
mksh.1 | [all...] |
Makefile | 26 SRCS= edit.c eval.c exec.c expr.c funcs.c histrap.c jobs.c \
|
/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.
|
/external/chromium/net/url_request/ |
url_request_test_job.cc | 260 DCHECK(!next_job->auto_advance()); // auto_advance jobs should be in this q
|