Home
last modified time | relevance | path

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

123

/developtools/profiler/hiebpf/src/
H A Dcommand_helper.cpp25 std::cout << tipHelp_ << std::endl; in Start() member in std
37 << " specified but unused" << std::endl; in Start()
41 std::cout << tipHelp_ << std::endl; in Start() member in std
52 std::cout << helpHelp_ << std::endl; in DoHelp() member in std
54 std::cout << outputFileHelp_ << std::endl; in DoHelp() member in std
56 std::cout << excludeTracerHelp_ << std::endl; in DoHelp() member in std
58 std::cout << maxStackDepthHelp_ << std::endl; in DoHelp() member in std
60 std::cout << durationHelp_ << std::endl; in DoHelp() member in std
62 std::cout << eventsHelp_ << std::endl; in DoHelp() member in std
64 std::cout << pidsHelp_ << std::endl; in DoHelp() member in std
66 std::cout << dumpEventsHelp_ << std::endl; DoHelp() member in std
68 std::cout << unwindStackHelp_ << std::endl; DoHelp() member in std
70 std::cout << bpfLogLevelHelp_ << std::endl; DoHelp() member in std
72 std::cout << bpfLogFileHelp_ << std::endl; DoHelp() member in std
74 std::cout << libbpfLogLevelHelp_ << std::endl; DoHelp() member in std
76 std::cout << libbpfFileHelp_ << std::endl; DoHelp() member in std
78 std::cout << serverStartHelp_ << std::endl; DoHelp() member in std
80 std::cout << serverStopHelp_ << std::endl; DoHelp() member in std
82 std::cout << hhLogLevelHelp_ << std::endl; DoHelp() member in std
84 std::cout << hhLogFileHelp_ << std::endl; DoHelp() member in std
86 std::cout << tipHelp_ << std::endl; DoHelp() member in std
[all...]
/developtools/profiler/device/plugins/diskio_plugin/src/
H A Dtest_main.cpp73 std::cout << "test:dlopen err: " << dlerror() << std::endl; in main() member in std
76 std::cout << "test:handle = " << handle << std::endl; in main() member in std
78 std::cout << "test:name = " << diskioPlugin->name << std::endl; in main()
79 std::cout << "test:buffer size = " << diskioPlugin->resultBufferSizeHint << std::endl; in main()
85 std::cout << "test:configLength = " << configLength << std::endl; in main() member in std
86 std::cout << "test:serialize success start plugin ret = " << ret << std::endl; in main() member in std
94 std::cout << "test:filler buffer length = " << len << std::endl; in main() member in std
99 std::cout << "test:ParseFromArray length = " << len << std::endl; in main() member in std
101 std::cout << "prev_rd_sectors_kb:" << diskioData.prev_rd_sectors_kb() << std::endl; in main() member in std
102 std::cout << "prev_wr_sectors_kb:" << diskioData.prev_wr_sectors_kb() << std::endl; in main() member in std
103 std::cout << "prev_timestamp.tv_sec:" << diskioData.prev_timestamp().tv_sec() << std::endl; main() member in std
104 std::cout << "prev_timestamp.tv_nsec:" << diskioData.prev_timestamp().tv_nsec() << std::endl; main() member in std
105 std::cout << "rd_sectors_kb:" << diskioData.rd_sectors_kb() << std::endl; main() member in std
106 std::cout << "wr_sectors_kb:" << diskioData.wr_sectors_kb() << std::endl; main() member in std
107 std::cout << "timestamp.tv_sec:" << diskioData.timestamp().tv_sec() << std::endl; main() member in std
108 std::cout << "timestamp.tv_nsec:" << diskioData.timestamp().tv_nsec() << std::endl; main() member in std
111 std::cout << "test:sleep...................." << std::endl; main() member in std
[all...]
/developtools/profiler/device/plugins/cpu_plugin/src/
H A Dtest_main.cpp35 std::cout << "test:filler buffer length = " << len << std::endl; in Report() member in std
40 std::cout << "test:ParseFromArray length = " << len << std::endl; in Report() member in std
43 std::cout << "prev_process_cpu_time_ms:" << cpuUsageInfo.prev_process_cpu_time_ms() << std::endl; in Report() member in std
44 std::cout << "prev_system_cpu_time_ms:" << cpuUsageInfo.prev_system_cpu_time_ms() << std::endl; in Report() member in std
45 std::cout << "prev_system_boot_time_ms:" << cpuUsageInfo.prev_system_boot_time_ms() << std::endl; in Report() member in std
46 std::cout << "process_cpu_time_ms:" << cpuUsageInfo.process_cpu_time_ms() << std::endl; in Report() member in std
47 std::cout << "system_cpu_time_ms:" << cpuUsageInfo.system_cpu_time_ms() << std::endl; in Report() member in std
48 std::cout << "system_boot_time_ms:" << cpuUsageInfo.system_boot_time_ms() << std::endl; in Report() member in std
52 std::cout << "cpu_core:" << cpuCoreUsageInfo.cpu_core() << std::endl; in Report() member in std
53 std::cout << "prev_system_cpu_time_ms:" << cpuCoreUsageInfo.prev_system_cpu_time_ms() << std::endl; in Report() member in std
54 std::cout << "prev_system_boot_time_ms:" << cpuCoreUsageInfo.prev_system_boot_time_ms() << std::endl; Report() member in std
55 std::cout << "system_cpu_time_ms:" << cpuCoreUsageInfo.system_cpu_time_ms() << std::endl; Report() member in std
56 std::cout << "system_boot_time_ms:" << cpuCoreUsageInfo.system_boot_time_ms() << std::endl; Report() member in std
61 std::cout << "tid : " << threadInfo.tid() << std::endl; Report() member in std
62 std::cout << "thread_name : " << threadInfo.thread_name() << std::endl; Report() member in std
63 std::cout << "thread_state : " << threadInfo.thread_state() << std::endl; Report() member in std
64 std::cout << "prev_thread_cpu_time_ms : " << threadInfo.prev_thread_cpu_time_ms() << std::endl; Report() member in std
65 std::cout << "thread_cpu_time_ms : " << threadInfo.thread_cpu_time_ms() << std::endl; Report() member in std
69 std::cout << "test:sleep...................." << std::endl; Report() member in std
[all...]
/developtools/profiler/device/plugins/gpu_plugin/src/
H A Dtest_main.cpp32 std::cout << "test:dlopen err: " << dlerror() << std::endl; in main() member in std
35 std::cout << "test:handle = " << handle << std::endl; in main() member in std
37 std::cout << "test:name = " << gpuPlugin->name << std::endl; in main()
38 std::cout << "test:buffer size = " << gpuPlugin->resultBufferSizeHint << std::endl; in main()
44 std::cout << "test:configLength = " << configLength << std::endl; in main() member in std
45 std::cout << "test:serialize success start plugin ret = " << ret << std::endl; in main() member in std
53 std::cout << "test:filler buffer length = " << len << std::endl; in main() member in std
58 std::cout << "test:ParseFromArray length = " << len << std::endl; in main() member in std
59 std::cout << "gpu_utilisation:" << gpuData.gpu_utilisation() << std::endl; in main() member in std
62 std::cout << "test:sleep...................." << std::endl; in main() member in std
[all...]
/developtools/packing_tool/ohos_packing_tool/frameworks/src/
H A Dpackager.cpp37 std::cout << "PreCheck err" << std::endl; in MakePackage() member in OHOS::AppPackingTool::std
41 std::cout << "PreCheck err" << std::endl; in MakePackage() member in OHOS::AppPackingTool::std
45 std::cout << "DoPackage err" << std::endl; in MakePackage() member in OHOS::AppPackingTool::std
49 std::cout << "PostCheck err" << std::endl; in MakePackage() member in OHOS::AppPackingTool::std
57 std::cout << "PreCheck" << std::endl; in PreProcess() member in OHOS::AppPackingTool::std
64 std::cout << "DoPackage" << std::endl; in Process() member in OHOS::AppPackingTool::std
71 std::cout << "PostCheck" << std::endl; in PostProcess() member in OHOS::AppPackingTool::std
86 std::cout << "err opening file for read: " << filePath << std::endl; in AddFileToZip() member in OHOS::AppPackingTool::std
91 std::cout << "zipOpenNewFileInZip err: " << ret << ", " << filePath << std::endl; in AddFileToZip() member in OHOS::AppPackingTool::std
100 std::cout << "read file: " << filePath << " err, bytesRead: " << bytesRead << std::endl; in AddFileToZip() member in OHOS::AppPackingTool::std
104 std::cout << "err write to zip file: " << filePath << std::endl; AddFileToZip() member in OHOS::AppPackingTool::std
118 std::cout << "zipWriteInFileInZip err: " << errno << std::endl; WriteStringToZip() member in OHOS::AppPackingTool::std
128 std::cout<<"failed to open json file, errno: " << errno << std::endl; ParseJsonFile() member in OHOS::AppPackingTool::std
135 std::cout << "json file is empty" << std::endl; ParseJsonFile() member in OHOS::AppPackingTool::std
142 std::cout << "ParseJsonFile failed due to data is discarded." << std::endl; ParseJsonFile() member in OHOS::AppPackingTool::std
[all...]
/developtools/global_resource_tool/src/
H A Did_defined_parser.cpp52 cerr << "Error: the set start_id and id_defined.json cannot be used together." << endl; in Init() local
96 cerr << NEW_LINE_PATH << filePath << endl; in Init() local
103 cerr << NEW_LINE_PATH << filePath << endl; in Init() local
108 cerr << NEW_LINE_PATH << filePath << endl; in Init() local
166 cerr << "Error: '" << ret.first->second.name << "' and '" << resourceId.name << "' defind the same ID." << endl; in PushResourceId()
176 cerr << "Error: the same resource of '" << resourceId.name << "' exists in the " << filePath << endl; in PushResourceId()
196 cerr << "Error: id_defined.json seq =" << resourceId.seq << " id empty." << endl; in ParseId()
200 cerr << "Error: id_defined.json seq =" << resourceId.seq << " id not string." << endl; in ParseId()
206 cerr << " id must be a hex string, eg:^0[xX][0-9a-fA-F]{8}" << endl; in ParseId() local
212 cerr << " id must in [0x01000000,0x06FFFFFF],[0x08000000,0xFFFFFFFF]." << endl; in ParseId() local
252 cerr << "Error: id_defined.json."<< endl; ParseName() local
253 cerr << SOLUTIONS << endl; ParseName() local
284 cerr << "Error: id_defined.json 'startId' empty." << endl; GetStartId() local
289 cerr << "Error: id_defined.json 'startId' not string." << endl; GetStartId() local
[all...]
H A Dcmd_parser.cpp124 cerr << "Error: invalid input '" << argValue << "'" << endl; in AddInput() local
130 cerr << "Error: repeat input '" << argValue << "'" << endl; in AddInput() local
145 cerr << "Error: invalid system id_defined.json path: '" << argValue << "'" << endl; in AddSysIdDefined() local
152 cerr << "Error: repeat system id_defined.json path: '" << argValue << "'" << endl; in AddSysIdDefined() local
166 cerr << "Error: double package name " << packageName_ << " vs " << argValue << endl; in AddPackageName() local
177 cerr << "Error: double output " << output_ << " vs " << argValue << endl; in AddOutput() local
183 cerr << "Error: invalid output '" << argValue << "'" << endl; in AddOutput() local
195 cerr << "Error: '" << argValue << "' input duplicated." << endl; in AddResourceHeader() local
210 cout << "Info: Restool version= " << RESTOOL_VERSION << endl; in PrintVersion() local
218 cerr << "Error: -m double module name '" << argValue << "'" << endl; in AddMoudleNames() local
226 cerr << "Error: double module name '" << *it << "'" << endl; AddMoudleNames() local
236 cerr << "Error: double config.json " << configPath_ << " vs " << argValue << endl; AddConfig() local
250 cerr << "Error: invalid start id " << argValue << endl; AddStartId() local
267 cerr << "Error: input path empty." << endl; CheckParam() local
272 cerr << "Error: output path empty." << endl; CheckParam() local
277 cerr << "Error: -x and --target-config cannot be used together." << endl; CheckParam() local
286 cerr << "Error: package name empty." << endl; CheckParam() local
291 cerr << "Error: resource header path empty." << endl; CheckParam() local
296 cerr << "Error: set -e and --defined-ids cannot be used together." << endl; CheckParam() local
312 cout << "Warning: invalid compress '" << argValue << "'" << endl; AddAppend() local
317 cerr << "Error: repeat input '" << argValue << "'" << endl; AddAppend() local
393 cerr << "Error: repeat input '--target-config'" << endl; ParseTargetConfig() local
397 cerr << "Error: '" << argValue << "' is not valid parameter." << endl; ParseTargetConfig() local
424 cerr << "Error: '" << argValue << "' must be ASCII" << endl; IsAscii() local
434 cerr << "Error: double opt-compression.json " << compressionPath_ << " vs " << argValue << endl; AddCompressionPath() local
474 cerr << "Error: unsupport " << c << endl; HandleProcess() local
501 cerr << "Error: unknown option " << curOpt << endl; CheckError() local
510 cerr << "Error: unknown option " << optUnknown << endl; CheckError() local
518 cerr << "Error: option " << argv[optind - 1] << " must have argument" << endl; CheckError() local
520 cerr << "Error: unknown option " << argv[optind - 1] << endl; CheckError() local
544 cerr << errmsg << endl; ParseCommand() local
[all...]
H A Djson_compiler.cpp60 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in CompileSingleFile()
66 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in CompileSingleFile()
74 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in CompileSingleFile()
108 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonArrayLevel()
114 cerr << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonArrayLevel()
121 cerr << "Error: the seq=" << index << " item must be object." << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonArrayLevel()
135 cerr << "Error: name empty." << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonObjectLevel()
140 cerr << "Error: name must string." << NEW_LINE_PATH << fileInfo.filePath << endl; in ParseJsonObjectLevel()
152 cerr << "Error: json parser don't support " << ResourceUtil::ResTypeToString(fileInfo.fileType) << endl; in ParseJsonObjectLevel()
194 cerr << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in HandleBoolean()
[all...]
H A Dcompression_parser.cpp95 cerr << "Error: JSON file parsing failed, please check the JSON file." << NEW_LINE_PATH << filePath_ << endl; in Init() local
100 cout << NEW_LINE_PATH << filePath_ << endl; in Init() local
115 cerr << NEW_LINE_PATH << filePath_ << endl; in Init() local
121 cerr << "Error: create caches dir failed. dir = " << caches << endl; in Init() local
131 cerr << NEW_LINE_PATH << filePath_ << endl; in ParseCompression() local
135 cerr << "Error: 'compression' must be object." << NEW_LINE_PATH << filePath_ << endl; in ParseCompression() local
141 cerr << NEW_LINE_PATH << filePath_ << endl; in ParseCompression() local
145 cerr << "Error: 'media' must be object." << NEW_LINE_PATH << filePath_ << endl; in ParseCompression() local
151 cerr << NEW_LINE_PATH << filePath_ << endl; in ParseCompression() local
155 cerr << "Error: 'enable' must be bool." << NEW_LINE_PATH << filePath_ << endl; in ParseCompression() local
253 cout << "Warning: rules is not exist or node type is wrong" << endl; ParseRules() local
277 cout << "Warning: pathnode is not array." << endl; ParsePath() local
332 cout << "Warning: SetTranscodeOptions handle_ is nullptr." << endl; SetTranscodeOptions() local
341 cout << "Warning: Failed to get the 'SetTranscodeOptions'." << endl; SetTranscodeOptions() local
346 cout << "Warning: SetTranscodeOptions failed." << endl; SetTranscodeOptions() local
356 cout << "Warning: TranscodeImages handle_ is nullptr." << endl; TranscodeImages() local
365 cout << "Warning: Failed to get the 'Transcode'." << endl; TranscodeImages() local
375 cout << "Warning: TranscodeImages failed" << ", file path = " << imagePath << endl; TranscodeImages() local
385 cout << "Warning: ScaleImage handle_ is nullptr." << endl; ScaleImage() local
394 cout << "Warning: Failed to get the 'TranscodeSLR'." << endl; ScaleImage() local
404 cout << "Warning: ScaleImage failed" << ", file path = " << imagePath << endl; ScaleImage() local
585 cerr << "Error: invalid output path." << NEW_LINE_PATH << dst << endl; CopyAndTranscode() local
593 cerr << "Error: create output dir failed. dir = " << output << endl; CopyAndTranscode() local
612 cout << "Info: compression path or out path is empty, unable to scale icon." << endl; CheckAndScaleIcon() local
617 cerr << "Error: invalid output path." << NEW_LINE_PATH << originDst << endl; CheckAndScaleIcon() local
624 cerr << "Error: scale icon create output dir failed. dir = " << outputCache << endl; CheckAndScaleIcon() local
[all...]
H A Dconfig_parser.cpp80 cerr << "Error: JSON file parsing failed, please check the JSON file." << NEW_LINE_PATH << filePath_ << endl; in Init() local
136 cerr << "Error: 'app' not object" << endl; in SetAppIcon() local
148 cerr << "Error: 'app' not object" << endl; in SetAppLabel() local
160 cerr << "Error: 'module' not object." << NEW_LINE_PATH << filePath_ << endl; in ParseModule() local
164 cerr << "Error: 'module' empty." << NEW_LINE_PATH << filePath_ << endl; in ParseModule() local
185 cerr << "Error: 'name' don't found in 'module'." << NEW_LINE_PATH << filePath_ << endl; in ParseModule() local
214 cerr << "Error: 'distro' not object." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro() local
218 cerr << "Error: 'distro' empty." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro() local
228 cerr << "Error: 'moduleName' don't found in 'distro'." << NEW_LINE_PATH << filePath_ << endl; in ParseDistro() local
242 cerr << "Error: abilites not array." << NEW_LINE_PATH << filePath_ << endl; in ParseAbilities() local
251 cerr << "Error: ParseAbilitiy fail." << endl; ParseAbilities() local
264 cerr << "Error: ability not object." << NEW_LINE_PATH << filePath_ << endl; ParseAbilitiy() local
286 cerr << "Error: iconId don't found in 'ability'." << NEW_LINE_PATH << filePath_ << endl; ParseAbilitiy() local
294 cerr << "Error: labelId don't found in 'ability'." << NEW_LINE_PATH << filePath_ << endl; ParseAbilitiy() local
364 cerr << "Error: '"<< key << "'node not array." << NEW_LINE_PATH << filePath_ << endl; ParseJsonArrayRef() local
370 cerr << "Error: '" << key << "' invalid value." << NEW_LINE_PATH << filePath_ << endl; ParseJsonArrayRef() local
377 cerr << "Error: '" << key << "' value " << value << " invalid." << NEW_LINE_PATH << filePath_ << endl; ParseJsonArrayRef() local
397 cerr << "Error: '" << key << "' invalid value." << endl; ParseJsonStringRef() local
403 cerr << "Error: '" << key << "' value " << value << " invalid value." << NEW_LINE_PATH << filePath_ << endl; ParseJsonStringRef() local
404 cerr << SOLUTIONS << endl; ParseJsonStringRef() local
450 cerr << error << endl; GetRefIdFromString() local
458 cerr << "Error: moduleType='" << type << "' invalid value." << NEW_LINE_PATH << filePath_ << endl; ParseModuleType() local
[all...]
H A Dbinary_file_packer.cpp54 cerr << "Error: copy raw file failed." << NEW_LINE_PATH << rawfilePath << endl; in CopyBinaryFile() local
59 cerr << "Error: copy res file failed." << NEW_LINE_PATH << resfilePath << endl; in CopyBinaryFile() local
65 cout << "Info: CopyBinaryFile: stop copy binary file." << endl; in CopyBinaryFile() local
83 cerr << "Error: '" << filePath << "' not directory." << endl; in CopyBinaryFile() local
97 cerr << "Error: copy rawfile of resfile, create dirs failed." << NEW_LINE_PATH << dst << endl; in CopyBinaryFileImpl() local
120 cerr << "Warning: '" << entry->GetFilePath().GetPath() << "' is defined repeatedly." << endl; in CopyBinaryFileImpl()
124 cout << "Info: CopyBinaryFileImpl: stop copy binary file." << endl; in CopyBinaryFileImpl() local
139 cerr << "Error: copy rawfile or resfile failed." << NEW_LINE_PATH << path << endl; in CopySingleFile() local
145 cerr << "Error: copy rawfile or resfile, CopyAndTranscode failed." << NEW_LINE_PATH << endl; in CopySingleFile() local
H A Dresource_table.cpp106 cerr << "Error: open failed." << NEW_LINE_PATH << path <<endl; in LoadResTable() local
154 cerr << "Error: failed to create cJSON object for record array." << endl; in CreateIdDefined() local
161 cerr << "Error: resource item vector is empty." << endl; in CreateIdDefined() local
167 cerr << "Error: failed to create cJSON object for resource item." << endl; in CreateIdDefined() local
178 cerr << ResourceUtil::GetAllRestypeString() << endl; in CreateIdDefined()
214 cerr << "Error: open failed '" << indexFilePath_ << "', reason: " << strerror(errno) << endl; in SaveToResouorceIndex()
236 cerr << "Error: InitIndexHeader memcpy_s fail." << endl; in InitIndexHeader() local
263 cerr << "Error: limit key config don't find '" << config.first << "'." << endl; in Prepare()
286 cerr << "Error: id set don't find '" << config.first << "'." << endl; in SaveRecordItem()
292 cerr << "Error: resource table don't find id '" << tableData.id << "'." << endl; in SaveRecordItem()
354 cerr << "Error: invalid resources.index File Header." << endl; ReadFileHeader() local
369 cerr << "Error: invalid resources.index KEYS." << endl; ReadLimitKeys() local
376 cerr << "Error: invalid resources.index key tag = " << keyTag << endl; ReadLimitKeys() local
386 cerr << "Error: invalid resources.index keyParams." << endl; ReadLimitKeys() local
405 cerr << "Error: invalid resources.index IDSS." << endl; ReadIdTables() local
413 cerr << "Error: invalid resources.index id tag = " << idTag << endl; ReadIdTables() local
421 cerr << "Error: invalid resources.index id data." << endl; ReadIdTables() local
437 cerr << "Error: invalid resources.index data record." << endl; ReadDataRecordPrepare() local
443 cerr << "Error: invalid resources.index record.size." << endl; ReadDataRecordPrepare() local
461 cerr << "Error: invalid resources.index value size." << endl; ReadDataRecordStart() local
470 cerr << "Error: invalid resources.index name size." << endl; ReadDataRecordStart() local
479 cerr << "Error: invalid resources.index id offset." << endl; ReadDataRecordStart() local
484 cerr << "Error: invalid resources.index id." << endl; ReadDataRecordStart() local
489 cerr << "Error: invalid resources.index limit key offset." << endl; ReadDataRecordStart() local
[all...]
H A Di_resource_compiler.cpp55 cerr << "Error: '" << it->GetFilePath().GetPath() << "' must be a file." << endl; in Compile()
124 cerr << nameInfo.first.second << "' id not be defined." << endl; in PostCommit()
136 cerr << "Error: invalid idName '" << idName << "'."<< NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in MergeResourceItem()
137 cerr << SOLUTIONS << endl; in MergeResourceItem() local
138 cerr << SOLUTIONS_ARROW << "Modify the name '" << idName << "' to match [a-zA-Z0-9_]." << endl; in MergeResourceItem() local
151 cerr << "Error: resource '" << idName << "' first declared." << NEW_LINE_PATH << ret->GetFilePath() << endl; in MergeResourceItem()
152 cerr << "but declare again." << NEW_LINE_PATH << resourceItem.GetFilePath() << endl; in MergeResourceItem()
H A Drestool.cpp33 cerr << "Error: argv null" << endl; in main() local
46 cout << "Info: restool resources compile success." << endl; in main() local
48 cout << CompressionParser::GetCompressionParser()->PrintTransMessage() << endl; in main()
H A Dresource_append.cpp89 cerr << "Error:" << child->GetFilePath().GetPath() << " not file" << endl; in Combine()
122 cerr << "Error: remove failed '" << filePath << "', reason: " << strerror(errno) << endl; in ScanResources()
179 cerr << "Error: " << child->GetFilePath().GetPath() << " not directory" << endl; in ScanSubLimitkeyResources()
209 cerr << NEW_LINE_PATH << entry->GetFilePath().GetPath() << endl; in ScanLimitKey()
220 cerr << "Error: " << child->GetFilePath().GetPath() << " not directory" << endl; in ScanLimitKey()
226 cerr << "Error: invalid resType." << NEW_LINE_PATH << child->GetFilePath().GetPath() << endl; in ScanLimitKey()
249 cerr << "Error: '" << child->GetFilePath().GetPath() << "' not file." << endl; in ScanFiles()
264 cout << "Warning: id_defined.json does not compile to generate intermediate files" << endl; in ScanFile() local
311 cerr << "Error: invalid resType." << NEW_LINE_PATH << filePath << endl; in ScanSingleFile() local
318 cerr << "Error: invalid limit key." << NEW_LINE_PATH << filePath << endl; in ScanSingleFile() local
443 cerr << "Error: invalid file path." << NEW_LINE_PATH << filePath << endl; WriteRawFilesOrResFiles() local
648 cerr << "Error: "<< GetLastError() << NEW_LINE_PATH << filePath << endl; LoadResourceItemWin() local
[all...]
H A Dresource_directory.cpp40 cerr << "Error: '" << it->GetFilePath().GetPath() << "' not directory." << endl; in ScanResources()
61 cerr << "Error: invalid limit key '" << limitKey << "'." << NEW_LINE_PATH << resourceTypeDir << endl; in ScanResourceLimitKeyDir() local
79 cerr << "Error: '" << dirPath << "' not directory." << endl; in ScanResourceLimitKeyDir() local
91 cerr << fileCluster << "', must in " << array << endl; in ScanResourceLimitKeyDir() local
H A Dresconfig_parser.cpp37 cerr << "Error: JSON file parsing failed, please check the JSON file." << NEW_LINE_PATH << filePath << endl; in Init() local
49 cout << "Warning: unsupport " << item->string << endl; in Init()
100 cerr << "Error: GetString node not string. Option = " << c << endl; in GetString() local
113 cerr << "Error: GetArray node not array. Option = " << c << endl; in GetArray() local
131 cerr << "Error: GetModuleNames node is null. Option = " << c << endl; in GetModuleNames() local
157 cerr << "Error: GetBool node not bool. Option = " << c << endl; in GetBool() local
H A Dfile_manager.cpp95 cout << "Info: scale icon is not enable." << endl; in ScaleIcons() local
106 cout << "Info: no icons need to scale, icon ids size is 0." << endl; in ScaleIcons() local
130 cerr << "Error: ScaleIcon invalid output name: " << currentData << endl; in ScaleIcon() local
138 cout << "Info: can't scale media json file." << endl; in ScaleIcon() local
144 cout << "Error: ScaleIcon RmoveFile failed: " << fullOutPath << endl; in ScaleIcon() local
165 << item.GetFilePath() << endl; in ScaleIcon()
H A Dgeneric_compiler.cpp38 cout << "Info: GenericCompiler::CompileFiles" << endl; in CompileFiles() local
80 cerr << "Error: invalid output path." << NEW_LINE_PATH << output << endl; in PostMediaFile() local
87 cerr << "Error: resource item set data fail, data: " << data << NEW_LINE_PATH << fileInfo.filePath << endl; in PostMediaFile()
105 cerr << "Warning: '" << fileInfo.filePath << "' is defined repeatedly." << endl; in IsIgnore()
115 cerr << "Error: CopyMediaFile create dirs failed." << NEW_LINE_PATH << outputFolder << endl; in CopyMediaFile() local
/developtools/profiler/host/smartperf/client/client_command/
H A Dsmartperf_main.cpp140 std::cout << "Error opening capacity file!" << std::endl; in RecordCapacity() member in std
146 std::cout << "recordTime: " << recordTime << std::endl << "recordPower: " << recordPower << std::endl; in RecordCapacity() member in std
148 outFile << capacityString << std::endl; in RecordCapacity() member in std
152 std::cout << "Error writing capacity failed:" << strerror_r(errno, buf, bufSize) << std::endl; in RecordCapacity() member in std
181 std::cout << OHOS::SmartPerf::SPUtils::GetDeviceInfoMap() << std::endl; in ProcessSpecificParameter() member in std
197 std::cout << "Not a development mode state" << std::endl; in main() member in std
201 std::cout << "Invalid argument count" << std::endl; in main() member in std
211 std::cout << "SP_daemon:" << errorInfo << std::endl << in main()
212 "Usage: SP_daemon [options] [arguments]" << std::endl << st in main()
213 "Try `SP_daemon --help' for more options." << std::endl; main() member in std
221 std::cout << cmd.ExecCommand() << std::endl; main() member in std
[all...]
H A Dparse_radar.cpp125 std::cout << "BUNDLE_NAME:" << budleName << std::endl; in ParseRadarFrame() member in OHOS::SmartPerf::std
127 std::cout << "SCENE_ID:" << sceneId << std::endl; in ParseRadarFrame() member in OHOS::SmartPerf::std
129 std::cout << "TOTAL_APP_FRAMES:" << totalAppFrames << std::endl; in ParseRadarFrame() member in OHOS::SmartPerf::std
131 std::cout << "TOTAL_APP_MISSED_FRAMES:" << totalAppMissedFrames << std::endl; in ParseRadarFrame() member in OHOS::SmartPerf::std
133 std::cout << "MAX_APP_FRAMETIME:" << maxAppFramsestime << "ms" << std::endl; in ParseRadarFrame() member in OHOS::SmartPerf::std
135 std::cout << "MAX_APP_SEQ_MISSED_FRAMES:" << maxAppSeqMissedFrames << std::endl; in ParseRadarFrame() member in OHOS::SmartPerf::std
137 std::cout << "TOTAL_RENDER_FRAMES:" << totalRenderFrames << std::endl; in ParseRadarFrame() member in OHOS::SmartPerf::std
139 std::cout << "TOTAL_RENDER_MISSED_FRAMES:" << totalRenderMissedFrames << std::endl; in ParseRadarFrame() member in OHOS::SmartPerf::std
141 std::cout << "MAX_RENDER_FRAMETIME:" << maxRenderFrametime << "ms" << std::endl; in ParseRadarFrame() member in OHOS::SmartPerf::std
143 std::cout << "AVERAGE_RENDER_FRAMETIME:" << averageRenderFrametime << "ms" << std::endl; in ParseRadarFrame() member in OHOS::SmartPerf::std
145 std::cout << "MAX_RENDER_SEQ_MISSED_FRAMES:" << maxRenderSeqMissedFrames << std::endl; ParseRadarFrame() member in OHOS::SmartPerf::std
[all...]
/developtools/profiler/device/plugins/xpower_plugin/test/
H A Dxpower_main.cpp66 std::cout << "parse parameters error!" << std::endl; in main() member in std
72 std::cout << "open file :" << filePath << "failed!" << std::endl; in main() member in std
83 << ",tv_nsec=" << data.tv_nsec() << ",version=" << data.version() << std::endl; in main() member in std
87 std::cout << "parse profiler plugin data failed!" << std::endl; in main() member in std
91 std::cout << decoderPtr->DecodeXpowerMessage(dataProto) << std::endl; in main() member in std
/developtools/profiler/device/plugins/ffrt_profiler/test/unittest/
H A Dffrt_profiler_test_exec.cpp43 std::cout << "hook" << std::endl; in main() member in std
45 ffrt::submit([i] { std::cout << "num: " << i << std::endl; }); in main()
52 std::cout << "start" << std::endl; in main() member in std
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dsp_csv_util.h46 outFile << title << std::endl; in WriteCsv() member in OHOS::SmartPerf::SpCsvUtil::std
49 outFile << lineContent << std::endl; in WriteCsv() member in OHOS::SmartPerf::SpCsvUtil::std
59 std::cout << "Error opening file!" << std::endl; in WriteCsvH() member in OHOS::SmartPerf::SpCsvUtil::std
63 outFile << key << "," << value << std::endl; in WriteCsvH() member in OHOS::SmartPerf::SpCsvUtil::std
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
H A Debpf_converter.cpp33 std::cout << "read data failed" << std::endl; \
69 std::cout << "path is invalid:" << pathDir << std::endl; in CheckNotExistsFilePath() member in OHOS::EBPF_TOOLS::std
73 std::cout << "Fail to access path:" << pathDir << std::endl; in CheckNotExistsFilePath() member in OHOS::EBPF_TOOLS::std
97 std::cout << "the input file path is invalid" << std::endl; in StartParsing() member in OHOS::EBPF_TOOLS::std
102 std::cout << "open " << inputPath_ << " failed" << std::endl; in StartParsing() member in OHOS::EBPF_TOOLS::std
124 std::cout << "create " << outputPath_ << " failed" << std::endl; in StartParsing() member in OHOS::EBPF_TOOLS::std
159 std::cout << "Invalid type: " << type << std::endl; in StartParsing() member in OHOS::EBPF_TOOLS::std
175 std::cout << "Data read successfully, output..." << std::endl; in StartParsing() member in OHOS::EBPF_TOOLS::std
178 std::cout << "write data failed" << std::endl; in StartParsing() member in OHOS::EBPF_TOOLS::std
183 std::cout << "Data parsing success..." << std::endl; in StartParsing() member in OHOS::EBPF_TOOLS::std
290 std::cout << "info size exceeds max size" << std::endl; SymbolInfoParsing() member in OHOS::EBPF_TOOLS::std
295 std::cout << "memset string table failed" << std::endl; SymbolInfoParsing() member in OHOS::EBPF_TOOLS::std
306 std::cout << "read string table failed" << std::endl; SymbolInfoParsing() member in OHOS::EBPF_TOOLS::std
313 std::cout << "info size exceeds max size" << std::endl; SymbolInfoParsing() member in OHOS::EBPF_TOOLS::std
318 std::cout << "memset symbol table failed" << std::endl; SymbolInfoParsing() member in OHOS::EBPF_TOOLS::std
329 std::cout << "read symbol table failed" << std::endl; SymbolInfoParsing() member in OHOS::EBPF_TOOLS::std
340 std::cout << "read file name failed" << std::endl; SymbolInfoParsing() member in OHOS::EBPF_TOOLS::std
510 std::cout << "copy symTab failed" << std::endl; GetSymbolInfo() member in OHOS::EBPF_TOOLS::std
529 std::cout << "copy symTab failed" << std::endl; GetSymbolInfo() member in OHOS::EBPF_TOOLS::std
543 std::cout << "Invalid symEntlen" << std::endl; GetSymbolInfo() member in OHOS::EBPF_TOOLS::std
573 std::cout << " --input" << " " << "-i" << " :" << "input file name" << std::endl; main() member in std
574 std::cout << " --out" << " " << "-o" << " :" << "out file name" << std::endl; main() member in std
578 std::cout << "Parameter error" << std::endl; main() member in std
586 std::cout << "check input file path" << inputPath << " fail!" << std::endl; main() member in std
590 std::cout << "check output file path" << outputPath << " fail!" << std::endl; main() member in std
[all...]

Completed in 11 milliseconds

123