| /external/libcxx/include/support/win32/ |
| locale_win32.h | 41 friend bool operator==(const locale_t& __left, const locale_t& __right) { 42 return __left.__locale == __right.__locale; 45 friend bool operator==(const locale_t& __left, int __right) { 46 return __left.__locale == nullptr && __right == 0; 49 friend bool operator==(const locale_t& __left, std::nullptr_t) { 50 return __left.__locale == nullptr; 53 friend bool operator==(int __left, const locale_t& __right) { 54 return __left == 0 && nullptr == __right.__locale; 61 friend bool operator!=(const locale_t& __left, const locale_t& __right) { 62 return !(__left == __right) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
| losertree.h | 190 unsigned int __left = __init_winner(2 * __root); local 193 || (!_M_losers[__left]._M_sup 195 _M_losers[__left]._M_key))) 199 return __left; 204 _M_losers[__root] = _M_losers[__left]; 290 unsigned int __left = __init_winner(2 * __root); local 293 || (!_M_losers[__left]._M_sup 295 _M_losers[__left]._M_key))) 299 return __left; 304 _M_losers[__root] = _M_losers[__left]; 429 unsigned int __left = __init_winner(2 * __root); local 511 unsigned int __left = __init_winner(2 * __root); local 667 unsigned int __left = __init_winner(2 * __root); local 755 unsigned int __left = __init_winner(2 * __root); local 912 unsigned int __left = __init_winner(2 * __root); local 998 unsigned int __left = __init_winner(2 * __root); local [all...] |
| partition.h | 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local 117 __thread_left = __left + 1; 141 __fetch_and_add(&__left, __chunk_size); 199 __leftold = __left, 200 __leftnew = __left - __leftover_left * __chunk_size, 209 __reserved_left[(__left - (__thread_left_border + 1)) 280 __left = __leftnew; 282 __dist = __right - __left + 1; 285 # pragma omp flush(__left, __right) 288 _DifferenceType __final_left = __left, __final_right = __right [all...] |
| multiseq_selection.h | 109 * __left side will be chosen from sequences with smaller number.
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
| losertree.h | 190 unsigned int __left = __init_winner(2 * __root); local 193 || (!_M_losers[__left]._M_sup 195 _M_losers[__left]._M_key))) 199 return __left; 204 _M_losers[__root] = _M_losers[__left]; 290 unsigned int __left = __init_winner(2 * __root); local 293 || (!_M_losers[__left]._M_sup 295 _M_losers[__left]._M_key))) 299 return __left; 304 _M_losers[__root] = _M_losers[__left]; 429 unsigned int __left = __init_winner(2 * __root); local 511 unsigned int __left = __init_winner(2 * __root); local 667 unsigned int __left = __init_winner(2 * __root); local 755 unsigned int __left = __init_winner(2 * __root); local 912 unsigned int __left = __init_winner(2 * __root); local 998 unsigned int __left = __init_winner(2 * __root); local [all...] |
| partition.h | 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local 117 __thread_left = __left + 1; 141 __fetch_and_add(&__left, __chunk_size); 199 __leftold = __left, 200 __leftnew = __left - __leftover_left * __chunk_size, 209 __reserved_left[(__left - (__thread_left_border + 1)) 280 __left = __leftnew; 282 __dist = __right - __left + 1; 285 # pragma omp flush(__left, __right) 288 _DifferenceType __final_left = __left, __final_right = __right [all...] |
| multiseq_selection.h | 109 * __left side will be chosen from sequences with smaller number.
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
| ropeimpl.h | 155 _RopeRep* __left = __c->_M_left; local 156 size_t __left_len = __left->_M_size; 166 __curr_rope = __left; 493 _S_tree_concat(_RopeRep* __left, _RopeRep* __right) 495 _RopeConcatenation* __result = _S_new_RopeConcatenation(__left, __right, 496 __left-> 553 _RopeRep* __left = ((_RopeConcatenation*)__r)->_M_left; local 556 __left->_M_ref_nonnil(); 558 { __result = _S_tree_concat(__left, __nright); } 561 _S_unref(__left); 742 _RopeRep* __left = __c->_M_left; local 932 _RopeRep* __left = __conc->_M_left; local 1013 bool __left = bool(__o.flags() & std::ios::left); local 1083 _RopeRep* __left = __c->_M_left; local 1123 _RopeRep* __left = __c->_M_left; local 1332 _RopeRep* __left = __c->_M_left; local 1382 _RopeRep* __left = __c->_M_left; local [all...] |
| rope | 417 operator+(const rope<_CharT, _Alloc>& __left, 422 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 426 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
| ropeimpl.h | 155 _RopeRep* __left = __c->_M_left; local 156 size_t __left_len = __left->_M_size; 166 __curr_rope = __left; 493 _S_tree_concat(_RopeRep* __left, _RopeRep* __right) 495 _RopeConcatenation* __result = _S_new_RopeConcatenation(__left, __right, 496 __left-> 553 _RopeRep* __left = ((_RopeConcatenation*)__r)->_M_left; local 556 __left->_M_ref_nonnil(); 558 { __result = _S_tree_concat(__left, __nright); } 561 _S_unref(__left); 742 _RopeRep* __left = __c->_M_left; local 932 _RopeRep* __left = __conc->_M_left; local 1013 bool __left = bool(__o.flags() & std::ios::left); local 1083 _RopeRep* __left = __c->_M_left; local 1123 _RopeRep* __left = __c->_M_left; local 1332 _RopeRep* __left = __c->_M_left; local 1382 _RopeRep* __left = __c->_M_left; local [all...] |
| rope | 417 operator+(const rope<_CharT, _Alloc>& __left, 422 operator+(const rope<_CharT, _Alloc>& __left, const _CharT* __right); 426 operator+(const rope<_CharT, _Alloc>& __left, _CharT __right); [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
| sigset.h | 83 const sigset_t *__left = (left); \ 86 __dest->__val[__cnt] = (__left->__val[__cnt] \ 92 const sigset_t *__left = (left); \ 95 __dest->__val[__cnt] = (__left->__val[__cnt] \
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
| sigset.h | 83 const sigset_t *__left = (left); \ 86 __dest->__val[__cnt] = (__left->__val[__cnt] \ 92 const sigset_t *__left = (left); \ 95 __dest->__val[__cnt] = (__left->__val[__cnt] \
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| ostream_insert.h | 90 const bool __left = ((__out.flags() local 93 if (!__left) 97 if (__left && __out.good())
|
| basic_string.tcc | 421 bool __left; 424 else if ((__left = __s + __n2 <= _M_data() + __pos) 429 __left ? __off : (__off += __n2 - __n1); [all...] |
| stl_algo.h | 2606 _ForwardIterator __left = std::lower_bound(__first, __middle, local 2672 _ForwardIterator __left = std::lower_bound(__first, __middle, local [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| ostream_insert.h | 90 const bool __left = ((__out.flags() local 93 if (!__left) 97 if (__left && __out.good())
|
| basic_string.tcc | 421 bool __left; 424 else if ((__left = __s + __n2 <= _M_data() + __pos) 429 __left ? __off : (__off += __n2 - __n1); [all...] |
| stl_algo.h | 2606 _ForwardIterator __left = std::lower_bound(__first, __middle, local 2672 _ForwardIterator __left = std::lower_bound(__first, __middle, local [all...] |
| /external/libevent/WIN32-Code/ |
| tree.h | 205 struct type __node, *__left, *__right, *__tmp; \ 209 __left = __right = &__node; \ 231 SPLAY_LINKRIGHT(head, __left, field); \ 234 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 242 struct type __node, *__left, *__right, *__tmp; \ 245 __left = __right = &__node; \ 267 SPLAY_LINKRIGHT(head, __left, field); \ 270 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| signal.h | 242 extern int sigandset (sigset_t *__set, __const sigset_t *__left, 246 extern int sigorset (sigset_t *__set, __const sigset_t *__left,
|
| /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/build/intermediates/cmake/profiling/obj/armeabi/ |
| libnative-lib.so | |
| /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/build/intermediates/cmake/profiling/obj/armeabi-v7a/ |
| libnative-lib.so | |
| /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/build/intermediates/cmake/profiling/obj/mips/ |
| libnative-lib.so | |
| /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/build/intermediates/cmake/profiling/obj/x86/ |
| libnative-lib.so | |