HomeSort by relevance Sort by last modified time
    Searched refs:__f (Results 1 - 25 of 417) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/src/
_stdio_file.h 41 inline int _FILE_fd(const FILE *__f) {
52 if (__f == _getstdfilex(__fd))
57 return (int)::_fileno((FILE*)__f);
62 inline int _FILE_fd(const FILE *__f) { return __f->__file; }
66 inline int _FILE_fd(const FILE *__f) { return (int) __f->__pad[2]; }
72 inline int _FILE_fd(const FILE *__f) { return fileno(__CONST_CAST(FILE*, __f)); }
76 inline int _FILE_fd(const FILE *__f) { return __f->_fileno;
    [all...]
stdio_streambuf.h 75 stdio_istreambuf(FILE* __f) : stdio_streambuf_base(__f) {}
87 stdio_ostreambuf(FILE* __f) : stdio_streambuf_base(__f) {}
  /ndk/sources/cxx-stl/stlport/src/
_stdio_file.h 41 inline int _FILE_fd(const FILE *__f) {
52 if (__f == _getstdfilex(__fd))
57 return (int)::_fileno((FILE*)__f);
62 inline int _FILE_fd(const FILE *__f) { return __f->__file; }
66 inline int _FILE_fd(const FILE *__f) { return (int) __f->__pad[2]; }
72 inline int _FILE_fd(const FILE *__f) { return fileno(__CONST_CAST(FILE*, __f)); }
76 inline int _FILE_fd(const FILE *__f) { return __f->_fileno;
    [all...]
stdio_streambuf.h 75 stdio_istreambuf(FILE* __f) : stdio_streambuf_base(__f) {}
87 stdio_ostreambuf(FILE* __f) : stdio_streambuf_base(__f) {}
  /external/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
62 return do_put(__s, __f, __fill, __val);
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
67 return do_put(__s, __f, __fill, __val);
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
72 return do_put(__s, __f, __fill, __val);
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
78 return do_put(__s, __f, __fill, __val);
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
83 return do_put(__s, __f, __fill, __val)
    [all...]
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
    [all...]
_num_put.c 75 ios_base& __f, wchar_t __fill,
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
97 ios_base& __f, char __fill,
110 __f.flags(), __f.width(0), __fill, '+', '-');
115 __do_put_float(_OutputIter __s, ios_base& __f,
119 size_t __group_pos = __write_float(__buf, __f.flags(), (int)__f.precision(), __x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
62 return do_put(__s, __f, __fill, __val);
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
67 return do_put(__s, __f, __fill, __val);
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
72 return do_put(__s, __f, __fill, __val);
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
78 return do_put(__s, __f, __fill, __val);
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
83 return do_put(__s, __f, __fill, __val)
    [all...]
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
    [all...]
_num_put.c 75 ios_base& __f, wchar_t __fill,
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
97 ios_base& __f, char __fill,
110 __f.flags(), __f.width(0), __fill, '+', '-');
115 __do_put_float(_OutputIter __s, ios_base& __f,
119 size_t __group_pos = __write_float(__buf, __f.flags(), (int)__f.precision(), __x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
62 return do_put(__s, __f, __fill, __val);
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
67 return do_put(__s, __f, __fill, __val);
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
72 return do_put(__s, __f, __fill, __val);
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
78 return do_put(__s, __f, __fill, __val);
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
83 return do_put(__s, __f, __fill, __val)
    [all...]
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
62 return do_put(__s, __f, __fill, __val);
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
67 return do_put(__s, __f, __fill, __val);
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
72 return do_put(__s, __f, __fill, __val);
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
78 return do_put(__s, __f, __fill, __val);
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
83 return do_put(__s, __f, __fill, __val)
    [all...]
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
62 return do_put(__s, __f, __fill, __val);
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
67 return do_put(__s, __f, __fill, __val);
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
72 return do_put(__s, __f, __fill, __val);
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
78 return do_put(__s, __f, __fill, __val);
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
83 return do_put(__s, __f, __fill, __val)
    [all...]
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg)
39 : _M_f(__f), _M_arg(__arg) {}
54 _Ios_Setf_Manip(ios_base::fmtflags __f)
55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {}
57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m)
58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {}
73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
74 __f(__istr);
81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) {
82 __f(__os)
120 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::precision; local
126 _STLP_PRIV _Ios_Manip_1<streamsize>::__f_ptr_type __f = &ios_base::width; local
    [all...]
_num_put.h 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
62 return do_put(__s, __f, __fill, __val);
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
67 return do_put(__s, __f, __fill, __val);
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
72 return do_put(__s, __f, __fill, __val);
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
78 return do_put(__s, __f, __fill, __val);
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
83 return do_put(__s, __f, __fill, __val)
    [all...]
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
    [all...]
  /external/clang/test/SemaTemplate/
unresolved-construct.cpp 9 explicit A(_F&& __f);

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 91011>>