HomeSort by relevance Sort by last modified time
    Searched defs:__r (Results 51 - 75 of 85) sorted by null

1 23 4

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
gthr-posix.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
gthr-posix.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 306 __shared_count(std::auto_ptr<_Tp>&& __r)
307 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get()))
308 { __r.release(); }
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
315 : _M_pi(_S_create_from_up(std::move(__r)))
316 { __r.release(); }
318 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
320 __shared_count(const __weak_count<_Lp>& __r);
328 __shared_count(const __shared_count& __r)
329 : _M_pi(__r._M_pi) // nothro
767 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete; member in class:__shared_ptr
1326 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete; member in class:shared_ptr
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 1900 int __r = traits_type::compare(this->_M_data(), __str.data(), __len); local
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
gthr-posix.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
gthr-posix.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
gthr-posix.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 306 __shared_count(std::auto_ptr<_Tp>&& __r)
307 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get()))
308 { __r.release(); }
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
315 : _M_pi(_S_create_from_up(std::move(__r)))
316 { __r.release(); }
318 // Throw bad_weak_ptr when __r._M_get_use_count() == 0.
320 __shared_count(const __weak_count<_Lp>& __r);
328 __shared_count(const __shared_count& __r)
329 : _M_pi(__r._M_pi) // nothro
767 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete; member in class:__shared_ptr
1326 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete; member in class:shared_ptr
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 1900 int __r = traits_type::compare(this->_M_data(), __str.data(), __len); local
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
gthr-posix.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
gthr-posix.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
gthr-posix.h 825 int __r; local
827 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
828 if (!__r)
829 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
831 if (!__r)
832 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
833 if (!__r)
834 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
835 return __r;
  /external/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); }
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
66 _M_root_rope(&__r) {
68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this);
71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x);
378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) {
379 size_t __old_len = __r->_M_size._M_data
1239 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local
1254 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
61 _M_root_rope(__r) { _RopeRep::_S_ref(this->_M_root); }
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
66 _M_root_rope(&__r) {
68 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*this);
71 _RopeRep::_S_ref(this->_M_root); if (!(__r.empty()))_S_setcache(*__x);
378 _RopeLeaf* __r, const _CharT* __iter, size_t __len) {
379 size_t __old_len = __r->_M_size._M_data
1239 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local
1254 const _RopeLeaf* __r = __STATIC_CAST(const _RopeLeaf*, __right); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 2028 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
317 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos),
318 _M_root_rope(&__r)
427 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len)
429 size_t __old_len = __r->_M_size;
434 uninitialized_copy_n(__r->_M_data, __old_len, __new_data);
440 __r->_M_get_allocator());
445 __r->_M_get_allocator());
456 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter,
459 if (__r->_M_ref_count > 1
1440 _RopeLeaf* __r = (_RopeLeaf*) __right; local
1461 _RopeLeaf* __r = (_RopeLeaf*) __right; local
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2028 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]

Completed in 649 milliseconds

1 23 4