/external/openfst/src/extensions/pdt/ |
pdtshortestpath.cc | 28 DEFINE_string(queue_type, "fifo", "Queue type: one of: "
|
/external/openfst/src/include/fst/script/ |
shortest-distance.h | 39 const QueueType queue_type; member in struct:fst::script::ShortestDistanceOptions 47 : queue_type(qt), arc_filter_type(aft), source(s), delta(d), 168 // Must consider (opts.queue_type x opts.filter_type) options 169 switch (opts.queue_type) { 171 FSTERROR() << "Unknown queue type." << opts.queue_type;
|
rmepsilon.h | 74 switch (opts.queue_type) { 125 FSTERROR() << "Unknown or unsupported queue type: " << opts.queue_type;
|
shortest-path.h | 69 switch (opts.queue_type) { 143 FSTERROR() << "Unknown queue type: " << opts.queue_type;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_scheduler.cc | 784 QueueType queue_type = GetJobQueueType(job_info.job_type); local 785 queue_[queue_type]->Push(job_id, job_entry->context.type); 793 GetQueueInfo(queue_type).c_str()); 796 void JobScheduler::DoJobLoop(QueueType queue_type) { 799 const int accepted_priority = GetCurrentAcceptedPriority(queue_type); 804 queue_[queue_type]->GetQueuedJobs(USER_INITIATED, &jobs); 819 queue_type), 826 if (!queue_[queue_type]->PopForRun(accepted_priority, &job_id)) 844 GetQueueInfo(queue_type).c_str()); 847 int JobScheduler::GetCurrentAcceptedPriority(QueueType queue_type) { 893 QueueType queue_type = GetJobQueueType(job_info->job_type); local 1146 const QueueType queue_type = GetJobQueueType(job->job_info.job_type); local [all...] |
job_scheduler.h | 261 void DoJobLoop(QueueType queue_type); 264 // currently allowed to start for the |queue_type|. 265 int GetCurrentAcceptedPriority(QueueType queue_type);
|
/external/openfst/src/bin/ |
fstrmepsilon.cc | 30 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
|
fstshortestdistance.cc | 32 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
|
fstshortestpath.cc | 29 DEFINE_string(queue_type, "auto", "Queue type: one of \"auto\", "
|
/external/openfst/src/include/fst/extensions/pdt/ |
pdtscript.h | 188 QueueType queue_type; member in struct:fst::script::PdtShortestPathOptions 194 : queue_type(qt), keep_parentheses(kp), path_gc(gc) {} 219 switch (opts.queue_type) { 221 FSTERROR() << "Unknown queue type: " << opts.queue_type;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
queue.h | 648 vector<QueueType> *queue_type, 658 for (StateId i = 0; i < (StateId)queue_type->size(); ++i) 659 (*queue_type)[i] = TRIVIAL_QUEUE; 669 QueueType &type = (*queue_type)[scc[state]];
|
/external/openfst/src/include/fst/ |
queue.h | 690 vector<QueueType> *queue_type, 700 for (StateId i = 0; i < queue_type->size(); ++i) 701 (*queue_type)[i] = TRIVIAL_QUEUE; 711 QueueType &type = (*queue_type)[scc[state]];
|