HomeSort by relevance Sort by last modified time
    Searched full:__i1 (Results 26 - 50 of 203) sorted by null

12 3 4 5 6 7 8 9

  /external/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_2.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2,
323 { return compare_exchange_strong(__i1, __i2, __m1, __m2); }
326 compare_exchange_weak(__int_type& __i1, __int_type __i2,
328 { return compare_exchange_strong(__i1, __i2, __m1, __m2); }
331 compare_exchange_weak(__int_type& __i1, __int_type __i2,
334 return compare_exchange_weak(__i1, __i2, __m,
339 compare_exchange_weak(__int_type& __i1, __int_type __i2,
342 return compare_exchange_weak(__i1, __i2, __m,
347 compare_exchange_strong(__int_type& __i1, __int_type __i2,
354 __int_type __i1o = __i1;
    [all...]
atomic_0.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2,
327 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
331 compare_exchange_weak(__int_type& __i1, __int_type __i2,
337 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
341 compare_exchange_weak(__int_type& __i1, __int_type __i2,
344 return compare_exchange_weak(__i1, __i2, __m,
349 compare_exchange_weak(__int_type& __i1, __int_type __i2,
352 return compare_exchange_weak(__i1, __i2, __m,
357 compare_exchange_strong(__int_type& __i1, __int_type __i2,
363 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_2.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2,
323 { return compare_exchange_strong(__i1, __i2, __m1, __m2); }
326 compare_exchange_weak(__int_type& __i1, __int_type __i2,
328 { return compare_exchange_strong(__i1, __i2, __m1, __m2); }
331 compare_exchange_weak(__int_type& __i1, __int_type __i2,
334 return compare_exchange_weak(__i1, __i2, __m,
339 compare_exchange_weak(__int_type& __i1, __int_type __i2,
342 return compare_exchange_weak(__i1, __i2, __m,
347 compare_exchange_strong(__int_type& __i1, __int_type __i2,
354 __int_type __i1o = __i1;
    [all...]
atomic_0.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2,
327 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
331 compare_exchange_weak(__int_type& __i1, __int_type __i2,
337 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
341 compare_exchange_weak(__int_type& __i1, __int_type __i2,
344 return compare_exchange_weak(__i1, __i2, __m,
349 compare_exchange_weak(__int_type& __i1, __int_type __i2,
352 return compare_exchange_weak(__i1, __i2, __m,
357 compare_exchange_strong(__int_type& __i1, __int_type __i2,
363 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2,
323 { return compare_exchange_strong(__i1, __i2, __m1, __m2); }
326 compare_exchange_weak(__int_type& __i1, __int_type __i2,
328 { return compare_exchange_strong(__i1, __i2, __m1, __m2); }
331 compare_exchange_weak(__int_type& __i1, __int_type __i2,
334 return compare_exchange_weak(__i1, __i2, __m,
339 compare_exchange_weak(__int_type& __i1, __int_type __i2,
342 return compare_exchange_weak(__i1, __i2, __m,
347 compare_exchange_strong(__int_type& __i1, __int_type __i2,
354 __int_type __i1o = __i1;
    [all...]
atomic_0.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2,
327 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
331 compare_exchange_weak(__int_type& __i1, __int_type __i2,
337 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
341 compare_exchange_weak(__int_type& __i1, __int_type __i2,
344 return compare_exchange_weak(__i1, __i2, __m,
349 compare_exchange_weak(__int_type& __i1, __int_type __i2,
352 return compare_exchange_weak(__i1, __i2, __m,
357 compare_exchange_strong(__int_type& __i1, __int_type __i2,
363 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_debug.h 117 static bool _STLP_CALL _Check_same_owner( const __owned_link& __i1,
119 static bool _STLP_CALL _Check_same_or_null_owner( const __owned_link& __i1,
231 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
233 { return (__i1 < __i2) || (__i1 == __i2); }
236 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
239 bool __dummy(__i1==__i2);
244 inline bool _STLP_CALL __valid_range(const _Iterator& __i1 ,const _Iterator& __i2,
247 bool __dummy(__i1==__i2);
262 inline bool _STLP_CALL __valid_range(const _Iterator& __i1, const _Iterator& __i2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2,
323 { return compare_exchange_strong(__i1, __i2, __m1, __m2); }
326 compare_exchange_weak(__int_type& __i1, __int_type __i2,
328 { return compare_exchange_strong(__i1, __i2, __m1, __m2); }
331 compare_exchange_weak(__int_type& __i1, __int_type __i2,
334 return compare_exchange_weak(__i1, __i2, __m,
339 compare_exchange_weak(__int_type& __i1, __int_type __i2,
342 return compare_exchange_weak(__i1, __i2, __m,
347 compare_exchange_strong(__int_type& __i1, __int_type __i2,
354 __int_type __i1o = __i1;
    [all...]
atomic_0.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2,
327 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
331 compare_exchange_weak(__int_type& __i1, __int_type __i2,
337 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1);
341 compare_exchange_weak(__int_type& __i1, __int_type __i2,
344 return compare_exchange_weak(__i1, __i2, __m,
349 compare_exchange_weak(__int_type& __i1, __int_type __i2,
352 return compare_exchange_weak(__i1, __i2, __m,
357 compare_exchange_strong(__int_type& __i1, __int_type __i2,
363 return _ATOMIC_CMPEXCHNG_(this, &__i1, __i2, __m1)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 486 compare_exchange_weak(__int_type& __i1, __int_type __i2,
493 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
497 compare_exchange_weak(__int_type& __i1, __int_type __i2,
505 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
509 compare_exchange_weak(__int_type& __i1, __int_type __i2,
512 return compare_exchange_weak(__i1, __i2, __m,
517 compare_exchange_weak(__int_type& __i1, __int_type __i2,
520 return compare_exchange_weak(__i1, __i2, __m,
525 compare_exchange_strong(__int_type& __i1, __int_type __i2,
532 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 486 compare_exchange_weak(__int_type& __i1, __int_type __i2,
493 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
497 compare_exchange_weak(__int_type& __i1, __int_type __i2,
505 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
509 compare_exchange_weak(__int_type& __i1, __int_type __i2,
512 return compare_exchange_weak(__i1, __i2, __m,
517 compare_exchange_weak(__int_type& __i1, __int_type __i2,
520 return compare_exchange_weak(__i1, __i2, __m,
525 compare_exchange_strong(__int_type& __i1, __int_type __i2,
532 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
atomic_base.h 525 compare_exchange_weak(__int_type& __i1, __int_type __i2,
534 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
538 compare_exchange_weak(__int_type& __i1, __int_type __i2,
548 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, __m1, __m2);
552 compare_exchange_weak(__int_type& __i1, __int_type __i2,
555 return compare_exchange_weak(__i1, __i2, __m,
560 compare_exchange_weak(__int_type& __i1, __int_type __i2,
563 return compare_exchange_weak(__i1, __i2, __m,
568 compare_exchange_strong(__int_type& __i1, __int_type __i2,
577 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
string 558 replace(iterator __i1, iterator __i2, const basic_string& __str)
560 __glibcxx_check_erase_range(__i1, __i2);
561 _Base::replace(__i1.base(), __i2.base(), __str);
567 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n)
569 __glibcxx_check_erase_range(__i1, __i2);
571 _Base::replace(__i1.base(), __i2.base(), __s, __n);
577 replace(iterator __i1, iterator __i2, const _CharT* __s)
579 __glibcxx_check_erase_range(__i1, __i2);
581 _Base::replace(__i1.base(), __i2.base(), __s);
587 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
string 597 replace(iterator __i1, iterator __i2, const basic_string& __str)
599 __glibcxx_check_erase_range(__i1, __i2);
600 _Base::replace(__i1.base(), __i2.base(), __str);
606 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n)
608 __glibcxx_check_erase_range(__i1, __i2);
610 _Base::replace(__i1.base(), __i2.base(), __s, __n);
616 replace(iterator __i1, iterator __i2, const _CharT* __s)
618 __glibcxx_check_erase_range(__i1, __i2);
620 _Base::replace(__i1.base(), __i2.base(), __s);
626 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
string 597 replace(iterator __i1, iterator __i2, const basic_string& __str)
599 __glibcxx_check_erase_range(__i1, __i2);
600 _Base::replace(__i1.base(), __i2.base(), __str);
606 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n)
608 __glibcxx_check_erase_range(__i1, __i2);
610 _Base::replace(__i1.base(), __i2.base(), __s, __n);
616 replace(iterator __i1, iterator __i2, const _CharT* __s)
618 __glibcxx_check_erase_range(__i1, __i2);
620 _Base::replace(__i1.base(), __i2.base(), __s);
626 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
string 558 replace(iterator __i1, iterator __i2, const basic_string& __str)
560 __glibcxx_check_erase_range(__i1, __i2);
561 _Base::replace(__i1.base(), __i2.base(), __str);
567 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n)
569 __glibcxx_check_erase_range(__i1, __i2);
571 _Base::replace(__i1.base(), __i2.base(), __s, __n);
577 replace(iterator __i1, iterator __i2, const _CharT* __s)
579 __glibcxx_check_erase_range(__i1, __i2);
581 _Base::replace(__i1.base(), __i2.base(), __s);
587 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
string 558 replace(iterator __i1, iterator __i2, const basic_string& __str)
560 __glibcxx_check_erase_range(__i1, __i2);
561 _Base::replace(__i1.base(), __i2.base(), __str);
567 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n)
569 __glibcxx_check_erase_range(__i1, __i2);
571 _Base::replace(__i1.base(), __i2.base(), __s, __n);
577 replace(iterator __i1, iterator __i2, const _CharT* __s)
579 __glibcxx_check_erase_range(__i1, __i2);
581 _Base::replace(__i1.base(), __i2.base(), __s);
587 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
string 558 replace(iterator __i1, iterator __i2, const basic_string& __str)
560 __glibcxx_check_erase_range(__i1, __i2);
561 _Base::replace(__i1.base(), __i2.base(), __str);
567 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n)
569 __glibcxx_check_erase_range(__i1, __i2);
571 _Base::replace(__i1.base(), __i2.base(), __s, __n);
577 replace(iterator __i1, iterator __i2, const _CharT* __s)
579 __glibcxx_check_erase_range(__i1, __i2);
581 _Base::replace(__i1.base(), __i2.base(), __s);
587 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
string 558 replace(iterator __i1, iterator __i2, const basic_string& __str)
560 __glibcxx_check_erase_range(__i1, __i2);
561 _Base::replace(__i1.base(), __i2.base(), __str);
567 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n)
569 __glibcxx_check_erase_range(__i1, __i2);
571 _Base::replace(__i1.base(), __i2.base(), __s, __n);
577 replace(iterator __i1, iterator __i2, const _CharT* __s)
579 __glibcxx_check_erase_range(__i1, __i2);
581 _Base::replace(__i1.base(), __i2.base(), __s);
587 replace(iterator __i1, iterator __i2, size_type __n, _CharT __c
    [all...]

Completed in 322 milliseconds

12 3 4 5 6 7 8 9