Searched defs:q_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/skia/ext/
H A Drecursive_gaussian_convolution.h36 float q_; member in class:skia::RecursiveFilter
/external/valgrind/unittest/
H A Dthread_wrappers.h109 CHECK(q_.empty());
116 q_.push(item);
125 mu_.LockWhen(Condition(IsQueueNotEmpty, &q_));
145 std::queue<void*> q_; // protected by mu_ member in class:ProducerConsumerQueue
149 if (q_.empty())
151 *item_ptr = q_.front();
152 q_.pop();
H A Dracecheck_unittest.cc5940 q_.push(message);
5946 if (q_.empty()) return 0;
5947 int res = q_.front();
5948 q_.pop();
5954 queue<int> q_; member in class:FifoMessageQueue
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc174 q_[q_front_] = block;
180 const QueueEntry& ret = q_[q_back_];
193 QueueEntry q_[kFreeQueueSize]; member in class:FreeQueue
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc176 q_[q_front_] = block;
182 const QueueEntry& ret = q_[q_back_];
195 QueueEntry q_[kFreeQueueSize]; member in class:FreeQueue
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h378 CHECK(q_.empty());
385 q_.push(item);
394 mu_.LockWhen(Condition(IsQueueNotEmpty, &q_));
414 std::queue<void*> q_; // protected by mu_ member in class:ProducerConsumerQueue
418 if (q_.empty())
420 *item_ptr = q_.front();
421 q_.pop();
H A Dtsan_unittest.cpp6578 q_.push(message);
6584 if (q_.empty()) return 0;
6585 int res = q_.front();
6586 q_.pop();
6592 queue<int> q_; member in class:FifoMessageQueue
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h237 uint16_t q_[16]; // quantizer steps member in struct:VP8Matrix
/external/webp/src/enc/
H A Dvp8enci.h237 uint16_t q_[16]; // quantizer steps member in struct:VP8Matrix

Completed in 367 milliseconds