Searched refs:search (Results 1 – 25 of 38) sorted by relevance
12
/build/bazel/rules/cc/ |
D | cc_library_headers.bzl | 43 …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…
|
D | cc_library_static.bzl | 759 # 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/ |
D | get_clang_version.py | 38 match_rev = re.search(regex_rev, contents)
|
/build/soong/linkerconfig/proto/ |
D | linker_config.proto | 39 // Target namespace where this module contributes the search paths. 47 // APEX can contribute search paths to specified namespaces.
|
/build/make/tools/atree/ |
D | files.h | 44 int locate(FileRecord* rec, const vector<string>& search);
|
D | files.cpp | 331 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/ |
D | search_autocomplete.js | 106 var search = document.getElementById("search_autocomplete"); 107 var text = search.value.replace(/(^ +)|( +$)/g, ''); 173 while ((tmp = s.search(re)) >= 0) {
|
D | android-developer-core.css | 320 #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 */
|
D | android-developer-resource-browser.js | 11 var params = parseParams(document.location.search);
|
/build/make/tools/warn/ |
D | warn_common.py | 454 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/ |
D | validate_target_files.py | 190 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())
|
D | find_shareduid_violation.py | 89 match = pattern.search(line)
|
D | check_ota_package_signature.py | 43 algorithm = re.search(r'Signature Algorithm: ([a-zA-Z0-9]+)', cert_dump)
|
D | fsverity_metadata_generator.py | 90 m = re.search('(\d+):.*hl=\s*(\d+)\s*l=\s*(\d+)\s*.*OCTET STRING', last_line)
|
D | test_apex_utils.py | 169 match = re.search(r"^package:.* name='([\w|\.]+)'", line, re.IGNORECASE)
|
/build/bazel/scripts/incremental_build/ |
D | cuj_catalog.py | 240 def search() -> bool: function 249 if not search(): 257 if search():
|
D | go_allowlists.py | 63 m = entry.search(real_item)
|
D | clone.py | 93 g = p.search(module_def) 113 m = name_pattern.search(module_def)
|
D | ui.py | 62 if pattern.search(cujgroup.description)
|
D | pretty.py | 113 properties = [f for f in reader.fieldnames if p.search(f)]
|
/build/bazel/rules/test_common/ |
D | args.bzl | 74 arg_prefix (str): prefix of argument to search for 91 arg_prefix (str): prefix of argument to search for
|
/build/make/tools/releasetools/merge/ |
D | merge_meta.py | 246 name_search = MODULE_KEY_PATTERN.search(line.split()[0]) 256 tag_search = PARTITION_TAG_PATTERN.search(value)
|
D | merge_utils.py | 208 partition_match = pattern.search(item.strip())
|
/build/bazel/scripts/bp2build_progress/ |
D | README.md | 28 * --recursive, -r: Whether to perform recursive search when --package-dir or -p flag is passed.
|
/build/soong/tests/ |
D | run_tool_with_logging_test.py | 319 assert re.search(expected_args, lines[0]), (
|
12