/external/openfst/src/include/fst/script/ |
D | shortest-path.h | 71 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/ |
D | vktSparseResourcesBase.hpp | 52 struct Queue struct 54 vk::VkQueue queueHandle; 55 deUint32 queueFamilyIndex;
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample3-inl.h | 44 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/ |
D | sample3-inl.h | 44 class Queue; variable 50 friend class Queue<E>; variable 77 Queue() : head_(NULL), last_(NULL), size_(0) {} in Queue() function
|
/external/protobuf/gtest/samples/ |
D | sample3-inl.h | 44 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/ |
D | pdtscript.h | 223 typedef FifoQueue<StateId> Queue; in PdtShortestPath() typedef 230 typedef LifoQueue<StateId> Queue; in PdtShortestPath() typedef 237 typedef StateOrderQueue<StateId> Queue; in PdtShortestPath() typedef
|
D | shortest-path.h | 790 typedef FifoQueue<typename Arc::StateId> Queue; in ShortestPath() typedef
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | Queue.java | 28 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/ |
D | shortest-distance.h | 80 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts, in ShortestDistanceState() argument 247 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts) { in ShortestDistance() argument
|
D | shortest-path.h | 81 ShortestPathOptions<Arc, Queue, ArcFilter> &opts) { in SingleShortestPath() argument 415 ShortestPathOptions<Arc, Queue, ArcFilter> &opts) { in ShortestPath() argument
|
/external/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 43 std::vector<SUnit*> Queue; variable
|
D | ResourcePriorityQueue.h | 49 std::vector<SUnit*> Queue; variable
|
/external/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 69 CompSpillWeight> Queue; member in __anonfbbd63220211::RABasic
|
/external/v8/src/compiler/ |
D | liveness-analyzer.cc | 46 void LivenessAnalyzer::Queue(LivenessAnalyzerBlock* block) { in Queue() function in v8::internal::compiler::LivenessAnalyzer
|
D | loop-analysis.cc | 303 void Queue(Node* node) { in Queue() function in v8::internal::compiler::LoopFinderImpl
|
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 150 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/ |
D | CoreEngine.cpp | 73 std::deque<WorkListUnit> Queue; member in __anon9edb96f10111::BFS 110 std::deque<WorkListUnit> Queue; member in __anon9edb96f10211::BFSBlockDFSContents
|
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 690 QueueType Queue; in analyzeSolutionSpace() local 748 bool NewLine, unsigned *Count, QueueType *Queue) { in addNextStateToQueue()
|
/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 319 SmallVector<ModuleFile *, 4> Queue; in visit() local
|
/external/llvm/lib/Target/WebAssembly/ |
D | Relooper.cpp | 365 BlockSet Queue = Entries; in Calculate() local 462 BlockList Queue; in Calculate() local
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
D | queue.py | 29 class Queue(object): class
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 45 class Queue; variable 261 explicit Queue(VkQueue queue, int index) : Handle(queue) { in Queue() function
|
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 139 SmallVector<const CXXRecordDecl*, 8> Queue; in forallBases() local
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetUtils.py | 99 def Queue (jet, queueSeg): function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 49 SmallVector<SUnit *, 16> Queue; member
|