HomeSort by relevance Sort by last modified time
    Searched full:showbase (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
put_long_double_en_US.pass.cpp 92 { // zero, showbase
94 showbase(ios);
101 { // negative one, showbase
103 showbase(ios);
110 { // positive, showbase
112 showbase(ios);
119 { // negative, showbase
121 showbase(ios);
128 { // negative, showbase, left
130 showbase(ios)
    [all...]
put_long_double_fr_FR.pass.cpp 92 { // zero, showbase
94 showbase(ios);
101 { // negative one, showbase
103 showbase(ios);
110 { // positive, showbase
112 showbase(ios);
119 { // negative, showbase
121 showbase(ios);
128 { // negative, showbase, left
130 showbase(ios)
    [all...]
put_long_double_ru_RU.pass.cpp 92 { // zero, showbase
94 showbase(ios);
101 { // negative one, showbase
103 showbase(ios);
110 { // positive, showbase
112 showbase(ios);
119 { // negative, showbase
121 showbase(ios);
128 { // negative, showbase, left
130 showbase(ios)
    [all...]
put_long_double_zh_CN.pass.cpp 92 { // zero, showbase
94 showbase(ios);
101 { // negative one, showbase
103 showbase(ios);
110 { // positive, showbase
112 showbase(ios);
119 { // negative, showbase
121 showbase(ios);
128 { // negative, showbase, left
130 showbase(ios)
    [all...]
put_string_en_US.pass.cpp 92 { // zero, showbase
94 showbase(ios);
101 { // negative one, showbase
103 showbase(ios);
110 { // positive, showbase
112 showbase(ios);
119 { // negative, showbase
121 showbase(ios);
128 { // negative, showbase, left
130 showbase(ios)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
showbase.pass.cpp 14 // ios_base& showbase(ios_base& str);
26 std::ios_base& r = std::showbase(ios);
28 assert(ios.flags() & std::ios::showbase);
noshowbase.pass.cpp 26 std::showbase(ios);
29 assert(!(ios.flags() & std::ios::showbase));
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
get_long_double_en_US.pass.cpp 115 { // zero, showbase
126 { // zero, showbase
128 showbase(ios);
139 { // negative one, showbase
150 { // negative one, showbase
152 showbase(ios);
163 { // positive, showbase
174 { // positive, showbase
176 showbase(ios);
187 { // negative, showbase
    [all...]
get_long_double_zh_CN.pass.cpp 115 { // zero, showbase
126 { // zero, showbase
128 showbase(ios);
139 { // negative one, showbase
150 { // negative one, showbase
152 showbase(ios);
163 { // positive, showbase
174 { // positive, showbase
176 showbase(ios);
187 { // negative, showbase
    [all...]
get_long_double_fr_FR.pass.cpp 115 { // zero, showbase
117 showbase(ios);
127 { // zero, showbase
129 showbase(ios);
139 { // negative one, showbase
150 { // negative one, showbase
152 showbase(ios);
162 { // positive, showbase
173 { // positive, showbase
175 showbase(ios)
    [all...]
get_long_double_ru_RU.pass.cpp 115 { // zero, showbase
126 { // zero, showbase
128 showbase(ios);
139 { // negative one, showbase
150 { // negative one, showbase
152 showbase(ios);
163 { // positive, showbase
174 { // positive, showbase
176 showbase(ios);
187 { // negative, showbase
    [all...]
get_string_en_US.pass.cpp 115 { // zero, showbase
126 { // zero, showbase
128 showbase(ios);
139 { // negative one, showbase
150 { // negative one, showbase
152 showbase(ios);
163 { // positive, showbase
174 { // positive, showbase
176 showbase(ios);
187 { // negative, showbase
    [all...]
  /external/stlport/stlport/using/
ios 15 using _STLP_NEW_IO_NAMESPACE::showbase;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/ext.manip/
put_money.pass.cpp 57 showbase(os);
66 showbase(os);
75 showbase(os);
84 showbase(os);
  /ndk/sources/cxx-stl/stlport/stlport/using/
ios 15 using _STLP_NEW_IO_NAMESPACE::showbase;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
ios 15 using _STLP_NEW_IO_NAMESPACE::showbase;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
ios 15 using _STLP_NEW_IO_NAMESPACE::showbase;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
ios 15 using _STLP_NEW_IO_NAMESPACE::showbase;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
ios 15 using _STLP_NEW_IO_NAMESPACE::showbase;
  /external/stlport/test/unit/
limits_test.cpp 189 str << "val in hexa: " << showbase << hex << *((const unsigned int*)&val);
190 str << ", infinity in hexa: " << showbase << hex << *((const unsigned int*)&infinity);
195 str << "val in hexa: " << showbase << hex << *((const unsigned _STLP_LONG_LONG*)&val);
196 str << ", infinity in hexa: " << showbase << hex << *((const unsigned _STLP_LONG_LONG*)&infinity);
204 str << showbase << hex << setw(4) << setfill('0') << *((const unsigned short*)&val + i);
209 str << showbase << hex << setw(4) << setfill('0') << *((const unsigned short*)&infinity + i);
240 // str << "qnan " << qnan << ", in hexa: " << showbase << hex << *((unsigned int*)&qnan);
244 // str << "val " << val << ", in hexa: " << showbase << hex << *((unsigned int*)&val);
248 // str << "-qnan " << val << ", in hexa: " << showbase << hex << *((unsigned int*)&val);
num_put_get_test.cpp 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
672 //Even with showbase, 0 value gives "0" (see printf documentation)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0")
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
677 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ")
678 CHECK_COMPLETE(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01")
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0")
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0"
1030 s << hex << showbase << 0; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp 189 str << "val in hexa: " << showbase << hex << *((const unsigned int*)&val);
190 str << ", infinity in hexa: " << showbase << hex << *((const unsigned int*)&infinity);
195 str << "val in hexa: " << showbase << hex << *((const unsigned _STLP_LONG_LONG*)&val);
196 str << ", infinity in hexa: " << showbase << hex << *((const unsigned _STLP_LONG_LONG*)&infinity);
204 str << showbase << hex << setw(4) << setfill('0') << *((const unsigned short*)&val + i);
209 str << showbase << hex << setw(4) << setfill('0') << *((const unsigned short*)&infinity + i);
240 // str << "qnan " << qnan << ", in hexa: " << showbase << hex << *((unsigned int*)&qnan);
244 // str << "val " << val << ", in hexa: " << showbase << hex << *((unsigned int*)&val);
248 // str << "-qnan " << val << ", in hexa: " << showbase << hex << *((unsigned int*)&val);
num_put_get_test.cpp 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
672 //Even with showbase, 0 value gives "0" (see printf documentation)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0")
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
677 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ")
678 CHECK_COMPLETE(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01")
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0")
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0"
1030 s << hex << showbase << 0; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
limits_test.cpp 189 str << "val in hexa: " << showbase << hex << *((const unsigned int*)&val);
190 str << ", infinity in hexa: " << showbase << hex << *((const unsigned int*)&infinity);
195 str << "val in hexa: " << showbase << hex << *((const unsigned _STLP_LONG_LONG*)&val);
196 str << ", infinity in hexa: " << showbase << hex << *((const unsigned _STLP_LONG_LONG*)&infinity);
204 str << showbase << hex << setw(4) << setfill('0') << *((const unsigned short*)&val + i);
209 str << showbase << hex << setw(4) << setfill('0') << *((const unsigned short*)&infinity + i);
240 // str << "qnan " << qnan << ", in hexa: " << showbase << hex << *((unsigned int*)&qnan);
244 // str << "val " << val << ", in hexa: " << showbase << hex << *((unsigned int*)&val);
248 // str << "-qnan " << val << ", in hexa: " << showbase << hex << *((unsigned int*)&val);
num_put_get_test.cpp 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \
618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
672 //Even with showbase, 0 value gives "0" (see printf documentation)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0")
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
677 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, left, "01 ")
678 CHECK_COMPLETE(short, 1, oct, showbase, showpos, nouppercase, 6, internal, " 01")
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0")
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0"
1032 s << hex << showbase << 0; local
    [all...]

Completed in 399 milliseconds

1 2 3 4 5