Searched refs:queue_type (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | job_scheduler.cc | 718 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 …]
|
D | job_scheduler.h | 256 void DoJobLoop(QueueType queue_type); 260 int GetCurrentAcceptedPriority(QueueType queue_type);
|
/external/openfst/src/include/fst/script/ |
D | shortest-distance.h | 39 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;
|
D | rmepsilon.h | 74 switch (opts.queue_type) { in RmEpsilonHelper() 125 FSTERROR() << "Unknown or unsupported queue type: " << opts.queue_type; in RmEpsilonHelper()
|
D | shortest-path.h | 69 switch (opts.queue_type) { in ShortestPath() 143 FSTERROR() << "Unknown queue type: " << opts.queue_type; in ShortestPath()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | pdtscript.h | 188 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/ |
D | pdtshortestpath.cc | 28 DEFINE_string(queue_type, "fifo", "Queue type: one of: "
|
/external/openfst/src/bin/ |
D | fstshortestdistance.cc | 32 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
|
D | fstrmepsilon.cc | 30 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
|
D | fstshortestpath.cc | 29 DEFINE_string(queue_type, "auto", "Queue type: one of \"auto\", "
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | queue.h | 648 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/ |
D | queue.h | 690 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()
|