HomeSort by relevance Sort by last modified time
    Searched full:_queue (Results 1 - 25 of 34) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleObjectCache.java 21 private ReferenceQueue<V> _queue = new ReferenceQueue<V>(); field in class:LocaleObjectCache
47 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue);
66 while ((entry = (CacheEntry<K, V>)_queue.poll()) != null) {
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
LocaleObjectCache.java 17 private ReferenceQueue<V> _queue = new ReferenceQueue<V>(); field in class:LocaleObjectCache
43 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue);
62 while ((entry = (CacheEntry<K, V>)_queue.poll()) != null) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleObjectCache.java 17 private ReferenceQueue<V> _queue = new ReferenceQueue<V>(); field in class:LocaleObjectCache
43 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue);
62 while ((entry = (CacheEntry<K, V>)_queue.poll()) != null) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sched.py 42 self._queue = []
54 heapq.heappush(self._queue, event)
73 self._queue.remove(event)
74 heapq.heapify(self._queue)
78 return not self._queue
103 q = self._queue
130 # Use heapq to sort the queue rather than using 'sorted(self._queue)'.
133 events = self._queue[:]
  /external/python/cpython2/Lib/
sched.py 42 self._queue = []
54 heapq.heappush(self._queue, event)
73 self._queue.remove(event)
74 heapq.heapify(self._queue)
78 return not self._queue
103 q = self._queue
130 # Use heapq to sort the queue rather than using 'sorted(self._queue)'.
133 events = self._queue[:]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sched.py 42 self._queue = []
54 heapq.heappush(self._queue, event)
73 self._queue.remove(event)
74 heapq.heapify(self._queue)
78 return not self._queue
103 q = self._queue
130 # Use heapq to sort the queue rather than using 'sorted(self._queue)'.
133 events = self._queue[:]
  /prebuilts/gdb/linux-x86/lib/python2.7/
sched.py 42 self._queue = []
54 heapq.heappush(self._queue, event)
73 self._queue.remove(event)
74 heapq.heapify(self._queue)
78 return not self._queue
103 q = self._queue
130 # Use heapq to sort the queue rather than using 'sorted(self._queue)'.
133 events = self._queue[:]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sched.py 42 self._queue = []
54 heapq.heappush(self._queue, event)
73 self._queue.remove(event)
74 heapq.heapify(self._queue)
78 return not self._queue
103 q = self._queue
130 # Use heapq to sort the queue rather than using 'sorted(self._queue)'.
133 events = self._queue[:]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sched.py 42 self._queue = []
54 heapq.heappush(self._queue, event)
73 self._queue.remove(event)
74 heapq.heapify(self._queue)
78 return not self._queue
103 q = self._queue
130 # Use heapq to sort the queue rather than using 'sorted(self._queue)'.
133 events = self._queue[:]
  /external/libmojo/third_party/jinja2/
utils.py 304 self._queue = deque()
309 self._popleft = self._queue.popleft
310 self._pop = self._queue.pop
311 self._remove = self._queue.remove
313 self._append = self._queue.append
319 '_queue': self._queue
333 rv._queue = deque(self._queue)
362 self._queue.clear(
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
queue 36 # include <stl/_queue.h>
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
queue 36 # include <stl/_queue.h>
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
queue 36 # include <stl/_queue.h>
  /external/skia/tools/skpbench/
skpbench.py 91 self._queue = queue
98 self._queue.put(Message(Message.READLINE, line.decode('utf-8').rstrip()))
99 self._queue.put(Message(Message.EXIT))
147 self._queue = Queue()
175 self._monitor = SubprocessMonitor(self._queue, self._proc)
179 message = self._queue.get()
205 Timer(1, lambda: self._queue.put(Message(Message.POLL_HARDWARE)))
  /external/dhcpcd-6.8.2/
configure 707 cat <<EOF >_queue.c
716 if $XCC _queue.c -o _queue 2>&3; then
723 rm -f _queue.c _queue
728 cat <<EOF >_queue.c
737 if $XCC _queue.c -o _queue 2>&3; then
744 rm -f _queue.c _queue
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp 121 _queue(q), _command(command), _fence(NULL) {
153 return &_queue();
event.hpp 137 const intrusive_ref<command_queue> _queue; member in class:clover::hard_event
  /external/blktrace/doc/
blktrace.tex     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_wsi.c 349 VkQueue _queue,
352 ANV_FROM_HANDLE(anv_queue, queue, _queue);
377 anv_QueueSubmit(_queue, 0, NULL, swapchain->fences[0]);
  /external/mesa3d/src/amd/vulkan/
radv_wsi.c 342 VkQueue _queue,
345 RADV_FROM_HANDLE(radv_queue, queue, _queue);
radv_device.c 950 VkQueue _queue,
955 RADV_FROM_HANDLE(radv_queue, queue, _queue);
    [all...]
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k.h 120 #define AR5K_REG_READ_Q(ah, _reg, _queue) \
121 (ath5k_hw_reg_read(ah, _reg) & (1 << _queue)) \
123 #define AR5K_REG_WRITE_Q(ah, _reg, _queue) \
124 ath5k_hw_reg_write(ah, (1 << _queue), _reg)
126 #define AR5K_Q_ENABLE_BITS(_reg, _queue) do { \
127 _reg |= 1 << _queue; \
130 #define AR5K_Q_DISABLE_BITS(_reg, _queue) do { \
131 _reg &= ~(1 << _queue); \
    [all...]
  /external/autotest/site_utils/
gs_offloader_unittest.py     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastRecord.java 216 BroadcastRecord(BroadcastQueue _queue,
225 queue = _queue;
  /external/fio/engines/
libaio.c 27 * Basic ring buffer. 'head' is incremented in _queue(), and

Completed in 2514 milliseconds

1 2