Home
last modified time | relevance | path

Searched refs:queue_type (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Djob_scheduler.cc718 const QueueType queue_type = GetJobQueueType(job_info.job_type); in QueueJob() local
719 queue_[queue_type]->Push(job_id, job_entry->context.type); in QueueJob()
727 GetQueueInfo(queue_type).c_str()); in QueueJob()
730 void JobScheduler::DoJobLoop(QueueType queue_type) { in DoJobLoop() argument
733 const int accepted_priority = GetCurrentAcceptedPriority(queue_type); in DoJobLoop()
738 queue_[queue_type]->GetQueuedJobs(USER_INITIATED, &jobs); in DoJobLoop()
753 queue_type), in DoJobLoop()
760 if (!queue_[queue_type]->PopForRun(accepted_priority, &job_id)) in DoJobLoop()
778 GetQueueInfo(queue_type).c_str()); in DoJobLoop()
781 int JobScheduler::GetCurrentAcceptedPriority(QueueType queue_type) { in GetCurrentAcceptedPriority() argument
[all …]
Djob_scheduler.h256 void DoJobLoop(QueueType queue_type);
260 int GetCurrentAcceptedPriority(QueueType queue_type);
/external/openfst/src/include/fst/script/
Dshortest-distance.h39 const QueueType queue_type; member
47 : queue_type(qt), arc_filter_type(aft), source(s), delta(d), in ShortestDistanceOptions()
169 switch (opts.queue_type) {
171 FSTERROR() << "Unknown queue type." << opts.queue_type;
Drmepsilon.h74 switch (opts.queue_type) { in RmEpsilonHelper()
125 FSTERROR() << "Unknown or unsupported queue type: " << opts.queue_type; in RmEpsilonHelper()
Dshortest-path.h69 switch (opts.queue_type) { in ShortestPath()
143 FSTERROR() << "Unknown queue type: " << opts.queue_type; in ShortestPath()
/external/openfst/src/include/fst/extensions/pdt/
Dpdtscript.h188 QueueType queue_type; member
194 : queue_type(qt), keep_parentheses(kp), path_gc(gc) {} in queue_type() function
219 switch (opts.queue_type) { in PdtShortestPath()
221 FSTERROR() << "Unknown queue type: " << opts.queue_type; in PdtShortestPath()
/external/openfst/src/extensions/pdt/
Dpdtshortestpath.cc28 DEFINE_string(queue_type, "fifo", "Queue type: one of: "
/external/openfst/src/bin/
Dfstshortestdistance.cc32 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
Dfstrmepsilon.cc30 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
Dfstshortestpath.cc29 DEFINE_string(queue_type, "auto", "Queue type: one of \"auto\", "
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dqueue.h648 vector<QueueType> *queue_type, in SccQueueType() argument
658 for (StateId i = 0; i < (StateId)queue_type->size(); ++i) in SccQueueType()
659 (*queue_type)[i] = TRIVIAL_QUEUE; in SccQueueType()
669 QueueType &type = (*queue_type)[scc[state]]; in SccQueueType()
/external/openfst/src/include/fst/
Dqueue.h690 vector<QueueType> *queue_type, in SccQueueType() argument
700 for (StateId i = 0; i < queue_type->size(); ++i) in SccQueueType()
701 (*queue_type)[i] = TRIVIAL_QUEUE; in SccQueueType()
711 QueueType &type = (*queue_type)[scc[state]]; in SccQueueType()