Home
last modified time | relevance | path

Searched refs:endl (Results 1 - 18 of 18) sorted by relevance

/ide/tools/previewer/test/mock/
H A DMockFile.cpp86 std::cerr << "Failed to create entry in zip file for " << filePath << std::endl; in AddFileToZip() member in std
92 std::cerr << "Failed to open file " << filePath << std::endl; in AddFileToZip() member in std
102 std::cerr << "Failed to write to zip for " << filePath << std::endl; in AddFileToZip() member in std
105 std::cerr << "Failed to close file" << std::endl; in AddFileToZip() member in std
115 std::cerr << "Failed to close file" << std::endl; in AddFileToZip() member in std
133 std::cerr << "Failed to create entry in zip file for " << entry.path() << std::endl; in AddFolderToZip() member in std
153 std::cerr << "Could not create zip file " << zipFilename << std::endl; in CompressFiles() member in std
174 std::cerr << "Failed to close zip file " << zipFilename << std::endl; in CompressFiles() member in std
187 std::cerr << "Error creating file: " << filePath << std::endl; in WriteToFile() member in __anon15::std
200 std::cout << "Folder already exists." << std::endl; in CreateFiles() member in __anon15::std
204 std::cout << "Folder created successfully." << std::endl; CreateFiles() member in __anon15::std
221 std::cout << "Compression successful. File created: " << zipFilename << std::endl; CreateHspFile() member in std
223 std::cout << newFileName << " 创建hsp文件失败" << std::endl; CreateHspFile() member in std
227 std::cerr << "Compression failed." << std::endl; CreateHspFile() member in std
[all...]
/ide/tools/previewer/test/fuzztest/
H A DChangeJsonUtil.cpp129 std::cerr << "Error: cJSON object is null." << std::endl; in WriteFile() member in std
136 std::cerr << "Error opening file: " << filePath << std::endl; in WriteFile() member in std
143 std::cerr << "Error converting cJSON object to string." << std::endl; in WriteFile() member in std
149 outFile << jsonStr << std::endl; in WriteFile() member in std
155 std::cout << "JSON content successfully written to file: " << filePath << std::endl; in WriteFile() member in std
162 std::cerr << "Error opening file: " << filePath << std::endl; in WriteFile() member in std
165 outFile << str << std::endl; in WriteFile() member in std
166 std::cout << "Str content successfully written to file: " << filePath << std::endl; in WriteFile() member in std
H A Dmain.cpp40 std::cout << DT_Get_Version() << std::endl; in main() member in std
/ide/tools/previewer/test/fuzztest/commandparse_fuzzer/
H A DCommonCommandParseFuzzer.cpp44 std::cout << "--> CommonCommandParseFuzzTest for common start <--" << std::endl; in TEST() member in __anon4::std
58 std::cout << "--> CommonCommandParseFuzzTest for common end <--" << std::endl; in TEST() member in __anon4::std
H A DLiteCommandParseFuzzer.cpp48 std::cout << "--> LiteCommandParseFuzzTest for rich start <--" << std::endl; in TEST() member in __anon5::std
62 std::cout << "--> LiteCommandParseFuzzTest for rich end <--" << std::endl; in TEST() member in __anon5::std
H A DRichCommandParseFuzzer.cpp60 std::cout << "--> RichCommandParseFuzzTest for rich start <--" << std::endl; in TEST() member in __anon6::std
74 std::cout << "--> RichCommandParseFuzzTest for rich end <--" << std::endl; in TEST() member in __anon6::std
/ide/tools/previewer/test/fuzztest/jsonparse_fuzzer/
H A DGetModuleBufferFromHspFuzzer.cpp34 std::cout << "--> GetModuleBufferFromHspFuzzTest for common start <--" << std::endl; in TEST() member in __anon9::std
59 std::cout << "--> GetModuleBufferFromHspFuzzTest for common end <--" << std::endl; in TEST() member in __anon9::std
H A DDeviceConfigParseFuzzer.cpp57 std::cout << "--> DeviceConfigParseFuzzTest for common start <--" << std::endl; in TEST() member in __anon7::std
81 std::cout << "--> DeviceConfigParseFuzzTest for common end <--" << std::endl; in TEST() member in __anon7::std
H A DParseMockJsonFileFuzzer.cpp38 std::cout << "--> ParseMockJsonFileFuzzTest for common start <--" << std::endl; in TEST() member in __anon11::std
62 std::cout << "--> ParseMockJsonFileFuzzTest for common end <--" << std::endl; in TEST() member in __anon11::std
H A DGetHspAceModuleBuildFuzzer.cpp42 std::cout << "--> GetHspAceModuleBuildFuzzTest for common start <--" << std::endl; in TEST() member in __anon8::std
68 std::cout << "--> GetHspAceModuleBuildFuzzTest for common end <--" << std::endl; in TEST() member in __anon8::std
H A DGetModulePathMapFuzzer.cpp59 std::cout << "--> GetModulePathMapFuzzTest for common start <--" << std::endl; in TEST() member in __anon10::std
87 std::cout << "--> GetModulePathMapFuzzTest for common end <--" << std::endl; in TEST() member in __anon10::std
H A DReadFileContentsFuzzer.cpp57 std::cout << "--> ReadFileContentsFuzzTest for common start <--" << std::endl; in TEST() member in __anon12::std
82 std::cout << "--> ReadFileContentsFuzzTest for common end <--" << std::endl; in TEST() member in __anon12::std
H A DSetPkgContextInfoFuzzer.cpp91 std::cout << "--> SetPkgContextInfoFuzzTest for common start <--" << std::endl; in TEST() member in __anon13::std
127 std::cout << "--> SetPkgContextInfoFuzzTest for common end <--" << std::endl; in TEST() member in __anon13::std
/ide/tools/previewer/util/
H A DPreviewerEngineLog.cpp41 std::cerr << "PrintLog error: Format string is null or empty" << std::endl; in PrintLog() member in std
/ide/tools/previewer/test/fuzztest/paramsparse_fuzzer/
H A DParamsParseFuzzer.h121 std::cout << "--> ParamsParseFuzzTest." << __func__ << " <--" <<std::endl; in SetUp() member in fuzztest::ParamsParseFuzzTest::std
126 std::cout << "--> ParamsParseFuzzTest." << __func__ << " <--" <<std::endl; in TearDown() member in fuzztest::ParamsParseFuzzTest::std
/ide/tools/previewer/mock/rich/
H A DMouseInputImpl.cpp70 ss << "]" << std::endl; in DispatchOsTouchEvent() member in std
/ide/tools/previewer/test/unittest/jsapp_lite/
H A DJsAppImplTest.cpp46 std::cout << "File copied successfully to " << destFile << std::endl; in CopyFileToDirectory() member in __anon25::JsAppImplTest::std
/ide/tools/previewer/cli/
H A DCommandLine.cpp184 ss << "]" << std::endl; in SetEventParams() member in std

Completed in 8 milliseconds