/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
unique_copy.h | 83 _DifferenceType __begin, __end; local 92 __begin = __borders[0] + 1; // == 1 98 for (_IIter __iter = __first + __begin; __iter < __first + __end; 110 __begin = __borders[__iam]; //one part 113 for (_IIter __iter = __first + __begin; __iter < __first + __end; 139 __begin = __borders[__num_threads]; 142 for (_IIter __iter = __first + __begin; __iter < __first + __end; 161 for (_IIter __iter = __first + __begin; __iter < __first + __end;
|
balanced_quicksort.h | 92 * @param __begin Begin iterator of subsequence. 97 * @pre @c (__end-__begin)>=1 */ 100 __qsb_divide(_RAIter __begin, _RAIter __end, 110 __median_of_three_iterators(__begin, __begin + (__end - __begin) / 2, 115 _DifferenceType __n = __end - __begin; 117 _GLIBCXX_PARALLEL_ASSERT((!__comp(*__pivot_pos, *__begin) 118 && !__comp(*(__begin + __n / 2), 120 || (!__comp(*__pivot_pos, *__begin) 277 _RAIter __begin = __current.first, __end = __current.second; local [all...] |
random_shuffle.h | 226 _ValueType* __begin = local 233 __sequential_random_shuffle(__begin, __end, __rng); 234 std::copy(__begin, __end, __sd->_M_source + __global_offset 257 * @param __begin Begin iterator of sequence. 265 __parallel_random_shuffle_drs(_RAIter __begin, _RAIter __end, 334 __sequential_random_shuffle(__begin, __end, __derived_rng); 338 _DRandomShufflingGlobalData<_RAIter> __sd(__begin); 404 * @param __begin Begin iterator of sequence. 410 __sequential_random_shuffle(_RAIter __begin, _RAIter __end, 417 _DifferenceType __n = __end - __begin; [all...] |
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
p1.cpp | 62 A __begin; local 85 ++__begin; // expected-error {{use of undeclared identifier '__begin'}}
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
formatter.h | 131 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 230 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
formatter.h | 125 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 233 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
formatter.h | 125 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 233 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
formatter.h | 131 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 230 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
formatter.h | 131 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 230 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
formatter.h | 131 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 230 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
formatter.h | 131 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 230 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
formatter.h | 125 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 233 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
formatter.h | 131 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 239 _M_variant._M_iterator._M_state = __begin; 275 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
formatter.h | 125 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 233 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
formatter.h | 131 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 239 _M_variant._M_iterator._M_state = __begin; 275 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
formatter.h | 136 __begin, // dereferenceable, and at the beginning enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 244 _M_variant._M_iterator._M_state = __begin; 280 _M_variant._M_iterator._M_state = __begin;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_algo.h | 1821 _ForwardIterator __begin = std::__inplace_stable_partition(__first, local 1866 _ForwardIterator __begin = local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 1821 _ForwardIterator __begin = std::__inplace_stable_partition(__first, local 1866 _ForwardIterator __begin = local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 1821 _ForwardIterator __begin = std::__inplace_stable_partition(__first, local 1866 _ForwardIterator __begin = local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 1821 _ForwardIterator __begin = std::__inplace_stable_partition(__first, local 1866 _ForwardIterator __begin = local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_algo.h | 1821 _ForwardIterator __begin = std::__inplace_stable_partition(__first, local 1866 _ForwardIterator __begin = local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_algo.h | 1817 _ForwardIterator __begin = std::__inplace_stable_partition(__first, local 1862 _ForwardIterator __begin = local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_algo.h | 1817 _ForwardIterator __begin = std::__inplace_stable_partition(__first, local 1862 _ForwardIterator __begin = local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algo.h | 1817 _ForwardIterator __begin = std::__inplace_stable_partition(__first, local 1862 _ForwardIterator __begin = local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algo.h | 1817 _ForwardIterator __begin = std::__inplace_stable_partition(__first, local 1862 _ForwardIterator __begin = local [all...] |