/external/stlport/src/ |
D | _stdio_file.h | 41 inline int _FILE_fd(const FILE *__f) { in _FILE_fd() argument 52 if (__f == _getstdfilex(__fd)) in _FILE_fd() 57 return (int)::_fileno((FILE*)__f); in _FILE_fd() 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; } 80 inline int _FILE_fd(const FILE *__f) { return __f->fd; } 91 inline int _FILE_fd(const FILE *__f) { return ::fileno(__CONST_CAST(FILE*, __f)); } 93 inline int _FILE_fd(const FILE *__f) { return ::_fileno(__CONST_CAST(FILE*, __f)); } [all …]
|
D | stdio_streambuf.h | 75 stdio_istreambuf(FILE* __f) : stdio_streambuf_base(__f) {} in stdio_istreambuf() argument 87 stdio_ostreambuf(FILE* __f) : stdio_streambuf_base(__f) {} in stdio_ostreambuf() argument
|
/external/stlport/stlport/stl/ |
D | _hash_map.h | 105 hash_map(_InputIterator __f, _InputIterator __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 107 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 111 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 113 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 116 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 119 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 122 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 129 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _num_put.h | 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() argument 62 return do_put(__s, __f, __fill, __val); in put() 65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() argument 67 return do_put(__s, __f, __fill, __val); in put() 70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() argument 72 return do_put(__s, __f, __fill, __val); in put() 76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() argument 78 return do_put(__s, __f, __fill, __val); in put() 81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() argument 83 return do_put(__s, __f, __fill, __val); in put() [all …]
|
D | _function_adaptors.h | 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} in _Mem_fun0_ptr() argument 81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} in _Mem_fun1_ptr() argument 94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun0_ptr() argument 107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun1_ptr() argument 121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {} in _Mem_fun0_ref() argument 134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {} in _Mem_fun1_ref() argument 147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun0_ref() argument 160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {} in _Const_mem_fun1_ref() argument 192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {} in _Ptr_fun1_base() argument 205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {} in _Ptr_fun2_base() argument [all …]
|
D | _hash_set.h | 107 hash_set(_InputIterator __f, _InputIterator __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 109 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 111 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 113 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 115 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 118 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 120 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 124 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 127 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 130 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _num_put.c | 75 ios_base& __f, wchar_t __fill, in __put_float() argument 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __put_float() 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); in __put_float() 97 ios_base& __f, char __fill, in __put_float() argument 110 __f.flags(), __f.width(0), __fill, '+', '-'); in __put_float() 115 __do_put_float(_OutputIter __s, ios_base& __f, in __do_put_float() argument 119 size_t __group_pos = __write_float(__buf, __f.flags(), (int)__f.precision(), __x); in __do_put_float() 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); in __do_put_float() 122 return __put_float(__buf, __s, __f, __fill, in __do_put_float() 131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __… in __get_money_digits_aux() argument [all …]
|
D | _string_workaround.h | 82 basic_string(_InputIterator __f, _InputIterator __l, in basic_string() argument 86 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 90 basic_string(_InputIterator __f, _InputIterator __l) in basic_string() argument 93 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 114 void _M_range_initialize(_InputIter __f, _InputIter __l, in _M_range_initialize() argument 118 _M_appendT(__f, __l, __tag); in _M_range_initialize() 122 void _M_range_initialize(_ForwardIter __f, _ForwardIter __l, in _M_range_initialize() argument 124 difference_type __n = _STLP_STD::distance(__f, __l); in _M_range_initialize() 126 this->_M_finish = uninitialized_copy(__f, __l, this->_M_Start()); in _M_range_initialize() 131 void _M_range_initializeT(_InputIter __f, _InputIter __l) { in _M_range_initializeT() argument [all …]
|
D | _iomanip.h | 38 _Ios_Manip_1(__f_ptr_type __f, const _Arg& __arg) in _Ios_Manip_1() 39 : _M_f(__f), _M_arg(__arg) {} in _Ios_Manip_1() 54 _Ios_Setf_Manip(ios_base::fmtflags __f) in _Ios_Setf_Manip() 55 : _M_flag(__f), _M_mask(0), _M_two_args(false) {} in _Ios_Setf_Manip() 57 _Ios_Setf_Manip(ios_base::fmtflags __f, ios_base::fmtflags __m) in _Ios_Setf_Manip() 58 : _M_flag(__f), _M_mask(__m), _M_two_args(true) {} in _Ios_Setf_Manip() 73 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) { 74 __f(__istr); 81 const _STLP_PRIV _Ios_Manip_1<_Arg>& __f) { 82 __f(__os); [all …]
|
D | _hashtable.h | 425 void insert_unique(_InputIterator __f, _InputIterator __l) 426 { insert_unique(__f, __l, _STLP_ITERATOR_CATEGORY(__f, _InputIterator)); } 429 void insert_equal(_InputIterator __f, _InputIterator __l) 430 { insert_equal(__f, __l, _STLP_ITERATOR_CATEGORY(__f, _InputIterator)); } 433 void insert_unique(_InputIterator __f, _InputIterator __l, 435 for ( ; __f != __l; ++__f) 436 insert_unique(*__f); 440 void insert_equal(_InputIterator __f, _InputIterator __l, 442 for ( ; __f != __l; ++__f) 443 insert_equal(*__f); [all …]
|
D | _string.h | 261 basic_string(_InputIterator __f, _InputIterator __l, in basic_string() argument 265 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 269 basic_string(_InputIterator __f, _InputIterator __l) in basic_string() argument 272 _M_initialize_dispatch(__f, __l, _Integral()); in basic_string() 277 basic_string(const _CharT* __f, const _CharT* __l, in basic_string() argument 280 _STLP_FIX_LITERAL_BUG(__f) _STLP_FIX_LITERAL_BUG(__l) in basic_string() 281 _M_range_initialize(__f, __l); in basic_string() 284 basic_string(const _CharT* __f, const _CharT* __l) in basic_string() argument 286 _STLP_FIX_LITERAL_BUG(__f) _STLP_FIX_LITERAL_BUG(__l) in basic_string() 287 _M_range_initialize(__f, __l); in basic_string() [all …]
|
D | _unordered_set.h | 89 unordered_set(_InputIterator __f, _InputIterator __l, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 94 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 96 unordered_set(const value_type* __f, const value_type* __l, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 101 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 103 unordered_set(const_iterator __f, const_iterator __l, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 108 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 133 void insert(_InputIterator __f, _InputIterator __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 135 void insert(const_iterator __f, const_iterator __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 136 {_M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 137 void insert(const value_type* __f, const value_type* __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _unordered_map.h | 95 unordered_map(_InputIterator __f, _InputIterator __l, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 100 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 102 unordered_map(const value_type* __f, const value_type* __l, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 107 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 109 unordered_map(const_iterator __f, const_iterator __l, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 114 { _M_ht.insert_unique(__f, __l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 139 void insert(_InputIterator __f, _InputIterator __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 141 void insert(const value_type* __f, const value_type* __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 142 { _M_ht.insert_unique(__f,__l); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 143 void insert(const_iterator __f, const_iterator __l) in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _cmath.h | 536 template<typename _Tp> inline int __capture_isfinite(_Tp __f) { return isfinite(__f); } 537 template<typename _Tp> inline int __capture_isinf(_Tp __f) { return isinf(__f); } 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } 539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); } 546 template<typename _Tp> inline int isfinite(_Tp __f) { return __capture_isfinite(__f); } in isfinite() argument 547 template<typename _Tp> inline int isinf(_Tp __f) { return __capture_isinf(__f); } in isinf() argument 548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); } in isnan() argument 549 template<typename _Tp> inline int signbit(_Tp __f) { return __capture_signbit(__f); } in signbit() argument
|
D | _string.c | 64 _Not_within_traits(const _CharT* __f, const _CharT* __l) in _Not_within_traits() 65 : _M_first(__f), _M_last(__l) {} in _Not_within_traits() 242 basic_string<_CharT,_Traits,_Alloc>::_M_assign(const _CharT* __f, const _CharT* __l) { in _M_assign() argument 243 ptrdiff_t __n = __l - __f; in _M_assign() 245 _Traits::copy(this->_M_Start(), __f, __n); in _M_assign() 249 _Traits::copy(this->_M_Start(), __f, size()); in _M_assign() 250 _M_append(__f + size(), __l); in _M_assign() 390 const _CharT* __f, const _CharT* __l, in _M_replace() argument 392 const ptrdiff_t __n = __l - __f; in _M_replace() 395 if (!__self_ref || __l < __first || __f >= __last) in _M_replace() [all …]
|
D | _locale.h | 125 locale(const locale& __loc, _Facet* __f) { in locale() argument 126 if ( __f != 0 ) { in locale() 128 _STLP_PRIV _InsertFacet(*this, __f); in locale() 197 void _M_insert(facet* __f, id& __id); 227 locale(const locale& __loc, _Facet* __f) in locale() argument 228 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) { in locale() 229 if ( __f != 0 ) { in locale() 230 _STLP_PRIV _InsertFacet(*this, __f); in locale()
|
D | concept_checks.h | 271 static _Ret __generator_requirement_violation(_Func& __f) { 272 return __f(); 278 static void __generator_requirement_violation(_Func& __f) { 279 __f(); 287 __unary_function_requirement_violation(_Func& __f, 289 return __f(__arg); 296 __unary_function_requirement_violation(_Func& __f, 298 __f(__arg); 305 __binary_function_requirement_violation(_Func& __f, 308 return __f(__first, __second); [all …]
|
D | _istream.h | 96 _Self& operator>> (__istream_fn __f) { return __f(*this); } 97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; } 98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; }
|
D | _time_facets.c | 402 time_put<_Ch,_OutputIter>::put(_OutputIter __s, ios_base& __f, _Ch __fill, in put() argument 405 const ctype<_Ch>& _Ct = use_facet<ctype<_Ch> >(__f.getloc()); in put() 416 __s = do_put(__s, __f, __fill, __tmb, __c, __mod); in put() 426 time_put<_Ch,_OutputIter>::do_put(_OutputIter __s, ios_base& __f, _Ch /* __fill */, in do_put() argument 429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); in do_put()
|
D | _rope.c | 339 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, this); in _M_free_tree() local 340 _STLP_STD::_Destroy(__f); in _M_free_tree() 342 _RopeFunction).deallocate(__f, 1); in _M_free_tree() 692 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __base); in _S_substring() local 699 (*(__f->_M_fn))(__start, __result_len, __section); in _S_substring() 824 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); in _S_apply_to_pieces() local 829 (*(__f->_M_fn))(__begin, __len, __buffer); in _S_apply_to_pieces() 846 char __f = __o.fill(); in _Rope_fill() local 847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f); in _Rope_fill() 939 _RopeFunction* __f = __STATIC_CAST(_RopeFunction*, __r); in _S_flatten() local [all …]
|
D | _time_facets.h | 256 _OutIt put(iter_type __s, ios_base& __f, _Ch __fill, 260 _OutIt put(iter_type __s, ios_base& __f, _Ch __fill, 262 { return do_put(__s, __f, __fill, __tmb, __format, __modifier); } 274 virtual iter_type do_put(iter_type __s, ios_base& __f,
|
/external/stlport/stlport/stl/debug/ |
D | _string.h | 82 void _Invalidate_iterators(const iterator& __f, const iterator& __l) in _Invalidate_iterators() argument 83 { _STLP_PRIV __invalidate_range(&_M_iter_list, __f, __l); } in _Invalidate_iterators() 133 basic_string(const _CharT* __f, const _CharT* __l, 135 : _ConstructCheck(__f, __l), in _ConstructCheck() argument 136 _M_non_dbg_impl(__f, __l, __a), _M_iter_list(&_M_non_dbg_impl) { in _ConstructCheck() 138 basic_string(const_iterator __f, const_iterator __l, 140 : _ConstructCheck(__f, __l), in _ConstructCheck() argument 141 _M_non_dbg_impl(__f._M_iterator, __l._M_iterator, __a), _M_iter_list(&_M_non_dbg_impl) { in _ConstructCheck() 145 basic_string(_InputIterator __f, _InputIterator __l, in basic_string() argument 147 : _ConstructCheck(__f, __l), in basic_string() [all …]
|
D | _hashtable.h | 227 void insert_unique(_InputIterator __f, _InputIterator __l) { in insert_unique() argument 228 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__f, __l)) in insert_unique() 229 _M_non_dbg_impl.insert_unique(_STLP_PRIV _Non_Dbg_iter(__f), _STLP_PRIV _Non_Dbg_iter(__l)); in insert_unique() 233 void insert_equal(_InputIterator __f, _InputIterator __l){ in insert_equal() argument 234 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__f, __l)) in insert_equal() 235 _M_non_dbg_impl.insert_equal(_STLP_PRIV _Non_Dbg_iter(__f), _STLP_PRIV _Non_Dbg_iter(__l)); in insert_equal() 239 void insert_unique(const value_type* __f, const value_type* __l) { in insert_unique() argument 240 _STLP_DEBUG_CHECK(_STLP_PRIV __check_ptr_range(__f, __l)) in insert_unique() 241 _M_non_dbg_impl.insert_unique(__f, __l); in insert_unique() 244 void insert_equal(const value_type* __f, const value_type* __l) { in insert_equal() argument [all …]
|
D | _iterator.h | 388 __construct_checker(const _InputIter& __f, const _InputIter& __l) { in __construct_checker() argument 390 _M_check_dispatch(__f, __l, _Integral()); in __construct_checker() 397 …void _M_check_dispatch(const _InputIter& __f, const _InputIter& __l, const __false_type& /*IsInteg… in _M_check_dispatch() argument 398 _STLP_DEBUG_CHECK(__check_range(__f,__l)) in _M_check_dispatch() 403 __construct_checker(const value_type* __f, const value_type* __l) { in __construct_checker() argument 404 _STLP_DEBUG_CHECK(__check_ptr_range(__f,__l)) in __construct_checker() 408 __construct_checker(const _IteType& __f, const _IteType& __l) { in __construct_checker() argument 409 _STLP_DEBUG_CHECK(__check_range(__f,__l)) in __construct_checker()
|
D | _debug.c | 408 __stl_debug_engine<_Dummy>::_IndexedError(int __error_ind, const char* __f, int __l) { in _IndexedError() argument 410 __f, __l, _Message_table[__error_ind]); in _IndexedError() 415 __stl_debug_engine<_Dummy>::_VerboseAssert(const char* __expr, int __error_ind, const char* __f, in… in _VerboseAssert() argument 417 __f, __l, _Message_table[__error_ind], __f, __l, __expr); in _VerboseAssert() 423 __stl_debug_engine<_Dummy>::_Assert(const char* __expr, const char* __f, int __l) { in _Assert() argument 424 __stl_debug_message(_Message_table[_StlFormat_ASSERTION_FAILURE],__f, __l, __expr); in _Assert()
|