Searched refs:tag (Results 1 – 7 of 7) sorted by relevance
/build/lite/ndk/doc/config/ |
D | Doxyfile_C | 35 # This tag specifies the encoding used for all characters in the config file 37 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 44 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 52 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 58 # Using the PROJECT_BRIEF tag one can provide an optional one line description 64 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in 71 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 78 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 88 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 103 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member [all …]
|
D | Doxyfile_CPP | 35 # This tag specifies the encoding used for all characters in the config file 37 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv 44 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 52 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 58 # Using the PROJECT_BRIEF tag one can provide an optional one line description 64 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in 71 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 78 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 88 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 103 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member [all …]
|
/build/ohos/sa_profile/sa_info_process/ |
D | sort_sa_by_bootphase.py | 331 def check_nodes_constraints(systemability_node, tag, ranges): argument 337 tags_nodes = systemability_node.findall(tag) 341 _format.format(tag, ranges, node_cnt), 345 def strip_node_value(tag, name): argument 351 if tag.text is None or tag.text.strip() == '': 352 raise sa_err.BadFormatXMLError(_format.format(name, tag.text), 354 return tag.text.strip()
|
D | merge_sa_info.py | 102 if root.tag == 'profile': 105 raise sa_err.BadFormatXMLError(_format.format(root.tag), 107 elif root.tag != 'info': 117 source_file, root.tag)
|
/build/scripts/util/ |
D | md5_check.py | 307 def add_file(self, path, tag): argument 317 'tag': tag, 328 tag = _compute_inline_md5( 334 tag,
|
/build/lite/testfwk/ |
D | lite_testcase_resource_copy.py | 108 if child.tag != 'preparer':
|
/build/ohos/testfwk/ |
D | testcase_resource_copy.py | 112 if child.tag != 'preparer':
|