HomeSort by relevance Sort by last modified time
    Searched full:fmtflags (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/libcxx/test/std/input.output/iostream.format/std.manip/
resetiosflags.pass.cpp 12 // T1 resetiosflags(ios_base::fmtflags mask);
setiosflags.pass.cpp 12 // T2 setiosflags (ios_base::fmtflags mask);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
resetiosflags.pass.cpp 12 // T1 resetiosflags(ios_base::fmtflags mask);
setiosflags.pass.cpp 12 // T2 setiosflags (ios_base::fmtflags mask);
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 399 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier);
489 ios_base::fmtflags flags,
552 ios_base::fmtflags flags,
615 static size_t __format_nan_or_inf(__iostring& buf, _FloatT x, ios_base::fmtflags flags) {
653 ios_base::fmtflags flags,
710 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier) {
749 static size_t __write_floatT(__iostring &buf, ios_base::fmtflags flags, int precision,
823 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision,
834 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision,
    [all...]
num_put.cpp 125 __write_integer(char* buf, ios_base::fmtflags flags, long x) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/
ios_state.hpp 36 typedef ::std::ios_base::fmtflags aspect_type;
347 state_type::fmtflags const a1_save_;
390 typename state_type::fmtflags const a1_save_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.tcc 384 const ios_base::fmtflags __basefield = __io.flags()
752 typedef ios_base::fmtflags fmtflags;
753 const fmtflags __fmt = __io.flags();
790 ios_base::fmtflags __flags, bool __dec)
856 const ios_base::fmtflags __flags = __io.flags();
865 const ios_base::fmtflags __basefield = __flags & ios_base::basefield;
1091 const ios_base::fmtflags __flags = __io.flags();
    [all...]
ostream.tcc 96 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield;
110 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.tcc 384 const ios_base::fmtflags __basefield = __io.flags()
752 typedef ios_base::fmtflags fmtflags;
753 const fmtflags __fmt = __io.flags();
790 ios_base::fmtflags __flags, bool __dec)
856 const ios_base::fmtflags __flags = __io.flags();
865 const ios_base::fmtflags __basefield = __flags & ios_base::basefield;
1091 const ios_base::fmtflags __flags = __io.flags();
    [all...]
ostream.tcc 96 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield;
110 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets.tcc 384 const ios_base::fmtflags __basefield = __io.flags()
752 typedef ios_base::fmtflags fmtflags;
753 const fmtflags __fmt = __io.flags();
790 ios_base::fmtflags __flags, bool __dec)
856 const ios_base::fmtflags __flags = __io.flags();
865 const ios_base::fmtflags __basefield = __flags & ios_base::basefield;
1091 const ios_base::fmtflags __flags = __io.flags();
    [all...]
ostream.tcc 96 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield;
110 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.tcc 384 const ios_base::fmtflags __basefield = __io.flags()
752 typedef ios_base::fmtflags fmtflags;
753 const fmtflags __fmt = __io.flags();
790 ios_base::fmtflags __flags, bool __dec)
856 const ios_base::fmtflags __flags = __io.flags();
865 const ios_base::fmtflags __basefield = __flags & ios_base::basefield;
1091 const ios_base::fmtflags __flags = __io.flags();
    [all...]
ostream.tcc 96 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield;
110 const ios_base::fmtflags __fmt = this->flags() & ios_base::basefield;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
progress.hpp 51 std::istream::fmtflags old_flags = m_os.setf( std::istream::fixed,
  /prebuilts/go/darwin-x86/src/fmt/
format.go 38 type fmtFlags struct {
64 fmtFlags
68 f.fmtFlags = fmtFlags{}
  /prebuilts/go/linux-x86/src/fmt/
format.go 38 type fmtFlags struct {
64 fmtFlags
68 f.fmtFlags = fmtFlags{}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
74 ios_base::fmtflags __basefield = __flags & ios_base::basefield;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set.tcc 229 const ios_base::fmtflags __flags = __io.flags();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set.tcc 229 const ios_base::fmtflags __flags = __io.flags();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
bool_set.tcc 229 const ios_base::fmtflags __flags = __io.flags();
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
bool_set.tcc 229 const ios_base::fmtflags __flags = __io.flags();
  /external/libweave/third_party/chromium/base/time/
time_unittest.cc 810 std::ios_base::fmtflags flags_before = oss.flags();
827 std::ios_base::fmtflags flags_before = oss.flags();
856 std::ios_base::fmtflags flags_before = oss.flags();

Completed in 455 milliseconds

1 23 4 5