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

  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.cc 24 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) {
  /external/chromium/chrome/browser/password_manager/
password_store.cc 69 return Schedule(&PasswordStore::GetLoginsImpl, consumer, form);
74 return Schedule(&PasswordStore::GetAutofillableLoginsImpl, consumer);
79 return Schedule(&PasswordStore::GetBlacklistLoginsImpl, consumer);
111 CancelableRequestProvider::Handle PasswordStore::Schedule(
122 CancelableRequestProvider::Handle PasswordStore::Schedule(
  /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.
83 void Schedule();
93 /// Schedule - Schedule the DAG using list scheduling.
94 void ScheduleDAGVLIW::Schedule() {
148 /// scheduleNodeTopDown - Add the node to the schedule. Decrement the pending
182 // priority. If it is not ready put it back. Schedule the node.
235 // If we found a node to schedule, do it now
    [all...]
ScheduleDAGFast.cpp 78 void Schedule();
110 /// Schedule - Schedule the DAG using list scheduling.
111 void ScheduleDAGFast::Schedule() {
174 /// ScheduleNodeBottomUp - Add the node to the schedule. Decrement the pending
457 /// If the specific node is the last one that's available to schedule, do
531 // priority. If it is not ready put it back. Schedule the node.
ScheduleDAGRRList.cpp 12 // queue of available nodes to schedule. One at a time, nodes are taken from
14 // schedule, and emitted if legal.
173 void Schedule();
300 /// Schedule - Schedule the DAG using list scheduling.
301 void ScheduleDAGRRList::Schedule() {
333 dbgs() << "*** Final schedule ***\n";
683 /// ScheduleNodeBottomUp - Add the node to the schedule. Decrement the pending
781 /// UnscheduleNodeBottomUp - Remove the node from the schedule, update its and
879 /// BTCycle in order to schedule a specific node
    [all...]
  /external/chromium/chrome/browser/history/
history.h 615 // Called by the HistoryURLProvider class to schedule an autocomplete, it
686 // Call to schedule a given task for running on the history thread with the
690 // Schedule ------------------------------------------------------------------
697 Handle Schedule(SchedulePriority priority,
712 Handle Schedule(SchedulePriority priority,
    [all...]
  /external/v8/src/
debug.cc     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 114 milliseconds