Home
last modified time | relevance | path

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

12

/build/bazel/rules/cc/
Dcc_library_headers.bzl43 …ncludes": attr.string_list(doc = "List of exec-root relative or absolute search paths for headers,…
44 …"export_includes": attr.string_list(doc = "Package-relative list of search paths for headers, usua…
45 …"export_system_includes": attr.string_list(doc = "Package-relative list of search paths for header…
Dcc_library_static.bzl759 # In order to guarantee a correct inclusion search order, we need to export
767 …"absolute_includes": attr.string_list(doc = "List of exec-root relative or absolute search paths f…
768 …"includes": attr.string_list(doc = "Package-relative list of search paths for headers, usually pas…
769 …"system_includes": attr.string_list(doc = "Package-relative list of search paths for headers, usua…
/build/soong/scripts/
Dget_clang_version.py38 match_rev = re.search(regex_rev, contents)
/build/soong/linkerconfig/proto/
Dlinker_config.proto39 // Target namespace where this module contributes the search paths.
47 // APEX can contribute search paths to specified namespaces.
/build/make/tools/atree/
Dfiles.h44 int locate(FileRecord* rec, const vector<string>& search);
Dfiles.cpp331 locate(FileRecord* rec, const vector<string>& search) in locate() argument
343 for (vector<string>::const_iterator it=search.begin(); in locate()
344 it!=search.end(); it++) { in locate()
/build/make/tools/droiddoc/templates-pdk/assets/
Dsearch_autocomplete.js106 var search = document.getElementById("search_autocomplete");
107 var text = search.value.replace(/(^ +)|( +$)/g, '');
173 while ((tmp = s.search(re)) >= 0) {
Dandroid-developer-core.css320 #search {
489 #search-button {
544 /* restrict global search form width */
604 /* Disable built in search forms */
605 .gsc-control form.gsc-search-box {
608 table.gsc-search-box {
626 td.gsc-search-button {
632 #search-button {
637 /* search result tabs */
Dandroid-developer-resource-browser.js11 var params = parseParams(document.location.search);
/build/make/tools/warn/
Dwarn_common.py454 result = bfw_warning_pattern.search(line)
456 result = extra_warning_pattern.search(line)
471 result = re.search('(?<=^PLATFORM_VERSION=).*', line)
475 result = re.search('(?<=^TARGET_PRODUCT=).*', line)
479 result = re.search('(?<=^TARGET_BUILD_VARIANT=).*', line)
483 result = re.search('(?<=^BUILD_ID=).*', line)
/build/make/tools/releasetools/
Dvalidate_target_files.py190 check_cmd = re.search(r'if ! applypatch --check (\w+:.+:\w+:\w+);',
200 target = re.search(r'--target (.+) &&', lines[4].strip())
218 source = re.search(r'--source (\w+:.+:\w+:\w+) \\', lines[4].strip())
231 target = re.search(r'--target (\w+:.+:\w+:\w+) && \\', lines[5].strip())
Dfind_shareduid_violation.py89 match = pattern.search(line)
Dcheck_ota_package_signature.py43 algorithm = re.search(r'Signature Algorithm: ([a-zA-Z0-9]+)', cert_dump)
Dfsverity_metadata_generator.py90 m = re.search('(\d+):.*hl=\s*(\d+)\s*l=\s*(\d+)\s*.*OCTET STRING', last_line)
Dtest_apex_utils.py169 match = re.search(r"^package:.* name='([\w|\.]+)'", line, re.IGNORECASE)
/build/bazel/scripts/incremental_build/
Dcuj_catalog.py240 def search() -> bool: function
249 if not search():
257 if search():
Dgo_allowlists.py63 m = entry.search(real_item)
Dclone.py93 g = p.search(module_def)
113 m = name_pattern.search(module_def)
Dui.py62 if pattern.search(cujgroup.description)
Dpretty.py113 properties = [f for f in reader.fieldnames if p.search(f)]
/build/bazel/rules/test_common/
Dargs.bzl74 arg_prefix (str): prefix of argument to search for
91 arg_prefix (str): prefix of argument to search for
/build/make/tools/releasetools/merge/
Dmerge_meta.py246 name_search = MODULE_KEY_PATTERN.search(line.split()[0])
256 tag_search = PARTITION_TAG_PATTERN.search(value)
Dmerge_utils.py208 partition_match = pattern.search(item.strip())
/build/bazel/scripts/bp2build_progress/
DREADME.md28 * --recursive, -r: Whether to perform recursive search when --package-dir or -p flag is passed.
/build/soong/tests/
Drun_tool_with_logging_test.py319 assert re.search(expected_args, lines[0]), (

12