/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/std.manip/ |
setprecision.pass.cpp | 18 struct testbuf struct in inherits:std::basic_streambuf 21 testbuf() {} function in struct:testbuf 27 testbuf<char> sb; 33 testbuf<char> sb; 39 testbuf<wchar_t> sb; 45 testbuf<wchar_t> sb;
|
setw.pass.cpp | 18 struct testbuf struct in inherits:std::basic_streambuf 21 testbuf() {} function in struct:testbuf 27 testbuf<char> sb; 33 testbuf<char> sb; 39 testbuf<wchar_t> sb; 45 testbuf<wchar_t> sb;
|
setfill.pass.cpp | 18 struct testbuf struct in inherits:std::basic_streambuf 21 testbuf() {} function in struct:testbuf 27 testbuf<char> sb; 33 testbuf<wchar_t> sb;
|
resetiosflags.pass.cpp | 18 struct testbuf struct in inherits:std::basic_streambuf 21 testbuf() {} function in struct:testbuf 27 testbuf<char> sb; 34 testbuf<char> sb; 41 testbuf<wchar_t> sb; 48 testbuf<wchar_t> sb;
|
setiosflags.pass.cpp | 18 struct testbuf struct in inherits:std::basic_streambuf 21 testbuf() {} function in struct:testbuf 27 testbuf<char> sb; 34 testbuf<char> sb; 41 testbuf<wchar_t> sb; 48 testbuf<wchar_t> sb;
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/ext.manip/ |
get_money.pass.cpp | 20 struct testbuf struct in inherits:std::basic_streambuf 29 testbuf() {} function in struct:testbuf 30 testbuf(const string_type& str) function in struct:testbuf 42 testbuf<char> sb(" -$1,234,567.89"); 50 testbuf<char> sb(" -USD 1,234,567.89"); 58 testbuf<wchar_t> sb(L" -$1,234,567.89"); 66 testbuf<wchar_t> sb(L" -USD 1,234,567.89");
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldPipedWriterTest.java | 75 char[] testBuf; 99 pw.write(testBuf); 143 pw.write(testBuf); 163 pw.write(testBuf); 173 pw.write(testBuf, 0, 5); 182 pw.write(testBuf, -1, 1); 189 pw.write(testBuf, 0, -1); 196 pw.write(testBuf, 5, testString.length()); 207 pw.write(testBuf, 0, testLength); 211 Arrays.equals( testBuf, reader.buf)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/ |
bool.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 1 "); 71 testbuf<wchar_t> sb(L" 1 ");
|
double.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" -123.5 ");
|
float.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" -123.5 ");
|
int.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" -1234567890123456 ");
|
long.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" -123 ");
|
long_double.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" -123.5 ");
|
long_long.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" -123 ");
|
pointer.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 1 "); 71 testbuf<wchar_t> sb(L" 1 ");
|
short.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" -1234567890 ");
|
unsigned_int.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" 123 ");
|
unsigned_long.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" 123 ");
|
unsigned_long_long.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" 123 ");
|
unsigned_short.pass.cpp | 21 struct testbuf struct in inherits:std::basic_streambuf 30 testbuf() {} function in struct:testbuf 31 testbuf(const string_type& str) function in struct:testbuf 53 testbuf<char> sb("0"); 62 testbuf<char> sb(" 123 "); 71 testbuf<wchar_t> sb(L" 123 ");
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
chart.pass.cpp | 19 struct testbuf struct in inherits:std::basic_streambuf 28 testbuf() {} function in struct:testbuf 29 testbuf(const string_type& str) function in struct:testbuf 45 testbuf<char> sb(" "); 54 testbuf<char> sb(" abcdefghijk "); 71 testbuf<wchar_t> sb(L" abc");
|
signed_char.pass.cpp | 19 struct testbuf struct in inherits:std::basic_streambuf 28 testbuf() {} function in struct:testbuf 29 testbuf(const string_type& str) function in struct:testbuf 45 testbuf<char> sb(" "); 54 testbuf<char> sb(" abcdefghijk ");
|
streambuf.pass.cpp | 21 class testbuf class in inherits:std::basic_streambuf 27 testbuf() function in class:testbuf 30 testbuf(const std::basic_string<CharT>& str) function in class:testbuf 62 testbuf<char> sb("testing..."); 64 testbuf<char> sb2;
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
bool.pass.cpp | 21 class testbuf class in inherits:std::basic_streambuf 27 testbuf() function in class:testbuf 62 testbuf<char> sb; 69 testbuf<char> sb; 76 testbuf<char> sb; 84 testbuf<char> sb;
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.manip/ |
flush.pass.cpp | 24 class testbuf class in inherits:std::basic_streambuf 28 testbuf() function in class:testbuf 45 testbuf<char> sb; 52 testbuf<wchar_t> sb;
|