Searched refs:maxsize (Results 1 – 4 of 4) sorted by relevance
/build/make/tools/droiddoc/templates-ndk/ |
D | sample.cs | 56 <?cs # embed image/videos if below maxsize (show message otherwise), else display source code ?>
|
/build/make/tools/releasetools/ |
D | sign_target_files_apks.py | 454 maxsize = max( 489 print(" signing: %-*s (%s)" % (maxsize, name, key)) 509 maxsize, name, container_key)) 511 maxsize, name, payload_key))
|
D | sign_target_files_apks | 454 maxsize = max( 489 print(" signing: %-*s (%s)" % (maxsize, name, key)) 509 maxsize, name, container_key)) 511 maxsize, name, payload_key))
|
/build/make/core/ |
D | definitions.mk | 2671 maxsize=$$(($(2))); \ 2672 if [ "$$total" -gt "$$maxsize" ]; then \ 2673 echo "error: $$printname too large ($$total > $$maxsize)"; \ 2675 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \ 2676 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \
|