HomeSort by relevance Sort by last modified time
    Searched defs:Schedule (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/cc/base/
unique_notifier.cc 25 void UniqueNotifier::Schedule() {
delayed_unique_notifier.cc 28 void DelayedUniqueNotifier::Schedule() {
55 // If next notifiaction time is not valid, then this schedule was canceled.
73 // Note the order here is important since closure might schedule another run.
  /external/chromium_org/media/filters/
video_frame_scheduler_impl_unittest.cc 36 void Schedule(const scoped_refptr<VideoFrame>& frame, int64 target_ms) {
70 Schedule(frame, 0);
80 Schedule(frame, 10);
97 Schedule(dropped, 10);
98 Schedule(displayed, 20);
111 Schedule(frame, 10);
126 Schedule(dropped, 10);
127 Schedule(displayed, 20);
141 Schedule(frame, 10);
  /external/chromium_org/net/base/
sdch_dictionary_fetcher.cc 43 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) {
65 // and Schedule() is only called from user code, so this call to DoLoop()
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 11 // The basic approach uses a priority queue of available nodes to schedule.
13 // order), checked for legality to schedule, and emitted if legal.
15 // Nodes may not be legal to schedule either due to structural hazards (e.g.
85 void Schedule() override;
95 /// Schedule - Schedule the DAG using list scheduling.
96 void ScheduleDAGVLIW::Schedule() {
152 /// scheduleNodeTopDown - Add the node to the schedule. Decrement the pending
186 // priority. If it is not ready put it back. Schedule the node.
239 // If we found a node to schedule, do it now
    [all...]