HomeSort by relevance Sort by last modified time
    Searched full:__result (Results 576 - 600 of 725) sorted by null

<<212223242526272829

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 371 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
374 __result); }
386 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
391 __result); }
404 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
407 __result); }
419 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
424 __result); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 373 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
376 __result); }
388 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
393 __result); }
406 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
409 __result); }
421 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
426 __result); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_deque.h 372 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
375 __result); }
387 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
392 __result); }
405 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
408 __result); }
420 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
425 __result); }
    [all...]
  /external/stlport/stlport/stl/
_string.h 755 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
756 _STLP_FIX_LITERAL_BUG(__result)
757 for ( ; __first != __last; ++__first, ++__result)
758 _Traits::assign(*__result, *__first);
    [all...]
_fstream.h 250 pos_type __result(__off);
251 __result.state(__state);
252 return __result;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h 755 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
756 _STLP_FIX_LITERAL_BUG(__result)
757 for ( ; __first != __last; ++__first, ++__result)
758 _Traits::assign(*__result, *__first);
    [all...]
_fstream.h 250 pos_type __result(__off);
251 __result.state(__state);
252 return __result;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libnsl.a     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.h 755 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
756 _STLP_FIX_LITERAL_BUG(__result)
757 for ( ; __first != __last; ++__first, ++__result)
758 _Traits::assign(*__result, *__first);
    [all...]
_fstream.h 250 pos_type __result(__off);
251 __result.state(__state);
252 return __result;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.h 755 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
756 _STLP_FIX_LITERAL_BUG(__result)
757 for ( ; __first != __last; ++__first, ++__result)
758 _Traits::assign(*__result, *__first);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.h 755 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
756 _STLP_FIX_LITERAL_BUG(__result)
757 for ( ; __first != __last; ++__first, ++__result)
758 _Traits::assign(*__result, *__first);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string.h 755 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
756 _STLP_FIX_LITERAL_BUG(__result)
757 for ( ; __first != __last; ++__first, ++__result)
758 _Traits::assign(*__result, *__first);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string.h 755 void _M_copyT(_InputIterator __first, _InputIterator __last, pointer __result) {
756 _STLP_FIX_LITERAL_BUG(__result)
757 for ( ; __first != __last; ++__first, ++__result)
758 _Traits::assign(*__result, *__first);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
for_each_selectors.h 240 * @return Inner product elemental __result. */
  /prebuilts/sdk/tools/linux/
acp 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 845 // Precondition: __first._M_offset == 0 && __result._M_offset == 0.
848 iterator __result)
850 _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 858 // Precondition: __first._M_offset == 0 && __result._M_offset == 0.
861 iterator __result)
863 _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 858 // Precondition: __first._M_offset == 0 && __result._M_offset == 0.
861 iterator __result)
863 _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 845 // Precondition: __first._M_offset == 0 && __result._M_offset == 0.
848 iterator __result)
850 _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 302 int __result;
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
310 if (__result != ENOSYS)
gthr-posix.h 302 int __result;
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
310 if (__result != ENOSYS)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 302 int __result;
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
310 if (__result != ENOSYS)
gthr-posix.h 302 int __result;
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
310 if (__result != ENOSYS)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 845 // Precondition: __first._M_offset == 0 && __result._M_offset == 0.
848 iterator __result)
850 _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p);

Completed in 910 milliseconds

<<212223242526272829