/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 584 const __owned_link& __i2) { 586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR) 587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS) 594 const __owned_link& __i2) { 595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
slist | 799 const_iterator __i2 = _SL2.begin(); 800 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 803 ++__i2; 805 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
slist | 801 const_iterator __i2 = _SL2.begin(); 802 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 805 ++__i2; 807 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
slist | 801 const_iterator __i2 = _SL2.begin(); 802 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 805 ++__i2; 807 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 712 const_iterator __i2 = __y.begin(); local 713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 715 ++__i2; 717 return __i1 == __end1 && __i2 == __end2;
|
_slist.h | 847 const_iterator __i2 = _SL2.begin(); local 848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 850 ++__i2; 852 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 584 const __owned_link& __i2) { 586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR) 587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS) 594 const __owned_link& __i2) { 595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_list.h | 712 const_iterator __i2 = __y.begin(); local 713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 715 ++__i2; 717 return __i1 == __end1 && __i2 == __end2;
|
_slist.h | 847 const_iterator __i2 = _SL2.begin(); local 848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) { 850 ++__i2; 852 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_debug.c | 584 const __owned_link& __i2) { 586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR) 587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS) 594 const __owned_link& __i2) { 595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
slist | 801 const_iterator __i2 = _SL2.begin(); 802 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 805 ++__i2; 807 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
slist | 801 const_iterator __i2 = _SL2.begin(); 802 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 805 ++__i2; 807 return __i1 == __end1 && __i2 == __end2;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
slist | 800 const_iterator __i2 = _SL2.begin(); 801 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) 804 ++__i2; 806 return __i1 == __end1 && __i2 == __end2;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
string | [all...] |
/external/clang/lib/Headers/ |
avxintrin.h | 929 _mm256_set_epi32(int __i0, int __i1, int __i2, int __i3, 932 return (__m256i)(__v8si){ __i7, __i6, __i5, __i4, __i3, __i2, __i1, __i0 }; 984 _mm256_setr_epi32(int __i0, int __i1, int __i2, int __i3, 987 return (__m256i)(__v8si){ __i0, __i1, __i2, __i3, __i4, __i5, __i6, __i7 }; [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
avxintrin.h | 929 _mm256_set_epi32(int __i0, int __i1, int __i2, int __i3, 932 return (__m256i)(__v8si){ __i7, __i6, __i5, __i4, __i3, __i2, __i1, __i0 }; 984 _mm256_setr_epi32(int __i0, int __i1, int __i2, int __i3, 987 return (__m256i)(__v8si){ __i0, __i1, __i2, __i3, __i4, __i5, __i6, __i7 }; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_list.h | 1463 const_iterator __i2 = __y.begin(); local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 1463 const_iterator __i2 = __y.begin(); local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 1463 const_iterator __i2 = __y.begin(); local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 1463 const_iterator __i2 = __y.begin(); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_list.h | 1487 const_iterator __i2 = __y.begin(); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_list.h | 1571 const_iterator __i2 = __y.begin(); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_list.h | 1581 const_iterator __i2 = __y.begin(); local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_list.h | 1571 const_iterator __i2 = __y.begin(); local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_list.h | 1581 const_iterator __i2 = __y.begin(); local [all...] |