Home
last modified time | relevance | path

Searched refs:queue_index (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/events/ozone/evdev/
Dtouch_event_converter_evdev_unittest.cc45 long queue_index);
104 long queue_index) { in ConfigureReadMock() argument
106 queue + queue_index, in ConfigureReadMock()
/external/chromium_org/base/debug/
Dtrace_event_impl.cc207 for (size_t queue_index = queue_head_; queue_index != queue_tail_; in CloneForIteration() local
208 queue_index = NextQueueIndex(queue_index)) { in CloneForIteration()
209 size_t chunk_index = recyclable_chunks_queue_[queue_index]; in CloneForIteration()