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

1 2 3 4 56 7 8 91011>>

  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiEventScheduler.java 28 // Maintain a pool of scheduled events to reduce memory allocation.
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
MidiEventScheduler.java 28 // Maintain a pool of scheduled events to reduce memory allocation.
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
slice.py 53 """Thread (scheduled) time spent in this function less any thread time spent
  /external/glide/library/src/main/java/com/bumptech/glide/
DrawableOptions.java 44 * Scheduled to be removed in Glide 4.0.
  /external/libchrome/base/mac/
libdispatch_task_runner.h 32 // - Work scheduled via libdispatch runs at the same priority as and is
  /external/libchrome/base/message_loop/
message_pump_glib.h 65 // when another thread has scheduled us to do some work. There is a glib
message_pump.h 37 // calls to this function need to be scheduled.
115 // DoWork callback is already scheduled. This method may be called from any
  /external/libchrome/base/prefs/
persistent_pref_store.h 70 // isn't one scheduled already.
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/async/
AsyncExecutor.java 29 * {@link #dispose()} when no longer used, in which case the executor waits for running tasks to finish. Scheduled but not yet
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 117 /// The beginning of the range to be scheduled.
120 /// The end of the range to be scheduled.
220 /// list of instructions being scheduled to scheduling barrier. We want to
222 /// the terminator or are live-out are properly scheduled. This is
ScheduleHazardRecognizer.h 90 /// instruction to be scheduled cannot issue in the current cycle, either
97 /// instruction to be scheduled cannot issue in the current cycle, either
  /external/skia/src/gpu/batches/
GrDrawBatch.h 18 * and draws are determined and scheduled. They are issued in the draw phase. GrBatchToken is used
  /frameworks/base/core/java/com/android/internal/midi/
MidiEventScheduler.java 28 // Maintain a pool of scheduled events to reduce memory allocation.
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
BottomScrollView.java 79 // after the layout pass. This way a new layout pass will be scheduled if view
  /hardware/intel/common/wrs_omxil_core/utils/inc/
workqueue.h 63 /* remove all scheduled works matched with wi from workqueue list */
  /hardware/qcom/msm8996/original-kernel-headers/linux/
mdss_rotator.h 121 /* Which session ID is this request scheduled on */
  /packages/apps/Calendar/src/com/android/calendar/alerts/
InitAlarmsService.java 28 * Service for clearing all scheduled alerts from the CalendarAlerts table and
  /packages/apps/Launcher2/src/com/android/launcher2/
Alarm.java 25 // if we've scheduled a call to run() (ie called mHandler.postDelayed), this variable is true.
  /packages/apps/Launcher3/src/com/android/launcher3/
Alarm.java 25 // if we've scheduled a call to run() (ie called mHandler.postDelayed), this variable is true.
  /system/bt/osi/test/
alarm_test.cpp 372 // Test that only the expired timers are not scheduled
382 // Test that none of the timers are scheduled
427 // Test that all timers are still scheduled
436 // Test that none of the timers are scheduled
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/datapipeline/
test_layer1.py 103 while state != 'SCHEDULED' and attempts < 10:
108 self.fail("Pipeline did not become scheduled "
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/
test_connection.py 33 from boto.ec2.autoscale.scheduled import ScheduledUpdateGroupAction
74 # get scheduled actions
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/swf/
test_layer1_workflow_execution.py 129 # Run the worker to handle the scheduled activity task.
160 # Run the worker to handle the scheduled activity task.
  /external/libchrome/base/timer/
timer.cc 97 // Do not allow changing the task runner once something has been scheduled.
130 // We can use the existing scheduled task if it arrives before the new
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 183 // cannot easily be modeled as edges with latencies to be scheduled as
221 // We found an available, but not scheduled, predecessor. If it's the
405 // Do not waste time on a node that is already scheduled.
574 /// scheduled. If SU is not itself available, then there is at least one
575 /// predecessor node that has not been scheduled yet. If SU has exactly ONE
577 /// scheduled will make this node available, so it is better than some other
580 if (SU->isAvailable) return; // All preds scheduled.
586 // Okay, we found a single predecessor that is available, but not scheduled.

Completed in 2021 milliseconds

1 2 3 4 56 7 8 91011>>