Home
last modified time | relevance | path

Searched refs:endl (Results 501 - 525 of 710) sorted by relevance

1...<<212223242526272829

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dunit_spirv.h98 *os << std::endl; in PrintTo() member in spvtest::std
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc94 void newline() { stream << std::endl; } in newline() member in tint::diag::Formatter::State::std
/third_party/spirv-tools/source/opt/
H A Dfunction.cpp266 str << std::endl; in PrettyPrint()
/third_party/spirv-tools/test/opt/
H A Dcfg_test.cpp269 << std::endl; in TEST_F() member in spvtools::opt::__anon26918::std
/third_party/spirv-tools/test/
H A Dunit_spirv.h98 *os << std::endl; in PrintTo() member in spvtest::std
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc879 os << std::endl; in PrintInlinedFunctionInfo() member in v8::internal::compiler::__anon14397::std
2458 << "-- Graph after " << phase << " -- " << std::endl in Run()
2465 << "-- Graph after " << phase << " -- " << std::endl in Run()
2573 << " using TurboFan" << std::endl; in ExecuteJobImpl() member in v8::internal::compiler::std
2577 << " graph -- " << std::endl in ExecuteJobImpl()
2639 << " using TurboFan" << std::endl; in InitializeHeapBroker() member in v8::internal::compiler::std
2922 << "Begin compiling " << debug_name << " using TurboFan" << std::endl; in GenerateCodeForCodeStub() member in v8::internal::compiler::std
3041 << " using TurboFan" << std::endl; in GenerateCodeForWasmNativeStub() member in v8::internal::compiler::std
3046 << std::endl in GenerateCodeForWasmNativeStub()
3109 << " using TurboFan" << std::endl; in GenerateCodeForWasmNativeStub() member in v8::internal::compiler::std
3142 << " using TurboFan" << std::endl; GenerateCodeForWasmFunction() member in v8::internal::compiler::std
3227 << " using TurboFan" << std::endl; GenerateCodeForWasmFunction() member in v8::internal::compiler::std
3242 << std::endl; GenerateCodeForWasmFunction() member in v8::internal::compiler::std
3664 << " using TurboFan" << std::endl; FinalizeCode() member in v8::internal::compiler::std
[all...]
H A Djs-heap-broker.h55 StdoutStream{} << broker->Trace() << x << std::endl; \
62 << ":" << __LINE__ << ")" << std::endl; \
/third_party/benchmark/src/
H A Dbenchmark.cc579 << std::endl; in RunSpecifiedBenchmarks() member in benchmark::std
585 Err << "invalid file name: '" << fname << "'" << std::endl; in RunSpecifiedBenchmarks() member in benchmark::std
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderImageSizeTests.cpp82 << std::endl in IsVSFSAvailable()
84 << std::endl; in IsVSFSAvailable() member in glcts::__anon27697::ShaderImageSizeBase::std
H A Des31cExplicitUniformLocationTest.cpp956 ret << "struct " << uniforms[i].type.str() << " {" << std::endl;
962 ret << ";" << std::endl;
964 ret << "};" << std::endl;
969 ret << ";" << std::endl;
980 ret << "uniform float zero;" << std::endl;
990 << std::endl;
999 ret << "; }" << std::endl;
1007 ret << ";" << std::endl;
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUDevice.cpp82 std::cout << type << ": " << message << std::endl; in GPUDevice()
87 std::cout << type << ": " << message << std::endl; in GPUDevice()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp77 << std::endl; in SupportedInVS() member in gl4cts::__anon27644::ShaderImageSizeBase::std
93 << std::endl; in SupportedInTCS() member in gl4cts::__anon27644::ShaderImageSizeBase::std
109 << std::endl; in SupportedInTES() member in gl4cts::__anon27644::ShaderImageSizeBase::std
125 << std::endl; in SupportedInGS() member in gl4cts::__anon27644::ShaderImageSizeBase::std
157 reason << "Required " << required << " image samples but only " << i << " available." << std::endl; in SupportedSamples() member in gl4cts::__anon27644::ShaderImageSizeBase::std
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp311 shaderStream << "attribute mediump vec4 position;" << std::endl; in compileMultiAttribProgram() member in __anon20241::VertexAttributeTest::std
314 shaderStream << "attribute float a" << attribIndex << ";" << std::endl; in compileMultiAttribProgram() member in __anon20241::VertexAttributeTest::std
316 shaderStream << "varying mediump float color;" << std::endl in compileMultiAttribProgram()
317 << "void main() {" << std::endl in compileMultiAttribProgram()
318 << " gl_Position = position;" << std::endl in compileMultiAttribProgram()
319 << " color = 0.0;" << std::endl; in compileMultiAttribProgram() member in __anon20241::VertexAttributeTest::std
322 shaderStream << " color += a" << attribIndex << ";" << std::endl; in compileMultiAttribProgram() member in __anon20241::VertexAttributeTest::std
324 shaderStream << "}" << std::endl; in compileMultiAttribProgram() member in __anon20241::VertexAttributeTest::std
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp2231 css << std::endl; in validateIntBuffer() member in vkt::RayTracing::__anon29691::std
2289 css << std::endl; in validateFloatBuffer() member in vkt::RayTracing::__anon29691::std
2350 css << "}" << std::endl; in validateVectorBuffer() member in vkt::RayTracing::__anon29691::std
2394 css << "At (" << x << "," << y << ")" << std::endl; in validateMatrixBuffer() member in vkt::RayTracing::__anon29691::std
2397 css << names[n] << std::endl << "{" << std::endl; in validateMatrixBuffer() member in vkt::RayTracing::__anon29691::std
2415 css << "}" << std::endl; in validateMatrixBuffer() member in vkt::RayTracing::__anon29691::std
2418 css << "}" << std::endl; in validateMatrixBuffer() member in vkt::RayTracing::__anon29691::std
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp1572 ERR() << "Error compiling dynamic pixel executable:" << std::endl
1573 << tempInfoLog.str() << std::endl;
1615 ERR() << "Error compiling dynamic vertex executable:" << std::endl
1616 << tempInfoLog.str() << std::endl;
1667 ERR() << "Error compiling dynamic geometry executable:" << std::endl
1668 << tempInfoLog.str() << std::endl;
2024 ERR() << "Error compiling dynamic compute executable:" << std::endl
2025 << tempInfoLog.str() << std::endl;
H A DHLSLCompiler.cpp255 // WARN() << std::endl << hlsl; in compileToBinary()
257 WARN() << std::endl << message; in compileToBinary()
/third_party/glslang/SPIRV/
H A DSpvTools.cpp115 out << std::endl; in OptimizerMesssageConsumer() member in glslang::std
/third_party/gn/src/gn/
H A Dqt_creator_writer.cc277 output << item << std::endl; in GenerateFile() member in std
/third_party/json/tests/src/
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/nghttp2/src/
H A Ddeflatehd.cc374 << std::endl; in print_help() member in nghttp2::std
/third_party/node/deps/v8/src/logging/
H A Dlog-utils.cc247 log_->os_ << std::endl; in WriteToLogFile()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp337 s << header << std::endl; in printImage() member in vkt::DescriptorIndexing::ut::std
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp337 s << header << std::endl; in printImage() member in vkt::DescriptorIndexing::ut::std

Completed in 35 milliseconds

1...<<212223242526272829