HomeSort by: relevance | last modified time | path
    Searched refs:endl (Results 1 - 10 of 10) sorted by relevancy

  /src/common/dist/zlib/contrib/iostream/
test.cpp 12 os << "Hello, Mommy" << endl;
15 os << "hello, hello, hi, ho!" << endl;
18 << "I'm compressing again" << endl;
  /src/common/dist/zlib/contrib/iostream2/
zstream_test.cpp 17 cout << x << endl << y << endl << z << endl;
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
21 out << z << endl << y << endl << x << endl;
22 out << 1.1234567890123456789 << endl;
    [all...]
  /src/games/dab/
test.cc 48 std::cout << "x=" << x << std::endl;
  /src/tests/lib/libstdc++/
h_cin_nosync.cc 38 std::cout << std::cin.gcount() << std::endl;
  /src/common/dist/zlib/contrib/iostream3/
test.cc 19 << 1.3 << "\nPlan " << 9 << std::endl;
23 << 1.3 << "\nPlan " << 9 << std::endl;
36 << 1.3 << "\nPlan " << 9 << std::endl;
  /src/tests/usr.bin/c++/
t_static_destructor.sh 96 A(int i):i(i){std::cout << "CTOR A" << std::endl;}
97 ~A() {std::cout << "DTOR A:" << i << std::endl;}
101 B(){static A s_a(10);m_a=&s_a;std::cout << "CTOR B" << std::endl;}
102 ~B(){std::cout << "DTOR B:" << (*m_a).i << std::endl;(*m_a).i = 20;}
121 A(int i):i(i){std::cout << "CTOR A" << std::endl;}
122 ~A() {std::cout << "DTOR A:" << i << std::endl;}
126 B(){static A s_a(10);m_a=&s_a;std::cout << "CTOR B" << std::endl;}
127 ~B(){std::cout << "DTOR B:" << (*m_a).i << std::endl;(*m_a).i = 20;}
158 A(int i):i(i){std::cout << "CTOR A" << std::endl;}
159 ~A() {std::cout << "DTOR A:" << i << std::endl;}
    [all...]
t_cxxruntime.sh 95 int main(void) {std::cout << "hello world" << std::endl;exit(0);}
111 int main(void) {std::cout << "hello world" << std::endl;exit(0);}
139 int main(void) {std::cout << "hello world" << std::endl;exit(0);}
149 int main(void) {std::cout << "hello world" << std::endl;exit(0);}
163 int callpic(void) {std::cout << "hello world" << std::endl;return 0;}
195 int callpic(void) {std::cout << "hello world" << std::endl;return 0;}
221 int callpic(void) {std::cout << "hello world" << std::endl;return 0;}
259 int callpic(void) {std::cout << "hello world" << std::endl;return 0;}
279 int main(void) {std::cout << "hello world" << std::endl;exit(0);}
301 int main(void) {std::cout << "hello world" << std::endl;exit(0);
    [all...]
t_call_once2.sh 120 std::cout << "world!" << std::endl;
152 std::cout << "world!" << std::endl;
196 std::cout << "world!" << std::endl;
233 std::cout << "world!" << std::endl;
287 std::cout << "world!" << std::endl;
330 std::cout << "world!" << std::endl;
385 std::cout << "world!" << std::endl;
426 std::cout << "world!" << std::endl;
469 std::cout << "world!" << std::endl;
509 std::cout << "world!" << std::endl;
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/afl/
afl_driver.cpp 296 std::cout << "Reading " << length << " bytes from " << argv[i] << std::endl;
303 std::cout << "Execution successful" << std::endl;
  /src/share/examples/refuse/ian/libfetch/
http.c 239 char endl[2]; local in function:_http_fillbuf
241 if (_fetch_read(io->conn, endl, 2) != 2 ||
242 endl[0] != '\r' || endl[1] != '\n')

Completed in 16 milliseconds