HomeSort by relevance Sort by last modified time
    Searched full:scheduled (Results 101 - 125 of 952) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/update_engine/common/
cpu_limiter.h 45 // Resets the cpu shares to normal and destroys any scheduled timeout sources.
  /external/libbrillo/brillo/message_loops/
fake_message_loop.cc 21 // callback. In this way, tasks scheduled from a Closure will have the right
79 << " scheduled from this location.";
136 << "task_id " << task.first << " scheduled from here.";
message_loop.h 21 // A unique task identifier used to refer to scheduled callbacks.
46 // identifier for the scheduled task that can be used to cancel the task
98 // Cancel a scheduled task. Returns whether the task was canceled. For
  /external/libchrome/base/files/
important_file_writer.h 79 // Returns true if there is a scheduled write pending which has not yet
84 // scheduled by ScheduleWrite(), it is cancelled.
130 // Time delta after which scheduled data will be written to disk.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
BackgroundScanScheduler.java 79 * Default period to use if no buckets are being scheduled
89 * List of predefined periods (in ms) that buckets can be scheduled at. Ordered by preference
92 * This requirement allows scans to be scheduled more efficiently because scan requests with
94 * period and no unnecessary scan being scheduled. If this was not the case and two requests
100 * implications if the scan is scheduled at a significantly lower period.
103 * 40s, 20s and 10s then the two buckets scheduled will have periods 40s and 20s and the 10s
366 // This keeps track of the settings to the max time period bucket to which it was scheduled.
422 * Retrieves the max time period bucket idx at which this setting was scheduled
665 // Update the max scheduled bucket for this setting
683 // Update the settings to scheduled bucket mapping. This is needed for even
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTaskTest.java 81 // Ensure cancel returns false if never scheduled
194 // Ensure scheduledExecutionTime is the last scheduled time
199 // Should be scheduled ~100ms from "now" (and then again in ~600ms) so account
  /external/autotest/site_utils/suite_scheduler/
deduping_scheduler_unittest.py 70 # A similar suite has not already been scheduled.
102 # A similar suite has already been scheduled.
183 # A similar suite has not already been scheduled.
216 # A similar suite has not already been scheduled.
261 # A similar suite has not already been scheduled.
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 70 cl::desc("Debug control MBBs that are scheduled"),
74 cl::desc("Debug control MBBs that are scheduled"),
170 /// instruction, which will not be scheduled.
242 /// dumpSchedule - dump the scheduled Sequence.
415 /// instruction, which will not be scheduled.
466 // If all the node's predecessors are scheduled, this node is ready
467 // to be scheduled. Ignore the special ExitSU node.
489 "Node scheduled above its depth!");
648 "The number of nodes scheduled doesn't match the expected number!");
652 // EmitSchedule - Emit the machine code in scheduled order
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java 194 * scheduled for execution
209 * scheduled for execution
222 * scheduled for execution
246 * scheduled for execution
276 * @throws RejectedExecutionException if any task cannot be scheduled
299 * @throws RejectedExecutionException if tasks cannot be scheduled
325 * @throws RejectedExecutionException if tasks cannot be scheduled
  /system/update_engine/update_manager/
evaluation_context_unittest.cc 220 // Check that the scheduled callback isn't run until we signal a ValueChaged.
226 // Ensure that the scheduled callback isn't run until we are back on the main
241 // The scheduled event should still work.
254 // Check that the scheduled callback isn't run until the timeout occurs.
271 // Check that the scheduled callback isn't run until the timeout occurs.
445 // Callback should not be scheduled.
458 // Callback should not be scheduled.
evaluation_context.h 125 // Removes all the Observers callbacks and timeout events scheduled by
136 // Called from the main loop when a scheduled timeout has passed.
140 // then executes the scheduled callback.
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 26 // Currently we only catch the situation when compare gets scheduled
249 assert(SU->getInstr() && "Scheduled SUnit must have instr");
302 /// Move the boundary of scheduled code by one cycle.
328 /// Move the boundary of scheduled code by one SUnit.
335 // Calls are scheduled with their preceding instructions. For bottom-up
437 // We found an available, but not scheduled, predecessor. If it's the
455 // We found an available, but not scheduled, successor. If it's the
481 // Do not waste time on a node that is already scheduled.
538 /// maintain the number of vreg uses remaining to be top-scheduled.
605 // RegionCriticalPSets summarizes the pressure within the scheduled region an
    [all...]
  /frameworks/base/core/java/android/app/
AlarmManager.java 152 * on how frequently it can be scheduled. Only available (and automatically applied) to
268 * If there is already an alarm scheduled for the same IntentSender, that previous
273 * scheduled (with the equality of two intents being defined by
296 * battery use. In general, alarms scheduled in the near future will not
297 * be deferred as long as alarms scheduled far in the future.
310 * continue to get the previous alarm behavior: all of their scheduled alarms
372 * {@link android.os.Handler}.</b> If there is already an alarm scheduled
508 * scheduled as exact. Applications are strongly discouraged from using exact
    [all...]
  /external/libchrome/base/timer/
timer.h 91 // Set the task runner on which the task should be scheduled. This method can
92 // only be called before any tasks have been scheduled. The task runner must
137 // Returns the task runner on which the task should be scheduled. If the
149 // Stop running task (if any) and abandon scheduled task (if any).
159 // The task runner on which the task should be scheduled. If it is null, the
194 // If true, user_task_ is scheduled to run sometime in the future.
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AutoclickController.java 241 * moving. The click is first scheduled when a mouse movement is detected, and then further
254 /** If active, time at which pending click is scheduled. */
304 * as well as the time at which click will be scheduled.
340 * clicks scheduled after this point (pending click tasks are not affected).
354 // If there already is a scheduled click at time before the updated time, just update
355 // scheduled time. The click will actually be rescheduled when pending callback is
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PhotosContentJob.java 91 Log.i("PhotosContentJob", "JOB SCHEDULED!");
94 // Check whether this job is currently scheduled.
109 // Cancel this job, if currently scheduled.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
task.py 38 A scheduled, repeating task that can be executed by any participating servers.
70 Determine how long until the next scheduled time for a Task.
71 Returns the number of seconds until the next scheduled time or zero
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 74 /// that are "live". These nodes must be scheduled before any other nodes that
75 /// modifies the registers can be scheduled.
153 // If all the node's successors are scheduled, this node is ready
154 // to be scheduled. Ignore the special EntrySU node.
169 // clobber the register is scheduled between the predecessor and
187 assert(CurCycle >= SU->getHeight() && "Node scheduled below its height!");
211 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
362 // Only copy scheduled successors. Cut them from old node's successor
386 /// scheduled successors of the given SUnit to the last copy.
399 // Only copy scheduled successors. Cut them from old node's successo
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java 63 * Stops the timer. No event can be scheduled after this method is called.
165 log("set: add event " + event + " scheduled on "
241 log(" " + event + ": scheduled at "
  /bootable/recovery/etc/
init.rc 66 # this in another action so that the load will be scheduled after the prior
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
TokenRequirement.java 35 * used by the scheduler to ensure tests are scheduled on the correct devices. Eg if the user is
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiEventScheduler.java 28 // Maintain a pool of scheduled events to reduce memory allocation.
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiEventScheduler.java 28 // Maintain a pool of scheduled events to reduce memory allocation.
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiEventScheduler.java 28 // Maintain a pool of scheduled events to reduce memory allocation.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 47 // Create an IntentSender that will launch our service, to be scheduled

Completed in 588 milliseconds

1 2 3 45 6 7 8 91011>>