Home
last modified time | relevance | path

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

/build/lite/ndk/doc/config/
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 …]
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 …]
/build/ohos/sa_profile/sa_info_process/
Dsort_sa_by_bootphase.py162 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/
Dprebuilt.gni120 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" ])) {
Dcxx.gni495 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/
Dmd5_check.py307 def add_file(self, path, tag): argument
317 'tag': tag,
328 tag = _compute_inline_md5(
334 tag,
/build/tools/component_tools/static_check/
Dcsct.py53 if node.tag != 'project':
/build/lite/testfwk/
Dlite_testcase_resource_copy.py108 if child.tag != 'preparer':
/build/tools/component_tools/static_check/gn_check/
Dcheck_gn_online.py152 if node.tag != 'project':
/build/ohos/testfwk/
Dtestcase_resource_copy.py112 if child.tag != 'preparer':