| /developtools/ace_js2bundle/ace-loader/src/ |
| D | compile-plugin.js | 193 const reset = '\u001b[39m'; constant 230 console.log(blue, 'COMPILE RESULT:' + result + JSON.stringify(resultInfo), reset); 236 console.log(blue, 'COMPILE RESULT:SUCCESS ', reset); 255 console.log(blue, 'COMPILE RESULT:SUCCESS ', reset); 257 console.log(blue, 'COMPILE RESULT:SUCCESS ' + JSON.stringify(resultInfo), reset); 270 console.info(' ' + message.match(/noteStart(([\s\S])*)noteEnd/)[1].trim(), reset, '\n') 275 console.warn(yellow, message.match(/warnStart(([\s\S])*)warnEnd/)[1].trim(), reset, '\n') 297 console.error(red, errorMessage.trim(), reset, '\n'); 306 console.error(red, logContent, reset, '\n');
|
| D | genAbc-plugin.js | 55 const reset = '\u001b[39m'; constant 84 console.error(red, 'ERROR find build fail', reset); 137 console.debug(red, `ERROR please set panda module`, reset); 210 …onsole.debug(red, `ERROR Failed to convert file ${jsBundleFile} to bin. ${output} is lost`, reset); 279 console.debug(red, `ERROR failed to generate abc. Error message: ${e} `, reset); 316 console.debug(red, `ERROR ${cacheOutputPath} is lost`, reset); 344 console.debug(red, `ERROR ${cacheOutputPath} is lost`, reset); 416 console.debug(red, `ERROR ${cacheAbcFilePath} is lost`, reset); 452 … "npm install" for safity requirements and try re-run "npm install" under ${arkEntryPath}`, reset); 513 console.debug(red, `ERROR: please set panda module`, reset); [all …]
|
| D | gen-abc.js | 22 const reset = '\u001b[39m'; constant 36 … console.debug(red, `ERROR Failed to convert file ${input} to abc. Error message: ${e}`, reset);
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | share.ts | 35 public debug(color: string, msg: string, reset: string) { 36 console.debug(`${color}${this.prefix}: ${JSON.stringify(msg)}${reset}`); 39 public error(color: string, errormsg: string, reset: string) {
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_merged_abc.ts | 45 const reset: string = '\u001b[39m'; constant 143 logger.debug(red, "ArkTS:ERROR failed to execute es2abc", reset); 149 logger.debug(red, err.toString(), reset); 157 logger.error(red, patchErr.join(os.EOL), reset); 159 logger.error(red, data.toString(), reset); 164 … `ArkTS:ERROR failed to generate abc with filesInfo ${filesInfoPath}. Error message: ${e}`, reset);
|
| D | gen_abc_plugin.ts | 123 const reset: string = '\u001b[39m'; constant 178 logger.error(red, 'ArkTS:ERROR find build fail', reset); 201 logger.error(red, `ArkTS:ERROR Failed to write module build info.`, reset); 221 logger.error(red, `ArkTS:ERROR Failed to write bundle build info.`, reset); 279 logger.error(red, `ArkTS:ERROR please set panda module`, reset); 501 logger.error(red, `ArkTS:ERROR Failed to write module list.`, reset); 508 logger.error(red, `ArkTS:ERROR Failed to write cache sourceMaps json.`, reset); 521 logger.error(red, `ArkTS:ERROR Failed to write sourceMaps.`, reset); 573 logger.error(red, `ArkTS:ERROR Cannot find resolve this file path: ${filePath}`, reset); 621 …ger.debug(red, `ArkTS:ERROR Failed to generate npm proto file to abc, Error message: ${e}`, reset); [all …]
|
| D | gen_abc.ts | 26 const reset: string = '\u001b[39m'; constant 40 …gger.debug(red, `ArkTS:ERROR Failed to convert file ${input} to abc. Error message: ${e} `, reset);
|
| D | gen_module_abc.ts | 31 const reset: string = '\u001b[39m'; constant 53 logger.debug(red, `ArkTS:ERROR Failed to convert file to proto `, reset);
|
| D | resolve_ohm_url.ts | 22 const reset: string = '\u001b[39m'; constant
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/ |
| D | module_hotreload_mode.ts | 22 reset, 82 this.projectConfig.changedFileList}, skip hot reload build`, reset); 89 this.logger.debug(blue, `ArkTS: No changed files found, skip hot reload build`, reset); 96 …this.logger.debug(blue, `ARKTS: json source file: ${file} changed, skip hot reload build!`, reset);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | common_mode.ts | 25 reset 103 this.logger.debug(blue, `ArkTS:WARN cache path does bit exist or is not directory`, reset); 111 this.logger.debug(blue, `ArkTS:WARN cache path not specified`, reset);
|
| /developtools/profiler/device/plugins/hisysevent_plugin/src/ |
| D | hisysevent_plugin.cpp | 94 fp_.reset(); in Stop() 142 hisyseventInfo.reset(); in Run() 151 dataProto.reset(); in Run() 154 hisyseventInfo.reset(); in Run()
|
| D | hisysevent_module.cpp | 38 g_plugin.reset(); in HisyseventSessionStop()
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_plugin.cpp | 66 fp_.reset(); in ~HilogPlugin() 133 fp_.reset(); in Stop() 227 dataProto.reset(); in Run() 235 hilogInfo.reset(); in Run() 248 dataProto.reset(); in Run() 251 hilogInfo.reset(); in Run()
|
| /developtools/integration_verification/DeployDevice/resource/L1/dv300/ |
| D | update.txt | 3 sa;reset;
|
| /developtools/integration_verification/DeployDevice/resource/L1/dv300_linux/ |
| D | update.txt | 4 reset;
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | sampling.cpp | 23 exponentialDist_.reset(); in Reset()
|
| /developtools/integration_verification/DeployDevice/resource/L1/ev300/ |
| D | update.txt | 3 sa;reset;
|
| /developtools/profiler/device/services/ipc/test/unittest/ |
| D | client_connection_test.cpp | 48 clientConnection.reset(nullptr);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 82 this.reset(this.vmStatisticsAnalysisTableProcess!, false); 177 this.reset(this.vmStatisticsAnalysisTableProcess!, false); 230 private reset(showTable: LitTable, isShowBack: boolean): void { 302 this.reset(this.vmStatisticsAnalysisTableType!, false); 308 this.reset(this.vmStatisticsAnalysisTableType!, true); 372 this.reset(this.vmStatisticsAnalysisTableType!, true); 418 this.reset(this.vmStatisticsAnalysisTableSo!, true); 421 this.reset(this.vmStatisticsAnalysisTableThread!, true); 486 this.reset(this.vmStatisticsAnalysisTableSo!, true); 571 this.reset(this.vmStatisticsAnalysisTableFunction!, true);
|
| D | TabPaneIOTierStatisticsAnalysis.ts | 82 this.reset(this.ioTierTableProcess!, false); 180 this.reset(this.ioTierTableProcess!, false); 235 private reset(showTable: LitTable, isShowBack: boolean): void { 307 this.reset(this.tierTableType!, false); 313 this.reset(this.tierTableType!, true); 366 this.reset(this.tierTableType!, true); 414 this.reset(this.ioTierTableSo!, true); 417 this.reset(this.ioTierTableThread!, true); 493 this.reset(this.ioTierTableSo!, true); 578 this.reset(this.tableFunction!, true);
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 84 this.reset(this.fileStatisticsAnalysisTableProcess!, false); 163 this.reset(this.fileStatisticsAnalysisTableProcess!, false); 226 private reset(showTable: LitTable, isShowBack: boolean): void { 298 this.reset(this.fileStatisticsAnalysisTableType!, false); 304 this.reset(this.fileStatisticsAnalysisTableType!, true); 357 this.reset(this.fileStatisticsAnalysisTableType!, true); 415 this.reset(this.fileStatisticsAnalysisTableSo!, true); 418 this.reset(this.fileStatisticsAnalysisTableThread!, true); 495 this.reset(this.fileStatisticsAnalysisTableSo!, true); 581 this.reset(this.fileStatisticsAnalysisTableFunction!, true);
|
| /developtools/integration_verification/DeployDevice/resource/L2/dv300/ |
| D | update.txt | 4 reset;
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | trace_file_reader_test.cpp | 79 writer.reset(); // make sure write done! 114 writer.reset(); // make sure write done!
|
| /developtools/profiler/device/plugins/hidump_plugin/src/ |
| D | hidump_module.cpp | 39 g_plugin.reset(); in HidumpSessionStop()
|