Home
last modified time | relevance | path

Searched defs:endl (Results 801 - 825 of 2255) sorted by relevance

1...<<31323334353637383940>>...91

/third_party/gn/src/gn/
H A Dninja_copy_target_writer.cc58 out_ << std::endl; in Run() member in std
125 out_ << std::endl; in WriteCopyRules() member in std
/third_party/icu/tools/unicode/c/genregexcasing/
H A Dgenregexcasing.cpp56 cout << "]" << endl; in main() local
/third_party/lzma/CPP/Common/
H A DStdOutStream.cpp45 CStdOutStream & endl(CStdOutStream & outStream) throw() in endl() function
/third_party/lzma/CPP/7zip/UI/Console/
H A DMainAr.cpp53 *g_ErrStream << "\n\n" << message << endl; in PrintError() local
H A DUserInputUtils.cpp101 *outStream << endl; in GetPassword() local
/third_party/json/docs/examples/
H A Dnlohmann_define_type_intrusive_with_default_explicit.cpp45 std::cout << "serialization: " << j << std::endl; in main() member in std
54 std::cout << "roundtrip: " << json(p3) << std::endl; in main() member in std
H A Dnlohmann_define_type_intrusive_explicit.cpp44 std::cout << "serialization: " << j << std::endl; in main() member in std
H A Dnlohmann_json_serialize_enum.cpp42 << ", ns::Color::red -> " << j_red << std::endl; in main() member in std
50 << ", " << j_blue << " -> " << static_cast<int>(blue) << std::endl; in main() member in std
58 << j_pi << " -> " << static_cast<int>(unknown) << std::endl; in main() member in std
/third_party/json/tests/src/
H A Dunit-unicode2.cpp126 std::cout << calls << " of 455355 UTF-8 strings checked" << std::endl; in check_utf8string() member in __anon4163::std
H A Dunit-unicode4.cpp126 std::cout << calls << " of 5517507 UTF-8 strings checked" << std::endl; in check_utf8string() member in __anon4165::std
H A Dunit-unicode5.cpp126 std::cout << calls << " of 1246225 UTF-8 strings checked" << std::endl; in check_utf8string() member in __anon4166::std
H A Dunit-unicode3.cpp126 std::cout << calls << " of 1641521 UTF-8 strings checked" << std::endl; in check_utf8string() member in __anon4164::std
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhello.cc14 std::cout << "Calling back..." << std::endl; member in std
15 std::cout << "> Hello world!" << std::endl; member in std
22 std::cout << "Initializing..." << std::endl; in run() member in std
28 std::cout << "Loading binary..." << std::endl; in run() member in std
37 std::cout << "> Error loading module!" << std::endl; in run() member in std
42 std::cout << "Compiling module..." << std::endl; in run() member in std
45 std::cout << "> Error compiling module!" << std::endl; in run() member in std
50 std::cout << "Creating callback..." << std::endl; in run() member in std
57 std::cout << "Instantiating module..." << std::endl; in run() member in std
61 std::cout << "> Error instantiating module!" << std::endl; in run() member in std
66 std::cout << "Extracting export..." << std::endl; run() member in std
69 std::cout << "> Error accessing export!" << std::endl; run() member in std
75 std::cout << "Calling export..." << std::endl; run() member in std
77 std::cout << "> Error calling function!" << std::endl; run() member in std
82 std::cout << "Shutting down..." << std::endl; run() member in std
88 std::cout << "Done." << std::endl; main() member in std
[all...]
H A Dmulti.cc13 std::cout << "Calling back..." << std::endl; member in std
17 std::cout << " " << args[3].i32() << std::endl; member in std
28 std::cout << "Initializing..." << std::endl; in run() member in std
34 std::cout << "Loading binary..." << std::endl; in run() member in std
43 std::cout << "> Error loading module!" << std::endl; in run() member in std
48 std::cout << "Compiling module..." << std::endl; in run() member in std
51 std::cout << "> Error compiling module!" << std::endl; in run() member in std
56 std::cout << "Creating callback..." << std::endl; in run() member in std
68 std::cout << "Instantiating module..." << std::endl; in run() member in std
72 std::cout << "> Error instantiating module!" << std::endl; in run() member in std
77 std::cout << "Extracting export..." << std::endl; run() member in std
80 std::cout << "> Error accessing export!" << std::endl; run() member in std
86 std::cout << "Calling export..." << std::endl; run() member in std
92 std::cout << "> Error calling function! " << trap->message().get() << std::endl; run() member in std
97 std::cout << "Printing result..." << std::endl; run() member in std
101 std::cout << " " << results[3].i32() << std::endl; run() member in std
109 std::cout << "Shutting down..." << std::endl; run() member in std
115 std::cout << "Done." << std::endl; main() member in std
[all...]
H A Dfinalize.cc17 std::cout << "Finalizing #" << i << "..." << std::endl; in finalize() member in std
24 std::cout << "Loading binary..." << std::endl; in run_in_store() member in std
33 std::cout << "> Error loading module!" << std::endl; in run_in_store() member in std
38 std::cout << "Compiling module..." << std::endl; in run_in_store() member in std
41 std::cout << "> Error compiling module!" << std::endl; in run_in_store() member in std
46 std::cout << "Instantiating modules..." << std::endl; in run_in_store() member in std
48 if (i % (iterations / 10) == 0) std::cout << i << std::endl; in run_in_store() member in std
51 std::cout << "> Error instantiating module " << i << "!" << std::endl; in run_in_store() member in std
59 std::cout << "Shutting down..." << std::endl; in run_in_store() member in std
65 std::cout << "Initializing..." << std::endl; in run() member in std
68 std::cout << "Live count " << live_count << std::endl; run() member in std
69 std::cout << "Creating store 1..." << std::endl; run() member in std
72 std::cout << "Running in store 1..." << std::endl; run() member in std
74 std::cout << "Live count " << live_count << std::endl; run() member in std
77 std::cout << "Creating store 2..." << std::endl; run() member in std
80 std::cout << "Running in store 2..." << std::endl; run() member in std
82 std::cout << "Live count " << live_count << std::endl; run() member in std
84 std::cout << "Deleting store 2..." << std::endl; run() member in std
85 std::cout << "Live count " << live_count << std::endl; run() member in std
88 std::cout << "Running in store 1..." << std::endl; run() member in std
90 std::cout << "Live count " << live_count << std::endl; run() member in std
92 std::cout << "Deleting store 1..." << std::endl; run() member in std
98 std::cout << "Live count " << live_count << std::endl; main() member in std
100 std::cout << "Done." << std::endl; main() member in std
[all...]
H A Dserialize.cc14 std::cout << "Calling back..." << std::endl; member in std
15 std::cout << "> Hello world!" << std::endl; member in std
22 std::cout << "Initializing..." << std::endl; in run() member in std
28 std::cout << "Loading binary..." << std::endl; in run() member in std
37 std::cout << "> Error loading module!" << std::endl; in run() member in std
42 std::cout << "Compiling module..." << std::endl; in run() member in std
45 std::cout << "> Error compiling module!" << std::endl; in run() member in std
50 std::cout << "Serializing module..." << std::endl; in run() member in std
54 std::cout << "Deserializing module..." << std::endl; in run() member in std
57 std::cout << "> Error deserializing module!" << std::endl; in run() member in std
62 std::cout << "Creating callback..." << std::endl; run() member in std
69 std::cout << "Instantiating deserialized module..." << std::endl; run() member in std
73 std::cout << "> Error instantiating module!" << std::endl; run() member in std
78 std::cout << "Extracting export..." << std::endl; run() member in std
81 std::cout << "> Error accessing export!" << std::endl; run() member in std
87 std::cout << "Calling export..." << std::endl; run() member in std
89 std::cout << "> Error calling function!" << std::endl; run() member in std
94 std::cout << "Shutting down..." << std::endl; run() member in std
100 std::cout << "Done." << std::endl; main() member in std
[all...]
/third_party/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.cpp63 cout << "ICU version - " << U_ICU_VERSION << endl; in main() local
68 cout << "initialization failed! " << status << endl; in main() local
73 cout << "run failed!" << endl; in main() local
78 cout << "done!" << endl; in main() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBase.cpp87 notSupportedStream << "Image type (" << getImageTypeName(imageType) << ") with size (" << imageSize.x() << ", " << imageSize.y() << ", " << imageSize.z() << ") not supported by device" << std::endl; in validateImageSize() member in vkt::pipeline::multisample::std
106 notSupportedStream << "Device does not support image format " << format << " for feature flags " << featureFlags << std::endl; in validateImageFeatureFlags() member in vkt::pipeline::multisample::std
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DHandleAllocator.cpp58 WARN() << "HandleAllocator::allocate reusing " << reusedHandle << std::endl; in allocate() member in gl::std
81 WARN() << "HandleAllocator::allocate allocating " << freeListHandle << std::endl; in allocate() member in gl::std
91 WARN() << "HandleAllocator::release releasing " << handle << std::endl; in release() member in gl::std
103 WARN() << "HandleAllocator::reserve reserving " << handle << std::endl; in reserve() member in gl::std
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dcontrol_dependence.cpp112 << text << std::endl; in TEST() member in spvtools::opt::__anon22102::std
265 << text << std::endl; in TEST() member in spvtools::opt::__anon22102::std
H A Dregister_liveness.cpp119 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22189::std
419 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22189::std
1219 << source << std::endl; in TEST_F() member in spvtools::opt::__anon22189::std
1314 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22189::std
/third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/
H A Dgenerated.cpp115 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22115::std
281 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22115::std
402 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22115::std
599 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22115::std
730 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22115::std
834 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22115::std
937 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22115::std
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dlcssa.cpp56 << assembly << std::endl; in Match() member in spvtools::opt::__anon22168::std
137 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22168::std
223 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22168::std
322 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22168::std
415 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22168::std
510 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22168::std
593 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22168::std
H A Dunroll_simple.cpp190 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22175::std
374 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22175::std
552 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22175::std
713 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22175::std
884 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22175::std
962 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22175::std
1056 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22175::std
1325 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22175::std
1450 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22175::std
1622 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22175::std
1740 << text << std::endl; TEST_F() member in spvtools::opt::__anon22175::std
1784 << text << std::endl; TEST_F() member in spvtools::opt::__anon22175::std
1951 << text << std::endl; TEST_F() member in spvtools::opt::__anon22175::std
2092 << text << std::endl; TEST_F() member in spvtools::opt::__anon22175::std
2232 << text << std::endl; TEST_F() member in spvtools::opt::__anon22175::std
2385 << text << std::endl; TEST_F() member in spvtools::opt::__anon22175::std
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.annotation_test.cpp52 input << std::endl; in TEST_P() member in spvtools::__anon22235::std
75 input << std::endl; in TEST_P() member in spvtools::__anon22235::std
451 input << std::endl; in TEST_P() member in spvtools::__anon22235::std

Completed in 15 milliseconds

1...<<31323334353637383940>>...91