Home
last modified time | relevance | path

Searched defs:endl (Results 651 - 675 of 760) sorted by relevance

1...<<2122232425262728293031

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dtest_display.cpp377 std::cout << "==========[test log] capture start saveYuv......" << std::endl; in BufferCallback() member in std
379 std::cout << "==========[test log] capture end saveYuv......" << std::endl; in BufferCallback() member in std
427 std::cout << "==========[test log] CreateCameraHost failed." << std::endl; in UsbInit() member in std
430 std::cout << "==========[test log] CreateCameraHost success." << std::endl; in UsbInit() member in std
436 std::cout << "==========[test log] SetCallback failed." << std::endl; in UsbInit() member in std
439 std::cout << "==========[test log] SetCallback success." << std::endl; in UsbInit() member in std
448 std::cout << "==========[test log]GetCameraIds failed." << std::endl; in GetCameraAbility() member in std
451 std::cout << "==========[test log]GetCameraIds success." << std::endl; in GetCameraAbility() member in std
454 std::cout << "==========[test log]camera device list is empty." << std::endl; in GetCameraAbility() member in std
460 std::cout << "==========[test log]GetCameraAbility failed, rc = " << rc << std::endl; in GetCameraAbility() member in std
478 std::cout << "OpenCamera failed, rc = " << rc << std::endl; OpenUsbCamera() member in std
481 std::cout << "OpenCamera success." << std::endl; OpenUsbCamera() member in std
483 std::cout << "No usb camera plugged in" << std::endl; OpenUsbCamera() member in std
495 std::cout << "OpenCamera failed, rc = " << rc << std::endl; SelectOpenCamera() member in std
498 std::cout << "OpenCamera success." << std::endl; SelectOpenCamera() member in std
518 std::cout << "==========[test log] OpenCamera failed, rc = " << rc << std::endl; OpenCamera() member in std
521 std::cout << "==========[test log] OpenCamera success." << std::endl; OpenCamera() member in std
[all...]
/test/xts/dcts/distributedhardware/distributedaudionewtest/
H A Ddistributedaudiotest.cpp152 std::cout << "**********************************************************************************" << std::endl; in InitTestDemo() member in std
154 std::cout << "Distributed Audio Test Demo Bin v1.3." << std::endl; in InitTestDemo() member in std
155 std::cout << "**********************************************************************************" << std::endl; in InitTestDemo() member in std
156 std::cout << std::endl; in InitTestDemo() member in std
157 std::cout << "Init distributed audio hdf service." << std::endl; in InitTestDemo() member in std
160 std::cout << "Distributed audio manager is null, Please Check network!" << std::endl; in InitTestDemo() member in std
163 std::cout << "Load audio manager success." << std::endl; in InitTestDemo() member in std
166 std::cout << "Cannot find distributed device. Please input 9 to query distribtued device." << std::endl; in InitTestDemo() member in std
168 std::cout << "Find one distributed device: " << g_devId << std::endl; in InitTestDemo() member in std
176 std::cout << "Audio manager is null, Please Check network!" << std::endl; in FindAudioDevice() member in std
181 std::cout << "Get audio devices failed!" << std::endl; FindAudioDevice() member in std
204 std::cout << "Receive abnormal event, Demo quit." << std::endl; HandleDevError() member in std
212 std::cout << std::endl; ParamEventCallback() member in std
213 std::cout << "**********************************************************************************" << std::endl; ParamEventCallback() member in std
214 std::cout << "Event recived: " << key << std::endl; ParamEventCallback() member in std
215 std::cout << "Condition: " << con << std::endl; ParamEventCallback() member in std
216 std::cout << "Value: " << val << std::endl; ParamEventCallback() member in std
217 std::cout << "**********************************************************************************" << std::endl; ParamEventCallback() member in std
218 std::cout << std::endl; ParamEventCallback() member in std
237 std::cout << "Input device id is wrong." << std::endl; LoadSpkDev() member in std
247 std::cout << "Load audio device failed, ret: " << ret << std::endl; LoadSpkDev() member in std
257 std::cout << "Speaker device is already opened." << std::endl; OpenSpk() member in std
261 std::cout << "Load spk failed" << std::endl; OpenSpk() member in std
268 std::cout << "Register observer failed, ret: " << ret << std::endl; OpenSpk() member in std
284 std::cout << "Open SPK device failed, ret: " << ret << std::endl; OpenSpk() member in std
288 std::cout << "Open SPK device success." << std::endl; OpenSpk() member in std
307 std::cout << "SPK device is null." << std::endl; Play() member in std
311 std::cout << "Play thread setname failed." << std::endl; Play() member in std
313 std::cout << "Playing thread started." << std::endl; Play() member in std
329 std::cout<<"RenderFrame failed, index: "<< g_frameIndex << ", ret: " << ret << std::endl; Play() member in std
337 std::cout << "Playing thread stopped." << std::endl; Play() member in std
343 std::cout << "Speaker device is not opened, start render failed." << std::endl; StartRender() member in std
355 std::cout << "Audio file frame num: " << g_frameNum << std::endl; StartRender() member in std
366 std::cout << "open spk file path failed!" << std::endl; StartRender() member in std
380 std::cout << "Speaker device is started." << std::endl; StartRender() member in std
392 std::cout << "SPK device is null." << std::endl; StopRender() member in std
397 std::cout << "Speaker device is not opened." << std::endl; StopRender() member in std
402 std::cout << "Speaker device is not started." << std::endl; StopRender() member in std
407 std::cout << "Speaker device is already stoped." << std::endl; StopRender() member in std
422 std::cout << "Speaker device is not opened." << std::endl; CloseSpk() member in std
432 std::cout << "Close speaker failed" << std::endl; CloseSpk() member in std
448 std::cout << "Close SPK device success." << std::endl; CloseSpk() member in std
463 std::cout << "Input device id is wrong." << std::endl; LoadMicDev() member in std
473 std::cout << "Load audio device failed, ret: " << ret << std::endl; LoadMicDev() member in std
483 std::cout << "Mic device is already opened." << std::endl; OpenMic() member in std
487 std::cout << "Load audio device failed." << std::endl; OpenMic() member in std
503 std::cout << "Open MIC device failed." << std::endl; OpenMic() member in std
507 std::cout << "Open MIC device success." << std::endl; OpenMic() member in std
526 std::cout << "MIC device is null." << std::endl; Capture() member in std
530 std::cout << "Capture thread setname failed." << std::endl; Capture() member in std
532 std::cout << "Capturing thread started." << std::endl; Capture() member in std
542 std::cout << "CaptureFrame failed, ret: " << ret << std::endl; Capture() member in std
547 std::cout << "fwrite data failed." << std::endl; Capture() member in std
552 std::cout << "Capturing thread stopped." << std::endl; Capture() member in std
558 std::cout << "Mic device is not opened, start capture failed." << std::endl; StartCapture() member in std
565 std::cout << "Open pcm file failed." << std::endl; StartCapture() member in std
573 std::cout << "Mic device is already started." << std::endl; StartCapture() member in std
586 std::cout << "MIC device is null." << std::endl; StopCapture() member in std
590 std::cout << "Mic device is not opened." << std::endl; StopCapture() member in std
594 std::cout << "Mic device is not started." << std::endl; StopCapture() member in std
598 std::cout << "Mic device is already started." << std::endl; StopCapture() member in std
612 std::cout << "Mic device is not opened." << std::endl; CloseMic() member in std
622 std::cout << "Close mic failed." << std::endl; CloseMic() member in std
634 std::cout << "Close MIC device success." << std::endl; CloseMic() member in std
641 std::cout << "Speaker is not opened, can not set volume." << std::endl; SetVolume() member in std
644 std::cout << "Please input volum to set [0,15]." << std::endl; SetVolume() member in std
646 std::cout << "Volume is invalid." << std::endl; SetVolume() member in std
649 std::cout << "Set volume: " << vol << std::endl; SetVolume() member in std
655 std::cout << "Set volume failed" << std::endl; SetVolume() member in std
664 std::cout << "Speaker is not opened, can not get volume." << std::endl; GetVolume() member in std
672 std::cout << "Get Volume failed." << std::endl; GetVolume() member in std
675 std::cout << "Get volume success. volume: " << vol <<std::endl; GetVolume() member in std
741 std::cout << "-----------Local Device Info------" << std::endl; GetSyncOnlineDevices() member in std
747 std::cout << "-------Remote Device info---------" << std::endl; GetSyncOnlineDevices() member in std
752 std::cout << "Device Num = " << infoNum << std::endl; GetSyncOnlineDevices() member in std
757 std::cout << "SoftBusDumpDeviceInfo complete!" << std::endl; GetSyncOnlineDevices() member in std
764 std::cout << "nodeInfo is nullptr" << std::endl; PrintNodeProperty() member in std
774 std::cout << "GetNodeKeyInfo Fail!" << std::endl; PrintNodeProperty() member in std
776 std::cout << "Udid = " << reinterpret_cast<char *>(udid) << std::endl; PrintNodeProperty() member in std
783 std::cout << "uuid = " << reinterpret_cast<char *>(uuid) << std::endl; PrintNodeProperty() member in std
790 std::cout << "nodeInfo is nullptr" << std::endl; PrintNodeProperty() member in std
801 std::cout << "GetNodeKeyInfo Fail!" << std::endl; PrintNodeProperty() member in std
803 std::cout << "Udid = " << reinterpret_cast<char *>(udid) << std::endl; PrintNodeProperty() member in std
810 std::cout << "uuid = " << reinterpret_cast<char *>(uuid) << std::endl; PrintNodeProperty() member in std
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
H A Dhdi_common_v1_2.h222 std::cout << "ready to wait" << std::endl; in WaitSnapshotEnd() member in OHOS::Camera::Test::StreamConsumer::std
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H A Dhdi_common_v1_3.cpp100 GTEST_SKIP() << "No Camera Available" << std::endl; in Init() member in OHOS::Camera::std
110 GTEST_SKIP() << "No Camera Available" << std::endl; in Open() member in OHOS::Camera::std
136 GTEST_SKIP() << "No Camera Available" << std::endl; in OpenSecureCamera() member in OHOS::Camera::std
181 std::cout << "tag[" << tag << "][" << i << "] = " << v << std::endl; in PrintAllTagDataU8() member in OHOS::Camera::std
183 std::cout << "--------------------------------" << std::endl; in PrintAllTagDataU8() member in OHOS::Camera::std
654 std::cout << "rc = " << rc << std::endl; in StartCapture() member in OHOS::Camera::std
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/
H A Dhdi_common_v1_3.h204 std::cout << "ready to wait" << std::endl; in WaitSnapshotEnd() member in OHOS::Camera::Test::StreamConsumer::std
/third_party/gn/src/gn/
H A Dvisual_studio_writer.cc467 out << "<?xml version=\"1.0\" encoding=\"utf-8\"?>" << std::endl; in WriteProjectFileContents() member in std
692 out << "<?xml version=\"1.0\" encoding=\"utf-8\"?>" << std::endl; in WriteFiltersFileContents() member in std
773 << std::endl; in WriteSolutionFileContents() member in std
774 out << "# " << version_string_ << std::endl; in WriteSolutionFileContents() member in std
781 out << "EndProject" << std::endl; in WriteSolutionFileContents() member in std
788 out << "EndProject" << std::endl; in WriteSolutionFileContents() member in std
791 out << "Global" << std::endl; in WriteSolutionFileContents() member in std
794 << std::endl; in WriteSolutionFileContents() member in std
797 out << "\\t\\t" << config_mode << " = " << config_mode << std::endl; WriteSolutionFileContents() member in std
798 out << "\\tEndGlobalSection" << std::endl; WriteSolutionFileContents() member in std
801 << std::endl; WriteSolutionFileContents() member in std
810 out << "\\tEndGlobalSection" << std::endl; WriteSolutionFileContents() member in std
812 out << "\\tGlobalSection(SolutionProperties) = preSolution" << std::endl; WriteSolutionFileContents() member in std
813 out << "\\t\\tHideSolutionNode = FALSE" << std::endl; WriteSolutionFileContents() member in std
814 out << "\\tEndGlobalSection" << std::endl; WriteSolutionFileContents() member in std
816 out << "\\tGlobalSection(NestedProjects) = preSolution" << std::endl; WriteSolutionFileContents() member in std
827 out << "\\tEndGlobalSection" << std::endl; WriteSolutionFileContents() member in std
829 out << "EndGlobal" << std::endl; WriteSolutionFileContents() member in std
[all...]
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h587 << "' is invalid, in " << file << " line " << line << std::endl; member in testing::internal::ParameterizedTestSuiteInfo::std
591 << file << " line " << line << std::endl; member in testing::internal::ParameterizedTestSuiteInfo::std
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h560 << " line " << line << std::endl; member in testing::internal::ParameterizedTestSuiteInfo::std
564 << "', in " << file << " line " << line << std::endl; member in testing::internal::ParameterizedTestSuiteInfo::std
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h589 << file << " line " << line << "" << std::endl; member in testing::internal::ParameterizedTestSuiteInfo::std
593 << file << " line " << line << std::endl; member in testing::internal::ParameterizedTestSuiteInfo::std
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp115 std::cerr << "Error: " << context << ": " << status.errorName() << std::endl; in handleError() member in std
475 std::cerr << "Unable to open file: " << outFileName.data() << std::endl; in prepareOutputFile() member in std
479 std::cout << "Writing to: " << outFileName.data() << std::endl; in prepareOutputFile() member in std
1185 std::cerr << "Note: falling back to long name for: " << propName << std::endl; in exportUprops() member in std
1191 std::cerr << "Warning: Could not find name for: " << uprop << std::endl; in exportUprops() member in std
/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp115 std::cerr << "Error: " << context << ": " << status.errorName() << std::endl; in handleError() member in std
298 std::cerr << "Unable to open file: " << outFileName.data() << std::endl; in prepareOutputFile() member in std
302 std::cout << "Writing to: " << outFileName.data() << std::endl; in prepareOutputFile() member in std
1025 std::cerr << "Note: falling back to long name for: " << propName << std::endl; in exportUprops() member in std
1031 std::cerr << "Warning: Could not find name for: " << uprop << std::endl; in exportUprops() member in std
/third_party/libfuse/example/
H A Dpassthrough_hp.cc177 cerr << "INTERNAL ERROR: Unknown inode " << ino << endl; in get_inode() local
318 << ", parent=" << parent << endl; in do_lookup() local
332 cerr << "DEBUG: lookup(): fstatat failed" << endl; in do_lookup() local
337 cerr << "WARNING: Mountpoints in the source directory tree will be hidden." << endl; in do_lookup() local
341 << FUSE_ROOT_ID << endl; in do_lookup() local
416 cerr << "ERROR: Reached maximum number of file descriptors." << endl; sfs_lookup() local
451 cerr << "ERROR: Reached maximum number of file descriptors." << endl; mknod_symlink() local
683 cerr << "ERROR: Reached maximum number of file descriptors." << endl; sfs_opendir() local
705 << offset << endl; do_readdir() local
716 cerr << "DEBUG: readdir(): seeking to " << offset << endl; do_readdir() local
753 cerr << "DEBUG: readdir(): buffer full, returning data. " << endl; do_readdir() local
776 cerr << "ERROR: Reached maximum number of file descriptors." << endl; do_readdir() local
820 cerr << "ERROR: Reached maximum number of file descriptors." << endl; sfs_create() local
830 cerr << "ERROR: Reached maximum number of file descriptors." << endl; sfs_create() local
882 cerr << "ERROR: Reached maximum number of file descriptors." << endl; sfs_open() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc876 os << std::endl; in operator <<() member in v8::internal::compiler::std
922 os << ")" << std::endl; in PrintScheduledGraph() member in v8::internal::compiler::__anon14343::std
928 os << std::endl; in PrintScheduledGraph() member in v8::internal::compiler::__anon14343::std
949 os << std::endl; in PrintScheduledGraph() member in v8::internal::compiler::__anon14343::std
H A Dtypes.cc1074 os << std::endl; in Print() member in v8::internal::compiler::std
1079 os << std::endl; in Print() member in v8::internal::compiler::std
H A Dload-elimination.cc398 << std::endl; in Print() member in v8::internal::compiler::std
/third_party/node/deps/v8/src/objects/
H A Dcode.cc657 os << std::endl; in Disassemble() member in v8::internal::std
681 os << Brief(source_position_table) << std::endl; in Disassemble() member in v8::internal::std
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc1042 os << std::endl; in DebugPrintImpl() member in v8::internal::std
1206 os << std::endl; in RUNTIME_FUNCTION() member in v8::internal::std
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp413 if (notSupported) str << std::endl; in checkSupport() member in vkt::api::__anon27756::std
419 if (notSupported) str << std::endl; in checkSupport() member in vkt::api::__anon27756::std
425 if (notSupported) str << std::endl; in checkSupport() member in vkt::api::__anon27756::std
465 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon27756::std
478 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon27756::std
493 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon27756::std
509 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon27756::std
519 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon27756::std
532 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon27756::std
542 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon27756::std
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp450 std::cout << "Parsed " << parsedBytes << " bytes from bitstream" << std::endl; in parseNextChunk() member in vkt::video::__anon28942::FrameProcessor::std
503 << std::endl; in decodeFrame() member in vkt::video::__anon28942::FrameProcessor::std
H A DvktVideoTestUtils.cpp662 std::cout << "\t\t\t" << ((videoProfile.GetCodecType() == VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_KHR) ? "h264" : "h265") << "decode formats: " << std::endl; member in vkt::video::util::std
781 std::cout << "\t\t\t" << ((videoProfile.GetCodecType() == VK_VIDEO_CODEC_OPERATION_DECODE_H264_BIT_KHR) ? "h264" : "h265") << " decode capabilities: " << std::endl; in getVideoCapabilities() member in vkt::video::util::std
784 std::cout << "\t\t\t" << "Use separate reference images" << std::endl; in getVideoCapabilities() member in vkt::video::util::std
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp347 str << "#sessionInfo releaseName " << qpGetReleaseName() << std::endl; in TestCaseExecutor() member in vkt::std
348 str << "#sessionInfo releaseId 0x" << std::hex << std::setw(8) << std::setfill('0') << qpGetReleaseId() << std::endl; in TestCaseExecutor() member in vkt::std
349 str << "#sessionInfo targetName \"" << qpGetTargetName() << "\"" << std::endl; in TestCaseExecutor() member in vkt::std
350 str << sessionInfo.get() << std::endl; in TestCaseExecutor() member in vkt::std
351 str << "#beginSession" << std::endl; in TestCaseExecutor() member in vkt::std
705 str << std::endl; in reportDurations() member in vkt::std
706 str << "#beginTestsCasesTime" << std::endl; in reportDurations() member in vkt::std
708 str << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" << std::endl; in reportDurations() member in vkt::std
709 str << "<TestsCasesTime>" << std::endl; in reportDurations() member in vkt::std
711 str << " <Number Name=\"" << packageName << "\" Description=\"Total tests case duration in microseconds\" Tag=\"Time\" Unit=\"us\">" << duration << "</Number>" << std::endl; in reportDurations() member in vkt::std
714 str << "</TestsCasesTime>" << std::endl; reportDurations() member in vkt::std
715 str << std::endl; reportDurations() member in vkt::std
716 str << "#endTestsCasesTime" << std::endl; reportDurations() member in vkt::std
717 str << std::endl; reportDurations() member in vkt::std
718 str << "#endSession" << std::endl; reportDurations() member in vkt::std
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp411 if (notSupported) str << std::endl; in checkSupport() member in vkt::api::__anon29004::std
417 if (notSupported) str << std::endl; in checkSupport() member in vkt::api::__anon29004::std
423 if (notSupported) str << std::endl; in checkSupport() member in vkt::api::__anon29004::std
463 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon29004::std
476 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon29004::std
491 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon29004::std
507 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon29004::std
517 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon29004::std
530 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon29004::std
540 if (entryCount++) str << std::endl; in checkSupport() member in vkt::api::__anon29004::std
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp85 << std::endl; in IsSSBOInVSFSAvailable() member in glcts::__anon27702::VertexAttribBindingBase::std
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp190 std::cout << "Test skipped due to missing " << extensionName() << "." << std::endl; in requestMultiviewExtension() member in MultiviewFramebufferTestBase::std
199 << std::endl; in requestMultiviewExtension() member in MultiviewFramebufferTestBase::std
206 << std::endl; in requestMultiviewExtension() member in MultiviewFramebufferTestBase::std
454 std::cout << "Test skipped due to missing GL_EXT_occlusion_query_boolean." << std::endl; in requestOcclusionQueryExtension() member in MultiviewOcclusionQueryTest::std
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp680 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

Completed in 43 milliseconds

1...<<2122232425262728293031