Home
last modified time | relevance | path

Searched defs:api_info (Results 1 – 4 of 4) sorted by relevance

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/check/
Dcheck_doc.py37 def get_tage_start_and_end(tag_info, comment_start_line, comment_str, api_info): argument
55 def process_tag_addtogroup(tag_info, file_doc_info: FileDocInfo, api_info, comment_str, comment_sta… argument
66 def process_tag_brief(tag_info, file_doc_info: FileDocInfo, api_info, comment_str, comment_start_li… argument
74 def process_tag_deprecated(tag_info, file_doc_info: FileDocInfo, api_info, comment_str, comment_sta… argument
88 def process_tag_file(tag_info, file_doc_info: FileDocInfo, api_info, comment_str, comment_start_lin… argument
101 def process_tag_library(tag_info, file_doc_info: FileDocInfo, api_info, comment_str, comment_start_… argument
117 def process_tag_param(tag_info, file_doc_info: FileDocInfo, api_info, comment_str, comment_start_li… argument
147 def process_tag_return(tag_info, file_doc_info: FileDocInfo, api_info, comment_str, comment_start_l… argument
152 def process_tag_since(tag_info, file_doc_info: FileDocInfo, api_info, comment_str, comment_start_li… argument
170 def process_tag_syscap(tag_info, file_doc_info: FileDocInfo, api_info, comment_str, comment_start_l… argument
[all …]
Dcheck_name.py22 def check_large_hump(api_info, kind, parent_kind): argument
39 def check_function_name(api_info, kind, parent_kind): argument
57 def set_value_to_result(api_info, command): argument
72 def check_variable_name(api_info, kind, parent_kind): argument
86 def check_small_hump(api_info, kind, parent_kind): argument
103 def check_macro_definition(api_info, kind, parent_kind): argument
120 def check_all_uppercase_hump(api_info, kind, parent_kind): argument
139 def processing_check_data(function_type, api_info, command): argument
180 def check_api_name(api_info, parent_kind): argument
Dcheck.py28 def process_api_json(api_info, file_doc_info, api_result_info_list, parent_kind, command_list): argument
43 def get_api_info_child(api_info): argument
/interface/sdk-js/build-tools/api_label_detection/src/coreImpl/
Ddetection_label.py223 def is_label_consistent(doc_info: dict, label, mutex_label_list, api_info): argument