Searched refs:search (Results 1 – 23 of 23) sorted by relevance
/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);
|
D | jquery-resizable.min.js | 19 …s.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))…
|
/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/releasetools/ |
D | validate_target_files.py | 180 check_cmd = re.search(r'if ! applypatch --check (\w+:.+:\w+:\w+);', 190 target = re.search(r'--target (.+) &&', lines[4].strip()) 207 source = re.search(r'--source (\w+:.+:\w+:\w+) \\', lines[4].strip()) 220 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 | merge_target_files.py | 554 match = PARTITION_ITEM_PATTERN.search(item.strip()) 598 match = MODULE_KEY_PATTERN.search(name) 608 match = PARTITION_TAG_PATTERN.search(value)
|
D | test_apex_utils.py | 169 match = re.search(r"^package:.* name='([\w|\.]+)'", line, re.IGNORECASE)
|
D | edify_generator.py | 53 m = x.search(cmd)
|
D | check_target_files_signatures.py | 277 m = re.search(r'A: (\S*?)(?:\(0x[0-9a-f]+\))?="(.*?)" \(Raw', line)
|
D | check_target_files_signatures | 277 m = re.search(r'A: (\S*?)(?:\(0x[0-9a-f]+\))?="(.*?)" \(Raw', line)
|
D | sign_target_files_apks.py | 950 keyid = re.search(
|
D | ota_from_target_files.py | 1040 return pattern.search(output) is not None
|
D | ota_from_target_files | 1040 return pattern.search(output) is not None
|
D | sign_target_files_apks | 950 keyid = re.search(
|
/build/make/tools/warn/ |
D | warn_common.py | 399 result = re.search('(?<=^PLATFORM_VERSION=).*', line) 402 result = re.search('(?<=^TARGET_PRODUCT=).*', line) 405 result = re.search('(?<=^TARGET_BUILD_VARIANT=).*', line) 408 result = re.search('(?<=^TOP=).*', line)
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | bazelenv.py | 208 line for line in lines if not self._IGNORE_LINE_REGEX.search(line)
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 379 The directory to search for *.pom files under.
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 618 The directory to search for *.pom files under.
|
/build/soong/docs/ |
D | perf.md | 189 a binary search using this method, but you do need to be careful not to split
|