HomeSort by relevance Sort by last modified time
    Searched full:jobs (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /system/core/sh/
jobs.h 1 /* $NetBSD: jobs.h,v 1.19 2003/11/27 21:16:14 dsl Exp $ */
34 * @(#)jobs.h 8.2 (Berkeley) 5/4/95
45 #define SHOW_PGID 0x01 /* only show pgid - for jobs -p */
48 #define SHOW_CHANGED 0x08 /* only jobs whose state has changed */
79 #if JOBS
86 extern int job_warning; /* user was warned about stopped jobs */
104 #if ! JOBS
builtins.c 26 { "jobs", jobscmd },
jobs.c 1 /* $NetBSD: jobs.c,v 1.62 2003/12/18 00:56:05 christos Exp $ */
38 static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: jobs.c,v 1.62 2003/12/18 00:56:05 christos Exp $");
62 #if JOBS
75 #include "jobs.h"
89 static struct job *jobtab; /* array of jobs */
93 #if JOBS
245 #if JOBS
254 #if JOBS
313 put after all stopped jobs. *
    [all...]
Android.mk 15 jobs.c \
shell.h 39 * JOBS -> 1 if you have Berkeley job control, 0 otherwise.
54 #define JOBS 1
trap.c 52 #include "jobs.h"
275 #if JOBS
465 #if JOBS
builtins.def 68 jobscmd -u jobs
mkbuiltins 47 if grep '^#define JOBS[ ]*1' ${shell} > /dev/null
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/build/tools/
build-gdbserver.sh 39 JOBS=$HOST_NUM_CPUS
48 register_option "-j<number>" do_jobs "Use <number> build jobs in parallel" "$JOBS"
53 do_jobs () { JOBS=$1; }
144 run make -j$JOBS
build-gcc.sh 33 JOBS=$HOST_NUM_CPUS
50 register_option "-j<number>" do_jobs "Use <number> parallel build jobs" "$JOBS"
79 JOBS=$1
201 run make -j$JOBS
  /external/webkit/WebCore/platform/network/qt/
ResourceRequestQt.cpp 32 // To achieve the best result we want WebKit to schedule the jobs so we
34 // and prepare jobs we will schedule two more downloads.
  /external/bluetooth/glib/gio/
giotypes.h 86 * Opaque class for definining and scheduling IO jobs.
168 * #GIOScheduler may run jobs in separate threads or in an idle
171 * Long-running jobs should periodically check the @cancellable
gioscheduler.c 86 /* Cancelled jobs are set prio == -1, so that
269 * Cancels all cancellable I/O jobs.
  /development/ide/emacs/
android-compile.el 142 Use `android-compilation-jobs' to control the number of jobs used
149 (concat " -j " (number-to-string android-compilation-jobs))))
android-common.el 40 (defcustom android-compilation-jobs 2
41 "Number of jobs used to do a compilation (-j option of make)."
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 28 import org.eclipse.core.runtime.jobs.Job;
ConvertToAndroidAction.java 30 import org.eclipse.core.runtime.jobs.Job;
  /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/opencore/extern_tools_v2/bin/linux/
make 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 70 import org.eclipse.core.runtime.jobs.IJobChangeEvent;
71 import org.eclipse.core.runtime.jobs.Job;
72 import org.eclipse.core.runtime.jobs.JobChangeAdapter;
349 // This is deferred in separate jobs to avoid blocking the bundle start.
350 // We also serialize them to avoid too many parallel jobs when Eclipse starts.
364 // 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 37 import org.eclipse.core.runtime.jobs.Job;
299 // build jobs are run after other interactive jobs
327 // build jobs are run after other interactive jobs
  /frameworks/base/core/java/android/util/
Patterns.java 42 + "|(jobs|j[emop])"
83 + "|(?:jobs|j[emop])"

Completed in 718 milliseconds

1 2 3 4