Home
last modified time | relevance | path

Searched defs:endl (Results 1126 - 1150 of 1788) sorted by relevance

1...<<41424344454647484950>>...72

/third_party/gn/src/gn/
H A Dninja_create_bundle_target_writer.cc107 out_ << std::endl; in Run() member in std
119 out_ << "rule " << custom_rule_name << std::endl; in WritePostProcessingRuleDefinition() member in std
133 out_ << std::endl; in WritePostProcessingRuleDefinition() member in std
134 out_ << " description = POST PROCESSING " << target_label << std::endl; in WritePostProcessingRuleDefinition() member in std
135 out_ << " restat = 1" << std::endl; in WritePostProcessingRuleDefinition() member in std
136 out_ << std::endl; in WritePostProcessingRuleDefinition() member in std
177 out_ << std::endl; in WriteCopyBundleFileRuleSteps() member in std
218 out_ << std::endl; in WriteCompileAssetsCatalogStep() member in std
255 out_ << std::endl; in WriteCompileAssetsCatalogStep() member in std
258 << std::endl; in WriteCompileAssetsCatalogStep() member in std
263 out_ << std::endl; WriteCompileAssetsCatalogStep() member in std
277 out_ << std::endl; WriteCompileAssetsCatalogStep() member in std
302 out_ << std::endl; WriteCompileAssetsCatalogInputDepsStamp() member in std
332 out_ << std::endl; WritePostProcessingStep() member in std
374 out_ << std::endl; WritePostProcessingInputDepsStamp() member in std
[all...]
H A Dninja_rust_binary_target_writer.cc35 out << std::endl; in WriteVar() member in __anon2943::std
255 out_ << std::endl; in WriteSourcesAndInputs() member in std
342 out_ << std::endl; in WriteExternsAndDeps() member in std
386 out_ << std::endl; in WriteExternsAndDeps() member in std
392 out_ << std::endl; in WriteExternsAndDeps() member in std
H A Dninja_target_command_util.cc106 out << std::endl; in WriteOneFlag() member in std
H A Druntime_deps.cc209 contents << pair.first.value() << std::endl; in WriteRuntimeDepsFile() member in __anon2957::std
/third_party/gptfdisk/
H A Dattributes.cc166 cerr << "Unknown attributes operator: " << attributeOperator << endl; in OperateOnAttributes() local
174 cerr << "Could not convert hex attribute mask" << endl; in OperateOnAttributes() local
182 cerr << "Could not convert bit number" << endl; in OperateOnAttributes() local
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.cc14 std::cout << "Calling back..." << std::endl; member in std
15 std::cout << "> " << (args[0].ref() ? args[0].ref()->get_host_info() : nullptr) << std::endl; member in std
23 std::cout << "> Error accessing function export " << i << "/" << exports.size() << "!" << std::endl; member in std
31 std::cout << "> Error accessing global export " << i << "!" << std::endl; member in std
39 std::cout << "> Error accessing table export " << i << "!" << std::endl; member in std
50 std::cout << "> Error calling function!" << std::endl; in call_r_v() member in std
53 std::cout << "okay" << std::endl; in call_r_v() member in std
60 std::cout << "> Error calling function!" << std::endl; member in std
63 std::cout << "okay" << std::endl; member in std
72 std::cout << "> Error calling function!" << std::endl; member in std
75 std::cout << "okay" << std::endl; global() member in std
83 std::cout << "> Error calling function!" << std::endl; call_ir_v() member in std
86 std::cout << "okay" << std::endl; call_ir_v() member in std
94 std::cout << "> Error calling function!" << std::endl; global() member in std
97 std::cout << "okay" << std::endl; global() member in std
106 << (actual ? actual->get_host_info() : nullptr) << std::endl; check() member in std
113 std::cout << "Initializing..." << std::endl; run() member in std
119 std::cout << "Loading binary..." << std::endl; run() member in std
128 std::cout << "> Error loading module!" << std::endl; run() member in std
133 std::cout << "Compiling module..." << std::endl; run() member in std
136 std::cout << "> Error compiling module!" << std::endl; run() member in std
141 std::cout << "Creating callback..." << std::endl; run() member in std
149 std::cout << "Instantiating module..." << std::endl; run() member in std
153 std::cout << "> Error instantiating module!" << std::endl; run() member in std
158 std::cout << "Extracting exports..." << std::endl; run() member in std
170 std::cout << "Creating host references..." << std::endl; run() member in std
188 std::cout << "Accessing global..." << std::endl; run() member in std
202 std::cout << "Accessing table..." << std::endl; run() member in std
217 std::cout << "Accessing function..." << std::endl; run() member in std
223 std::cout << "Shutting down..." << std::endl; run() member in std
229 std::cout << "Done." << std::endl; main() member in std
[all...]
/third_party/node/tools/
H A Dgen_node_def.cc138 std::cerr << "ERROR: Failed to load " << dllPath << std::endl; in LoadLibraryOrExit() member in std
149 std::cerr << buffer << std::endl; in LoadLibraryOrExit() member in std
158 << " path\\to\\libnode.dll path\\to\\node.def" << std::endl; in main() member in std
164 defFile << "EXPORTS" << std::endl; in main() member in std
178 << std::endl; in main() member in std
193 defFile << std::endl; in main() member in std
/third_party/nghttp2/src/
H A Dinflatehd.cc252 << std::endl; in print_help() member in nghttp2::std
H A Dh2load_http1_session.cc278 std::cout << "[send " << nread << " byte(s)]" << std::endl; in on_write() member in h2load::std
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.cc146 void InstructionOperand::Print() const { StdoutStream{} << *this << std::endl; } in Print() member in v8::internal::compiler::std
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dcompilation-statistics.cc109 os << std::endl; in WriteLine() member in v8::internal::std
168 os << std::endl; in operator <<() member in v8::internal::std
H A Dbasic-block-profiler.cc146 os << "---- Start Profiling Data ----" << std::endl; in Print() member in v8::std
166 os << "---- End Profiling Data ----" << std::endl; in Print() member in v8::std
211 os << d.schedule_.c_str() << std::endl; in operator <<() member in v8::std
213 os << "block counts for " << name << ":" << std::endl; in operator <<() member in v8::std
229 os << std::endl; in operator <<() member in v8::std
231 os << d.code_.c_str() << std::endl; in operator <<() member in v8::std
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compiler.cc174 std::cout << "After graph buiding" << std::endl; in Compile() member in v8::internal::maglev::std
193 std::cout << "After node processor" << std::endl; in Compile() member in v8::internal::maglev::std
201 std::cout << "After register allocation" << std::endl; in Compile() member in v8::internal::maglev::std
/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc48 os_ << "}" << std::endl; in PrintNode() member in v8::internal::std
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc51 os << " ]" << std::endl; in PrintRegisterRange() member in v8::internal::__anon15052::std
75 os << " ]" << std::endl; in PrintRegisters() member in v8::internal::__anon15052::std
148 os << std::endl; in RUNTIME_FUNCTION() member in v8::internal::std
227 os << "]" << std::endl; in RUNTIME_FUNCTION() member in v8::internal::std
/third_party/protobuf/benchmarks/cpp/
H A Dcpp_benchmark.cc243 std::cerr << "Usage: ./cpp-benchmark <input data>" << std::endl; in main() member in std
245 << std::endl; in main() member in std
/third_party/skia/third_party/externals/angle2/samples/tri_fan_microbench/
H A DTriFanMicroBench.cpp170 << std::endl; member in TriangleFanBenchSample::std
173 << std::endl; member in TriangleFanBenchSample::std
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dimage_diff.cc78 << std::endl; in ParseArgs() member in __anon27501::CompareAlgorithm::std
84 std::cerr << "Invalid tolerance value " << args[i] << std::endl; in ParseArgs() member in __anon27501::CompareAlgorithm::std
88 std::cerr << "Tolerance must be in the range 0..255." << std::endl; in ParseArgs() member in __anon27501::CompareAlgorithm::std
98 << std::endl; in ParseArgs() member in __anon27501::CompareAlgorithm::std
104 std::cerr << "Invalid tolerance value " << args[i] << std::endl; in ParseArgs() member in __anon27501::CompareAlgorithm::std
108 std::cerr << "Tolerance must be in the range 0..1." << std::endl; in ParseArgs() member in __anon27501::CompareAlgorithm::std
116 std::cerr << "No comparison algorithm specified." << std::endl; in ParseArgs() member in __anon27501::CompareAlgorithm::std
119 std::cerr << "Only one comparison algorithm can be specified." << std::endl; in ParseArgs() member in __anon27501::CompareAlgorithm::std
161 std::cout << kUsage << std::endl; in main() member in __anon27501::std
166 std::cerr << "Two input file names are required." << std::endl; in main() member in __anon27501::std
181 << res.Error() << std::endl; main() member in __anon27501::std
193 std::cout << "Images similar" << std::endl; main() member in __anon27501::std
195 std::cout << "Images differ: " << res.Error() << std::endl; main() member in __anon27501::std
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dassembly_builder.h168 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
171 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
174 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
177 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
180 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
183 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
186 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
H A Dir_builder.cpp61 << assembly << std::endl; in Match() member in spvtools::opt::__anon22146::std
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTimerQueriesTest.cpp101 std::cout << "Time elapsed counter bits: " << queryTimeElapsedBits << std::endl; in TEST_P() member in std
145 ASSERT_LT(0, timeout) << "Query result available timed out" << std::endl; in TEST_P() member in std
157 std::cout << "Elapsed time: " << result1 << " cheap quad" << std::endl; in TEST_P() member in std
158 std::cout << "Elapsed time: " << result2 << " costly quad" << std::endl; in TEST_P() member in std
187 std::cout << "Time elapsed counter bits: " << queryTimeElapsedBits << std::endl; in TEST_P() member in std
218 ASSERT_LT(0, timeout) << "Query result available timed out" << std::endl; in TEST_P() member in std
227 std::cout << "Elapsed time: " << result << std::endl; in TEST_P() member in std
243 std::cout << "Time elapsed counter bits: " << queryTimeElapsedBits << std::endl; in TEST_P() member in std
297 std::cout << "Time elapsed counter bits: " << queryTimeElapsedBits << std::endl; in TEST_P() member in std
412 std::cout << "Elapsed time: " << result1 << " cheap quad" << std::endl; in TEST_P() member in std
413 std::cout << "Elapsed time: " << result2 << " costly quad" << std::endl; TEST_P() member in std
432 std::cout << "Timestamp counter bits: " << queryTimestampBits << std::endl; TEST_P() member in std
467 ASSERT_LT(0, timeout) << "Query result available timed out" << std::endl; TEST_P() member in std
479 std::cout << "Timestamps: " << result1 << " " << result2 << std::endl; TEST_P() member in std
499 std::cout << "Timestamp counter bits: " << queryTimestampBits << std::endl; TEST_P() member in std
512 std::cout << "Timestamps (getInteger64v): " << result1 << " " << result2 << std::endl; TEST_P() member in std
[all...]
H A DSixteenBppTextureTest.cpp127 std::cout << "Skipping rendering to an unsupported framebuffer format" << std::endl; in simpleValidationBase() member in __anon20228::SixteenBppTextureTest::std
221 std::cout << "Skipping rendering to an unsupported framebuffer format" << std::endl; in TEST_P() member in __anon20228::std
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSyncControlTest.cpp28 std::cout << "Unable to LoadLibrary D3D11" << std::endl; member in EGLSyncControlTest::std
36 std::cout << "Could not retrieve D3D11CreateDevice from d3d11.dll" << std::endl; member in EGLSyncControlTest::std
136 std::cout << "Unable to create window surface with Direct Composition" << std::endl; in CreateWindowSurface() member in EGLSyncControlTest::std
182 std::cout << "D3D11 not available, skipping test" << std::endl; in TEST_F() member in std
192 std::cout << "Direct Composition surface not available, skipping test" << std::endl; in TEST_F() member in std
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dassembly_builder.h168 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
171 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
174 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
177 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
180 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
183 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
186 ss << line << std::endl; in GetCode() member in spvtools::opt::AssemblyBuilder::std
H A Dir_builder.cpp61 << assembly << std::endl; in Match() member in spvtools::opt::__anon23403::std

Completed in 14 milliseconds

1...<<41424344454647484950>>...72