Home
last modified time | relevance | path

Searched defs:endl (Results 326 - 350 of 579) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/gn/src/gn/
H A Dtrace.cc81 out << load->name() << std::endl; in Coalesced() member in __anon2979::std
228 out << std::endl; in Coalesced() member in std
230 out << std::endl; in Coalesced() member in std
232 out << std::endl; in Coalesced() member in std
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h722 cout << "Failed Stdio: failed to sscanf" << endl; in call() local
731 cout << "Failed Stdio: sscanf got wrong result, expected " << NUM_NUM << " got " << result << endl; in call() local
735 cout << "Failed Stdio: sprintf got wrong result, expected " << NUM_STRING << " got " << str << endl; in call() local
H A DDateFmtPerf.cpp199 cout << "ICU version - " << U_ICU_VERSION << endl; in main() local
219 cout << "Doing " << ITER_COUNT << " iterations:" << endl; in main() local
231 cout << " Done " << endl; in main() local
240 out << "<perfTestResults icu=\"c\" version=\"" << U_ICU_VERSION << "\">" << endl; in main() local
244 out << " <perfTestResult" << endl; in main() local
256 out << "\"" << endl; in main() local
258 out << " time=\"" << t[i] << "\" />" << endl; in main() local
260 out << "</perfTestResults>" << endl; in main() local
262 cout << " Wrote to " << argv[2] << endl; in main() local
287 cout << "run failed!" << endl; main() local
291 cout << "done!" << endl; main() local
[all...]
/third_party/lzma/CPP/7zip/UI/Console/
H A DHashCon.cpp29 *_so << kScanningMessage << endl; in StartScanning() local
69 *_so << _s << endl << endl; in FinishScanning() local
177 *_so << _s << endl; in PrintSeparatorLine() local
217 *_so << _s << endl; in BeforeFirstFile() local
333 *_so << endl; in SetOperationResult() local
368 so << s << endl; in PrintSum() local
381 so << endl; in PrintHashStat() local
391 *_so << name << s << endl; in PrintProperty() local
404 *_so << endl << end in AfterLastFile() local
421 *_so << endl; AfterLastFile() local
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dglobal.cc12 std::cout << "> Error accessing global export " << i << "!" << std::endl; member in std
20 std::cout << "> Error accessing function export " << i << "!" << std::endl; member in std
29 std::cout << "> Error reading value, expected " << expected << ", got " << actual << std::endl; in check() member in std
37 std::cout << "> Error calling function!" << std::endl; member in std
46 std::cout << "> Error calling function!" << std::endl; in call() member in std
54 std::cout << "Initializing..." << std::endl; in run() member in std
60 std::cout << "Loading binary..." << std::endl; in run() member in std
69 std::cout << "> Error loading module!" << std::endl; in run() member in std
74 std::cout << "Compiling module..." << std::endl; in run() member in std
77 std::cout << "> Error compiling module!" << std::endl; in run() member in std
82 std::cout << "Creating globals..." << std::endl; run() member in std
97 std::cout << "Instantiating module..." << std::endl; run() member in std
104 std::cout << "> Error instantiating module!" << std::endl; run() member in std
109 std::cout << "Extracting exports..." << std::endl; run() member in std
133 std::cout << "Accessing globals..." << std::endl; run() member in std
187 std::cout << "Shutting down..." << std::endl; run() member in std
193 std::cout << "Done." << std::endl; main() member in std
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc175 os << std::endl; in PrintRawWasmCode() member in v8::internal::wasm::std
182 os << std::endl; in PrintRawWasmCode() member in v8::internal::wasm::std
187 os << "// body:" << std::endl; in PrintRawWasmCode() member in v8::internal::wasm::std
/third_party/nghttp2/src/
H A Ddeflatehd.cc374 << std::endl; in print_help() member in nghttp2::std
H A Dh2load_http3_session.cc231 << std::endl; in stop_sending() member in h2load::std
253 << std::endl; in reset_stream() member in h2load::std
341 << std::endl; in init_conn() member in h2load::std
351 << std::endl; in init_conn() member in h2load::std
358 << std::endl; in init_conn() member in h2load::std
368 << std::endl; in init_conn() member in h2load::std
376 << std::endl; in init_conn() member in h2load::std
384 << std::endl; in init_conn() member in h2load::std
397 << std::endl; in read_stream() member in h2load::std
/third_party/node/deps/v8/src/compiler/
H A Dgraph-reducer.cc118 << (*i)->reducer_name() << std::endl; in Reduce() member in v8::internal::compiler::std
132 << (*i)->reducer_name() << std::endl; in Reduce() member in v8::internal::compiler::std
H A Dloop-variable-optimizer.cc82 << "): " << *bound << std::endl; in AddUpperBound() member in v8::internal::compiler::std
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.cc517 os << ")" << std::endl; in PrintHandler() member in v8::internal::std
539 os << ")" << std::endl; in PrintHandler() member in v8::internal::std
549 os << ")" << std::endl; in PrintHandler() member in v8::internal::std
578 os << ")" << std::endl; in PrintHandler() member in v8::internal::std
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.cc30 << std::endl; in Initialize() member in v8::internal::std
110 StdoutStream{} << "Compiling experimental regexp " << *source << std::endl; in Compile() member in v8::internal::std
173 << std::endl; in ExecRaw() member in v8::internal::std
269 << regexp->source() << std::endl; in OneshotExecRaw() member in v8::internal::std
/third_party/mindspore/test/utils/
H A Dmodel_utils.cpp76 std::cout << "found " << num << " nnrt devices" << std::endl; in AddContextDeviceNNRT() member in std
80 std::cout << "NNRT device: id = " << id << ", name: " << name << ", type:" << type << std::endl; in AddContextDeviceNNRT() member in std
/third_party/rust/crates/cxx/src/
H A Dcxx.cc79 std::cerr << "Error: " << msg << ". Aborting." << std::endl; in panic() member in rust::cxxbridge1::std
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolve.cpp429 imageName << getImageTypeName(m_imageType) << "_" << bufferRSData.getWidth() << "_" << bufferRSData.getHeight() << "_" << bufferRSData.getDepth() << std::endl; in iterate() member in vkt::pipeline::multisample::std
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo.cpp336 std::cout << std::endl; in PrintSystemInfo() member in angle::std
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DShaderGL.cpp210 WARN() << std::endl << "Shader compilation failed with no info log."; in checkShader() member in rx::std
/third_party/skia/third_party/externals/angle2/samples/multiview/
H A DMultiview.cpp74 std::cout << "GL_OVR_multiview(2) is not available." << std::endl; member in MultiviewSample::std
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A DSampleApplication.cpp54 std::cout << "Unknown ANGLE back-end API: " << displayTypeArg << std::endl; in GetDisplayTypeFromArg() member in __anon19688::std
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSpirvUtils.cpp268 std::cerr << "error: " << m << std::endl; in consumer() member in glc::spirvUtils::std
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzz_test_util.cpp131 std::cerr << "Failed to dump shader" << std::endl; in DumpShader() member in spvtools::fuzz::std
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfold_test.cpp48 << original << std::endl; in Disassemble() member in spvtools::opt::__anon22132::std
H A Dir_context_test.cpp536 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22147::std
591 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22147::std
642 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22147::std
681 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22147::std
H A Dpass_fixture.h65 << original << std::endl; in OptimizeToBinary() member in spvtools::opt::PassTest::std
121 << assembly << std::endl; in SinglePassRunAndDisassemble() member in spvtools::opt::PassTest::std
158 << original << std::endl; in SinglePassRunAndCheck() member in spvtools::opt::PassTest::std
204 << original << std::endl; in SinglePassRunAndFail() member in spvtools::opt::PassTest::std
H A Dscalar_analysis.cpp105 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22194::std
233 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22194::std
349 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22194::std
499 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22194::std
738 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22194::std
875 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22194::std
1020 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22194::std
1190 << text << std::endl; in TEST_F() member in spvtools::opt::__anon22194::std

Completed in 35 milliseconds

1...<<11121314151617181920>>...24