Home
last modified time | relevance | path

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

/napi_generator/src/vscode_plugin/
Dpackage.json60 "command": "extension.h2dts", string
64 "command": "extension.h2dtscpp", string
68 "command": "extension.dts2cpp", string
72 "command": "extension.h2sa", string
76 "command": "extension.h2hdf", string
80 "command": "extension.ohcrosscompile", string
84 "command": "extension.ohGenerator", string
103 "command": "extension.h2sa", string
108 "command": "extension.h2hdf", string
113 "command": "extension.h2dts", string
[all …]
/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/intellij_plugin/h2dtscpp/native_IntelliJ_plugin/src/com/sk/na/ng/
DGenDTS.java226 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
343 String command = file.toString(); in genCommand() local
357 String command; in runFun() local
/napi_generator/src/intellij_plugin/h2sa/service_IntelliJ_plugin/src/com/sk/service/dialog/
DServiceGenerateDialogPane.java147 String command; in runServiceFun() local
199 String command = file.toString(); in genCommandService() local
237 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
/napi_generator/src/tool/api/api_scan_IntelliJ_plugin/src/com/kh/scan/dialog/
DApiScanDialogPane.java172 String command = genCommand(); in runFun() local
234 String command = file.toString(); in genCommand() local
239 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
303 String command = file.toString(); in genCommand() local
381 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
/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()
483 String command; in runFunH2ts() local
523 String command = file.toString(); in genCommandH2ts() local
/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/dts2cpp/napi_IntelliJ_plugin/src/com/sk/dialog/
DGenerateDialogPane.java232 String command; in runFun() local
272 String command = file.toString(); in genCommand() local
367 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()