Home
last modified time | relevance | path

Searched refs:search (Results 1 – 12 of 12) sorted by relevance

/build/tools/component_tools/
Dcomponent_node.py87 module_name = module_pattern.search(ohos_string).group()
93 if subsystem_pattern.search(ohos_string) != None:
94 subsystem_name = subsystem_pattern.search(ohos_string).group()
97 if part_pattern.search(ohos_string) != None:
98 part_name = part_pattern.search(ohos_string).group()
101 … deps_raw = deps_pattern.search(ohos_string).group() if deps_pattern.search(ohos_string) != None \
110 …external_deps_raw = external_deps_pattern.search(ohos_string).group() if external_deps_pattern.sea…
/build/build_scripts/
Dbuild.py25 def search(findir, target): function
46 python_dir = search(python_base_dir, 'python3')
/build/tools/module_dependence/
Ddependence_analysis.py42 _filename_snippet = re.search(r'(.*)_external_deps_temp.json',
67 _filename_snippet = re.search(r'(.*).json', _filename).group(1)
/build/hb/util/
Ddevice_util.py65 return re.search(kernel_pattern, data) and\
66 re.search(version_pattern, data)
/build/tools/component_tools/static_check/
Dcsct_online_prehandle.py75 if re.search(key, line) is not None:
/build/config/linux/
Dpkg-config.py91 if regexp.search(flag) is not None:
/build/lite/ndk/doc/config/
DDoxyfile_CPP687 # search path. Do not use file names with spaces, bibtex cannot handle them. See
968 # tools must be available from the command line (i.e. in the search path).
1211 # HTML files also contain an index, a table of contents, and you can search for
1465 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1466 # the HTML output. The underlying search engine uses javascript and DHTML and
1469 # there is already a search function so this one should typically be disabled.
1470 # For large projects the javascript based search engine can be slow, then
1472 # search using the keyboard; to jump to the search box use <access key> + S
1474 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1475 # key> to jump into the search results window, the results can be navigated
[all …]
DDoxyfile_C687 # search path. Do not use file names with spaces, bibtex cannot handle them. See
968 # tools must be available from the command line (i.e. in the search path).
1211 # HTML files also contain an index, a table of contents, and you can search for
1465 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1466 # the HTML output. The underlying search engine uses javascript and DHTML and
1469 # there is already a search function so this one should typically be disabled.
1470 # For large projects the javascript based search engine can be slow, then
1472 # search using the keyboard; to jump to the search box use <access key> + S
1474 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1475 # key> to jump into the search results window, the results can be navigated
[all …]
/build/ohos/sdk/
Dparse_sdk_description.py118 match = re.search(r"(.*?):(.*?)", label)
/build/config/gcc/
DBUILD.gn54 # The rpath is the dynamic library search path. Setting this config on a link
/build/scripts/util/
Dbuild_utils.py210 if not re_filter.search(line))
629 match = r.search(arg)
/build/scripts/
Dcargo2gn.py392 authors_section = authors_re.search(infile.read())