Searched refs:max (Results 1 – 24 of 24) sorted by relevance
/build/soong/ui/status/ |
D | critical_path.go | 136 var max *node 140 if max == nil || node.cumulativeDuration > max.cumulativeDuration { 141 max = node 147 node := max
|
/build/soong/sdk/ |
D | bootclasspath_fragment_sdk_test.go | 757 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/ |
D | pylintrc | 252 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
|
D | check_target_files_signatures.py | 342 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)
|
D | rangelib.py | 296 s1 = max(0, s - n)
|
D | non_ab_ota.py | 70 blockimgdiff_version = max( 438 script.CacheFreeSpaceCheck(max(required_cache_sizes))
|
D | ota_package_parser.py | 40 self.max_stash_needed = max(self.current_stash_size, self.max_stash_needed)
|
D | edify_generator.py | 215 self._required_cache = max(self._required_cache, amount)
|
D | build_image.py | 502 size = max(size, 256 * 1024)
|
D | sign_target_files_apks | 516 maxsize = max(
|
D | ota_from_target_files.py | 989 max(part.version, partition_timestamps[part.partition_name])
|
D | test_common.py | 2009 self.assertLess(max(removed, shrunk), 2073 max_idx_move_partition_out_foo = max(remove, move_product_out, shrink)
|
D | common.py | 3072 version = max(
|
/build/soong/ui/logger/ |
D | logger.go | 80 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/ |
D | oem_image.mk | 40 $(call assert-max-image-size,$@,$(BOARD_OEMIMAGE_PARTITION_SIZE))
|
/build/bazel/json_module_graph/ |
D | distanceFromLeaves.jq | 34 if any(. == -1) then -1 else (max // -1) + 1 end
|
/build/make/target/product/ |
D | runtime_libart.mk | 140 dalvik.vm.dex2oat-max-image-block-size=524288
|
/build/blueprint/parser/ |
D | printer.go | 337 lineIndent = max(lineIndent, p.curIndent()) 388 func max(a, b int) int { func
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | prettify.js | 15 …;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…
|
D | android-developer-docs.css | 41 max-height:100%; 46 max-height:inherit; 309 max-width:968px; 344 max-width:70%;
|
/build/make/tools/ |
D | fat16copy.py | 728 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/ |
D | fs_config_generator.py | 482 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/ |
D | default.css | 600 max-width: 250px;
|
/build/make/core/ |
D | definitions.mk | 2870 define assert-max-image-size
|