/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowHandler.java | 20 * separate thread.{@link Runnable}s that are scheduled to be executed immediately can be triggered by calling 22 * todo: add utility method to advance time and trigger execution of Runnables scheduled for a time in the future
|
/external/skia/include/gpu/ |
GrProgramElement.h | 18 * a client to being scheduled for execution. While a GrProcessor is ref'ed by drawing code its 36 * IO events when the program element is scheduled for deferred execution.
|
/frameworks/base/docs/html/topic/performance/power/network/ |
action-app-traffic.jd | 94 <a href="{@docRoot}training/sync-adapters/index.html">Sync Adapter for scheduled syncs</a> 104 <strong>Note:</strong> For scheduled data synchronization, you should <em>always</em> prefer GCM
|
/frameworks/base/docs/html/training/efficient-downloads/ |
regular_updates.jd | 63 <p>If several alarms are scheduled to trigger at similar times, this phase-shifting will cause them to be triggered simultaneously, allowing each update to piggyback on top of a single active radio state change.</p> 67 <p>You can further reduce the impact of these scheduled alarms by opportunistically reducing their frequency based on how recently your app was used.</p>
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/ |
WifiScannerImpl.java | 90 * scan may be scheduled async. 105 * scan may be scheduled async.
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClockBackupAgent.java | 80 * ACTION_COMPLETE_RESTORE broadcast is scheduled 10 seconds in the future to give 142 LogUtils.i(TAG, "DeskClockBackupAgent scheduled alarm instance: %s", alarmInstance);
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmTimeClickHandler.java | 127 // if the change altered the next scheduled alarm time, tell the user 138 // if the change altered the next scheduled alarm time, tell the user
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/job/ |
JobSchedulerFragment.java | 156 Toast.makeText(getContext(), "Scheduled: " + jobInfo, Toast.LENGTH_LONG ).show(); 158 Log.d(TAG, "Scheduled a job: " + jobInfo);
|
/external/llvm/lib/CodeGen/ |
MachineScheduler.cpp | 485 // scheduler for the top of it's scheduled region. 559 // SU->TopReadyCycle was set to CurrCycle when it was scheduled. However, 598 // SU->BotReadyCycle was set to CurrCycle when it was scheduled. However, 619 /// that don't get scheduled. 696 assert(!SU->isScheduled && "Node already scheduled"); 722 // This sets the scheduled node's ReadyCycle to CurrCycle. When updateQueues 857 /// that don't get scheduled. 874 // Setup the register pressure trackers for the top scheduled top and bottom 875 // scheduled regions. [all...] |
/external/autotest/client/deps/lansim/src/py/ |
simulator.py | 118 """Removes the every scheduled timeout call to the passed callback. 120 When a callable object is passed to add_timeout() it is scheduled to be 122 scheduled calls to that object. 184 # scheduled call to self.stop. 255 # Attempt to send all the scheduled packets before reading more
|
/external/guava/guava/src/com/google/common/base/ |
Objects.java | 126 * method is scheduled for removal in June 2016. 143 * method is scheduled for removal in June 2016. 158 * method is scheduled for removal in June 2016. 182 * scheduled for removal in June 2016. 195 * scheduled for removal in June 2016.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractScheduledService.java | 221 // This means that the state has changed since we were scheduled. This implies that 245 * Run one iteration of the scheduled task. If any invocation of this method throws an exception, 408 /** The executor on which this Callable will be scheduled. */ 419 * not scheduled while a cancel is ongoing. Also it protects the currentFuture variable to 420 * ensure that it is assigned atomically with being scheduled.
|
MoreExecutors.java | 569 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); local 570 return new ListenableScheduledTask<Void>(task, scheduled); 577 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); local 578 return new ListenableScheduledTask<V>(task, scheduled); 586 ScheduledFuture<?> scheduled = local 588 return new ListenableScheduledTask<Void>(task, scheduled); 596 ScheduledFuture<?> scheduled = local 598 return new ListenableScheduledTask<Void>(task, scheduled); 618 // Unless it is cancelled, the delegate may continue being scheduled [all...] |
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 287 unsigned NumPredsLeft; // # of preds not scheduled. 288 unsigned NumSuccsLeft; // # of succs not scheduled. 289 unsigned WeakPredsLeft; // # of weak preds not scheduled. 290 unsigned WeakSuccsLeft; // # of weak succs not scheduled. 291 unsigned short NumRegDefsLeft; // # of reg defs with no scheduled use. 303 bool isScheduled : 1; // True once scheduled. 541 /// scheduledNode - As each node is scheduled, this method is invoked. This 609 /// VerifyScheduledDAG - Verify that all SUnits were scheduled and that 610 /// their state is consistent. Return the number of scheduled SUnits. 719 /// ordering from the DAG to be scheduled [all...] |
/external/autotest/scheduler/ |
monitor_db_unittest.py | 184 'Job %d scheduled on host %d twice' % 192 'Job %d not scheduled on host %d as expected\n' 193 'Jobs scheduled: %s' % 199 """Assert job was scheduled on exactly number hosts out of a set.""" 207 self.fail('Job %d scheduled on fewer than %d hosts in %s.\n' 208 'Jobs scheduled: %s' % (job_id, number, host_ids, found)) 210 self.fail('Job %d scheduled on more than %d hosts in %s.\n' 211 'Jobs scheduled: %s' % (job_id, number, host_ids, found)) 216 self.fail('Extra jobs scheduled: ' + 268 scheduled [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGRRList.cpp | 93 cl::desc("Disable scheduled-height priority in sched=list-ilp")); 141 /// that are "live". These nodes must be scheduled before any other nodes that 142 /// modifies the registers can be scheduled. 380 // predecessor can be scheduled without causing a pipeline stall. 384 // If all the node's successors are scheduled, this node is ready 385 // to be scheduled. Ignore the special EntrySU node. 512 /// entire chain must be scheduled together. Example: 533 // clobber the register is scheduled between the predecessor and 621 /// ready and can be scheduled with no resource conflicts. 628 // has predecessors the cycle will be advanced when they are scheduled [all...] |
ScheduleDAGSDNodes.cpp | 200 /// outputs to ensure they are scheduled together and in order. This 267 // ensure they are scheduled in order of increasing addresses. 289 /// ClusterNodes - Cluster certain nodes which should be scheduled together. 412 if (isPassiveNode(SrcN)) continue; // Not scheduled. 457 if (isPassiveNode(OpN)) continue; // Not scheduled. 515 // Cluster certain nodes which should be scheduled together. 685 /// VerifyScheduledSequence - Verify that all SUnits were scheduled and that 695 "The number of nodes scheduled doesn't match the expected number!"); 793 /// EmitSchedule - Emit the machine code in scheduled order. Return the new [all...] |
ScheduleDAGVLIW.cpp | 133 // If all the node's predecessors are scheduled, this node is ready 134 // to be scheduled. Ignore the special ExitSU node. 159 assert(CurCycle >= SU->getDepth() && "Node scheduled above its depth!");
|
/external/avahi/avahi-core/ |
query-sched.c | 370 /* If the new entry should be scheduled earlier, 400 * received. We drop scheduled queries that match. The keyword is 423 /* Very short lived queries can withdraw an already scheduled item
|
response-sched.c | 388 /* avahi_log_debug("Response suppressed by local duplicate suppression (scheduled)"); */ 434 * receieved. We drop scheduled responses which match here. The 508 /* Send all scheduled responses immediately */
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
MmsService.java | 315 boolean scheduled = false; 347 scheduled = true; 367 if (!scheduled) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
ColorDelegator.py | 99 if DEBUG: print "colorizing already scheduled" 114 if DEBUG: print "cancel scheduled recolorizer" 128 if DEBUG: print "cancel scheduled recolorizer"
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
ColorDelegator.py | 99 if DEBUG: print "colorizing already scheduled" 114 if DEBUG: print "cancel scheduled recolorizer" 128 if DEBUG: print "cancel scheduled recolorizer"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 99 if DEBUG: print "colorizing already scheduled" 114 if DEBUG: print "cancel scheduled recolorizer" 128 if DEBUG: print "cancel scheduled recolorizer"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ColorDelegator.py | 99 if DEBUG: print "colorizing already scheduled" 114 if DEBUG: print "cancel scheduled recolorizer" 128 if DEBUG: print "cancel scheduled recolorizer"
|