HomeSort by relevance Sort by last modified time
    Searched defs:__f (Results 26 - 50 of 60) sorted by null

12 3

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_after.h 272 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
274 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
280 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
282 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h 274 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
276 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
282 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
284 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h 274 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
276 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
282 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
284 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h 274 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
276 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
282 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
284 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h 274 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
276 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
282 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
284 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_after.h 273 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
275 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
281 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
283 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
  /external/stlport/stlport/stl/
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
_rope.c 339 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, this); local
340 _STLP_STD::_Destroy(__f);
342 _RopeFunction).deallocate(__f, 1);
692 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __base); local
699 (*(__f->_M_fn))(__start, __result_len, __section);
824 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); local
829 (*(__f->_M_fn))(__begin, __len, __buffer);
846 char __f = __o.fill(); local
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
939 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); local
1153 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
_rope.c 339 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, this); local
340 _STLP_STD::_Destroy(__f);
342 _RopeFunction).deallocate(__f, 1);
692 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __base); local
699 (*(__f->_M_fn))(__start, __result_len, __section);
824 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); local
829 (*(__f->_M_fn))(__begin, __len, __buffer);
846 char __f = __o.fill(); local
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
939 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); local
1153 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
_rope.c 339 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, this); local
340 _STLP_STD::_Destroy(__f);
342 _RopeFunction).deallocate(__f, 1);
692 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __base); local
699 (*(__f->_M_fn))(__start, __result_len, __section);
824 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); local
829 (*(__f->_M_fn))(__begin, __len, __buffer);
846 char __f = __o.fill(); local
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
939 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); local
1153 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
_rope.c 339 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, this); local
340 _STLP_STD::_Destroy(__f);
342 _RopeFunction).deallocate(__f, 1);
692 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __base); local
699 (*(__f->_M_fn))(__start, __result_len, __section);
824 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); local
829 (*(__f->_M_fn))(__begin, __len, __buffer);
846 char __f = __o.fill(); local
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
939 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); local
1153 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_valarray.h 350 valarray<_Tp> apply(value_type __f(value_type)) const { function in class:valarray
353 __f);
356 valarray<_Tp> apply(value_type __f(const value_type&)) const { function in class:valarray
359 __f);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 395 _Rope_RopeFunction<_CharT, _Alloc>* __f local
397 __f->_Rope_RopeFunction<_CharT, _Alloc>::~_Rope_RopeFunction();
398 _F_deallocate(__f, 1);
805 _RopeFunction* __f = (_RopeFunction*)__base; local
817 { (*(__f->_M_fn))(__start, __result_len, __section); }
958 _RopeFunction* __f = (_RopeFunction*)__r; local
965 (*(__f->_M_fn))(__begin, __len, __buffer);
985 char __f = __o.fill(); local
989 __o.put(__f);
1097 _RopeFunction* __f = (_RopeFunction*)__r local
1351 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 397 _Rope_RopeFunction<_CharT, _Alloc>* __f local
399 __f->_Rope_RopeFunction<_CharT, _Alloc>::~_Rope_RopeFunction();
400 _F_deallocate(__f, 1);
807 _RopeFunction* __f = (_RopeFunction*)__base; local
819 { (*(__f->_M_fn))(__start, __result_len, __section); }
960 _RopeFunction* __f = (_RopeFunction*)__r; local
967 (*(__f->_M_fn))(__begin, __len, __buffer);
987 char __f = __o.fill(); local
991 __o.put(__f);
1099 _RopeFunction* __f = (_RopeFunction*)__r local
1353 _RopeFunction* __f = (_RopeFunction*)__r; 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 397 _Rope_RopeFunction<_CharT, _Alloc>* __f local
399 __f->_Rope_RopeFunction<_CharT, _Alloc>::~_Rope_RopeFunction();
400 _F_deallocate(__f, 1);
807 _RopeFunction* __f = (_RopeFunction*)__base; local
819 { (*(__f->_M_fn))(__start, __result_len, __section); }
960 _RopeFunction* __f = (_RopeFunction*)__r; local
967 (*(__f->_M_fn))(__begin, __len, __buffer);
987 char __f = __o.fill(); local
991 __o.put(__f);
1099 _RopeFunction* __f = (_RopeFunction*)__r local
1353 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 395 _Rope_RopeFunction<_CharT, _Alloc>* __f local
397 __f->_Rope_RopeFunction<_CharT, _Alloc>::~_Rope_RopeFunction();
398 _F_deallocate(__f, 1);
805 _RopeFunction* __f = (_RopeFunction*)__base; local
817 { (*(__f->_M_fn))(__start, __result_len, __section); }
958 _RopeFunction* __f = (_RopeFunction*)__r; local
965 (*(__f->_M_fn))(__begin, __len, __buffer);
985 char __f = __o.fill(); local
989 __o.put(__f);
1097 _RopeFunction* __f = (_RopeFunction*)__r local
1351 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 395 _Rope_RopeFunction<_CharT, _Alloc>* __f local
397 __f->_Rope_RopeFunction<_CharT, _Alloc>::~_Rope_RopeFunction();
398 _F_deallocate(__f, 1);
805 _RopeFunction* __f = (_RopeFunction*)__base; local
817 { (*(__f->_M_fn))(__start, __result_len, __section); }
958 _RopeFunction* __f = (_RopeFunction*)__r; local
965 (*(__f->_M_fn))(__begin, __len, __buffer);
985 char __f = __o.fill(); local
989 __o.put(__f);
1097 _RopeFunction* __f = (_RopeFunction*)__r local
1351 _RopeFunction* __f = (_RopeFunction*)__r; local
    [all...]

Completed in 556 milliseconds

12 3