HomeSort by relevance Sort by last modified time
    Searched full:__ret (Results 751 - 775 of 813) sorted by null

<<313233

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.tcc 740 size_type __ret = npos;
748 __ret = __p - __data;
750 return __ret;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.tcc 764 size_type __ret = npos;
772 __ret = __p - __data;
774 return __ret;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.tcc 764 size_type __ret = npos;
772 __ret = __p - __data;
774 return __ret;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.tcc 764 size_type __ret = npos;
772 __ret = __p - __data;
774 return __ret;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.tcc 764 size_type __ret = npos;
772 __ret = __p - __data;
774 return __ret;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.tcc 762 size_type __ret = npos;
770 __ret = __p - __data;
772 return __ret;
    [all...]
  /external/qemu/
cpu-all.h 651 unsigned long __ret = (unsigned long)(x) - GUEST_BASE; \
654 (abi_ulong)__ret; \
  /external/stlport/stlport/stl/debug/
_string.h 429 typename _Base::iterator __ret = _M_non_dbg_impl.insert(__p._M_iterator, __c); local
431 return iterator(&_M_iter_list, __ret);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 429 typename _Base::iterator __ret = _M_non_dbg_impl.insert(__p._M_iterator, __c); local
431 return iterator(&_M_iter_list, __ret);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 688 void* __ret = ::operator new(__bytes); local
689 return static_cast<_Tp*>(__ret);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 690 void* __ret = ::operator new(__bytes); local
691 return static_cast<_Tp*>(__ret);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 690 void* __ret = ::operator new(__bytes); local
691 return static_cast<_Tp*>(__ret);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 688 void* __ret = ::operator new(__bytes); local
689 return static_cast<_Tp*>(__ret);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 429 typename _Base::iterator __ret = _M_non_dbg_impl.insert(__p._M_iterator, __c); local
431 return iterator(&_M_iter_list, __ret);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 688 void* __ret = ::operator new(__bytes); local
689 return static_cast<_Tp*>(__ret);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 429 typename _Base::iterator __ret = _M_non_dbg_impl.insert(__p._M_iterator, __c); local
431 return iterator(&_M_iter_list, __ret);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 688 void* __ret = ::operator new(__bytes); local
689 return static_cast<_Tp*>(__ret);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 429 typename _Base::iterator __ret = _M_non_dbg_impl.insert(__p._M_iterator, __c); local
431 return iterator(&_M_iter_list, __ret);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
mt_allocator.h 688 void* __ret = ::operator new(__bytes); local
689 return static_cast<_Tp*>(__ret);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 690 void* __ret = ::operator new(__bytes); local
691 return static_cast<_Tp*>(__ret);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 694 void* __ret = ::operator new(__bytes); local
695 return static_cast<_Tp*>(__ret);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 429 typename _Base::iterator __ret = _M_non_dbg_impl.insert(__p._M_iterator, __c); local
431 return iterator(&_M_iter_list, __ret);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_string.h 429 typename _Base::iterator __ret = _M_non_dbg_impl.insert(__p._M_iterator, __c); local
431 return iterator(&_M_iter_list, __ret);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
mt_allocator.h 690 void* __ret = ::operator new(__bytes); local
691 return static_cast<_Tp*>(__ret);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
mt_allocator.h 694 void* __ret = ::operator new(__bytes); local
695 return static_cast<_Tp*>(__ret);

Completed in 1282 milliseconds

<<313233