/frameworks/base/core/java/android/print/ |
PrintJob.java | 26 * its print jobs.
|
PrintJobInfo.java | 28 * generating the content, and so on. Note that the print jobs state may 72 * Print job state: The print jobs is created, it is ready
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
BatteryController.java | 120 // Also tell the scheduler that any ready jobs should be flushed.
|
ConnectivityController.java | 128 * We know the network has just come up. We want to run any jobs that are ready.
|
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/ |
MainActivity.java | 93 /** Service object to interact scheduled jobs. */
|
/ndk/build/tools/ |
build-host-yasm.sh | 118 # make: *** Waiting for unfinished jobs....
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CreateNewConfigJob.java | 35 import org.eclipse.core.runtime.jobs.Job;
|
/ndk/sources/host-tools/make-3.81/po/ |
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/ |
build-lucid-multilib-toolchain.sh | 148 JOBS=$(cat /proc/cpuinfo | grep -c processor) 295 --jobs=*) JOBS=$optarg 297 -j*) JOBS=${opt#-j} 364 echo " --jobs=COUNT Run COUNT build jobs in parallel [$JOBS]" 365 echo " -j<COUNT> Same as --jobs=COUNT." 448 MAKE_FLAGS="-j$JOBS" [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/ |
build-precise-multilib-toolchain.sh | 148 JOBS=$(cat /proc/cpuinfo | grep -c processor) 297 --jobs=*) JOBS=$optarg 299 -j*) JOBS=${opt#-j} 366 echo " --jobs=COUNT Run COUNT build jobs in parallel [$JOBS]" 367 echo " -j<COUNT> Same as --jobs=COUNT." 450 MAKE_FLAGS="-j$JOBS" [all...] |
/external/fio/ |
gfio.c | 138 gtk_entry_set_text(GTK_ENTRY(ge->eta.jobs), ""); 696 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ge->thread_status_pb), "No jobs running"); [all...] |
eta.c | 318 * Print status of the jobs we know about. This includes rate estimates, 493 p += sprintf(p, "Jobs: %d (f=%d)", je->nr_running, je->files_open);
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar | |
/cts/tests/tests/print/src/android/print/cts/ |
PrinterDiscoverySessionLifecycleTest.java | 126 // Wait for all print jobs to be handled after which the session destroyed. 233 // Wait for all print jobs to be handled after which the is session destroyed.
|
/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
|
/external/jetty/src/java/org/eclipse/jetty/util/thread/ |
ExecutorThreadPool.java | 82 * an unbounded {@link LinkedBlockingQueue} is used for the jobs queue; 95 * an unbounded {@link LinkedBlockingQueue} is used for the jobs queue.
|
/external/lldb/test/pexpect-2.4/ |
pxssh.py | 260 """This sends exit to the remote shell. If there are stopped jobs then 264 index = self.expect([EOF, "(?i)there are stopped jobs"])
|
/frameworks/base/core/java/android/util/ |
Patterns.java | 47 + "|(jobs|j[emop])" 93 + "|(?:jobs|j[emop])"
|
/frameworks/base/docs/html/samples/new/ |
index.jd | 182 This sample app allows the user to schedule jobs through the UI, and shows 183 visual cues when the jobs are executed.
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
CopyService.java | 71 // Jobs are serialized but a job ID is used, to avoid mixing up cancellation requests. 307 // cancellation requests from affecting unrelated copy jobs. However, if the current job ID
|