/interface/sdk_c/build-tools/capi_parser/src/typedef/check/ |
H A D | check_compatibility.py | 24 API_CHANGE_INCOMPATIBLE_02 = ('API check error of [api compatibility errors]:Changing API name [$$] to API name ' 30 API_CHANGE_INCOMPATIBLE_05 = ('API check error of [api compatibility errors]:Changing function name [$$] to ' 31 'function name [&&] is prohibited.Please resolve it.') 42 API_CHANGE_INCOMPATIBLE_11 = ('API check error of [api compatibility errors]:Changing variable name [$$] to ' 43 'variable name [&&] is prohibited.Please resolve it.') 44 API_CHANGE_INCOMPATIBLE_12 = ('API check error of [api compatibility errors]:Changing const name [$$] to const ' 45 'name [&&] is prohibited.Please resolve it.') 62 API_CHANGE_INCOMPATIBLE_21 = ('API check error of [api compatibility errors]:Changing macro name [$$] to macro ' 63 'name [ [all...] |
/interface/sdk-js/build-tools/api_check_plugin/src/ |
H A D | check_hump.js | 48 if (node.name.escapedText) {
49 str = node.name.escapedText.toString();
50 } else if (node.name.text) {
51 str = node.name.text.toString();
56 function isConstantDecorator(node, name) {
57 return hasAPINote(node) && getApiInfo(node).isConstant && !checkAllUppercaseHump(name);
70 const name = getName(node);
71 if (!checkAllUppercaseHump(name)) {
72 checkResult = `This name [${name}] shoul [all...] |
H A D | check_diff_changes.js | 58 oldTag.name !== newTag.name || 79 return JSDoc.tags[i].name; 119 newTagValue.push(tag.name); 126 oldTagValue.push(tag.name); 371 paramName: param.name ? param.name.getText() : '',
|
/interface/sdk_c/third_party/libuv/include/uv/ |
H A D | tree.h | 64 #define SPLAY_HEAD(name, type) \ 65 struct name { \ 121 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ 122 void name##_SPLAY(struct name *, struct type *); \ 123 void name##_SPLAY_MINMAX(struct name *, int); \ 124 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \ 125 struct type *name##_SPLAY_REMOV [all...] |
/interface/sdk_c/hiviewdfx/hiappevent/include/hiappevent/ |
H A D | hiappevent.h | 41 * event parameters and specify the event domain, event name, and event type. 44 * <p>Event name: a string used to identify the event name of event logging. 46 * <p>ParamList: a linked list used to store event parameters, each of which is comprised of the parameter name and 113 * the event's domain, name, type, and parameters. 122 /* The name of the event. */ 123 const char* name; member 131 * @brief The HiAppEvent_AppEventGroup structure represents a group of events in an application. It contains the name 133 * name, and the length of the event array. 140 /* The name o 141 const char* name; global() member [all...] |
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/ |
H A D | check_name.py | 27 CheckErrorMessage.API_NAME_UNIVERSAL_05.name) 31 CheckErrorMessage.API_NAME_UNIVERSAL_03.name) 35 CheckErrorMessage.API_NAME_UNIVERSAL_07.name) 41 function_name = api_info['name'] 46 chck_output = set_value_to_result(api_info, CheckErrorMessage.API_NAME_UNIVERSAL_01.name) 52 chck_output = set_value_to_result(api_info, CheckErrorMessage.API_NAME_UNIVERSAL_10.name) 59 node_name = api_info['name'] 78 api_info, CheckErrorMessage.API_NAME_UNIVERSAL_02.name) 82 CheckErrorMessage.API_NAME_UNIVERSAL_09.name) 91 CheckErrorMessage.API_NAME_UNIVERSAL_11.name) [all...] |
H A D | check_doc.py | 31 permission_tag_rules.extend([item['name'] for item in permission_file_content['module']['definePermissions']]) 57 group_name = tag_info['name'] 59 api_result_info = set_value_to_result(api_info, CheckErrorMessage.API_DOC_GLOBAL_11.name, 69 brief = "{}{}".format(tag_info['name'], tag_info['description']) 77 name = tag_info['name'] 79 if name != "since" or not version.isdigit(): 80 api_result_info = set_value_to_result(api_info, CheckErrorMessage.API_DOC_UNIVERSAL_01.name, 91 file_name = tag_info['name'] 93 api_result_info = set_value_to_result(api_info, CheckErrorMessage.API_DOC_GLOBAL_12.name, [all...] |
/interface/sdk_c/tee/include/ |
H A D | tee_property_api.h | 72 * @param name Indicates the pointer to the zero-terminated string containing the name of the property to obtain. 83 TEE_Result TEE_GetPropertyAsString(TEE_PropSetHandle propsetOrEnumerator, const char *name, char *valueBuffer, 90 * @param name Indicates the pointer to the zero-terminated string containing the name of the property to obtain. 99 TEE_Result TEE_GetPropertyAsBool(TEE_PropSetHandle propsetOrEnumerator, const char *name, bool *value); 105 * @param name Indicates the pointer to the zero-terminated string containing the name of the property to obtain. 114 TEE_Result TEE_GetPropertyAsU32(TEE_PropSetHandle propsetOrEnumerator, const char *name, uint32_t *value); 121 * @param name Indicate [all...] |
/interface/sdk-js/build-tools/api_diff/src/ |
H A D | api_collector.js | 59 const apiName = propertySignature.name.getText(); 74 const apiName = methodDeclaration.name.getText(); 81 const apiName = typeAliasDeclaration.name.getText(); 88 const apiName = callSignature.name ? callSignature.name.getText() : className; 103 const apiName = methodSignature.name.getText(); 116 const className = interfaceDec.name.getText(); 137 const apiName = property.name.getText(); 164 const className = classDec.name ? classDec.name [all...] |
H A D | collect_base_api.js | 86 className: stat.name.escapedText.toString(), 118 name: stat.name.escapedText, 173 const apiName = stat.declarationList.declarations[0].name.escapedText; 178 var methodName = stat.name.escapedText ? stat.name.escapedText.toString() : stat.name.text.toString(); 195 const className = stat.name.escapedText.toString(); 207 const className = stat.name.escapedText.toString(); 218 const className = stat.name [all...] |
H A D | jsdoc_diff.js | 113 setProperty(name, value) { 114 if (this[name]) { 115 this[name].push(value); 117 this[name] = [value]; 276 apiLatestVersion = tagObject.name; 628 tagItem.addSinceVersion(tagObject.name ? tagObject.name : ''); 638 tagItem.addSyscap(tagObject.name ? tagObject.name : ''); 708 tagItem.addUseInstead(tagObject.name); [all...] |
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/ |
H A D | parse_include.py | 99 data["name"] = "" 118 data["name"] = cursor.spelling 120 data["name"] = "" 132 data['name'] = cursor.spelling 133 name_len = len(data['name']) 143 data['def_func_name'] = data['name'] 145 data['name'] = ''.join(data['name'] + param) 157 api_name = api_data['name'] 185 data["name"] [all...] |
/interface/sdk-js/build-tools/dts_parser/ |
H A D | webpack.config.js | 27 const bundleName = `${packageInfo.name}.js`; 36 const outputName = path.resolve(__dirname, 'package', `${packageInfo.name}-${packageInfo.version}.zip`); 40 archive.file(bundlejsPath, { name: bundleName }); 41 archive.file(readme, { name: 'README.md' }); 50 name: 'JSDoc formatter plugin', 79 filename: `${packageInfo.name}.js`,
|
/interface/sdk-js/build-tools/collect_api/ |
H A D | collect_base_api.js | 95 className: stat.name.escapedText.toString(), 149 name: stat.name.escapedText, 180 const apiName = stat.declarationList.declarations[0].name.escapedText; 190 const methodName = stat.name.escapedText ? stat.name.escapedText.toString() : stat.name.text.toString(); 206 const className = stat.name.escapedText.toString(); 214 const className = stat.name.escapedText.toString(); 222 const className = stat.name [all...] |
/interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/ |
H A D | check_rest_value.js | 26 const tagValue = tag.name; 62 const tagValue = tag.name; 106 const tagNameValue = tag.name; 119 const apiName = apiParamInfos[tagIndex].name.escapedText; 149 const tagNameValue = tag.name; 250 const tagNameValue = tag.name; 300 if (commentNodeWhiteList.includes(node.kind) && tag.name.length === 0 && tag.type.length === 0) { 327 permissionTags.push(item.name); 341 const tagValue = tag.name + tag.description; 363 const tagValue1 = tag.name; [all...] |
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/ |
H A D | queue.h | 15 * 3. Neither the name of the University nor the names of its contributors 131 #define QMD_SAVELINK(name, link) void **name = (void *)&(link) 163 #define QMD_SAVELINK(name, link) void **name = (void *)&(link) 165 #define QMD_SAVELINK(name, link) 180 #define SLIST_HEAD(name, type) \ 181 struct name { \ 185 #define SLIST_CLASS_HEAD(name, type) \ 186 struct name { \ [all...] |
/interface/sdk_c/hiviewdfx/hitrace/include/hitrace/ |
H A D | trace.h | 341 * @param name Pointer to a process name. 349 HiTraceId OH_HiTrace_BeginChain(const char *name, int flags); 614 * @param name Name of a trace task. 619 void OH_HiTrace_StartTrace(const char *name); 638 * This API is used with <b>OH_HiTrace_FinishAsyncTrace</b> in pairs. The two APIs that have the same name and 640 * If multiple trace tasks with the same name need to be performed at the same time or a trace task needs to be 642 * If the trace tasks with the same name are not performed at the same time, the same taskId can be used. 644 * @param name Name of the asynchronous trace task. 646 * sequence. Therefore, the start and end of an asynchronous trace need to be matched based on the task name an [all...] |
/interface/sdk-js/build-tools/api_check_plugin/ |
H A D | index.js | 69 function getLocalPermissionConfig(name) { 70 const localPermissionFile = path.resolve(__dirname, name); 83 function savePermissionConfig(content, name) { 84 const localPermissionFile = path.resolve(__dirname, name);
|
/interface/sdk_c/multimedia/drm_framework/ |
H A D | native_mediakeysystem.h | 92 * @brief Acquire supported media key systems' name and uuid. 93 * @param descs Array used to save media key systems' name and uuid. 107 * @param name Used to point a Digital Right Management solution. 112 bool OH_MediaKeySystem_IsSupported(const char *name); 115 * @param name Used to point a Digital Right Management solution. 121 bool OH_MediaKeySystem_IsSupported2(const char *name, const char *mimeType); 124 * @param name Used to point a Digital Right Management solution. 131 bool OH_MediaKeySystem_IsSupported3(const char *name, const char *mimeType, 135 * @brief Creates a media key system instance from the name. 136 * @param name Secifie [all...] |
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/ |
H A D | uidna.h | 10 * file name: uidna.h
182 * Converts a single domain name label into its ASCII form for DNS lookup.
192 * @param label Input domain name label
211 * Converts a single domain name label into its Unicode form for human-readable display.
219 * @param label Input domain name label
238 * Converts a whole domain name into its ASCII form for DNS lookup.
241 * The domain name might be modified according to the types of errors.
248 * @param name Input domain name
249 * @param length Domain name lengt [all...] |
/interface/sdk_c/multimedia/image_effect/ |
H A D | image_effect_filter.h | 48 * @brief Define the new type name OH_EffectFilter for struct OH_EffectFilter 56 * @brief Define the brightness filter name that contain the parameter matched with the key refer to 66 * @brief Define the contrast filter name that contain the parameter matched with the key refer to 76 * @brief Define the crop filter name that contain the parameter matched with the key refer to 202 * @brief Define the new type name OH_EffectFilterInfo for struct OH_EffectFilterInfo 221 * @brief Set the filter name for OH_EffectFilterInfo structure 225 * @param name Indicates the filter name 231 ImageEffect_ErrorCode OH_EffectFilterInfo_SetFilterName(OH_EffectFilterInfo *info, const char *name); 234 * @brief Get the filter name fro [all...] |
/interface/sdk-js/build-tools/api_diff/src/entry/ |
H A D | main.js | 26 const pluginCommand = this.program.name(pluginOption.name)
|
/interface/sdk-js/build-tools/collect_application_api/src/entry/ |
H A D | main.js | 27 const pluginCommand = this.program.name(pluginOption.name)
|
/interface/sdk_c/third_party/musl/ndk_script/ |
H A D | toolchain.sh | 32 find ${OUT_DIR}/lib/$i -name 'libc++.a' -type f -exec bash -c 'echo "INPUT(-lc++_static -lc++abi)" > $1' _ {} \; 33 find ${OUT_DIR}/lib/$i -name 'libc++.so' -type f -exec bash -c 'echo "INPUT(-lc++_shared)" > $1' _ {} \;
|
/interface/sdk_c/ark_runtime/jsvm/ |
H A D | jsvm_types.h | 290 /** name expected status. */ 519 /** The engine name implementing the VM. */ 534 * One of utf8name or name must be provided for the property. 538 JSVM_Value name; member 591 JSVM_Value name, 597 JSVM_Value name, 604 JSVM_Value name, 659 /** Resource name. */
|