Home
last modified time | relevance | path

Searched defs:endl (Results 951 - 975 of 1977) sorted by relevance

1...<<31323334353637383940>>...80

/third_party/libabigail/tests/
H A Dtest-abicompat.cc271 << std::endl; in main() member in std
280 << std::endl; in main() member in std
/third_party/json/tests/src/
H A Dunit-readme.cpp122 std::cout << j.dump(4) << std::endl; member in std
128 std::cout << std::setw(2) << j << std::endl; member in std
/third_party/lame/ACM/tinyxml/
H A Dxmltest.cpp192 cout << doc << endl << endl; in main() local
323 cout << endl << "Pass " << gPass << ", Fail " << gFail << endl; in main() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprintf.cpp49 std::cerr << "Printf used but no printf occurred - may cause perfomance issue." << std::endl; in print_formatted() member in __anon8589::std
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dthreads.cc17 std::cout << "Thread " << args[0].i32() << " running..." << std::endl; member in std
35 std::cout << "> Error compiling module!" << std::endl; in run() member in std
60 std::cout << "> Error instantiating module!" << std::endl; in run() member in std
68 std::cout << "> Error accessing export!" << std::endl; in run() member in std
80 std::cout << "Initializing..." << std::endl; in main() member in std
84 std::cout << "Loading binary..." << std::endl; in main() member in std
93 std::cout << "> Error loading module!" << std::endl; in main() member in std
98 std::cout << "Compiling and sharing module..." << std::endl; in main() member in std
104 std::cout << "Spawning threads..." << std::endl; in main() member in std
110 std::cout << "Initializing thread " << i << "..." << std::endl; in main() member in std
118 std::cout << "Waiting for thread " << i << "..." << std::endl; main() member in std
[all...]
H A Dtrap.cc13 std::cout << "Calling back..." << std::endl; member in std
24 std::cout << ".0x" << std::hex << frame->func_offset() << std::endl; in print_frame() member in std
30 std::cout << "Initializing..." << std::endl; in run() member in std
36 std::cout << "Loading binary..." << std::endl; in run() member in std
45 std::cout << "> Error loading module!" << std::endl; in run() member in std
50 std::cout << "Compiling module..." << std::endl; in run() member in std
53 std::cout << "> Error compiling module!" << std::endl; in run() member in std
58 std::cout << "Creating callback..." << std::endl; in run() member in std
67 std::cout << "Instantiating module..." << std::endl; in run() member in std
71 std::cout << "> Error instantiating module!" << std::endl; in run() member in std
76 std::cout << "Extracting exports..." << std::endl; run() member in std
81 std::cout << "> Error accessing exports!" << std::endl; run() member in std
87 std::cout << "Calling export " << i << "..." << std::endl; run() member in std
90 std::cout << "> Error calling function, expected trap!" << std::endl; run() member in std
94 std::cout << "Printing message..." << std::endl; run() member in std
95 std::cout << "> " << trap->message().get() << std::endl; run() member in std
97 std::cout << "Printing origin..." << std::endl; run() member in std
102 std::cout << "> Empty origin." << std::endl; run() member in std
105 std::cout << "Printing trace..." << std::endl; run() member in std
112 std::cout << "> Empty trace." << std::endl; run() member in std
117 std::cout << "Shutting down..." << std::endl; run() member in std
123 std::cout << "Done." << std::endl; main() member in std
[all...]
H A Dmemory.cc12 std::cout << "> Error accessing memory export " << i << "!" << std::endl; member in std
20 std::cout << "> Error accessing function export " << i << "!" << std::endl; member in std
29 std::cout << "> Error on result, expected " << expected << ", got " << actual << std::endl; in check() member in std
38 std::cout << "> Error on result, expected return" << std::endl; in check_ok() member in std
47 std::cout << "> Error on result, expected trap" << std::endl; in check_trap() member in std
57 std::cout << "> Error on result, expected return" << std::endl; member in std
66 std::cout << "Initializing..." << std::endl; in run() member in std
72 std::cout << "Loading binary..." << std::endl; in run() member in std
81 std::cout << "> Error loading module!" << std::endl; in run() member in std
86 std::cout << "Compiling module..." << std::endl; in run() member in std
89 std::cout << "> Error compiling module!" << std::endl; run() member in std
94 std::cout << "Instantiating module..." << std::endl; run() member in std
97 std::cout << "> Error instantiating module!" << std::endl; run() member in std
102 std::cout << "Extracting exports..." << std::endl; run() member in std
114 std::cout << "Checking memory..." << std::endl; run() member in std
129 std::cout << "Mutating memory..." << std::endl; run() member in std
140 std::cout << "Growing memory..." << std::endl; run() member in std
155 std::cout << "Creating stand-alone memory..." << std::endl; run() member in std
163 std::cout << "Shutting down..." << std::endl; run() member in std
169 std::cout << "Done." << std::endl; main() member in std
[all...]
H A Dcallback.cc40 std::cout << "Calling back..." << std::endl << "> " << args[0] << std::endl; member in std
51 std::cout << "Calling back closure..." << std::endl; member in std
52 std::cout << "> " << i << std::endl; member in std
60 std::cout << "Initializing..." << std::endl; in run() member in std
66 std::cout << "Loading binary..." << std::endl; in run() member in std
75 std::cout << "> Error loading module!" << std::endl; in run() member in std
80 std::cout << "Compiling module..." << std::endl; in run() member in std
83 std::cout << "> Error compiling module!" << std::endl; in run() member in std
88 std::cout << "Creating callback..." << std::endl; in run() member in std
96 std::cout << "Creating closure..." << std::endl; run() member in std
105 std::cout << "Instantiating module..." << std::endl; run() member in std
109 std::cout << "> Error instantiating module!" << std::endl; run() member in std
114 std::cout << "Extracting export..." << std::endl; run() member in std
117 std::cout << "> Error accessing export!" << std::endl; run() member in std
123 std::cout << "Calling export..." << std::endl; run() member in std
127 std::cout << "> Error calling function!" << std::endl; run() member in std
132 std::cout << "Printing result..." << std::endl; run() member in std
133 std::cout << "> " << results[0].i32() << std::endl; run() member in std
136 std::cout << "Shutting down..." << std::endl; run() member in std
142 std::cout << "Done." << std::endl; main() member in std
[all...]
H A Dtable.cc14 std::cout << "Calling back..." << std::endl; member in std
22 std::cout << "> Error accessing table export " << i << "!" << std::endl; member in std
30 std::cout << "> Error accessing function export " << i << "!" << std::endl; member in std
39 std::cout << "> Error on result, expected " << expected << ", got " << actual << std::endl; in check() member in std
46 std::cout << "> Error, expected success" << std::endl; in check() member in std
57 std::cout << "> Error on result, expected return" << std::endl; member in std
67 std::cout << "> Error on result, expected trap" << std::endl; in check_trap() member in std
74 std::cout << "Initializing..." << std::endl; in run() member in std
80 std::cout << "Loading binary..." << std::endl; in run() member in std
89 std::cout << "> Error loading module!" << std::endl; in run() member in std
94 std::cout << "Compiling module..." << std::endl; run() member in std
97 std::cout << "> Error compiling module!" << std::endl; run() member in std
102 std::cout << "Instantiating module..." << std::endl; run() member in std
105 std::cout << "> Error instantiating module!" << std::endl; run() member in std
110 std::cout << "Extracting exports..." << std::endl; run() member in std
119 std::cout << "Creating callback..." << std::endl; run() member in std
130 std::cout << "Checking table..." << std::endl; run() member in std
139 std::cout << "Mutating table..." << std::endl; run() member in std
150 std::cout << "Growing table..." << std::endl; run() member in std
175 std::cout << "Creating stand-alone table..." << std::endl; run() member in std
184 std::cout << "Shutting down..." << std::endl; run() member in std
190 std::cout << "Done." << std::endl; main() member in std
[all...]
/third_party/nghttp2/src/
H A Dnghttpd.cc83 out << "nghttpd nghttp2/" NGHTTP2_VERSION << std::endl; in print_version() member in nghttp2::__anon11071::std
90 << "HTTP/2 server" << std::endl; in print_usage() member in nghttp2::__anon11072::std
256 std::cerr << "-b: Bad option value: " << optarg << std::endl; in main() member in nghttp2::std
272 std::cerr << "-m: invalid argument: " << optarg << std::endl; in main() member in nghttp2::std
281 << "no threads created." << std::endl; in main() member in nghttp2::std
301 std::cerr << "-c: Bad option value: " << optarg << std::endl; in main() member in nghttp2::std
306 << std::numeric_limits<uint32_t>::max() << std::endl; in main() member in nghttp2::std
314 std::cerr << "-p: Bad option value: " << optarg << std::endl; in main() member in nghttp2::std
323 << std::endl; main() member in nghttp2::std
365 std::cerr << "--trailer: invalid header: " << optarg << std::endl; main() member in nghttp2::std
377 << std::endl; main() member in nghttp2::std
406 << optarg << std::endl; main() member in nghttp2::std
412 << std::numeric_limits<uint32_t>::max() << std::endl; main() member in nghttp2::std
434 std::cerr << "Too few arguments" << std::endl; main() member in nghttp2::std
442 std::cerr << "<PORT>: Bad value: " << portStr << std::endl; main() member in nghttp2::std
456 std::cerr << "-d option must be specified when -D is used." << std::endl; main() member in nghttp2::std
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dfilterrb.cpp22 std::cerr << "genrb error: path must start with /: " << path << std::endl; in ResKeyPath() member in std
36 std::cerr << "genrb error: empty subpaths and trailing slashes are not allowed: " << path << std::endl; in ResKeyPath() member in std
74 std::cerr << "genrb error: empty filter rules are not allowed" << std::endl; in addRule() member in std
82 std::cerr << "genrb error: rules must start with + or -: " << ruleLine << std::endl; in addRule() member in std
171 << " overrides previous rules" << std::endl; in applyRule() member in std
213 out << "included: " << kEInclusionNames[fIncluded] << std::endl; in print() member in std
219 out << "}" << std::endl; in print() member in std
223 out << "* {" << std::endl; in print() member in std
226 out << "}" << std::endl; in print() member in std
231 out << "SimpleRuleBasedPathFilter {" << std::endl; print() member in std
233 out << "}" << std::endl; print() member in std
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_permutation.cpp196 outFile << byteLine << std::endl; in testPermutations() member in std
/third_party/icu/icu4c/source/tools/genrb/
H A Dfilterrb.cpp22 std::cerr << "genrb error: path must start with /: " << path << std::endl; in ResKeyPath() member in std
36 std::cerr << "genrb error: empty subpaths and trailing slashes are not allowed: " << path << std::endl; in ResKeyPath() member in std
74 std::cerr << "genrb error: empty filter rules are not allowed" << std::endl; in addRule() member in std
82 std::cerr << "genrb error: rules must start with + or -: " << ruleLine << std::endl; in addRule() member in std
171 << " overrides previous rules" << std::endl; in applyRule() member in std
213 out << "included: " << kEInclusionNames[fIncluded] << std::endl; in print() member in std
219 out << "}" << std::endl; in print() member in std
223 out << "* {" << std::endl; in print() member in std
226 out << "}" << std::endl; in print() member in std
231 out << "SimpleRuleBasedPathFilter {" << std::endl; print() member in std
233 out << "}" << std::endl; print() member in std
[all...]
/third_party/lz4/contrib/gen_manual/
H A Dgen_manual.cpp117 cout << "usage: " << argv[0] << " [lz4_version] [input_file] [output_html]" << endl; in main() local
125 cout << "Error opening file " << argv[2] << endl; in main() local
131 cout << "Error opening file " << argv[3] << endl; in main() local
149 sout << "</b></pre><BR>" << endl; in main() local
158 sout << "</b></pre><BR>" << endl; in main() local
205 sout << "</p></pre><BR>" << endl << endl; in main() local
217 sout << "</pre></b><BR>" << endl; in main() local
230 sout << "<BR></pre>" << endl << endl; in main() local
232 sout << "</pre>" << endl << endl; main() local
236 ostream << "<html>\\n<head>\\n<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=ISO-8859-1\\">\\n<title>" << version << "</title>\\n</head>\\n<body>" << endl; main() local
245 ostream << "</html>" << endl << "</body>" << endl; main() local
[all...]
/third_party/mindspore/test/unittest/
H A Dnnrt_delegate_unit_test.cpp35 std::cout << "==========Get All Nnrt Device Descs==========" << std::endl; in HWTEST() member in std
39 std::cout << "descs is nullptr , num: " << num << std::endl; in HWTEST() member in std
44 std::cout << "found " << num << " nnrt devices" << std::endl; in HWTEST() member in std
51 std::cout << "NNRT device: id = " << id << ", name: " << name << ", type:" << type << std::endl; in HWTEST() member in std
64 std::cout << "==========Get All Nnrt Device Descs==========" << std::endl; in HWTEST() member in std
68 std::cout << "descs is nullptr , num: " << num << std::endl; in HWTEST() member in std
73 std::cout << "found " << num << " nnrt devices" << std::endl; in HWTEST() member in std
77 std::cout << "NNRT device: id = " << id << ", name = " << name << ", type = " << type << std::endl; in HWTEST() member in std
/third_party/libabigail/src/
H A Dabg-viz-dot.cc41 f << _M_sstream.str() << std::endl; in write() member in abigail::std
56 _M_sstream << "{" << std::endl; in start_element() member in abigail::std
63 _M_sstream << edge_default << std::endl; in start_element() member in abigail::std
64 _M_sstream << node_default << std::endl; in start_element() member in abigail::std
70 _M_sstream << "}" << std::endl; in finish_element() member in abigail::std
77 _M_sstream << '"' << _M_title << '"' << std::endl; in add_title() member in abigail::std
97 _M_sstream << strip << std::endl; in add_node() member in abigail::std
108 _M_sstream << style << std::endl; in add_edge() member in abigail::std
/third_party/qrcodegen/cpp/
H A DQrCodeGeneratorDemo.cpp72 std::cout << toSvgString(qr, 4) << std::endl; in doBasicDemo() member in std
229 std::cout << std::endl; in printQr() member in std
231 std::cout << std::endl; in printQr() member in std
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dfusion_legal.cpp57 << assembly << std::endl; in Match() member in spvtools::opt::__anon22160::std
164 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22160::std
300 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22160::std
433 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22160::std
571 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22160::std
711 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22160::std
856 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22160::std
997 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22160::std
1137 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22160::std
1277 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22160::std
1440 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
1642 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
1838 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
2112 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
2356 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
2556 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
2763 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
2906 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
3050 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
3259 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
3407 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
3580 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
3782 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
3937 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
4095 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
4244 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
4389 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
4539 << text << std::endl; TEST_F() member in spvtools::opt::__anon22160::std
[all...]
H A Dnested_loops.cpp157 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22171::std
343 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22171::std
566 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22171::std
707 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22171::std
H A Dpeeling.cpp56 << assembly << std::endl; in Match() member in spvtools::opt::__anon22172::std
489 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22172::std
543 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22172::std
599 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22172::std
652 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22172::std
761 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22172::std
813 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22172::std
914 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22172::std
963 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22172::std
1086 << text << std::endl; TEST_F() member in spvtools::opt::__anon22172::std
1138 << text << std::endl; TEST_F() member in spvtools::opt::__anon22172::std
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dreduce_test_util.cpp131 std::cerr << "Failed to dump shader" << std::endl; in DumpShader() member in spvtools::reduce::std
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_barriers_test.cpp41 ss << memory_model << std::endl; in GenerateShaderCodeImpl() member in spvtools::val::__anon22268::std
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_libtester_main.cpp66 std::cout << "Failed to set floating point rounding mode." << std::endl; in deqp_libtester_init_platform() member in std
74 std::cout << "Failed to find dEQP data directory." << std::endl; in deqp_libtester_init_platform() member in std
163 std::cout << "Not supported! " << result.getDescription() << std::endl; in deqp_libtester_run() member in std
166 std::cout << "Quality warning! " << result.getDescription() << std::endl; in deqp_libtester_run() member in std
169 std::cout << "Compatiblity warning! " << result.getDescription() << std::endl; in deqp_libtester_run() member in std
177 std::cout << "Aborted test!" << std::endl; in deqp_libtester_run() member in std
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfacelessContextTest.cpp124 << std::endl; in checkExtension() member in __anon20166::EGLSurfacelessContextTest::std
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyCompressedTextureTest.cpp65 << std::endl; in checkExtensions() member in angle::CopyCompressedTextureTest::std

Completed in 16 milliseconds

1...<<31323334353637383940>>...80