Home
last modified time | relevance | path

Searched defs:Queue (Results 1 – 25 of 36) 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/google-breakpad/src/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
Dshortest-path.h790 typedef FifoQueue<typename Arc::StateId> Queue; in ShortestPath() typedef
/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
Dqueue.h443 typedef Q Queue; typedef
/external/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h43 std::vector<SUnit*> Queue; variable
DResourcePriorityQueue.h49 std::vector<SUnit*> Queue; variable
DMachineScheduler.h477 std::vector<SUnit*> Queue; variable
/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp69 CompSpillWeight> Queue; member in __anonb01a2fe10211::RABasic
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp563 QueueType Queue; in analyzeSolutionSpace() local
655 QueueType *Queue) { in addNextStateToQueue()
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp150 PriorityQueue<BlockPair, QueueSorter, 20> Queue; member in __anon551b5fbd0111::FunctionDifferenceEngine
653 SmallVector<std::pair<Function*,Function*>, 20> Queue; in diff() local
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp73 std::deque<WorkListUnit> Queue; member in __anond6d29e700111::BFS
110 std::deque<WorkListUnit> Queue; member in __anond6d29e700211::BFSBlockDFSContents
/external/clang/lib/Serialization/
DModuleManager.cpp304 SmallVector<ModuleFile *, 4> Queue; in visit() local
/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/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp49 SmallVector<SUnit *, 16> Queue; member
/external/v8/src/arm64/
Dmacro-assembler-arm64.h649 void Queue(const CPURegister& rt) { in Queue() function
/external/v8/src/compiler/
Dscheduler.cc78 void Queue(Node* node) { in Queue() function in v8::internal::compiler::CFGBuilder
/external/clang/lib/Analysis/
DUninitializedValues.cpp579 SmallVector<const CFGBlock*, 32> Queue; in getUninitUse() local
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp664 std::deque<ast_type_traits::DynTypedNode> Queue(Parents.begin(), in memoizedMatchesAncestorOfRecursively() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp311 SmallVector<const Metadata *, 16> Queue(MD.begin(), MD.end()); in CloneAliasScopeMetadata() local
/external/clang/include/clang/AST/
DDataRecursiveASTVisitor.h474 StmtsTy Queue, StmtsToEnqueue; in TraverseStmt() local

12