Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp40 struct Queue struct
42 vk::VkQueue queueHandle;
43 deUint32 queueFamilyIndex;
44 deUint32 queueIndex;
/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/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/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/v8/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/googletest/googletest/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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLatencyPriorityQueue.h43 std::vector<SUnit*> Queue; variable
/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 __anonb05628e00211::RABasic
/external/python/cpython2/Lib/multiprocessing/
D__init__.py213 def Queue(maxsize=0): function
Dqueues.py56 class Queue(object): class
/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp49 std::queue<T> Queue; member
/external/v8/src/compiler/
Dliveness-analyzer.cc49 void LivenessAnalyzer::Queue(LivenessAnalyzerBlock* block) { in Queue() function in v8::internal::compiler::LivenessAnalyzer
/external/python/cpython2/Lib/
DQueue.py21 class Queue: class
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDifferenceEngine.cpp152 PriorityQueue<BlockPair, QueueSorter, 20> Queue; member in __anon161d6e080111::FunctionDifferenceEngine
651 SmallVector<std::pair<Function*,Function*>, 20> Queue; in diff() local
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp149 PriorityQueue<BlockPair, QueueSorter, 20> Queue; member in __anon80c363dc0111::FunctionDifferenceEngine
656 SmallVector<std::pair<Function*,Function*>, 20> Queue; in diff() local
/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp20 class Queue : public std::queue<char> { class
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DNonBlockingThreadPool.h20 typedef RunQueue<Task, 1024> Queue; typedef
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp73 std::deque<WorkListUnit> Queue; member in __anon43bd222f0111::BFS
110 std::deque<WorkListUnit> Queue; member in __anon43bd222f0211::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/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocBasic.cpp95 CompSpillWeight> Queue; member in __anon01a28c8c0211::RABasic
/external/vulkan-validation-layers/tests/
Dvktestbinding.h37 class Queue; variable
224 explicit Queue(VkQueue queue, int index) : Handle(queue) { family_index_ = index; } in Queue() function
/external/clang/lib/AST/
DCXXInheritance.cpp139 SmallVector<const CXXRecordDecl*, 8> Queue; in forallBases() local

123