HomeSort by relevance Sort by last modified time
    Searched refs:queue (Results 451 - 475 of 2515) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/kernels/
reader_ops.cc 82 QueueInterface* queue; variable
84 GetResourceFromContext(context, "queue_handle", &queue));
85 core::ScopedUnref unref_me(queue);
95 reader->Read(queue, &key_scalar(), &value_scalar(), context);
108 QueueInterface* queue; variable
115 GetResourceFromContext(context, "queue_handle", &queue));
116 core::ScopedUnref unref_me(queue);
124 reader->ReadUpTo(num_records, queue, &keys_vec, &values_vec, context);
  /external/v8/src/compiler/
control-equivalence.cc 169 void ControlEquivalence::DetermineParticipationEnqueue(ZoneQueue<Node*>& queue,
173 queue.push(node);
179 ZoneQueue<Node*> queue(zone_);
180 DetermineParticipationEnqueue(queue, exit);
181 while (!queue.empty()) { // Breadth-first backwards traversal.
182 Node* node = queue.front();
183 queue.pop();
186 DetermineParticipationEnqueue(queue, node->InputAt(i));
  /external/v8/src/compiler-dispatcher/
optimizing-compile-dispatcher.h 8 #include <queue>
74 // Circular queue of incoming recompilation tasks (including OSR).
81 // Queue of recompilation tasks ready to be installed (excluding OSR).
82 std::queue<CompilationJob*> output_queue_;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_h264.h 14 #include <queue>
72 typedef std::queue<Packet> PacketQueue;
rtp_format_vp9.h 24 #include <queue>
68 typedef std::queue<PacketInfo> PacketInfoQueue;
71 // Calculates all packet sizes and loads info to packet queue.
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.h 15 #include <queue>
78 std::queue<ProcessTask*> queue_;
  /frameworks/base/media/java/android/media/session/
ISessionControllerCallback.aidl 35 void onQueueChanged(in ParceledListSlice queue);
  /frameworks/hardware/interfaces/sensorservice/1.0/
ISensorManager.hal 107 * Create a sensor event queue.
109 * Create a sensor event queue with an IEventQueueCallback object.
110 * Subsequently, one can enable sensors on the event queue so that sensor
114 * @return queue the event queue created. null on failure.
119 generates (IEventQueue queue, Result result);
  /frameworks/native/cmds/surfacereplayer/replayer/
BufferQueueScheduler.h 30 #include <queue>
76 std::queue<BufferEvent> mBufferEvents;
  /frameworks/native/services/sensorservice/hidl/
EventQueue.cpp 30 EventQueueLooperCallback(sp<::android::SensorEventQueue> queue,
32 : mQueue(queue), mCallback(callback) {
  /frameworks/native/vulkan/libvulkan/
api.h 51 inline DeviceData& GetData(VkQueue queue) {
52 return driver::GetData(queue).opaque_api_data;
  /hardware/interfaces/automotive/evs/1.0/vts/functional/
FrameHandler.h 20 #include <queue>
84 std::queue<BufferDesc> mHeldBuffers;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec_utils.h 42 #include <queue>
103 /// OMX SwVdec queue class
114 std::queue<OMX_SWVDEC_EVENT_INFO> m_queue; ///< queue
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DeferredTouchConsumer.java 82 public Choreographer getIntrimChoreographer(MotionEventQueue queue) {
83 mMyQueue = queue;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 26 #include <queue>
89 /// Blocking wait for all the threads to complete and the queue to be empty.
102 std::queue<PackagedTaskTy> Tasks;
104 /// Locking and signaling for accessing the Tasks queue.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ThreadPool.h 26 #include <queue>
67 /// Blocking wait for all the threads to complete and the queue to be empty.
80 std::queue<PackagedTaskTy> Tasks;
82 /// Locking and signaling for accessing the Tasks queue.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ThreadPool.h 26 #include <queue>
67 /// Blocking wait for all the threads to complete and the queue to be empty.
80 std::queue<PackagedTaskTy> Tasks;
82 /// Locking and signaling for accessing the Tasks queue.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ThreadPool.h 26 #include <queue>
67 /// Blocking wait for all the threads to complete and the queue to be empty.
80 std::queue<PackagedTaskTy> Tasks;
82 /// Locking and signaling for accessing the Tasks queue.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ThreadPool.h 26 #include <queue>
67 /// Blocking wait for all the threads to complete and the queue to be empty.
80 std::queue<PackagedTaskTy> Tasks;
82 /// Locking and signaling for accessing the Tasks queue.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ThreadPool.h 26 #include <queue>
67 /// Blocking wait for all the threads to complete and the queue to be empty.
80 std::queue<PackagedTaskTy> Tasks;
82 /// Locking and signaling for accessing the Tasks queue.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ThreadPool.h 26 #include <queue>
67 /// Blocking wait for all the threads to complete and the queue to be empty.
80 std::queue<PackagedTaskTy> Tasks;
82 /// Locking and signaling for accessing the Tasks queue.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 26 #include <queue>
89 /// Blocking wait for all the threads to complete and the queue to be empty.
102 std::queue<PackagedTaskTy> Tasks;
104 /// Locking and signaling for accessing the Tasks queue.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ThreadPool.h 26 #include <queue>
67 /// Blocking wait for all the threads to complete and the queue to be empty.
80 std::queue<PackagedTaskTy> Tasks;
82 /// Locking and signaling for accessing the Tasks queue.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ThreadPool.h 26 #include <queue>
67 /// Blocking wait for all the threads to complete and the queue to be empty.
80 std::queue<PackagedTaskTy> Tasks;
82 /// Locking and signaling for accessing the Tasks queue.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ThreadPool.h 26 #include <queue>
67 /// Blocking wait for all the threads to complete and the queue to be empty.
80 std::queue<PackagedTaskTy> Tasks;
82 /// Locking and signaling for accessing the Tasks queue.

Completed in 596 milliseconds

<<11121314151617181920>>