/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 382 const _Type& __b) { 383 _Type __c(__b); 389 const _Type& __b) { 390 __a = __b; 395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) { 396 if (__a < __b || __a > __b || __a <= __b || __a >= __b) return __a; 397 return __b; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
concept_checks.h | 382 const _Type& __b) { 383 _Type __c(__b); 389 const _Type& __b) { 390 __a = __b; 395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) { 396 if (__a < __b || __a > __b || __a <= __b || __a >= __b) return __a; 397 return __b; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
concept_checks.h | 382 const _Type& __b) { 383 _Type __c(__b); 389 const _Type& __b) { 390 __a = __b; 395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) { 396 if (__a < __b || __a > __b || __a <= __b || __a >= __b) return __a; 397 return __b; [all...] |
/external/icu4c/common/unicode/ |
utf8.h | 516 uint8_t __b=(uint8_t)(s)[(i)++]; \ 517 if(U8_IS_LEAD(__b)) { \ 518 uint8_t __count=U8_COUNT_TRAIL_BYTES(__b); \ 633 uint8_t __b, __count=1, __shift=6; \ 638 __b=(uint8_t)(s)[--(i)]; \ 639 if(__b>=0xc0) { \ 640 U8_MASK_LEAD_BYTE(__b, __count); \ 641 (c)|=(UChar32)__b<<__shift; \ 644 (c)|=(UChar32)(__b&0x3f)<<__shift; \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
shared_ptr.h | 195 operator==(const __shared_count& __a, const __shared_count& __b) 196 { return __a._M_pi == __b._M_pi; } 199 operator<(const __shared_count& __a, const __shared_count& __b) 200 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 279 { return __a._M_pi == __b._M_pi; } 282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 283 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 574 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 575 { return __a.get() == __b.get(); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
shared_ptr.h | 390 operator==(const __shared_count& __a, const __shared_count& __b) 391 { return __a._M_pi == __b._M_pi; } 394 operator<(const __shared_count& __a, const __shared_count& __b) 395 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 473 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 474 { return __a._M_pi == __b._M_pi; } 477 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 478 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 729 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 730 { return __a.get() == __b.get(); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
shared_ptr.h | 390 operator==(const __shared_count& __a, const __shared_count& __b) 391 { return __a._M_pi == __b._M_pi; } 394 operator<(const __shared_count& __a, const __shared_count& __b) 395 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 473 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 474 { return __a._M_pi == __b._M_pi; } 477 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 478 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 729 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 730 { return __a.get() == __b.get(); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 195 operator==(const __shared_count& __a, const __shared_count& __b) 196 { return __a._M_pi == __b._M_pi; } 199 operator<(const __shared_count& __a, const __shared_count& __b) 200 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 279 { return __a._M_pi == __b._M_pi; } 282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 283 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 574 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 575 { return __a.get() == __b.get(); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 195 operator==(const __shared_count& __a, const __shared_count& __b) 196 { return __a._M_pi == __b._M_pi; } 199 operator<(const __shared_count& __a, const __shared_count& __b) 200 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 279 { return __a._M_pi == __b._M_pi; } 282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 283 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 574 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 575 { return __a.get() == __b.get(); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 195 operator==(const __shared_count& __a, const __shared_count& __b) 196 { return __a._M_pi == __b._M_pi; } 199 operator<(const __shared_count& __a, const __shared_count& __b) 200 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 279 { return __a._M_pi == __b._M_pi; } 282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 283 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 574 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 575 { return __a.get() == __b.get(); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
shared_ptr.h | 195 operator==(const __shared_count& __a, const __shared_count& __b) 196 { return __a._M_pi == __b._M_pi; } 199 operator<(const __shared_count& __a, const __shared_count& __b) 200 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 278 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 279 { return __a._M_pi == __b._M_pi; } 282 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 283 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 574 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 575 { return __a.get() == __b.get(); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
shared_ptr.h | 390 operator==(const __shared_count& __a, const __shared_count& __b) 391 { return __a._M_pi == __b._M_pi; } 394 operator<(const __shared_count& __a, const __shared_count& __b) 395 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 473 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 474 { return __a._M_pi == __b._M_pi; } 477 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 478 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 729 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 730 { return __a.get() == __b.get(); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
shared_ptr.h | 390 operator==(const __shared_count& __a, const __shared_count& __b) 391 { return __a._M_pi == __b._M_pi; } 394 operator<(const __shared_count& __a, const __shared_count& __b) 395 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 473 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 474 { return __a._M_pi == __b._M_pi; } 477 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 478 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 729 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 730 { return __a.get() == __b.get(); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
shared_ptr.h | 390 operator==(const __shared_count& __a, const __shared_count& __b) 391 { return __a._M_pi == __b._M_pi; } 394 operator<(const __shared_count& __a, const __shared_count& __b) 395 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 473 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 474 { return __a._M_pi == __b._M_pi; } 477 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 478 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 729 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 730 { return __a.get() == __b.get(); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
shared_ptr.h | 390 operator==(const __shared_count& __a, const __shared_count& __b) 391 { return __a._M_pi == __b._M_pi; } 394 operator<(const __shared_count& __a, const __shared_count& __b) 395 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 473 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 474 { return __a._M_pi == __b._M_pi; } 477 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 478 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 729 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 730 { return __a.get() == __b.get(); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_algobase.h | 85 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 90 *__a = _GLIBCXX_MOVE(*__b); 91 *__b = _GLIBCXX_MOVE(__tmp); 100 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 102 swap(*__a, *__b); 111 * @param __b Another iterator. 119 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 145 iter_swap(__a, __b); 147 swap(*__a, *__b); 184 * @param __b Another thing of arbitrary type [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
shared_ptr.h | 383 operator==(const __shared_count& __a, const __shared_count& __b) 384 { return __a._M_pi == __b._M_pi; } 387 operator<(const __shared_count& __a, const __shared_count& __b) 388 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 466 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 467 { return __a._M_pi == __b._M_pi; } 470 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) 471 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); } 722 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) 723 { return __a.get() == __b.get(); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_algobase.h | 85 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 90 *__a = _GLIBCXX_MOVE(*__b); 91 *__b = _GLIBCXX_MOVE(__tmp); 100 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 102 swap(*__a, *__b); 118 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 142 iter_swap(__a, __b); 187 min(const _Tp& __a, const _Tp& __b) 191 //return __b < __a ? __b : __a [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_algobase.h | 85 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 90 *__a = _GLIBCXX_MOVE(*__b); 91 *__b = _GLIBCXX_MOVE(__tmp); 100 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 102 swap(*__a, *__b); 118 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 142 iter_swap(__a, __b); 187 min(const _Tp& __a, const _Tp& __b) 191 //return __b < __a ? __b : __a [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algobase.h | 85 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 90 *__a = _GLIBCXX_MOVE(*__b); 91 *__b = _GLIBCXX_MOVE(__tmp); 100 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 102 swap(*__a, *__b); 118 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 142 iter_swap(__a, __b); 187 min(const _Tp& __a, const _Tp& __b) 191 //return __b < __a ? __b : __a [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algobase.h | 85 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 90 *__a = _GLIBCXX_MOVE(*__b); 91 *__b = _GLIBCXX_MOVE(__tmp); 100 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 102 swap(*__a, *__b); 110 * @param __b Another iterator. 118 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 142 iter_swap(__a, __b); 178 * @param __b Another thing of arbitrary type. 187 min(const _Tp& __a, const _Tp& __b) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algobase.h | 85 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 90 *__a = _GLIBCXX_MOVE(*__b); 91 *__b = _GLIBCXX_MOVE(__tmp); 100 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 102 swap(*__a, *__b); 118 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 142 iter_swap(__a, __b); 187 min(const _Tp& __a, const _Tp& __b) 191 //return __b < __a ? __b : __a [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algobase.h | 85 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 90 *__a = _GLIBCXX_MOVE(*__b); 91 *__b = _GLIBCXX_MOVE(__tmp); 100 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 102 swap(*__a, *__b); 110 * @param __b Another iterator. 118 iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b) 142 iter_swap(__a, __b); 178 * @param __b Another thing of arbitrary type. 187 min(const _Tp& __a, const _Tp& __b) [all...] |
/external/stlport/stlport/stl/config/ |
_windows.h | 206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { 218 reinterpret_cast<long>(__b))); 220 return (void*)InterlockedExchange((long*)__a, (long)__b);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_windows.h | 206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { 218 reinterpret_cast<long>(__b))); 220 return (void*)InterlockedExchange((long*)__a, (long)__b);
|