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

1 23 4 5 6

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 561 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local
564 this->_S_copy(__r, _M_data(), __pos);
566 this->_S_copy(__r + __pos, __s, __len2);
568 this->_S_copy(__r + __pos + __len2,
572 _M_data(__r);
rc_string_base.h 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
452 __r->_M_set_length(_M_info._M_length);
453 return __r->_M_refdata();
511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local
512 _S_copy(__r->_M_refdata(), __buf, __len);
517 if (__len == __r->_M_info._M_capacity)
521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
522 __r->_M_destroy(__a);
523 __r = __another
556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local
644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 48 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \
50 __r; })
66 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \
69 __r; })
75 bool __r; \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
82 __r; })
183 void* __r = *__p; local
186 return __r;
195 void* __r = *__p; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 561 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local
564 this->_S_copy(__r, _M_data(), __pos);
566 this->_S_copy(__r + __pos, __s, __len2);
568 this->_S_copy(__r + __pos + __len2,
572 _M_data(__r);
rc_string_base.h 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
452 __r->_M_set_length(_M_info._M_length);
453 return __r->_M_refdata();
511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local
512 _S_copy(__r->_M_refdata(), __buf, __len);
517 if (__len == __r->_M_info._M_capacity)
521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
522 __r->_M_destroy(__a);
523 __r = __another
556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local
644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 48 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \
50 __r; })
66 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \
69 __r; })
75 bool __r; \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
82 __r; })
183 void* __r = *__p; local
186 return __r;
195 void* __r = *__p; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 561 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local
564 this->_S_copy(__r, _M_data(), __pos);
566 this->_S_copy(__r + __pos, __s, __len2);
568 this->_S_copy(__r + __pos + __len2,
572 _M_data(__r);
rc_string_base.h 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
452 __r->_M_set_length(_M_info._M_length);
453 return __r->_M_refdata();
511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local
512 _S_copy(__r->_M_refdata(), __buf, __len);
517 if (__len == __r->_M_info._M_capacity)
521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
522 __r->_M_destroy(__a);
523 __r = __another
556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local
644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 48 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \
50 __r; })
66 __typeof__ _ATOMIC_MEMBER_ __r = *__p; \
69 __r; })
75 bool __r; \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
82 __r; })
183 void* __r = *__p; local
186 return __r;
195 void* __r = *__p; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 561 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local
564 this->_S_copy(__r, _M_data(), __pos);
566 this->_S_copy(__r + __pos, __s, __len2);
568 this->_S_copy(__r + __pos + __len2,
572 _M_data(__r);
rc_string_base.h 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
452 __r->_M_set_length(_M_info._M_length);
453 return __r->_M_refdata();
511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local
512 _S_copy(__r->_M_refdata(), __buf, __len);
517 if (__len == __r->_M_info._M_capacity)
521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
522 __r->_M_destroy(__a);
523 __r = __another
556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local
644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
450 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
452 __r->_M_set_length(_M_info._M_length);
453 return __r->_M_refdata();
511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local
512 _S_copy(__r->_M_refdata(), __buf, __len);
517 if (__len == __r->_M_info._M_capacity)
521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
522 __r->_M_destroy(__a);
523 __r = __another
556 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local
644 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local
    [all...]
vstring.h 1900 int __r = traits_type::compare(this->_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/
rc_string_base.h 460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
464 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
466 __r->_M_set_length(_M_info._M_length);
467 return __r->_M_refdata();
525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local
526 _S_copy(__r->_M_refdata(), __buf, __len);
531 if (__len == __r->_M_info._M_capacity)
535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
536 __r->_M_destroy(__a);
537 __r = __another
570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local
658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local
    [all...]
vstring.h 1930 int __r = traits_type::compare(this->_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/
rc_string_base.h 460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
464 _S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
466 __r->_M_set_length(_M_info._M_length);
467 return __r->_M_refdata();
525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local
526 _S_copy(__r->_M_refdata(), __buf, __len);
531 if (__len == __r->_M_info._M_capacity)
535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
536 __r->_M_destroy(__a);
537 __r = __another
570 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local
658 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local
    [all...]
vstring.h 1930 int __r = traits_type::compare(this->_M_data(), __str.data(), __len); local
    [all...]
  /external/stlport/src/
allocators.cpp 321 _Obj *__r; local
328 if ( (__r = *__my_free_list) != 0 ) {
329 *__my_free_list = __r->_M_next;
331 __r = _S_refill(__n);
337 return __r;
486 _Obj* __r = _S_free_list[_S_FREELIST_INDEX(__n)].pop(); local
487 if (__r == 0)
488 { __r = _S_refill(__n); }
493 return __r;
1006 void *__r = __a->_M_refill(__n); local
1051 void *__r = __a->_M_refill(__n); local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 321 _Obj *__r; local
328 if ( (__r = *__my_free_list) != 0 ) {
329 *__my_free_list = __r->_M_next;
331 __r = _S_refill(__n);
337 return __r;
486 _Obj* __r = _S_free_list[_S_FREELIST_INDEX(__n)].pop(); local
487 if (__r == 0)
488 { __r = _S_refill(__n); }
493 return __r;
1006 void *__r = __a->_M_refill(__n); local
1051 void *__r = __a->_M_refill(__n); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 812 int __r; local
814 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
815 if (!__r)
816 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
818 if (!__r)
819 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
820 if (!__r)
821 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
822 return __r;
gthr-posix.h 812 int __r; local
814 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
815 if (!__r)
816 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
818 if (!__r)
819 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
820 if (!__r)
821 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
822 return __r;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h 786 int __r; local
788 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
789 if (!__r)
790 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
792 if (!__r)
793 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
794 if (!__r)
795 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
796 return __r;
gthr-posix.h 786 int __r; local
788 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
789 if (!__r)
790 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
792 if (!__r)
793 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
794 if (!__r)
795 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
796 return __r;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h 786 int __r; local
788 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
789 if (!__r)
790 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
792 if (!__r)
793 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
794 if (!__r)
795 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
796 return __r;

Completed in 640 milliseconds

1 23 4 5 6