Home
last modified time | relevance | path

Searched defs:Queue (Results 1 – 25 of 42) 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/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp52 struct Queue struct
54 vk::VkQueue queueHandle;
55 deUint32 queueFamilyIndex;
/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/vulkan-validation-layers/tests/gtest-1.7.0/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/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/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/libgdx/gdx/src/com/badlogic/gdx/utils/
DQueue.java28 public class Queue<T> implements Iterable<T> { class
45 public Queue () { in Queue() method in Queue
50 public Queue (int initialSize) { in Queue() method in Queue
57 public Queue (int initialSize, Class<T> type) { in Queue() method in Queue
/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/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h43 std::vector<SUnit*> Queue; variable
DResourcePriorityQueue.h49 std::vector<SUnit*> Queue; variable
/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp69 CompSpillWeight> Queue; member in __anonfbbd63220211::RABasic
/external/v8/src/compiler/
Dliveness-analyzer.cc46 void LivenessAnalyzer::Queue(LivenessAnalyzerBlock* block) { in Queue() function in v8::internal::compiler::LivenessAnalyzer
Dloop-analysis.cc303 void Queue(Node* node) { in Queue() function in v8::internal::compiler::LoopFinderImpl
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp150 PriorityQueue<BlockPair, QueueSorter, 20> Queue; member in __anone57e3fde0111::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 __anon9edb96f10111::BFS
110 std::deque<WorkListUnit> Queue; member in __anon9edb96f10211::BFSBlockDFSContents
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp690 QueueType Queue; in analyzeSolutionSpace() local
748 bool NewLine, unsigned *Count, QueueType *Queue) { in addNextStateToQueue()
/external/clang/lib/Serialization/
DModuleManager.cpp319 SmallVector<ModuleFile *, 4> Queue; in visit() local
/external/llvm/lib/Target/WebAssembly/
DRelooper.cpp365 BlockSet Queue = Entries; in Calculate() local
462 BlockList Queue; in Calculate() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
Dqueue.py29 class Queue(object): class
/external/vulkan-validation-layers/tests/
Dvktestbinding.h45 class Queue; variable
261 explicit Queue(VkQueue queue, int index) : Handle(queue) { in Queue() function
/external/clang/lib/AST/
DCXXInheritance.cpp139 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

12