Home | History | Annotate | Download | only in core

Lines Matching defs:from

191 ## Find all of the java files from here.  Meant to be used like:
213 ## Find all of the c files from here. Meant to be used like:
308 ## Find all of the html files from here. Meant to be used like:
383 ## starting furthest from the root.
1644 # resource files from the first stage as additional input. My original intent
1796 # Invoke Jack to compile java from source to dex and jack files.
1878 # Invoke Jack to compile java from source to jack files without shrink or obfuscation.
2030 # because the apk may be run on older platforms that don't support loading jni directly from apk.
2184 # Copy a single file from one place to another,
2269 ## Stuff source generated from one-off tools
2292 define image-size-from-data-size
2313 img_blocksize=$(call image-size-from-data-size,$(BOARD_FLASH_BLOCK_SIZE)); \
2338 $(call assert-max-file-size,$(1),$(call image-size-from-data-size,$(2))))
2452 ## Whether to build from source if prebuilt alternative exists
2456 # Expands to empty string if not from source.
2458 define if-build-from-source
2462 define if-build-from-source
2468 # Include makefile $(1) if build from source for module $(2)
2472 define include-if-build-from-source
2473 $(if $(call if-build-from-source,$(2),$(3)),$(eval include $(1)))