Home
last modified time | relevance | path

Searched defs:key (Results 1 – 13 of 13) sorted by relevance

/napi_generator/src/cli/cmake2gn/src/
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/cli/dts2cpp/src/gen/
Dcmd_gen.js25 'filename': { key: 'f', args: 1, description: '.d.ts file', default: '' }, property
26 'directory': { key: 'd', args: 1, description: '.d.ts directory', default: '' }, property
27 …'imports': { key: 'i', args: 1, description: 'enable or disable support imports self-define file',… 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
31 …'numbertype':{key: 'n', args: 1, description: 'optional elemtype: basic cpp elemtype', default: 'u… property
32 …'tsGen':{key: 't', args: 1, description: 'enable or disable generate typescript file', default: fa… property
39 'serviceCode': {key: 's', args: 1, description: 'configure the service code', default: ''} property
/napi_generator/src/cli/h2dts/src/tsGen/
Dcmd_gen.js24 'filename': { key: 'f', args: 1, description: '.d.ts file', default: '' }, property
25 'directory': { key: 'd', args: 1, description: '.d.ts directory', default: '' }, property
26 'out': { key: 'o', args: 1, description: 'output directory', default: '.' }, property
27 'loglevel': { key: 'l', args: 1, description: 'Log Level : 0~3', default: '1' }, property
28 …'tsGen':{key: 't', args: 1, description: 'enable or disable generate typescript file', default: fa… property
/napi_generator/src/cli/dts2ets/appCodeGen/src/
Dapp_code_gen.js26 'filename': { key: 'f', args: 1, description: '.d.ts file', default: '@ohos.napitest.d.ts' }, property
27 'out': { key: 'o', args: 1, description: 'output directory', default: '.' }, property
28 'loglevel': { key: 'l', args: 1, description: 'Log Level : 0~3', default: '1' }, property
37 …'functionsCfg': { key: 'c', args: 1, description: 'configured file including the functions for tes… property
/napi_generator/src/cli/h2sa/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: '190… property
31 'versionTag': { key: 'v', args: 1, description: 'version tag: 4.1 / 3.2', default: '3.2' } property
/napi_generator/src/cli/h2hdf/src/
Dmain.js22 'drivername': { key: 'n', args: 1, description: 'driver name', default: 'hello' }, property
24 'version': { key: 'v', args: 1, description: 'source version', default: '4.1' }, property
26 'out': { key: 'o', args: 1, description: 'output directory', default: '' }, property
/napi_generator/src/cli/h2dtscpp/src/src/
Dmain.js22 'filename': { key: 'f', args: 1, description: '.h file', default: '' }, property
24 'out': { key: 'o', args: 1, description: 'out path', default: '' }, property
/napi_generator/test/storytest/test_[]/
Dtest.js62 [{ key: [11,12],value: ['aa','bb'],isExit: [true,true]}, property
63 { key: [13,14],value: ['cc','dd'],isExit: [false,false]}]); property
D@ohos.test.d.ts24 key: number[]; property
/napi_generator/test/storytest/test_array/
D@ohos.test.d.ts24 key: Array<number>; property
Dtest.js207 [{ 'key': [15, 18], 'value': ['aa', 'bb'], 'isExit': [true, true] }, property
208 { 'key': [15, 18], 'value': ['aa', 'bb'], 'isExit': [true, true] }]); property
/napi_generator/src/tool/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/src/intellij_plugin/assist/assist_tools_IntelliJ_plugin/src/com/kh/tools/dialog/
DToolCenterPanel.java297 private HashMap<String, String> searchTools(String key) { in searchTools()