Searched refs:setbase (Results 1 - 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
H A Dsetbase.pass.cpp12 // T3 setbase(int base);
29 is >> std::setbase(8);
31 is >> std::setbase(10);
33 is >> std::setbase(16);
35 is >> std::setbase(15);
41 os << std::setbase(8);
43 os << std::setbase(10);
45 os << std::setbase(16);
47 os << std::setbase(15);
53 is >> std::setbase(
[all...]
/ndk/sources/cxx-stl/stlport/stlport/
H A Diomanip.h34 using _STLP_STD::setbase;
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_iomanip.h110 inline _STLP_PRIV _Ios_Setf_Manip _STLP_CALL setbase(int __n) { function
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest.cc2000 message << "SEH exception with code 0x" << std::setbase(16) <<
2001 exception_code << std::setbase(10) << " thrown in " << location << ".";
/ndk/tests/device/test-libc++-shared-full/jni/
H A DAndroid.mk1634 $(call gen-test, input.output/iostream.format/std.manip/setbase)
/ndk/tests/device/test-libc++-static-full/jni/
H A DAndroid.mk1625 $(call gen-test, input.output/iostream.format/std.manip/setbase)

Completed in 198 milliseconds