Home
last modified time | relevance | path

Searched refs:endl (Results 326 - 350 of 800) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/json/docs/examples/
H A Ddefault_object_comparator_t.cpp10 << "three < four : " << json::default_object_comparator_t{}("three", "four") << std::endl; in main() member in std
H A Dnlohmann_json_namespace_no_version.cpp12 std::cout << QUOTE(NLOHMANN_JSON_NAMESPACE) << std::endl; in main() member in std
H A Djson_pointer__back.cpp14 << "last reference token of \"" << ptr2 << "\" is \"" << ptr2.back() << "\"" << std::endl; in main() member in std
H A Djson_pointer__operator_string_t.cpp18 std::cout << s << std::endl; in main() member in std
H A Dnumber_unsigned_t.cpp9 std::cout << std::boolalpha << std::is_same<std::uint64_t, json::number_unsigned_t>::value << std::endl; in main() member in std
H A Dnumber_integer_t.cpp9 std::cout << std::boolalpha << std::is_same<std::int64_t, json::number_integer_t>::value << std::endl; in main() member in std
H A Dobject_t.cpp9 std::cout << std::boolalpha << std::is_same<std::map<json::string_t, json>, json::object_t>::value << std::endl; in main() member in std
H A Dparse_error.cpp18 << "byte position of error: " << e.byte << std::endl; in main()
H A Darray_t.cpp9 std::cout << std::boolalpha << std::is_same<std::vector<json>, json::array_t>::value << std::endl; in main() member in std
H A Dbinary_t.cpp9 std::cout << std::boolalpha << std::is_same<nlohmann::byte_container_with_subtype<std::vector<std::uint8_t>>, json::binary_t>::value << std::endl; in main() member in std
H A Dexception.cpp18 << "exception id: " << e.id << std::endl; in main()
H A Djson_pointer__operator_add_binary.cpp18 std::cout << "\"" << ptr / 42 << "\"" << std::endl; in main() member in std
H A Dout_of_range.cpp18 << "exception id: " << e.id << std::endl; in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp423 INFO() << std::endl << mInfoLog; in resolveCompile()
462 shaderStream << std::endl; in resolveCompile() member in gl::std
494 WARN() << std::endl in resolveCompile() member in gl::std
503 WARN() << std::endl in resolveCompile() member in gl::std
514 WARN() << std::endl << "Exceeded maximum shared memory size"; in resolveCompile() member in gl::std
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp666 std::cerr << "Not implemented." << std::endl; in ANGLERenderTest()
675 std::cout << "WGL driver not available. Skipping test." << std::endl; in ANGLERenderTest()
680 std::cerr << "Error in switch." << std::endl; in ANGLERenderTest() member in std
757 std::cout << "Test skipped due to missing support for color spaces." << std::endl; in SetUp() member in std
1018 std::cout << "Test skipped due to missing extension: " << extension << std::endl; in areExtensionPrerequisitesFulfilled() member in std
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
H A DCopySplitTests.cpp259 os << "CopySplit" << std::endl; in operator <<() member in __anon20577::std
265 << copy.copySize.depthOrArrayLayers << ")" << std::endl; in operator <<()
269 << std::endl; in operator <<()
413 << std::endl in DoTest()
414 << dimension << " " << copySplit << std::endl; in DoTest() member in CopySplitTest::std
/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/mpi/
H A Dutest_mpi_device_manager.cpp60 std::cout << "Camera::DeviceManager SetUpTestCase" << std::endl; in SetUpTestCase() member in OHOS::Camera::std
65 std::cout << "Camera::DeviceManager TearDownTestCase" << std::endl; in TearDownTestCase() member in OHOS::Camera::std
70 std::cout << "Camera::DeviceManager SetUp" << std::endl; in SetUp() member in OHOS::Camera::std
75 std::cout << "Camera::DeviceManager TearDown.." << std::endl; in TearDown() member in OHOS::Camera::std
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.cc30 << "Time" << std::setw(18) << "Count" << std::endl in Print()
31 << std::string(88, '=') << std::endl; in Print() member in v8::internal::RuntimeCallStatEntries::std
36 os << std::string(88, '-') << std::endl; in Print() member in v8::internal::RuntimeCallStatEntries::std
75 os << std::endl; in Print() member in v8::internal::RuntimeCallStatEntries::Entry::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/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
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
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DLineLoopTest.cpp60 EXPECT_EQ(pixel[0], 0) << "Failed at " << x << ", " << y << std::endl; in checkPixels() member in LineLoopTest::std
61 EXPECT_EQ(pixel[1], pixel[2]) << "Failed at " << x << ", " << y << std::endl; in checkPixels() member in LineLoopTest::std
62 ASSERT_EQ(pixel[3], 255) << "Failed at " << x << ", " << y << std::endl; in checkPixels() member in LineLoopTest::std
479 << std::endl; in TEST_P() member in std
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dnested_loops.cpp157 << text << std::endl; in TEST_F() member in spvtools::opt::__anon23428::std
343 << text << std::endl; in TEST_F() member in spvtools::opt::__anon23428::std
566 << text << std::endl; in TEST_F() member in spvtools::opt::__anon23428::std
707 << text << std::endl; in TEST_F() member in spvtools::opt::__anon23428::std
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp39 std::cerr << x << std::endl; in trace() member in std
42 void trace() { std::cerr << "(void)" << std::endl; } in trace() member in std
134 std::cerr << "Bounds check failure" << std::endl; in __Sz_bounds_fail() member in std
139 std::cerr << "Invalid indirect call target" << std::endl; in __Sz_indirect_fail() member in std
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc160 std::cout << "TestWithReturnAddress passed" << std::endl; in TestWithReturnAddress() member in std
467 std::cout << "TestWithPCInsideNonInlineFunction passed" << std::endl; in TestWithPCInsideNonInlineFunction() member in std
479 std::cout << "TestWithPCInsideInlineFunction passed" << std::endl; in TestWithPCInsideInlineFunction() member in std
518 std::cout << "TestArmThumbOverlap passed" << std::endl; in TestArmThumbOverlap() member in std
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dnested_loops.cpp157 << text << std::endl; in TEST_F() member in spvtools::opt::__anon26999::std
343 << text << std::endl; in TEST_F() member in spvtools::opt::__anon26999::std
566 << text << std::endl; in TEST_F() member in spvtools::opt::__anon26999::std
707 << text << std::endl; in TEST_F() member in spvtools::opt::__anon26999::std

Completed in 13 milliseconds

1...<<11121314151617181920>>...32