Searched refs:tag (Results 1 – 10 of 10) sorted by relevance
/build/lite/ndk/doc/config/ |
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 …]
|
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 …]
|
/build/ohos/sa_profile/sa_info_process/ |
D | sort_sa_by_bootphase.py | 162 def check_nodes_constraints_one(systemability_node, tag): argument 164 if tag not in systemability_node: 165 raise json_err.BadFormatJsonError(_format.format(tag), self.file_in_process) 166 tags_nodes = systemability_node[tag] 169 def check_nodes_constraints_two(systemability_node, tag): argument 170 if tag not in systemability_node or systemability_node[tag] == '': 172 tags_nodes = systemability_node[tag]
|
/build/templates/cxx/ |
D | prebuilt.gni | 120 foreach(tag, filter_include(invoker.innerapi_tags, [ "chipsetsdk*" ])) { 123 foreach(tag, filter_include(invoker.innerapi_tags, [ "platformsdk*" ])) { 126 foreach(tag, filter_include(invoker.innerapi_tags, [ "passthrough*" ])) { 142 foreach(tag, filter_include(invoker.innerapi_tags, [ "ndk" ])) {
|
D | cxx.gni | 495 foreach(tag, filter_include(invoker.innerapi_tags, [ "chipsetsdk*" ])) { 498 foreach(tag, filter_include(invoker.innerapi_tags, [ "platformsdk*" ])) { 501 foreach(tag, filter_include(invoker.innerapi_tags, [ "passthrough*" ])) { 517 foreach(tag, filter_include(invoker.innerapi_tags, [ "ndk" ])) { 675 foreach(tag, filter_exclude(invoker.innerapi_tags, valid_tags)) { 676 if (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/tools/component_tools/static_check/ |
D | csct.py | 53 if node.tag != 'project':
|
/build/lite/testfwk/ |
D | lite_testcase_resource_copy.py | 108 if child.tag != 'preparer':
|
/build/tools/component_tools/static_check/gn_check/ |
D | check_gn_online.py | 152 if node.tag != 'project':
|
/build/ohos/testfwk/ |
D | testcase_resource_copy.py | 112 if child.tag != 'preparer':
|