Searched refs:os (Results 1 - 25 of 269) sorted by relevance

1234567891011

/haiku-buildtools/gcc/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/haiku-buildtools/binutils/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A Dhexfloat.cc43 ostringstream os; local
46 cout << os.precision() << endl;
48 os << hexfloat << setprecision(1);
49 os << d;
51 cout << "got: " << os.str() << endl;
53 VERIFY( os && std::stod(os.str()) == d );
54 VERIFY( os.str().substr(0, 2) == "0x" );
55 VERIFY( os.str().find('p') != std::string::npos );
57 os
102 ostringstream os; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/
H A D3955.cc28 std::ostringstream os ("foo");
29 os << "bar";
31 VERIFY( os.str() == "bar" );
H A D3.cc27 std::ostringstream os ("foo", std::ios_base::app);
28 os << "bar";
30 VERIFY( os.str() == "foobar" );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/
H A D3955.cc28 std::wostringstream os (L"foo");
29 os << L"bar";
31 VERIFY( os.str() == L"bar" );
H A D3.cc27 std::wostringstream os (L"foo", std::ios_base::app);
28 os << L"bar";
30 VERIFY( os.str() == L"foobar" );
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Drecurse1.C14 ostream os; local
15 (os.foo(1)).foo(2);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/
H A D2.cc41 ostream_type os; local
43 os.imbue(loc);
44 os.setf(ios_base::boolalpha);
45 os.exceptions(ios_base::badbit);
51 os << true;
62 os.clear();
63 os.imbue(loc2);
67 os << true;
78 os.clear();
79 os
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/put/wchar_t/
H A D1.cc44 std::wostream os(&buf);
46 VERIFY( os.good() );
48 os.put(L'a');
50 VERIFY( os.rdstate() == std::ios_base::badbit );
52 os.clear();
53 os.exceptions(std::ios_base::badbit);
57 os.put(L'b');
62 VERIFY( os.rdstate() == std::ios_base::badbit );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/put/char/
H A D1.cc46 std::ostream os(&buf);
48 VERIFY( os.good() );
50 os.put('a');
52 VERIFY( os.rdstate() == std::ios_base::badbit );
54 os.clear();
55 os.exceptions(std::ios_base::badbit);
59 os.put('b');
64 VERIFY( os.rdstate() == std::ios_base::badbit );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/write/wchar_t/
H A D1.cc45 std::wostream os(&buf);
47 VERIFY( os.good() );
49 os.write(L"a", 1);
51 VERIFY( os.rdstate() == std::ios_base::badbit );
53 os.clear();
54 os.exceptions(std::ios_base::badbit);
58 os.write(L"b", 1);
63 VERIFY( os.rdstate() == std::ios_base::badbit );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/write/char/
H A D1.cc47 std::ostream os(&buf);
49 VERIFY( os.good() );
51 os.write("a", 1);
53 VERIFY( os.rdstate() == std::ios_base::badbit );
55 os.clear();
56 os.exceptions(std::ios_base::badbit);
60 os.write("b", 1);
65 VERIFY( os.rdstate() == std::ios_base::badbit );
/haiku-buildtools/legacy/gcc/
H A Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os
[all...]
/haiku-buildtools/autoconf/build-aux/
H A Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D9555-oo.cc34 std::ostream os(&b);
35 os.exceptions(std::ios::badbit);
39 os << arg;
44 VERIFY( os.bad() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D9555-oo.cc34 std::wostream os(&b);
35 os.exceptions(std::wios::badbit);
39 os << arg;
44 VERIFY( os.bad() );
/haiku-buildtools/legacy/binutils/
H A Dconfig.sub125 os=-$maybe_os
131 then os=`echo $1 | sed 's/.*-/-/'`
132 else os=; fi
140 case $os in
141 -sun*os*)
151 os=
155 os=
161 os=-vxworks
165 os=-chorusos
169 os
[all...]
/haiku-buildtools/libtool/
H A Dconfig.sub124 os=-$maybe_os
130 then os=`echo $1 | sed 's/.*-/-/'`
131 else os=; fi
139 case $os in
140 -sun*os*)
150 os=
154 os=
160 os=-vxworks
164 os=-chorusos
168 os
[all...]
/haiku-buildtools/libtool/libltdl/
H A Dconfig.sub124 os=-$maybe_os
130 then os=`echo $1 | sed 's/.*-/-/'`
131 else os=; fi
139 case $os in
140 -sun*os*)
150 os=
154 os=
160 os=-vxworks
164 os=-chorusos
168 os
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload23.C19 ostream& operator<< (ostream& os, const X& x);
25 ostream os; local
26 os << x; // { dg-bogus "" } converting to float
H A Dtemplate24.C12 std::ostream & operator<< (std::ostream & os, A<T> & a) argument
14 os << a.t;
15 return os;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug107.go8 import os "os"
9 type _ os.FileInfo
10 func f() (os int) {
11 // In the next line "os" should refer to the result variable, not
13 v := os.Open("", 0, 0); // ERROR "undefined"
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Duninit-20.c4 struct os { struct o *o; }; struct
5 struct o { struct o *next; struct os *se; };
7 struct os *s;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Diop.C18 struct os struct
28 two operator<<(os&, const A&);
32 os o;
33 sa<sizeof(o << 1) == 1 * sizeof(long)> t1; // Calls os::operator<<(int)

Completed in 204 milliseconds

1234567891011