HomeSort by relevance Sort by last modified time
    Searched defs:__r (Results 176 - 200 of 218) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
gthr-posix.h 804 int __r; local
806 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
807 if (!__r)
808 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
810 if (!__r)
811 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
812 if (!__r)
813 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
814 return __r;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
gthr-default.h 804 int __r; local
806 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
807 if (!__r)
808 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
810 if (!__r)
811 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
812 if (!__r)
813 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
814 return __r;
gthr-posix.h 804 int __r; local
806 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
807 if (!__r)
808 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
810 if (!__r)
811 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
812 if (!__r)
813 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
814 return __r;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr-default.h 804 int __r; local
806 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
807 if (!__r)
808 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
810 if (!__r)
811 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
812 if (!__r)
813 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
814 return __r;
gthr-posix.h 804 int __r; local
806 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
807 if (!__r)
808 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
810 if (!__r)
811 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
812 if (!__r)
813 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
814 return __r;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr-default.h 804 int __r; local
806 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
807 if (!__r)
808 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
810 if (!__r)
811 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
812 if (!__r)
813 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
814 return __r;
gthr-posix.h 804 int __r; local
806 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
807 if (!__r)
808 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
810 if (!__r)
811 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
812 if (!__r)
813 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
814 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...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 2179 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
319 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos),
320 _M_root_rope(&__r)
429 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len)
431 size_t __old_len = __r->_M_size;
436 uninitialized_copy_n(__r->_M_data, __old_len, __new_data);
442 __r->_M_get_allocator());
447 __r->_M_get_allocator());
458 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter,
461 if (__r->_M_ref_count > 1
1442 _RopeLeaf* __r = (_RopeLeaf*) __right; local
1463 _RopeLeaf* __r = (_RopeLeaf*) __right; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 2179 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
319 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos),
320 _M_root_rope(&__r)
429 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, size_t __len)
431 size_t __old_len = __r->_M_size;
436 uninitialized_copy_n(__r->_M_data, __old_len, __new_data);
442 __r->_M_get_allocator());
447 __r->_M_get_allocator());
458 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter,
461 if (__r->_M_ref_count > 1
1442 _RopeLeaf* __r = (_RopeLeaf*) __right; local
1463 _RopeLeaf* __r = (_RopeLeaf*) __right; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2028 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2028 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2028 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 2028 int __r = traits_type::compare(_M_data(), __str.data(), __len); local
    [all...]

Completed in 2888 milliseconds

1 2 3 4 5 6 78 9