Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_handle.h84 struct Queue { struct
85 constexpr explicit Queue(absl::ConstInitType) in Queue() argument
111 ABSL_CONST_INIT static Queue global_queue_; argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp42 struct Queue struct
44 vk::VkQueue queueHandle;
45 deUint32 queueFamilyIndex;
46 deUint32 queueIndex;
/third_party/ffmpeg/libavfilter/dnn/
Dqueue.c34 struct Queue { struct
35 QueueEntry *head; argument
36 QueueEntry *tail; argument
48 Queue* ff_queue_create(void) in ff_queue_create() argument
Dqueue.h25 typedef struct Queue Queue; typedef
/third_party/googletest/googletest/samples/
Dsample3-inl.h42 class Queue; variable
48 friend class Queue<E>; variable
76 Queue() : head_(nullptr), last_(nullptr), size_(0) {} in Queue() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmappable_leaf_op.h48 class Queue; variable
Dmnist_op.h41 class Queue; variable
Dalbum_op.h45 class Queue; variable
Dtf_reader_op.h46 class Queue; variable
Dimage_folder_op.h49 class Queue; variable
Dvoc_op.h45 class Queue; variable
Dnonmappable_leaf_op.h36 class Queue; variable
Dmindrecord_op.h45 class Queue; variable
/third_party/python/Doc/library/
Dasyncio-queue.rst23 Queue chapter
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DQueueGL.cpp22 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::opengl::Queue
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DQueueD3D12.cpp22 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::d3d12::Queue
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DQueueD3D12.cpp29 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::d3d12::Queue
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DQueueVk.cpp22 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::vulkan::Queue
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DQueueVk.cpp35 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::vulkan::Queue
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp100 struct Queue in iterate() struct
102 VkQueue queue; in iterate()
103 deUint32 queueFamilyIndex; in iterate()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_Queue.js23 const QueueClass = class Queue { class
/third_party/mindspore/mindspore/lite/minddata/wrapper/
Dalbum_op_android.h39 class Queue; variable
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dqueue.js9 function Queue(capacity) { class
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DQueueGL.cpp26 Queue::Queue(Device* device) : QueueBase(device) { in Queue() function in dawn_native::opengl::Queue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h43 std::vector<SUnit*> Queue; variable

1234