Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 33) sorted by relevance

12

/developtools/ace-js2bundle/ace-loader/src/
Dcompile-plugin.js191 const reset = '\u001b[39m'; constant
220 console.log(blue, 'COMPILE RESULT:' + result + JSON.stringify(resultInfo), reset);
222 console.log(blue, 'COMPILE RESULT:SUCCESS ', reset);
235 console.info(' ' + message.match(/noteStart(([\s\S])*)noteEnd/)[1].trim(), reset, '\n')
240 console.warn(yellow, message.match(/warnStart(([\s\S])*)warnEnd/)[1].trim(), reset, '\n')
262 console.error(red, errorMessage.trim(), reset, '\n');
271 console.error(red, logContent, reset, '\n');
Dgen-abc.js22 const reset = '\u001b[39m'; constant
34 console.debug(red, `ETS:ERROR Failed to convert file ${input} to abc `, reset);
DgenAbc-plugin.js42 const reset = '\u001b[39m'; constant
160 … console.debug(red, `ETS:ERROR Failed to convert file ${input} to abc, output is lost`, reset);
284 … "npm install" for safity requirements and try re-run "npm install" under ${arkEntryPath}`, reset);
Dresource-plugin.js27 const reset = '\u001b[39m'; constant
67 console.error(red, `Failed to build file ${input}.`, reset);
/developtools/ace-ets2bundle/compiler/src/
Dgen_abc_plugin.ts52 const reset: string = '\u001b[39m'; constant
71 logger.debug(red, 'ArkTS:ERROR find build fail', reset);
132 ….debug(red, `ArkTS:ERROR Failed to convert file ${jsBundleFile} to bin. ${output} is lost`, reset);
257 logger.error(red, `ArkTS:ERROR ${cacheOutputPath} is lost`, reset);
284 logger.debug(red, `ArkTS:ERROR ${cacheOutputPath} is lost`, reset);
304 logger.debug(red, `ArkTS:ERROR hash path does not exist`, reset);
320 logger.debug(red, `ArkTS:ERROR hash path does not exist`, reset);
327 logger.debug(red, `ArkTS:ERROR not cache exist`, reset);
343 … "npm install" for safity requirements and try re-run "npm install" under ${arkEntryPath}`, reset);
356 logger.debug(red, `ArkTS:ERROR ${cacheAbcFilePath} is lost`, reset);
Dgen_abc.ts27 const reset: string = '\u001b[39m'; constant
41 logger.debug(red, `ArkTS:ERROR Failed to convert file ${input} to abc `, reset);
Dutils.ts37 const reset: string = '\u001b[39m'; constant
158 console.error(red, 'ArkTS ERROR: ' + e, reset);
286 logger.error(red, "Unknown OS platform", reset);
294 reset);
298 logger.error(red, "Validate file path failed", reset);
Dcompile_info.ts102 private reset: string = '\u001b[39m'; property in ResultStates
Dpre_process.ts46 const reset: string = '\u001b[39m'; constant
271 return console.error(red, 'ERROR: Failed to write visual.js.map', reset);
/developtools/profiler/device/services/ipc/test/unittest/
Dclient_connection_test.cpp46 clientConnection.reset(nullptr);
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_module.cpp39 g_plugin.reset(); in HilogPluginSessionStop()
Dhilog_plugin.cpp65 fp_.reset(); in ~HilogPlugin()
112 fp_.reset(); in Stop()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dtrace_file_reader_test.cpp79 writer.reset(); // make sure write done!
114 writer.reset(); // make sure write done!
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/
Dcallstack_test.h121 fp.reset(originalPtr); in LoadFromFile()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_module.cpp66 g_mainController.reset(); in TracePluginStopSession()
/developtools/ace-js2bundle/ace-loader/
Dmain.product.js22 const reset = '\u001b[39m'; constant
72 throw Error(red + 'ERROR: missing app.js' + reset).message;
/developtools/profiler/trace_analyzer/test/test_fuzzer/
DREADME.md46 reset
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/
DTimerShaftElement.test.ts42 expect(timerShaftElement.reset()).toBeFalsy();
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp139 fpHookData_.reset(); in CreatePluginSession()
142 fpHookData_.reset(); in CreatePluginSession()
Dhook_standalone.cpp165 g_fpHookFile.reset(); in StartHook()
Delf_file.cpp236 shdr.reset(nullptr); in ParseSecHeaders()
/developtools/hiperf/src/
Dreport_protobuf_file.cpp47 protpbufCodedOutputStream_.reset(nullptr); in Close()
48 protpbufOutputStream_.reset(nullptr); in Close()
Delf_file.cpp235 shdr.reset(nullptr); in ParseSecHeaders()
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_server.cpp50 auto reset = std::bind(&RpcServer::Reset, rpc, _1, _2, _3); in RegisterRpcFunction() local
51 rpcFunctions_["/reset"] = reset; in RegisterRpcFunction()
/developtools/packing_tool/adapter/ohos/
DCompressor.java1457 bufferedReader.reset(); in infoSpecialProcess()
1459 bufferedReader.reset(); in infoSpecialProcess()
1461 bufferedReader.reset(); in infoSpecialProcess()
1503 bufferedReader.reset(); in jsonSpecialProcess()
1505 bufferedReader.reset(); in jsonSpecialProcess()
1507 bufferedReader.reset(); in jsonSpecialProcess()

12