HomeSort by relevance Sort by last modified time
    Searched refs:showpoint (Results 1 - 24 of 24) sorted by null

  /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
noshowpoint.pass.cpp 26 std::showpoint(ios);
29 assert(!(ios.flags() & std::ios::showpoint));
showpoint.pass.cpp 14 // ios_base& showpoint(ios_base& str);
26 std::ios_base& r = std::showpoint(ios);
28 assert(ios.flags() & std::ios::showpoint);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
noshowpoint.pass.cpp 26 std::showpoint(ios);
29 assert(!(ios.flags() & std::ios::showpoint));
showpoint.pass.cpp 14 // ios_base& showpoint(ios_base& str);
26 std::ios_base& r = std::showpoint(ios);
28 assert(ios.flags() & std::ios::showpoint);
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 24 // static const fmtflags showpoint;
48 assert(std::ios_base::showpoint);
66 & std::ios_base::showpoint
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 24 // static const fmtflags showpoint;
48 assert(std::ios_base::showpoint);
66 & std::ios_base::showpoint
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp 86 ios2.flags(std::ios::showpoint | std::ios::uppercase);
111 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
copyfmt.pass.cpp 138 ios2.flags(std::ios::showpoint | std::ios::uppercase);
173 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
swap.pass.cpp 98 ios2.flags(std::ios::showpoint | std::ios::uppercase);
123 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp 86 ios2.flags(std::ios::showpoint | std::ios::uppercase);
111 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
copyfmt.pass.cpp 138 ios2.flags(std::ios::showpoint | std::ios::uppercase);
173 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
swap.pass.cpp 98 ios2.flags(std::ios::showpoint | std::ios::uppercase);
123 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
  /external/swiftshader/src/OpenGL/compiler/
InfoSink.h 84 stream << std::showpoint << std::fixed << f;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 246 * - showpoint
294 static const fmtflags showpoint = _S_showpoint; member in class:ios_base
825 /// Calls base.setf(ios_base::showpoint).
827 showpoint(ios_base& __base) function
829 __base.setf(ios_base::showpoint);
833 /// Calls base.unsetf(ios_base::showpoint).
837 __base.unsetf(ios_base::showpoint);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 246 * - showpoint
294 static const fmtflags showpoint = _S_showpoint; member in class:ios_base
825 /// Calls base.setf(ios_base::showpoint).
827 showpoint(ios_base& __base) function
829 __base.setf(ios_base::showpoint);
833 /// Calls base.unsetf(ios_base::showpoint).
837 __base.unsetf(ios_base::showpoint);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 55 static const fmtflags showpoint ;
  /external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_double.pass.cpp 137 showpoint(ios);
282 showpoint(ios);
430 showpoint(ios);
575 showpoint(ios);
    [all...]
put_long_double.pass.cpp 142 showpoint(ios);
287 showpoint(ios);
435 showpoint(ios);
580 showpoint(ios);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_double.pass.cpp 137 showpoint(ios);
282 showpoint(ios);
430 showpoint(ios);
575 showpoint(ios);
    [all...]
put_long_double.pass.cpp 142 showpoint(ios);
287 showpoint(ios);
435 showpoint(ios);
580 showpoint(ios);
    [all...]
  /external/libcxx/src/
ios.cpp 104 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
locale.cpp     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
ios.cpp 107 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
locale.cpp     [all...]

Completed in 229 milliseconds