Searched defs:scheduled (Results 1 - 15 of 15) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowRenderNodeAnimator.java23 private boolean scheduled = false; field in class:ShadowRenderNodeAnimator
31 // test is complete, its scheduled callbacks would be removed, but the static object would still
89 if (!scheduled) {
90 scheduled = true;
96 if (scheduled) {
98 scheduled = false;
105 scheduled = false;
/external/libbrillo/brillo/message_loops/
H A Dbase_message_loop.cc63 << " leaked on BaseMessageLoop, scheduled from this location.";
75 << " leaked on BaseMessageLoop, scheduled from this location.";
134 bool scheduled = it_bool.first->second.StartWatching(); local
140 << (scheduled ? " successfully" : " failed.");
142 if (!scheduled) {
187 << "Removing task_id " << task_id << " scheduled from this location.";
251 << " scheduled from this location.";
367 << " file descriptor " << fd_ << ", scheduled from this location.";
395 << " file descriptor " << fd_ << ", scheduled from this location.";
425 << "Removing task_id " << task_id_ << " scheduled fro
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_sched.c57 struct ir3_instruction *scheduled; /* last scheduled instr XXX remove*/ member in struct:ir3_sched_ctx
88 if (ctx->scheduled && is_sfu_or_mem(ctx->scheduled) && is_sfu_or_mem(instr))
108 ctx->scheduled = instr;
203 /* there is at least one kill which could be scheduled, except
207 /* there is at least one instruction that could be scheduled,
218 /* could an instruction be scheduled if specified ssa src was scheduled? */
224 /* if dependency not scheduled, w
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.jobs_3.7.0.v20150330-2103.jar ... core.runtime.jobs.IJobChangeEvent event public void scheduled (org.eclipse.core.runtime.jobs. ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 581 milliseconds