Searched refs:pattern (Results 1 – 14 of 14) sorted by relevance
/build/ohos/statistics/ |
D | build_overlap_statistics.py | 73 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/ |
D | find.py | 34 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/ |
D | components_dependence_analysis.py | 71 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/ |
D | BUILD.gn | 33 # 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.
|
D | security_config.gni | 52 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/ |
D | filter_libtool.py | 26 for pattern in BLOCKLIST_PATTERNS: 29 if pattern.match(line):
|
/build/ohos/hisysevent/ |
D | gen_def_from_all_yaml.py | 30 def format_validation(pattern, content): argument 31 regex = re.compile(pattern) 34 print("error: %s match %s " % (content, pattern), "failed")
|
/build/ohos/ndk/ |
D | scan_ndk_targets.py | 85 pattern = re.escape(template_name) + r"\(\"(.*)\"\)" 86 targets = re.findall(pattern, ''.join(contents))
|
/build/lite/hb_internal/tool/ |
D | tool.py | 87 pattern = re.compile(r'(?<=module_list = )\[([^\[\]]*)\]') 88 results = pattern.findall(target_info)
|
/build/scripts/util/ |
D | build_utils.py | 295 pattern=None, argument 311 if pattern is not None: 312 if not fnmatch.fnmatch(name, pattern):
|
/build/ohos/sdk/ |
D | BUILD.gn | 194 "--skip-pattern",
|
/build/config/ |
D | BUILDCONFIG.gn | 201 # 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/ |
D | Doxyfile_C | 810 # 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
|
D | Doxyfile_CPP | 810 # 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
|