Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 14 of 14) sorted by relevance

/build/ohos/statistics/
Dbuild_overlap_statistics.py73 pattern = '*.o'
75 pattern = '*.build_config'
77 for file in fnmatch.filter(files, pattern):
106 pattern = '{}*'.format(path)
108 pattern = '../../{}*'.format(path)
111 for obj in fnmatch.filter(objs, pattern):
/build/scripts/
Dfind.py34 if fnmatch.filter(d, options.pattern):
40 if fnmatch.filter(d, options.pattern):
48 for f in fnmatch.filter(files, options.pattern):
/build/tools/component_tools/
Dcomponents_dependence_analysis.py71 pattern = re.compile(r'ohos_shared_library.*?\}', re.DOTALL)
72 results = pattern.findall(file_data)
77 pattern = re.compile(r'ohos_executable.*?\}', re.DOTALL)
78 results = pattern.findall(file_data)
/build/config/security/
DBUILD.gn33 # Set the uninitialized local variables to pattern.
35 cflags = [ "-ftrivial-auto-var-init=pattern" ]
39 # Currently, enabling the config of pattern for all components is impractical and may cause system
41 # the config of pattern.
Dsecurity_config.gni52 auto_var_init == "pattern" || auto_var_init == "zero" ||
54 …"auto_var_init can only be set to pattern, zero or uninit, for example, auto_var_init = \"pattern\…
56 if (auto_var_init == "pattern") {
/build/toolchain/mac/
Dfilter_libtool.py26 for pattern in BLOCKLIST_PATTERNS:
29 if pattern.match(line):
/build/ohos/hisysevent/
Dgen_def_from_all_yaml.py30 def format_validation(pattern, content): argument
31 regex = re.compile(pattern)
34 print("error: %s match %s " % (content, pattern), "failed")
/build/ohos/ndk/
Dscan_ndk_targets.py85 pattern = re.escape(template_name) + r"\(\"(.*)\"\)"
86 targets = re.findall(pattern, ''.join(contents))
/build/lite/hb_internal/tool/
Dtool.py87 pattern = re.compile(r'(?<=module_list = )\[([^\[\]]*)\]')
88 results = pattern.findall(target_info)
/build/scripts/util/
Dbuild_utils.py295 pattern=None, argument
311 if pattern is not None:
312 if not fnmatch.fnmatch(name, pattern):
/build/ohos/sdk/
DBUILD.gn194 "--skip-pattern",
/build/config/
DBUILDCONFIG.gn201 # the above pattern for isolating the build logic in a forwarding group
497 # must match the pattern (so you need "*.cc" to match all .cc files, for
/build/lite/ndk/doc/config/
DDoxyfile_C810 # exclude all test directories for example use the pattern */test/*
821 # exclude all test directories use the pattern */test/*
832 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
868 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
869 # basis. Doxygen will compare the file name with each pattern and apply the
870 # filter if there is a match. The filters are a list of the form: pattern=filter
885 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
886 # it is also possible to disable source filtering for a specific pattern using
DDoxyfile_CPP810 # exclude all test directories for example use the pattern */test/*
821 # exclude all test directories use the pattern */test/*
832 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
868 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
869 # basis. Doxygen will compare the file name with each pattern and apply the
870 # filter if there is a match. The filters are a list of the form: pattern=filter
885 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
886 # it is also possible to disable source filtering for a specific pattern using