Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 7 of 7) sorted by relevance

/build/lite/ndk/doc/config/
DDoxyfile_C35 # 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 …]
DDoxyfile_CPP35 # 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/
Dsort_sa_by_bootphase.py331 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()
Dmerge_sa_info.py102 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/
Dmd5_check.py307 def add_file(self, path, tag): argument
317 'tag': tag,
328 tag = _compute_inline_md5(
334 tag,
/build/lite/testfwk/
Dlite_testcase_resource_copy.py108 if child.tag != 'preparer':
/build/ohos/testfwk/
Dtestcase_resource_copy.py112 if child.tag != 'preparer':