/external/compiler-rt/test/builtins/timing/ |
time | 22 INSTALLED=/usr/local/lib/system/libcompiler_rt.a 31 if [ -f "$INSTALLED" ]; then 32 test $ARCH $FILE installed $INSTALLED
|
/build/core/tasks/ |
vendor_module_check.mk | 77 $(if $(ALL_MODULES.$(m).INSTALLED),\ 78 $(eval _vendor_module_owner_info += $(patsubst $(PRODUCT_OUT)/%,%,$(ALL_MODULES.$(m).INSTALLED)):$(ALL_MODULES.$(m).OWNER)))))) 89 $(if $(filter-out ,$(ALL_MODULES.$(m).INSTALLED)),\ 90 $(if $(filter $(TARGET_OUT_VENDOR)/% $(HOST_OUT)/%, $(ALL_MODULES.$(m).INSTALLED)),,\ 92 in product "$(TARGET_PRODUCT)" being installed to \ 93 $(ALL_MODULES.$(m).INSTALLED) which is not in the vendor tree))))))
|
module-info.mk | 13 '"installed": [$(foreach w,$(sort $(ALL_MODULES.$(m).INSTALLED)),"$(w)", )], ' \
|
/build/core/ |
dex_preopt_odex_install.mk | 12 ifneq ($(filter $(TARGET_OUT)/%,$(my_module_path)),) # Installed to system.img. 23 endif # Installed to system.img. 42 # if installing into system, and odex are being installed into system_other, don't strip 58 # We use this installed_odex trick to get boot.art installed. 113 # Add the installed_odex to the list of installed files for this module. 114 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_odex) 124 DEXPREOPT.$(LOCAL_MODULE).INSTALLED := $(installed_odex)
|
executable_prefer_symlink.mk | 5 # Note: now only limited to the binaries that will be installed under system/bin directory 51 # We need this so that the installed files could be picked up based on the 53 ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(my_symlink)
|
main.mk | 6 # Use bash, not whatever shell somebody has installed as /bin/sh 478 # non-empty if that module should be installed in /system. 481 # be installed in /system. 488 # installed in /data even if that module also has "eng"/"debug"/"user". 523 # so that the modules will be installed in the same place they 536 @$(foreach m, $(ALL_MODULES), $(if $(ALL_MODULES.$(m).INSTALLED), \ 537 echo 'INSTALL-PATH: $(m) $(ALL_MODULES.$(m).INSTALLED)';)) 595 # Fix up CUSTOM_MODULES to refer to installed files rather than 601 $(call module-installed-files,$(known_custom_modules)) \ 660 $(eval r := $(call module-installed-files,$(r))) [all...] |
base_rules.mk | 86 # User tags are not allowed anymore. Fail early because it will not be installed 93 $(warning * used to cause the module to be installed automatically.) 95 $(warning * section of a product makefile to have it installed.) 286 # We name both BUILT and INSTALLED in case 433 ALL_MODULES.$(my_register_name).INSTALLED := \ 434 $(strip $(ALL_MODULES.$(my_register_name).INSTALLED) \
|
prebuilt_internal.mk | 297 # LOCAL_PACKAGE_SPLITS is a list of apks to be installed. 319 # Register the additional built and installed files. 320 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_apk_splits)
|
package_internal.mk | 630 # Register the additional built and installed files. 631 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_apk_splits)
|
Makefile | 391 # for future OTA packages installed by this system. Actual product 408 # for what's going to be installed. [all...] |
definitions.mk | 33 # $(ALL_MODULES.$(target)).INSTALLED 35 # target, and the INSTALLED variable contains the LOCAL_INSTALLED_MODULE. 36 # Some targets may have multiple files listed in the BUILT and INSTALLED 41 # set of installed targets. 84 # Target and host installed module's dependencies on shared libraries. 625 ## into the list of files that are installed for those modules. 631 define module-installed-files 632 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED)) 815 $(sort $(foreach tag,$(1),$(foreach m,$(ALL_MODULE_NAME_TAGS.$(tag)),$(ALL_MODULES.$(m).INSTALLED)))) 856 # Given a list of installed modules (short or long names [all...] |
/external/roboto-fonts/ |
Android.mk | 31 ALL_MODULES.$(1).INSTALLED := \ 32 $(ALL_MODULES.$(1).INSTALLED) $(PRODUCT_OUT)/system/fonts/$(1)
|
/frameworks/base/data/fonts/ |
Android.mk | 31 ALL_MODULES.$(1).INSTALLED := \ 32 $(ALL_MODULES.$(1).INSTALLED) $(PRODUCT_OUT)/system/fonts/$(1)
|
/system/ca-certificates/ |
Android.mk | 53 ALL_MODULES.cacerts.INSTALLED := $(cacerts_target)
|
/system/ca-certificates/google/ |
Android.mk | 27 ALL_MODULES.cacerts_google.INSTALLED := $(cacerts_google_target)
|
/development/build/tools/ |
windows_sdk.mk | 48 WIN_TARGETS := $(foreach t,$(WIN_TARGETS),$(ALL_MODULES.host_cross_$(t).INSTALLED))
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.event_1.2.0.v20100503.jar | |
/external/v8/src/ |
bootstrapper.cc | 223 UNVISITED, VISITED, INSTALLED 513 // This map is installed in MakeFunctionInstancePrototypeWritable. 753 // This map is installed in MakeFunctionInstancePrototypeWritable. [all...] |
/prebuilts/devtools/tools/lib/ |
osgi-4.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/ |
osgi-4.0.0.jar | |
/prebuilts/tools/common/osgi/ |
osgi.jar | |
/ndk/build/core/ |
definitions.mk | 369 # Note that some modules are never installed (e.g. static libraries). 438 # LOCAL_INSTALLED will contain the location of the installed version 441 modules-LOCALS += INSTALLED 774 module-get-installed = $(__ndk_modules.$1.INSTALLED) [all...] |
/external/guice/lib/build/ |
felix-2.0.5.jar | |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.osgi_3.10.100.v20150529-1857.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/ |
sdklib-22.2.0.jar | |