Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 32) sorted by relevance

12

/interface/sdk_c/build-tools/capi_parser/src/
Dmain.py29 arg_abbr = command.get("abbr")
30 arg_name = command.get("name")
31 arg_choices = command.get("choices")
32 arg_required = (True if command.get("required") else False)
33 arg_type = command.get("type")
34 default = command.get("default")
35 arg_help = command.get("help")
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/view/
DUpdateCheckWizardDialog.java134 this.setTitle(ConstString.get("check.dialog.title")); in UpdateCheckWizardDialog()
154 this.textFieldNewSdkPath.addBrowseFolderListener(ConstString.get("check.dir.path"), in initEventListeners()
155 ConstString.get("check.dir.path"), in initEventListeners()
160 this.textFieldOldSdkPath.addBrowseFolderListener(ConstString.get("check.old.dir.path"), in initEventListeners()
161 ConstString.get("check.old.dir.path"), in initEventListeners()
178 this.labelErrorNotice.setText(ConstString.get("check.unable.to.obtain.sdk")); in getNewSdkFilePath()
181 File file = new File(sdkDir, compileSdkVersion + ConstString.get("check.ets")); in getNewSdkFilePath()
212 FileUtils.writerJsonToFile(reportStr, this.reportPath + ConstString.get("check.report")); in saveReportToDisk()
220 File diffResultPath = new File(this.lastDir + ConstString.get("check.diff.result") in runApiDiffTool()
226 File resultPath = new File(this.lastDir + ConstString.get("check.diff.result")); in runApiDiffTool()
[all …]
DUpdateReportPanel.java145 arrayTypes.put(ConstString.get("check.choose.all"), true); in updateChooseType()
160 this.chooseTypeButton.setText(ConstString.get("check.choose.type")); in setTableStyle()
221 … gotoLine(Integer.parseInt(valueAt.replaceAll(ConstString.get("check.replace"), "$1"))); in setListenerToReportPanel()
223 MessageBox.showDialog(project, "", ConstString.get("can.not.find.file")); in setListenerToReportPanel()
235 clickUrl(changeLogs.get(valueAt)); in setListenerToReportPanel()
245 String pattern = ConstString.get("check.report.pattern"); in getApiInApplicationPath()
305 ConstString.get("check.report.json")); in getReportResult()
361 sumLabel.setText(ConstString.get("sum.report") + sum); in initReport()
363 UpdateCheckReportDto report = reportResult.get(i); in initReport()
368 , ConstString.get("not.involved") in initReport()
[all …]
DShowChangeLogsDialog.java73 this.setTitle(ConstString.get("view.changes.url")); in ShowChangeLogsDialog()
271 … dataList.add(new Object[]{changeVersions.get(i), changeLogs.get(changeVersions.get(i))}); in Report()
273 titles[0] = ConstString.get("sdk.version"); in Report()
274 titles[1] = ConstString.get("changelog.url"); in Report()
299 return this.dataList.get(rowIndex)[columnIndex]; in getValueAt()
304 this.dataList.get(rowIndex)[columnIndex] = aValue; in setValueAt()
DShowTypeDialog.java130 titles[0] = ConstString.get("check.choose.type"); in ChangeType()
131 titles[1] = ConstString.get("check.types"); in ChangeType()
156 return this.dataList.get(rowIndex)[columnIndex]; in getValueAt()
161 this.dataList.get(rowIndex)[columnIndex] = aValue; in setValueAt()
DConstString.java63 public static String get(@NotNull String key) { in get() method in ConstString
/interface/sdk-js/build-tools/api_diff/src/
Dapi_diff.js139 const newPackageMap = newApiMap.get(packageName);
216 const newClassApi = newPackageMap.get(className);
238 const newSignatureMap = newClassMap.get(apiName);
290 const newApis = newClassMap.get(apiSignautre);
319 if (newApiTypeMap.get(oldApiType) !== undefined && newApiTypeMap.get(oldApiType).size > 1) {
324 …} else if (newApiTypeMap.get(oldApiType) !== undefined && newApiTypeMap.get(oldApiType).size === 1…
326 const newApi = newClassMap.get(...newApiTypeMap.get(oldApiType))[0];
329 const syscap = getSycap(newClassMap.get(...newApiTypeMap.get(oldApiType))[0]);
334 newClassMap.delete(...newApiTypeMap.get(oldApiType));
Dformat_data.js66 const request = https.get(versionUrl, { timeout: 2000 }, function (res) {
201 if (!dataMap.get(dataSignature)) {
204 const dataArr = dataMap.get(dataSignature);
264 const diffsData = diffs.get(dataSignature);
271 const diffsData = diffs.get(newApiSignature);
285 if (diffs.get(signature)) {
286 diffs.get(signature).push(formatChangelogApi(changelogApi));
Dapi_data.js48 let dtsMap = apiMap.get(packageName);
55 let classApi = dtsMap.get(className);
69 let apiNameMap = classApi.children.get(apiName);
75 let apiArray = apiNameMap.get(apiSignature);
Dreporter.js251 if (this.diffs.get(key)) {
252 this.diffs.get(key).push(api);
Dapi_writer.js59 const subsystem = diffInfo.packageName === 'ArkUI' ? 'ACE开发框架' : subsystemMap.get(syscap);
Dapi_collector.js307 const digestMethod = apiDigestMethodMap.get(astNode.kind);
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/utils/
DFileUtils.java144 Object childModel = parse.get("modules"); in getApplicationApiType()
149 Object childObject = modules.get(0); in getApplicationApiType()
154 String modelName = String.valueOf(model.get("name")); in getApplicationApiType()
163 Object objectResult = parseModel.get("apiType"); in getApplicationApiType()
296 Object parseApp = parse.get("app"); in getCompileSdkVersion()
301 if (appJson.get("compileSdkVersion") != null) { in getCompileSdkVersion()
302 return String.valueOf(appJson.get("compileSdkVersion")); in getCompileSdkVersion()
304 Object products = appJson.get("products"); in getCompileSdkVersion()
309 Object childObject = modules.get(0); in getCompileSdkVersion()
314 return String.valueOf(product.get("compileSdkVersion")); in getCompileSdkVersion()
DResourceFileUtil.java43 return typeMap.get("choose_type").split(","); in getChooseTypes()
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/model/
DBaseContext.java141 return supplier.get();
157 Object preValue = this.components.get(key);
162 T1 value = Objects.requireNonNull(supplier.get());
177 Object value = this.components.get(key);
239 T1 value = Objects.requireNonNull(supplier.get());
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/
Ddiff_processor_node.py159 if old_member_result.get(key) is None:
160 diff_info = wrap_diff_info(old_member_result.get(key), new_member_result.get(key),
163 elif new_member_result.get(key) is None:
164 diff_info = wrap_diff_info(old_member_result.get(key), new_member_result.get(key),
168 process_struct_member_scene(old_member_result.get(key),
169 new_member_result.get(key), diff_struct_list)
224 if old_member_result.get(key) is None:
225 diff_info = wrap_diff_info(old_member_result.get(key), new_member_result.get(key),
228 elif new_member_result.get(key) is None:
229 diff_info = wrap_diff_info(old_member_result.get(key), new_member_result.get(key),
[all …]
Ddiff_file.py158 …diff_info_list.extend(judgment_entrance(old_file_result_map.get(key), new_file_result_map.get(key)…
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/
DToCheck.java49 MessageBox.showDialog(project, "", ConstString.get("not.openHarmony.project")); in actionPerformed()
52 initLogConfig(project.getBasePath().concat(ConstString.get("check.log.path"))); in actionPerformed()
/interface/sdk-js/build-tools/collect_application_api/src/
Dconfigs.js27 return format && this.formatMap.has(format) ? this.formatMap.get(format) : this.FLAG_EXCEL;
Dutils.js84 this.sdkPath = properties.get('sdk.dir');
338 return this.LEVEL_NAME.get(level);
340 return this.LEVEL_NAME.get(this.INFO);
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_event_subscription.js128 if (!nodesSet.get(eventName)) {
131 let curNodes = nodesSet.get(eventName);
185 checkOffFunctions(offEventNodes.get(event), sourcefile, fileName);
/interface/sdk-js/build-tools/api_check_plugin/
Dindex.js51 const request = https.get(url, { timeout: 2000 }, (res) => {
/interface/sdk-js/build-tools/
Ddelete_systemapi_plugin.js96 const needDeleteMap = kitFileNeedDeleteMap.get(kitName);
140 const currImportInfo = needDeleteMap.get(importPath);
461 currReferences = referencesMap.get(url);
467 let module = referencesModuleMap.get(fullReferencePath);
521 let index = globalModules.get(importSpecifier);
564 let index = globalModules.get(importSpecifier);
656 let kitMap = kitFileNeedDeleteMap.get(kitName);
876 const obj = referencesMap.get(url);
/interface/sdk_c/docs/
Dhowto_add.md118 C API的文档生成在docs目录,需要安装doxygen工具,在ubuntu上使用`sudo apt-get install doxygen`即可安装。如果编译机上没有安装doxygen,文档将无…
/interface/sdk_c/third_party/zlib/
DREADME25 verify that you have the latest version of zlib; otherwise get the latest
68 necessary to get gzprintf working correctly. This is done by configure.

12