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

1 2

  /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/net/base/
sdch_dictionary_fetcher.cc 32 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) {
  /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/chrome/browser/sync_file_system/
sync_process_runner.cc 58 void SyncProcessRunner::Schedule() {
90 Schedule();
105 Schedule();
126 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.
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...]
ScheduleDAGFast.cpp 84 void Schedule() override;
116 /// Schedule - Schedule the DAG using list scheduling.
117 void ScheduleDAGFast::Schedule() {
180 /// ScheduleNodeBottomUp - Add the node to the schedule. Decrement the pending
468 /// If the specific node is the last one that's available to schedule, do
542 // priority. If it is not ready put it back. Schedule the node.
650 void Schedule() override;
684 // Schedule glue operand right above N.
718 void ScheduleDAGLinearize::Schedule() {
    [all...]
ScheduleDAGRRList.cpp 12 // queue of available nodes to schedule. One at a time, nodes are taken from
14 // schedule, and emitted if legal.
182 void Schedule() override;
320 /// Schedule - Schedule the DAG using list scheduling.
321 void ScheduleDAGRRList::Schedule() {
354 dbgs() << "*** Final schedule ***\n";
704 /// ScheduleNodeBottomUp - Add the node to the schedule. Decrement the pending
804 /// UnscheduleNodeBottomUp - Remove the node from the schedule, update its and
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_store.cc 158 Schedule(&PasswordStore::GetAutofillableLoginsImpl, consumer);
162 Schedule(&PasswordStore::GetBlacklistLoginsImpl, consumer);
228 void PasswordStore::Schedule(
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
env.h 124 virtual void Schedule(
309 void Schedule(void (*f)(void*), void* a) {
310 return target_->Schedule(f, a);
  /external/chromium_org/chrome/browser/history/
history_service.h 619 // Called by the HistoryURLProvider class to schedule an autocomplete, it
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 43 void Schedule(int64) {
659 .WillOnce(Invoke(service, &MockClientSideDetectionService::Schedule));
675 .WillOnce(Invoke(service, &MockClientSideDetectionService::Schedule));
696 .WillOnce(Invoke(service, &MockClientSideDetectionService::Schedule));
  /external/chromium_org/components/invalidation/
sync_system_resources.cc 96 void SyncInvalidationScheduler::Schedule(invalidation::TimeDelta delay,
234 scheduler_->Schedule(
  /external/chromium_org/media/cast/test/utility/
udp_proxy.cc 63 Schedule();
69 void Schedule() {
86 Schedule();
190 Schedule();
223 void Schedule() {
245 Schedule();
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 777 void ChromiumEnv::Schedule(void (*function)(void*), void* arg) {
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 452 virtual void Schedule(void (*function)(void*), void* arg);
518 // Entry per Schedule() call
532 void PosixEnv::Schedule(void (*function)(void*), void* arg) {
  /external/chromium_org/net/dns/
host_resolver_impl.cc     [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.cc 148 void Schedule();
182 void AppCacheStorageImpl::DatabaseTask::Schedule() {
642 Schedule();
661 Schedule();
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 642 milliseconds

1 2