Home
last modified time | relevance | path

Searched refs:args (Results 1 – 18 of 18) sorted by relevance

/napi_generator/hdc/service/service-gen/src/tools/
Dtool.js23 function print(...args) { argument
25 vscode.window.showInformationMessage(...args);
27 console.log(...args);
30 String.prototype.format = function (...args) { argument
33 for (let i = 0; i < args.length; i++) {
36 result = result.substring(0, p) + args[i] + result.substring(p + 2, result.length);
41 String.prototype.replaceAll = function (...args) { argument
43 while (result.indexOf(args[0]) >= 0) {
44 result = result.replace(args[0], args[1]);
DNapiLog.js84 function print(...args) { argument
86 vscode.window.showInformationMessage(...args);
88 console.log(args + "");
91 function recordLog(lev, ...args) { argument
92 let origMsgInfo = args;
95 let detail = args.join(" ");
106 NapiLog.logError = function (...args) { argument
107 let logInfo = recordLog(NapiLog.LEV_ERROR, args);
111 NapiLog.logDebug = function (...args) { argument
112 recordLog(NapiLog.LEV_DEBUG, args);
[all …]
Dre.js66 function pathJoin(...args) { argument
67 return path.join(...args);
/napi_generator/hdc/ts/ts_vs_plugin/src/gen/tools/
DVsPluginLog.js49 function recordLog(lev, ...args) { argument
51 let detail = args.join(" ");
60 VsPluginLog.logError = function (...args) { argument
61 recordLog(VsPluginLog.LEV_ERROR, args);
64 VsPluginLog.logDebug = function (...args) { argument
65 recordLog(VsPluginLog.LEV_DEBUG, args);
68 VsPluginLog.logInfo = function (...args) { argument
69 recordLog(VsPluginLog.LEV_INFO, args);
/napi_generator/napi_vs_plugin/src/gen/tools/
DVsPluginLog.js49 function recordLog(lev, ...args) { argument
51 let detail = args.join(" ");
60 VsPluginLog.logError = function (...args) { argument
61 recordLog(VsPluginLog.LEV_ERROR, args);
64 VsPluginLog.logDebug = function (...args) { argument
65 recordLog(VsPluginLog.LEV_DEBUG, args);
68 VsPluginLog.logInfo = function (...args) { argument
69 recordLog(VsPluginLog.LEV_INFO, args);
/napi_generator/hdc/api/api_scan_vs_plugin/src/gen/tools/
DVsPluginLog.js49 function recordLog(lev, ...args) { argument
51 let detail = args.join(" ");
60 VsPluginLog.logError = function (...args) { argument
61 recordLog(VsPluginLog.LEV_ERROR, args);
64 VsPluginLog.logDebug = function (...args) { argument
65 recordLog(VsPluginLog.LEV_DEBUG, args);
68 VsPluginLog.logInfo = function (...args) { argument
69 recordLog(VsPluginLog.LEV_INFO, args);
/napi_generator/hdc/gn/gn_vs_plugin/src/gen/tools/
DVsPluginLog.js49 function recordLog(lev, ...args) { argument
51 let detail = args.join(" ");
60 VsPluginLog.logError = function (...args) { argument
61 recordLog(VsPluginLog.LEV_ERROR, args);
64 VsPluginLog.logDebug = function (...args) { argument
65 recordLog(VsPluginLog.LEV_DEBUG, args);
68 VsPluginLog.logInfo = function (...args) { argument
69 recordLog(VsPluginLog.LEV_INFO, args);
/napi_generator/hdc/service/service_vs_plugin/src/gen/tools/
DVsPluginLog.js49 function recordLog(lev, ...args) { argument
51 let detail = args.join(" ");
60 VsPluginLog.logError = function (...args) { argument
61 recordLog(VsPluginLog.LEV_ERROR, args);
64 VsPluginLog.logDebug = function (...args) { argument
65 recordLog(VsPluginLog.LEV_DEBUG, args);
68 VsPluginLog.logInfo = function (...args) { argument
69 recordLog(VsPluginLog.LEV_INFO, args);
/napi_generator/src/gen/tools/
DNapiLog.js97 function print(...args) { argument
99 vscode.window.showInformationMessage(...args);
101 console.log(args + "");
104 function recordLog(lev, ...args) { argument
105 let origMsgInfo = args;
108 let detail = args.join(" ");
119 NapiLog.logError = function (...args) { argument
120 let logInfo = recordLog(NapiLog.LEV_ERROR, args);
124 NapiLog.logDebug = function (...args) { argument
125 recordLog(NapiLog.LEV_DEBUG, args);
[all …]
Dtool.js30 function print(...args) { argument
32 vscode.window.showInformationMessage(...args);
34 console.log(...args);
37 String.prototype.format = function (...args) { argument
40 for (let i = 0; i < args.length; i++) {
43 result = result.substring(0, p) + args[i] + result.substring(p + 2, result.length)
48 String.prototype.replaceAll = function (...args) { argument
50 while (result.indexOf(args[0]) >= 0) {
51 result = result.replace(args[0], args[1])
Dre.js66 function pathJoin(...args) { argument
67 return path.join(...args)
/napi_generator/hdc/gn/gn-gen/
Dmain.js35 'type': { key: 't', args: 1, description: "", default: "cmake" }, property
37 key: 'f', args: 1, property
42 key: 'o', args: 1, description: "ohos product output relative path", property
45 …'ohos_project_path': { key: 'p', args: 1, description: "ohos project path ( /home/xxx/ohos_project… property
46 'cmake_args': { key: 'a', args: 1, description: "like: (-DABC,-DQWE)", default: "" }, property
47 'subsystem_name': { key: 's', args: 1, description: "subsystem", default: "test_subsystem" }, property
48 'part_name': { key: 'm', args: 1, description: "part", default: "test_part" }, property
49 'porting_to': { key: 'd', args: 1, description: "porting to", default: "" }, property
/napi_generator/src/gen/
Dcmd_gen.js26 'filename': { key: 'f', args: 1, description: ".d.ts file", default: "" }, property
27 'directory': { key: 'd', args: 1, description: ".d.ts directory", default: "" }, property
28 …'imports': { key: 'i', args: 1, description: "enable or disable support imports self-define file",… property
29 'out': { key: 'o', args: 1, description: "output directory", default: "." }, property
30 'loglevel': { key: 'l', args: 1, description: "Log Level : 0~3", default: "1" }, property
32 …'numbertype':{key: 'n', args: 1, description: "optional elemtype: basic cpp elemtype", default: "u… property
33 …'tsGen':{key: 't', args: 1, description: "enable or disable generate typescript file", default: fa… property
/napi_generator/hdc/gn/gn-gen/src/
Danalyze_cmake.js61 let args = [compileFile.dir,
66 args.push(...cmakeArgs.split(","));
68 let ret = childProcess.spawn(Tool.swapPath(Tool.getCMake()), args);
Dtool.js208 String.prototype.format = function (...args) { argument
211 for (let i = 0; i < args.length; i++) {
214 result = result.substring(0, p) + args[i] + result.substring(p + 2, result.length)
/napi_generator/hdc/service/service-gen/src/gen/
Dmain.js27 'filename': { key: 'f', args: 1, description: ".h file", default: "" }, property
28 'out': { key: 'o', args: 1, description: "output directory", default: "." }, property
29 'loglevel': { key: 'l', args: 1, description: "Log Level: 0~3", default: "1" }, property
30 …'serviceId': { key: 's', args: 1, description: "service register id: 9000~16777214", default: "900… property
/napi_generator/hdc/api/src/
Dscan.js21 'directory': { key: 'd', args: 1, description: "scan directory" }, property
22 'output': { key: 'o', args: 1, description: "output directory", default: "." }, property
/napi_generator/
DFAQ.md32 … return wrapper.apply(this.exports, args); …