Home
last modified time | relevance | path

Searched defs:Queue (Results 1 – 25 of 46) sorted by relevance

12

/external/openfst/src/include/fst/script/
Dshortest-path.h71 typedef AutoQueue<StateId> Queue; in ShortestPath() typedef
83 typedef FifoQueue<StateId> Queue; in ShortestPath() typedef
95 typedef LifoQueue<StateId> Queue; in ShortestPath() typedef
107 typedef NaturalShortestFirstQueue<StateId, Weight> Queue; in ShortestPath() typedef
119 typedef StateOrderQueue<StateId> Queue; in ShortestPath() typedef
131 typedef TopOrderQueue<StateId> Queue; in ShortestPath() typedef
/external/protobuf/gtest/samples/
Dsample3-inl.h44 class Queue; variable
50 friend class Queue<E>; variable
78 Queue() : head_(NULL), last_(NULL), size_(0) {} in Queue() function
/external/chromium_org/testing/gtest/samples/
Dsample3-inl.h44 class Queue; variable
50 friend class Queue<E>; variable
77 Queue() : head_(NULL), last_(NULL), size_(0) {} in Queue() function
/external/openfst/src/include/fst/extensions/pdt/
Dpdtscript.h223 typedef FifoQueue<StateId> Queue; in PdtShortestPath() typedef
230 typedef LifoQueue<StateId> Queue; in PdtShortestPath() typedef
237 typedef StateOrderQueue<StateId> Queue; in PdtShortestPath() typedef
/external/chromium_org/media/base/
Ddecoder_buffer_queue.h58 typedef std::deque<scoped_refptr<DecoderBuffer> > Queue; typedef
Dserial_runner.cc42 SerialRunner::Queue::Queue() {} in Queue() function in media::SerialRunner::Queue
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dshortest-distance.h63 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts, in ShortestDistanceState() argument
202 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts) { in ShortestDistance() argument
Dshortest-path.h64 ShortestPathOptions<Arc, Queue, ArcFilter> &opts) { in SingleShortestPath() argument
230 ShortestPathOptions<Arc, Queue, ArcFilter> &opts) { in ShortestPath() argument
/external/openfst/src/include/fst/
Dshortest-distance.h80 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts, in ShortestDistanceState() argument
247 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts) { in ShortestDistance() argument
Dshortest-path.h81 ShortestPathOptions<Arc, Queue, ArcFilter> &opts) { in SingleShortestPath() argument
415 ShortestPathOptions<Arc, Queue, ArcFilter> &opts) { in ShortestPath() argument
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Dondemand_supply_task.cc55 void OndemandSupplyTask::Queue(const std::string& key) { in Queue() function in i18n::addressinput::OndemandSupplyTask
/external/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h43 std::vector<SUnit*> Queue; variable
DResourcePriorityQueue.h49 std::vector<SUnit*> Queue; variable
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
Dondemand_supply_task_test.cc68 void Queue(const std::string& key) { task_->Queue(key); } in Queue() function in __anon599d33660111::OndemandSupplyTaskTest
/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp70 CompSpillWeight> Queue; member in __anonb89651b80211::RABasic
/external/chromium_org/ui/file_manager/file_manager/common/js/
Dasync_util.js160 AsyncUtil.Queue = function() { class
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp150 PriorityQueue<BlockPair, QueueSorter, 20> Queue; member in __anon61d229b40111::FunctionDifferenceEngine
653 SmallVector<std::pair<Function*,Function*>, 20> Queue; in diff() local
/external/chromium_org/extensions/browser/
Dextension_host.cc105 typedef std::list<ExtensionHost*> Queue; typedef in extensions::ExtensionHost::ProcessCreationQueue
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp72 std::deque<WorkListUnit> Queue; member in __anon9e8839070111::BFS
109 std::deque<WorkListUnit> Queue; member in __anon9e8839070211::BFSBlockDFSContents
/external/clang/lib/Serialization/
DModuleManager.cpp262 SmallVector<ModuleFile *, 4> Queue; in visit() local
/external/chromium_org/chrome/browser/devtools/device/usb/
Dandroid_usb_device.cc375 void AndroidUsbDevice::Queue(scoped_refptr<AdbMessage> message) { in Queue() function in AndroidUsbDevice
/external/clang/lib/AST/
DCXXInheritance.cpp135 SmallVector<const CXXRecordDecl*, 8> Queue; in forallBases() local
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py99 def Queue (jet, queueSeg): function
/external/chromium_org/courgette/
Dadjustment_method_2.cc344 typedef std::set<ScoreAndLabel, OrderScoreAndLabelByScoreDecreasing> Queue; typedef in courgette::adjustment_method_2::AssignmentCandidates
791 typedef std::set<ScoreAndLabel, OrderScoreAndLabelByScoreDecreasing> Queue; typedef in courgette::adjustment_method_2::VariableQueue
/external/chromium_org/chrome/common/extensions/docs/server2/
Dappengine_wrappers.py299 class Queue(object): class in SynchronousTaskQueue

12