Home
last modified time | relevance | path

Searched refs:__dir (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_num_put.c51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; in __copy_float_and_fill() local
53 if (__dir == ios_base::left) { in __copy_float_and_fill()
57 else if (__dir == ios_base::internal && __first != __last && in __copy_float_and_fill()
161 ios_base::fmtflags __dir = __flg & ios_base::adjustfield; in __copy_integer_and_fill() local
163 if (__dir == ios_base::left) { in __copy_integer_and_fill()
167 else if (__dir == ios_base::internal && __len != 0 && in __copy_integer_and_fill()
173 else if (__dir == ios_base::internal && __len >= 2 && in __copy_integer_and_fill()
396 ios_base::fmtflags __dir = __f.flags() & ios_base::adjustfield; in __do_put_bool() local
398 if (__dir == ios_base::left) { in __do_put_bool()
D_strstream.h78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_ostream.h156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { in seekp() argument
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out); in seekp()
D_sstream.c301 ios_base::seekdir __dir, in seekoff() argument
315 switch(__dir) { in seekoff()
D_sstream.h90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_fstream.h69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
D_istream.c518 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) { in seekg() argument
523 __buf->pubseekoff(__off, __dir, ios_base::in); in seekg()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dostream206 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir);
1006 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir)
1011 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::out) == pos_type(-1))
Distream243 basic_istream& seekg(off_type __off, ios_base::seekdir __dir);
1388 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir)
1397 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::in) == pos_type(-1))
/ndk/build/core/
Ddefinitions.mk1870 $(foreach __dir,$(__ndk_import_dirs),\
1871 $(info -- $(__dir))\