HomeSort by relevance Sort by last modified time
    Searched defs:queue (Results 76 - 100 of 530) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_queue.h 59 class queue class in inherits:__stlport_class
62 : public __stlport_class<queue<_Tp> >
64 : public __stlport_class<queue<_Tp, _Sequence> >
70 typedef queue<_Tp> _Self;
72 typedef queue<_Tp, _Sequence> _Self;
86 queue() : c() {} function in class:queue
87 explicit queue(const _Sequence& __c) : c(__c) {} function in class:queue
90 queue(__move_source<_Self> src) function in class:queue
122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_queue.h 0 // Queue implementation -*- C++ -*-
55 * Do not attempt to use it directly. @headername{queue}
80 * wrapper is what enforces strict first-in-first-out %queue behavior.
89 * @c pop, which are standard %queue/FIFO operations.
92 class queue class
103 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
107 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
133 queue(const _Sequence& __c = _Sequence() function in class:queue
137 queue(const _Sequence& __c) function in class:queue
141 queue(_Sequence&& __c = _Sequence()) function in class:queue
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-dump.h 29 /* Flags used with queue functions. */
43 /* A dump_queue is a link in the queue of things to be dumped. */
49 /* The next node in the queue. */
68 /* The first node in the queue of nodes to be written out. */
69 dump_queue_p queue; member in struct:dump_info
70 /* The last node in the queue. */
72 /* Free queue nodes. */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_adsp.h 21 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_adsp.h 21 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 0 // Queue implementation -*- C++ -*-
77 * wrapper is what enforces strict first-in-first-out %queue behavior.
86 * @c pop, which are standard %queue/FIFO operations.
89 class queue class
100 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
104 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
130 queue(const _Sequence& __c = _Sequence()) function in class:queue
134 queue(const _Sequence& __c function in class:queue
138 queue(_Sequence&& __c = _Sequence()) function in class:queue
141 queue(queue&& __q) function in class:queue
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_queue.h 59 class queue class in inherits:__stlport_class
62 : public __stlport_class<queue<_Tp> >
64 : public __stlport_class<queue<_Tp, _Sequence> >
70 typedef queue<_Tp> _Self;
72 typedef queue<_Tp, _Sequence> _Self;
86 queue() : c() {} function in class:queue
87 explicit queue(const _Sequence& __c) : c(__c) {} function in class:queue
90 queue(__move_source<_Self> src) function in class:queue
122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 0 // Queue implementation -*- C++ -*-
77 * wrapper is what enforces strict first-in-first-out %queue behavior.
86 * @c pop, which are standard %queue/FIFO operations.
89 class queue class
100 operator==(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
104 operator<(const queue<_Tp1, _Seq1>&, const queue<_Tp1, _Seq1>&);
130 queue(const _Sequence& __c = _Sequence()) function in class:queue
134 queue(const _Sequence& __c function in class:queue
138 queue(_Sequence&& __c = _Sequence()) function in class:queue
141 queue(queue&& __q) function in class:queue
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_queue.h 59 class queue class in inherits:__stlport_class
62 : public __stlport_class<queue<_Tp> >
64 : public __stlport_class<queue<_Tp, _Sequence> >
70 typedef queue<_Tp> _Self;
72 typedef queue<_Tp, _Sequence> _Self;
86 queue() : c() {} function in class:queue
87 explicit queue(const _Sequence& __c) : c(__c) {} function in class:queue
90 queue(__move_source<_Self> src) function in class:queue
122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
msm_adsp.h 22 uint16_t queue; member in struct:adsp_command_t

Completed in 2413 milliseconds

1 2 34 5 6 7 8 91011>>