Home
last modified time | relevance | path

Searched refs:max (Results 1 – 24 of 24) sorted by relevance

/build/soong/ui/status/
Dcritical_path.go136 var max *node
140 if max == nil || node.cumulativeDuration > max.cumulativeDuration {
141 max = node
147 node := max
/build/soong/sdk/
Dbootclasspath_fragment_sdk_test.go757 my-max-target-r-low-priority.txt -> hiddenapi/my-max-target-r-low-priority.txt
758 my-max-target-q.txt -> hiddenapi/my-max-target-q.txt
759 my-max-target-p.txt -> hiddenapi/my-max-target-p.txt
760 my-max-target-o-low-priority.txt -> hiddenapi/my-max-target-o-low-priority.txt
/build/make/tools/releasetools/
Dpylintrc252 max-line-length=80
265 max-module-lines=1000
306 max-args=5
313 max-locals=15
316 max-returns=6
319 max-branches=12
322 max-statements=50
325 max-parents=7
328 max-attributes=7
334 max-public-methods=20
Dcheck_target_files_signatures.py342 self.max_pkg_len = max(self.max_pkg_len, len(apk.package))
343 self.max_fn_len = max(self.max_fn_len, len(apk.filename))
420 max_pkg_len = max(self.max_pkg_len, other.max_pkg_len)
Drangelib.py296 s1 = max(0, s - n)
Dnon_ab_ota.py70 blockimgdiff_version = max(
438 script.CacheFreeSpaceCheck(max(required_cache_sizes))
Dota_package_parser.py40 self.max_stash_needed = max(self.current_stash_size, self.max_stash_needed)
Dedify_generator.py215 self._required_cache = max(self._required_cache, amount)
Dbuild_image.py502 size = max(size, 256 * 1024)
Dsign_target_files_apks516 maxsize = max(
Dota_from_target_files.py989 max(part.version, partition_timestamps[part.partition_name])
Dtest_common.py2009 self.assertLess(max(removed, shrunk),
2073 max_idx_move_partition_out_foo = max(remove, move_product_out, shrink)
Dcommon.py3072 version = max(
/build/soong/ui/logger/
Dlogger.go80 func fileRotation(from, baseName, ext string, cur, max int) error {
84 if cur+1 <= max {
85 fileRotation(newName, baseName, ext, cur+1, max)
/build/make/core/tasks/
Doem_image.mk40 $(call assert-max-image-size,$@,$(BOARD_OEMIMAGE_PARTITION_SIZE))
/build/bazel/json_module_graph/
DdistanceFromLeaves.jq34 if any(. == -1) then -1 else (max // -1) + 1 end
/build/make/target/product/
Druntime_libart.mk140 dalvik.vm.dex2oat-max-image-block-size=524288
/build/blueprint/parser/
Dprinter.go337 lineIndent = max(lineIndent, p.curIndent())
388 func max(a, b int) int { func
/build/make/tools/droiddoc/templates-pdk/assets/
Dprettify.js15 …;if(!(x<65||u>122)){x<65||u>90||k.push([Math.max(65,u)|32,Math.min(x,90)|32]);x<97||u>122||k.push(…
16 …],E=[NaN,NaN];for(e=0;e<k.length;++e){var A=k[e];if(A[0]<=E[1]+1)E[1]=Math.max(E[1],A[1]);else B.p…
Dandroid-developer-docs.css41 max-height:100%;
46 max-height:inherit;
309 max-width:968px;
344 max-width:70%;
/build/make/tools/
Dfat16copy.py728 data_begin = max(0, current_offset - start_byte)
734 f.seek(cluster_file_offset + max(0, start_byte - current_offset))
/build/make/tools/fs_config/
Dfs_config_generator.py482 return max(range_a[0], range_b[0]) <= min(range_a[1], range_b[1])
1146 max_name_length = max(len(aid.friendly) + 1 for aid in hdr.aids)
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css600 max-width: 250px;
/build/make/core/
Ddefinitions.mk2870 define assert-max-image-size