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

1 2 34 5 6 7 8 9

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 546 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local
549 this->_S_copy(__r, _M_data(), __pos);
551 this->_S_copy(__r + __pos, __s, __len2);
553 this->_S_copy(__r + __pos + __len2,
557 _M_data(__r);
rc_string_base.h 460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
464 __rc_string_base::_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 1939 int __r = traits_type::compare(this->_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 67 __i_type __r = *__p; \
69 __r; })
87 __i_type __r = *__p; \
90 __r; })
97 bool __r; \
104 __r = true; \
106 else { *__q = __t; __r = false; } \
108 __r; })
591 __pointer_type __r = *__p2; local
594 __r;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
sso_string_base.h 567 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local
570 this->_S_copy(__r, _M_data(), __pos);
572 this->_S_copy(__r + __pos, __s, __len2);
574 this->_S_copy(__r + __pos + __len2,
578 _M_data(__r);
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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 546 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local
549 this->_S_copy(__r, _M_data(), __pos);
551 this->_S_copy(__r + __pos, __s, __len2);
553 this->_S_copy(__r + __pos + __len2,
557 _M_data(__r);
rc_string_base.h 460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
464 __rc_string_base::_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 1939 int __r = traits_type::compare(this->_M_data(), __str.data(), __len); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
sso_string_base.h 545 _CharT* __r = _M_create(__new_capacity, _M_capacity()); local
548 this->_S_copy(__r, _M_data(), __pos);
550 this->_S_copy(__r + __pos, __s, __len2);
552 this->_S_copy(__r + __pos + __len2,
556 _M_data(__r);
rc_string_base.h 459 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, local
463 __rc_string_base::_S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length);
465 __r->_M_set_length(_M_info._M_length);
466 return __r->_M_refdata();
524 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); local
525 _S_copy(__r->_M_refdata(), __buf, __len);
530 if (__len == __r->_M_info._M_capacity)
534 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
535 __r->_M_destroy(__a);
536 __r = __another
569 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); local
657 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, local
683 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), local
    [all...]
vstring.h 1973 int __r = traits_type::compare(this->_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/
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...]
  /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...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /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;

Completed in 802 milliseconds

1 2 34 5 6 7 8 9