/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)."
|
/development/pdk/docs/source/ |
report-bugs.jd | 105 !ENTRY org.eclipse.core.jobs 4 2 2008-01-01 13:04:15.825 131 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
_index.html | 74 submit jobs to it with {@link android.content.Context#startService 76 automatically stops itself once all jobs have been processed. This can be
|
/external/chromium/net/base/ |
host_resolver_impl.cc | 386 // the limits on how many jobs are allowed to be used for this category of 508 // Maximum number of concurrent jobs allowed to be started for requests 512 // The current number of running jobs that were started for requests 553 // Cancel the outstanding jobs. Those jobs may contain several attached 587 // outstanding jobs map. 704 // Cancel the outstanding jobs. 721 "Current num outstanding jobs: %d",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 69 import org.eclipse.core.runtime.jobs.IJobChangeEvent; 70 import org.eclipse.core.runtime.jobs.Job; 71 import org.eclipse.core.runtime.jobs.JobChangeAdapter; 363 // This is deferred in separate jobs to avoid blocking the bundle start. 364 // We also serialize them to avoid too many parallel jobs when Eclipse starts. 378 // build jobs are run after other interactive jobs [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerInitializer.java | 38 import org.eclipse.core.runtime.jobs.Job; 300 // build jobs are run after other interactive jobs 328 // build jobs are run after other interactive jobs
|
/external/bluetooth/glib/gio/ |
gioscheduler.c | 86 /* Cancelled jobs are set prio == -1, so that 269 * Cancels all cancellable I/O jobs.
|
/frameworks/base/core/java/android/util/ |
Patterns.java | 42 + "|(jobs|j[emop])" 83 + "|(?:jobs|j[emop])"
|
/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 */
|
/external/chromium/net/url_request/ |
url_request_test_job.cc | 251 DCHECK(!next_job->auto_advance()); // auto_advance jobs should be in this q
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
ConvertToAndroidAction.java | 30 import org.eclipse.core.runtime.jobs.Job;
|
/development/testrunner/ |
runtest.py | 98 parser.add_option("-j", "--jobs", dest="make_jobs", 100 help="Number of make jobs to use when building")
|
/bionic/libc/include/sys/ |
ioctl_compat.h | 131 #define TOSTOP 0x00400000 /* stop background jobs on output */
|
/development/ndk/platforms/android-3/include/sys/ |
ioctl_compat.h | 131 #define TOSTOP 0x00400000 /* stop background jobs on output */
|
/external/chromium/base/ |
simple_thread.h | 143 // and then add jobs which will be dispatched to the threads. This is
|
/external/chromium/net/proxy/ |
single_threaded_proxy_resolver.cc | 239 ProcessPendingJobs(); // Jobs can never finish synchronously.
|
/external/libvpx/examples/includes/geshi/geshi/ |
bash.php | 184 'fg', 'getopts', 'hash', 'help', 'history', 'jobs', 'let',
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/ |
ioctl_compat.h | 131 #define TOSTOP 0x00400000 /* stop background jobs on output */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/ |
ioctl_compat.h | 131 #define TOSTOP 0x00400000 /* stop background jobs on output */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/ |
ioctl_compat.h | 131 #define TOSTOP 0x00400000 /* stop background jobs on output */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/ |
ioctl_compat.h | 131 #define TOSTOP 0x00400000 /* stop background jobs on output */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
ioctl_compat.h | 131 #define TOSTOP 0x00400000 /* stop background jobs on output */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/ |
ioctl_compat.h | 131 #define TOSTOP 0x00400000 /* stop background jobs on output */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
FolderMock.java | 35 import org.eclipse.core.runtime.jobs.ISchedulingRule;
|