/third_party/json/docs/examples/ |
H A D | default_object_comparator_t.cpp | 10 << "three < four : " << json::default_object_comparator_t{}("three", "four") << std::endl; in main() member in std
|
H A D | nlohmann_json_namespace_no_version.cpp | 12 std::cout << QUOTE(NLOHMANN_JSON_NAMESPACE) << std::endl; in main() member in std
|
H A D | json_pointer__back.cpp | 14 << "last reference token of \"" << ptr2 << "\" is \"" << ptr2.back() << "\"" << std::endl; in main() member in std
|
H A D | json_pointer__operator_string_t.cpp | 18 std::cout << s << std::endl; in main() member in std
|
H A D | number_unsigned_t.cpp | 9 std::cout << std::boolalpha << std::is_same<std::uint64_t, json::number_unsigned_t>::value << std::endl; in main() member in std
|
H A D | number_integer_t.cpp | 9 std::cout << std::boolalpha << std::is_same<std::int64_t, json::number_integer_t>::value << std::endl; in main() member in std
|
H A D | object_t.cpp | 9 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 D | parse_error.cpp | 18 << "byte position of error: " << e.byte << std::endl; in main()
|
H A D | array_t.cpp | 9 std::cout << std::boolalpha << std::is_same<std::vector<json>, json::array_t>::value << std::endl; in main() member in std
|
H A D | binary_t.cpp | 9 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 D | exception.cpp | 18 << "exception id: " << e.id << std::endl; in main()
|
H A D | json_pointer__operator_add_binary.cpp | 18 std::cout << "\"" << ptr / 42 << "\"" << std::endl; in main() member in std
|
H A D | out_of_range.cpp | 18 << "exception id: " << e.id << std::endl; in main()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Shader.cpp | 423 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 D | ANGLEPerfTest.cpp | 666 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 D | CopySplitTests.cpp | 259 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 D | utest_mpi_device_manager.cpp | 60 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 D | runtime-call-stats.cc | 30 << "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 D | experimental.cc | 30 << 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 D | nested_loops.cpp | 157 << 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 D | LineLoopTest.cpp | 60 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 D | nested_loops.cpp | 157 << 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 D | wasm-runtime.cpp | 39 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 D | symbolize_test.cc | 160 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 D | nested_loops.cpp | 157 << 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
|