Home
last modified time | relevance | path

Searched defs:command (Results 1 – 18 of 18) sorted by relevance

/napi_generator/src/vscode_plugin/h2dts/ts_vs_plugin/src/
Dpackage.json25 "command": "generate_ts", string
29 "command": "generate_ts_menu", string
37 "command": "generate_ts" string
42 "command": "generate_ts_menu" string
Dextension.js76 function register(context, command) { argument
/napi_generator/src/vscode_plugin/cmake2gn/gn_vs_plugin/src/
Dpackage.json25 "command": "generate_gn", string
29 "command": "generate_gn_menu", string
37 "command": "generate_gn" string
42 "command": "generate_gn_menu" string
Dextension.js120 function register(context, command) { argument
/napi_generator/src/tool/api/api_scan_vs_plugin/src/
Dpackage.json25 "command": "api_scan", string
29 "command": "api_scan_menu", string
37 "command": "api_scan" string
42 "command": "api_scan_menu" string
Dextension.js80 function register(context, command) { argument
/napi_generator/src/vscode_plugin/h2sa/service_vs_plugin/src/
Dpackage.json25 "command": "generate_service", string
29 "command": "generate_service_menu", string
37 "command": "generate_service" string
42 "command": "generate_service_menu" string
Dextension.js81 function register(context, command) { argument
/napi_generator/src/vscode_plugin/dts2cpp/napi_vs_plugin/src/
Dpackage.json25 "command": "generate_napi", string
29 "command": "generate_napi_menu", string
37 "command": "generate_napi" string
42 "command": "generate_napi_menu" string
Dextension.js97 function register(context, command) { argument
/napi_generator/src/vscode_plugin/assist/assist_tools_vs_plugin/src/
Dpackage.json24 "command": "assist_tools", string
32 "command": "assist_tools" string
37 "command": "assist_tools" string
/napi_generator/src/intellij_plugin/h2dtscpp/native_IntelliJ_plugin/src/com/sk/na/ng/
DGenDTS.java226 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
348 String command = file.toString(); in genCommand() local
362 String command; in runFun() local
/napi_generator/src/tool/api/api_scan_IntelliJ_plugin/src/com/kh/scan/dialog/
DApiScanDialogPane.java172 String command; in runFun() local
235 String command = file.toString(); in genCommand() local
240 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
/napi_generator/src/intellij_plugin/h2sa/service_IntelliJ_plugin/src/com/sk/service/dialog/
DServiceGenerateDialogPane.java147 String command; in runServiceFun() local
200 String command = file.toString(); in genCommandService() local
238 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
/napi_generator/src/intellij_plugin/cmake2gn/gn_IntelliJ_plugin/src/com/sk/gn/dialog/
DGenDialogPane.java259 String command = ''; in runFun() local
304 String command = file.toString(); in genCommand() local
385 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
/napi_generator/src/intellij_plugin/dts2cpp/napi_IntelliJ_plugin/src/com/sk/utils/
DFileUtil.java183 String[] command = content.split(FileUtil.getNewline()); in findStringInFile() local
194 private boolean isContainString(BufferedReader bufferedReader, String command) { in isContainString()
/napi_generator/src/intellij_plugin/h2dts/ts_IntelliJ_plugin/src/com/sk/ts/dialog/
DGenerateDialogPane.java274 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
491 String command; in runFunH2ts() local
532 String command = file.toString(); in genCommandH2ts() local
/napi_generator/src/intellij_plugin/dts2cpp/napi_IntelliJ_plugin/src/com/sk/dialog/
DGenerateDialogPane.java232 String command; in runFun() local
273 String command = file.toString(); in genCommand() local
368 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()