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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 34 __locale_raii __current( uselocale(loc), uselocale );
40 __locale_raii __current( uselocale(loc), uselocale );
46 __locale_raii __current( uselocale(loc), uselocale );
52 __locale_raii __current( uselocale(loc), uselocale );
58 __locale_raii __current( uselocale(loc), uselocale );
64 __locale_raii __current( uselocale(loc), uselocale );
70 __locale_raii __current( uselocale(loc), uselocale );
75 __locale_raii __current( uselocale(loc), uselocale );
80 __locale_raii __current( uselocale(loc), uselocale );
94 __locale_raii __current( uselocale(loc), uselocale )
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
checkers.h 56 _IIter __current(__begin), __recent(__begin);
59 for (__current++; __current != __end; __current++)
61 if (__comp(*__current, *__recent))
65 __recent = __current;
balanced_quicksort.h 267 _Piece __current = __tl._M_initial; local
276 // Invariant: __current must be a valid (maybe empty) range.
277 _RAIter __begin = __current.first, __end = __current.second;
342 //__current.first = __begin; //already set anyway
343 __current.second = __split_pos1;
353 __current.first = __split_pos2;
354 //__current.second = __end; //already set anyway
367 if (__tl._M_leftover_parts.pop_front(__current))
394 && __tls[__victim]->_M_leftover_parts.pop_back(__current);
    [all...]
for_each_selectors.h 239 * @param __current iterator referencing object.
243 operator()(_Op __mult, _It __current)
246 = __current - __begin1_iterator;
247 return __mult(*__current, *(__begin2_iterator + __position));
workstealing.h 198 _RAIter __current; local
227 __current = __begin + __current_job;
231 __result = __r(__result, __f(__op, __current));
list_partition.h 146 // Calculation of the parts (one must be extracted from __current
  /external/stlport/stlport/stl/
_iterator_old.h 163 _RandomAccessIterator __current; member in class:reverse_iterator
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; }
181 _Reference operator*() const { return *(__current - (difference_type)1); }
186 --__current;
191 --__current;
195 ++__current;
200 ++__current;
    [all...]
_algobase.c 256 _ForwardIter1 __current = __first1; local
257 if (++__current == __last1) return __last1;
259 while (__pred(*__current, *__p)) {
262 if (++__current == __last1)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 163 _RandomAccessIterator __current; member in class:reverse_iterator
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; }
181 _Reference operator*() const { return *(__current - (difference_type)1); }
186 --__current;
191 --__current;
195 ++__current;
200 ++__current;
    [all...]
_algobase.c 256 _ForwardIter1 __current = __first1; local
257 if (++__current == __last1) return __last1;
259 while (__pred(*__current, *__p)) {
262 if (++__current == __last1)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 163 _RandomAccessIterator __current; member in class:reverse_iterator
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; }
181 _Reference operator*() const { return *(__current - (difference_type)1); }
186 --__current;
191 --__current;
195 ++__current;
200 ++__current;
    [all...]
_algobase.c 256 _ForwardIter1 __current = __first1; local
257 if (++__current == __last1) return __last1;
259 while (__pred(*__current, *__p)) {
262 if (++__current == __last1)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 163 _RandomAccessIterator __current; member in class:reverse_iterator
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; }
181 _Reference operator*() const { return *(__current - (difference_type)1); }
186 --__current;
191 --__current;
195 ++__current;
200 ++__current;
    [all...]
_algobase.c 256 _ForwardIter1 __current = __first1; local
257 if (++__current == __last1) return __last1;
259 while (__pred(*__current, *__p)) {
262 if (++__current == __last1)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 163 _RandomAccessIterator __current; member in class:reverse_iterator
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; }
181 _Reference operator*() const { return *(__current - (difference_type)1); }
186 --__current;
191 --__current;
195 ++__current;
200 ++__current;
    [all...]
_algobase.c 256 _ForwardIter1 __current = __first1; local
257 if (++__current == __last1) return __last1;
259 while (__pred(*__current, *__p)) {
262 if (++__current == __last1)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 163 _RandomAccessIterator __current; member in class:reverse_iterator
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; }
181 _Reference operator*() const { return *(__current - (difference_type)1); }
186 --__current;
191 --__current;
195 ++__current;
200 ++__current;
    [all...]
_algobase.c 256 _ForwardIter1 __current = __first1; local
257 if (++__current == __last1) return __last1;
259 while (__pred(*__current, *__p)) {
262 if (++__current == __last1)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iterator_old.h 163 _RandomAccessIterator __current; member in class:reverse_iterator
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; }
181 _Reference operator*() const { return *(__current - (difference_type)1); }
186 --__current;
191 --__current;
195 ++__current;
200 ++__current;
    [all...]
_algobase.c 256 _ForwardIter1 __current = __first1; local
257 if (++__current == __last1) return __last1;
259 while (__pred(*__current, *__p)) {
262 if (++__current == __last1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vtimes.h 65 extern int vtimes (struct vtimes * __current, struct vtimes * __child) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vtimes.h 65 extern int vtimes (struct vtimes * __current, struct vtimes * __child) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vtimes.h 65 extern int vtimes (struct vtimes * __current, struct vtimes * __child) __THROW;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 57 __locale_raii __current( uselocale(__l), uselocale );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
locale 240 __locale_raii __current(uselocale(__l), uselocale);
251 __locale_raii __current(uselocale(__l), uselocale);
262 __locale_raii __current(uselocale(__l), uselocale);
274 __locale_raii __current(uselocale(__l), uselocale);
285 __locale_raii __current(uselocale(__l), uselocale);
297 __locale_raii __current(uselocale(__l), uselocale);
309 __locale_raii __current(uselocale(__l), uselocale);
320 __locale_raii __current(uselocale(__l), uselocale);
331 __locale_raii __current(uselocale(__l), uselocale);
342 __locale_raii __current(uselocale(__l), uselocale)
    [all...]

Completed in 771 milliseconds

1 2