/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 555 _ForwardIterator1 __result = __last1; local 561 return __result; 564 __result = __new_result; 584 _ForwardIterator1 __result = __last1; local 591 return __result; 594 __result = __new_result; 631 _BidirectionalIterator1 __result = __rresult.base(); local 632 std::advance(__result, -std::distance(__first2, __last2)); 633 return __result; 666 _BidirectionalIterator1 __result = __rresult.base() local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 555 _ForwardIterator1 __result = __last1; local 561 return __result; 564 __result = __new_result; 584 _ForwardIterator1 __result = __last1; local 591 return __result; 594 __result = __new_result; 631 _BidirectionalIterator1 __result = __rresult.base(); local 632 std::advance(__result, -std::distance(__first2, __last2)); 633 return __result; 666 _BidirectionalIterator1 __result = __rresult.base() local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 555 _ForwardIterator1 __result = __last1; local 561 return __result; 564 __result = __new_result; 584 _ForwardIterator1 __result = __last1; local 591 return __result; 594 __result = __new_result; 631 _BidirectionalIterator1 __result = __rresult.base(); local 632 std::advance(__result, -std::distance(__first2, __last2)); 633 return __result; 666 _BidirectionalIterator1 __result = __rresult.base() local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_algo.h | 555 _ForwardIterator1 __result = __last1; local 561 return __result; 564 __result = __new_result; 584 _ForwardIterator1 __result = __last1; local 591 return __result; 594 __result = __new_result; 631 _BidirectionalIterator1 __result = __rresult.base(); local 632 std::advance(__result, -std::distance(__first2, __last2)); 633 return __result; 666 _BidirectionalIterator1 __result = __rresult.base() local [all...] |
/external/stlport/stlport/stl/ |
_string_operators.h | 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); local 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 39 __result.append(__s); 40 __result.append(__y); 41 return __result; 53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator()); local 55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator()); 57 __result.append(__s, __s + __n); 58 __result.append(__y); 59 return __result; 69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator()); local 87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator()); local 103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator()); local [all...] |
_threads.h | 513 __stl_atomic_t __result = *__p; 516 return __result; 522 __stl_atomic_t __result = *__p; 524 return __result; 539 void *__result = *__p; 542 return __result; 548 void *__result = *__p; 550 return __result; 576 __stl_atomic_t __result = *__p; 579 return __result; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_operators.h | 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); local 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 39 __result.append(__s); 40 __result.append(__y); 41 return __result; 53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator()); local 55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator()); 57 __result.append(__s, __s + __n); 58 __result.append(__y); 59 return __result; 69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator()); local 87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator()); local 103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator()); local [all...] |
_threads.h | 513 __stl_atomic_t __result = *__p; 516 return __result; 522 __stl_atomic_t __result = *__p; 524 return __result; 539 void *__result = *__p; 542 return __result; 548 void *__result = *__p; 550 return __result; 576 __stl_atomic_t __result = *__p; 579 return __result; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_algos.h | 106 _ForwardIterator __result = __first; 111 *__result = *__first; 112 ++__result; 114 return __result;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_algos.h | 106 _ForwardIterator __result = __first; 111 *__result = *__first; 112 ++__result; 114 return __result;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_operators.h | 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); local 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 39 __result.append(__s); 40 __result.append(__y); 41 return __result; 53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator()); local 55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator()); 57 __result.append(__s, __s + __n); 58 __result.append(__y); 59 return __result; 69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator()); local 87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator()); local 103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator()); local [all...] |
_threads.h | 513 __stl_atomic_t __result = *__p; 516 return __result; 522 __stl_atomic_t __result = *__p; 524 return __result; 539 void *__result = *__p; 542 return __result; 548 void *__result = *__p; 550 return __result; 576 __stl_atomic_t __result = *__p; 579 return __result; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_operators.h | 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); local 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 39 __result.append(__s); 40 __result.append(__y); 41 return __result; 53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator()); local 55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator()); 57 __result.append(__s, __s + __n); 58 __result.append(__y); 59 return __result; 69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator()); local 87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator()); local 103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator()); local [all...] |
_threads.h | 513 __stl_atomic_t __result = *__p; 516 return __result; 522 __stl_atomic_t __result = *__p; 524 return __result; 539 void *__result = *__p; 542 return __result; 548 void *__result = *__p; 550 return __result; 576 __stl_atomic_t __result = *__p; 579 return __result; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_operators.h | 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); local 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 39 __result.append(__s); 40 __result.append(__y); 41 return __result; 53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator()); local 55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator()); 57 __result.append(__s, __s + __n); 58 __result.append(__y); 59 return __result; 69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator()); local 87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator()); local 103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator()); local [all...] |
_threads.h | 513 __stl_atomic_t __result = *__p; 516 return __result; 522 __stl_atomic_t __result = *__p; 524 return __result; 539 void *__result = *__p; 542 return __result; 548 void *__result = *__p; 550 return __result; 576 __stl_atomic_t __result = *__p; 579 return __result; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_algos.h | 106 _ForwardIterator __result = __first; 111 *__result = *__first; 112 ++__result; 114 return __result;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_algos.h | 99 _ForwardIterator __result = __first; 104 *__result = *__first; 105 ++__result; 107 return __result;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_operators.h | 35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); local 37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator()); 39 __result.append(__s); 40 __result.append(__y); 41 return __result; 53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator()); local 55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator()); 57 __result.append(__s, __s + __n); 58 __result.append(__y); 59 return __result; 69 _Str __result = _Str(_Reserve_t(), 1 + __y.size(), __y.get_allocator()); local 87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator()); local 103 _Str __result = _Str(_Reserve_t(), __x.size() + 1, __x.get_allocator()); local [all...] |
_threads.h | 513 __stl_atomic_t __result = *__p; 516 return __result; 522 __stl_atomic_t __result = *__p; 524 return __result; 539 void *__result = *__p; 542 return __result; 548 void *__result = *__p; 550 return __result; 576 __stl_atomic_t __result = *__p; 579 return __result; [all...] |
/external/bison/lib/ |
time.in.h | 150 struct tm *restrict __result) 153 struct tm *restrict __result)); 157 struct tm *restrict __result) 161 struct tm *restrict __result)); 172 struct tm *restrict __result) 175 struct tm *restrict __result)); 179 struct tm *restrict __result) 183 struct tm *restrict __result));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
aliases.h | 51 struct aliasent **__restrict __result) __THROW; 60 struct aliasent **__restrict __result) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
aliases.h | 51 struct aliasent **__restrict __result) __THROW; 60 struct aliasent **__restrict __result) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
aliases.h | 51 struct aliasent **__restrict __result) __THROW; 60 struct aliasent **__restrict __result) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
deque.tcc | 923 _Deque_iterator<_Tp, _Tp&, _Tp*> __result) 933 __result._M_last - __result._M_cur)); 934 std::copy(__first._M_cur, __first._M_cur + __clen, __result._M_cur); 936 __result += __clen; 939 return __result; 946 _Deque_iterator<_Tp, _Tp&, _Tp*> __result) 957 difference_type __rlen = __result._M_cur - __result._M_first; 958 _Tp* __rend = __result._M_cur [all...] |