OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jobs
(Results
51 - 75
of
652
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/tools/testrunner/network/
distro.py
51
total_power += p.
jobs
* p.relative_performance
53
p.needed_work = total_work * p.
jobs
* p.relative_performance / total_power
/frameworks/base/packages/PrintSpooler/
AndroidManifest.xml
24
<!-- Allows an application to call APIs that give it access to all print
jobs
25
on the device. Usually an app can access only the print
jobs
it created. -->
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageShadowTask.java
40
* block the ProcessingServiceManager from running any other
jobs
. However,
43
* execution, the ImageBackend will process the TaskImageContainer
jobs
without
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java
28
import org.eclipse.core.runtime.
jobs
.ISchedulingRule;
29
import org.eclipse.core.runtime.
jobs
.Job;
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConstraintTest.java
51
* The scheduler will usually only flush its queue of unexpired
jobs
when the device is
/external/clang/lib/Driver/
Compilation.cpp
204
const JobList *
Jobs
= cast<JobList>(&J);
205
for (const auto &Job : *
Jobs
)
213
// Free actions and
jobs
.
215
Jobs
.clear();
/external/fio/
gettime-thread.c
52
* As long as we have
jobs
around, update the clock. It would be nice
/external/libmpeg2/common/
impeg2_job_queue.h
44
/** Pointer to buffer base which contains the
jobs
*/
/external/skia/site/
roles.md
41
<p>launch try
jobs
</p>
/external/skia/tools/
gen_bench_expectations_from_codereview.py
64
"""Return True iff all of the given try
jobs
have finished.
70
True if all of the given try
jobs
have finished, otherwise False.
79
"""Return True iff all of the try
jobs
on the given codereview have finished.
85
True if all of the try
jobs
have finished, otherwise False.
/frameworks/base/services/core/java/com/android/server/job/controllers/
StateController.java
27
* These are solely responsible for tracking a list of
jobs
, and notifying the JM when these
TimeController.java
57
/** List of tracked
jobs
, sorted asc. by deadline */
148
* Checks list of
jobs
for ones that have an expired deadline, sending them to the JobScheduler
177
* tracked
jobs
and marks them as ready as appropriate.
267
// A job has just expired, so we run through the list of
jobs
that we have and
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ConnectivityConstraintTestActivity.java
22
* connectivity on the device in order to verify that
jobs
with connectivity constraints will not
110
// Send intent to kick off ready
jobs
that the JobScheduler might be lazily holding on to.
135
// Send intent to kick off ready
jobs
that the JobScheduler might be lazily holding on to.
/frameworks/base/docs/html/preview/features/
power-mgmt.jd
50
<li>The system does not permit syncs or
jobs
for your sync adapters.</li>
54
<p>When the device exits Doze mode, it executes any
jobs
and syncs that are pending.</p>
94
state, allowing them to freely access the network and to execute any pending
jobs
and syncs. If the
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java
41
import org.eclipse.core.runtime.
jobs
.IJobManager;
42
import org.eclipse.core.runtime.
jobs
.Job;
195
/** Returns the current lint
jobs
, if any (never returns null but array may be empty) */
/frameworks/base/core/java/android/print/
PrintManager.java
75
* <h3>Print
jobs
</h3>
77
* Print
jobs
are started by calling the {@link #print(String, PrintDocumentAdapter,
84
* Print
jobs
can be in {@link PrintJobInfo#STATE_CREATED created}, {@link
88
* PrintJobInfo#STATE_CANCELED canceled} state. Print
jobs
are stored in dedicated
90
* Active print
jobs
, ones that are not cancelled or completed, are considered failed
92
* choose to restart such print
jobs
. Once a print job is queued all relevant content
97
* An applications can query the print spooler for current print
jobs
it created
98
* but not print
jobs
created by other applications.
211
* Creates an instance that can access all print
jobs
.
213
* @param userId The user id for which to get all print
jobs
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java
37
import org.eclipse.core.runtime.
jobs
.Job;
284
// This is deferred in separate
jobs
to avoid blocking the bundle start.
285
// We also serialize them to avoid too many parallel
jobs
when Eclipse starts.
287
// build
jobs
are run after other interactive
jobs
/frameworks/base/services/print/java/com/android/server/print/
PrintManagerService.java
125
// Only the current group members can start new print
jobs
.
148
// Only the current group members can query for state of print
jobs
.
500
// A background user/profile's print
jobs
are running but there is
502
// to handle it as the change may affect ongoing print
jobs
.
521
// A background user/profile's print
jobs
are running but there is
523
// to handle it as the change may affect ongoing print
jobs
.
547
// A background user/profile's print
jobs
are running but there is
549
// to handle it as the change may affect ongoing print
jobs
.
576
// A background user/profile's print
jobs
are running but there is
578
// to handle it as the change may affect ongoing print
jobs
[
all
...]
/external/clang/lib/Tooling/
Tooling.cpp
63
/// \brief Retrieves the clang CC1 specific flags out of the compilation's
jobs
.
71
const clang::driver::JobList &
Jobs
= Compilation->getJobs();
72
if (
Jobs
.size() != 1 || !isa<clang::driver::Command>(*
Jobs
.begin())) {
75
Jobs
.Print(error_stream, "; ", true);
83
cast<clang::driver::Command>(*
Jobs
.begin());
/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
))))
/external/libvpx/libvpx/build/make/
iosbuild.sh
190
--
jobs
: Number of make
jobs
.
213
--
jobs
)
/external/mksh/
Makefrag.inc
5
SRCS= lalloc.c eval.c exec.c expr.c funcs.c histrap.c
jobs
.c lex.c main.c misc.c shf.c syn.c tree.c var.c edit.c
6
SRCS_FP= ../src/lalloc.c ../src/eval.c ../src/exec.c ../src/expr.c ../src/funcs.c ../src/histrap.c ../src/
jobs
.c ../src/lex.c ../src/main.c ../src/misc.c ../src/shf.c ../src/syn.c ../src/tree.c ../src/var.c ../src/edit.c
7
OBJS_BP= lalloc.o eval.o exec.o expr.o funcs.o histrap.o
jobs
.o lex.o main.o misc.o shf.o syn.o tree.o var.o edit.o
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
workstealing.h
116
// How many
jobs
?
134
// No more threads than
jobs
, at least one thread.
179
// How many
jobs
per thread? last thread gets the rest.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
workstealing.h
116
// How many
jobs
?
134
// No more threads than
jobs
, at least one thread.
179
// How many
jobs
per thread? last thread gets the rest.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
workstealing.h
116
// How many
jobs
?
134
// No more threads than
jobs
, at least one thread.
179
// How many
jobs
per thread? last thread gets the rest.
Completed in 729 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>