HomeSort by relevance Sort by last modified time
    Searched refs:INSTALLED (Results 1 - 10 of 10) sorted by null

  /system/core/init/
Android.mk 46 # We need this so that the installed files could be picked up based on the
48 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
49 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /system/core/toolbox/
Android.mk 92 # We need this so that the installed files could be picked up based on the
94 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
95 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /build/core/
base_rules.mk 119 # so that it will be installed in $(TARGET_OUT).
459 # We name both BUILT and INSTALLED in case
538 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
539 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(LOCAL_INSTALLED_MODULE)
main.mk 6 # Use bash, not whatever shell somebody has installed as /bin/sh
287 # Install an apns-conf.xml file if one's not already being installed.
316 # non-empty if that module should be installed in /system.
319 # be installed in /system.
326 # installed in /data even if that module also has "eng"/"debug"/"user".
470 # so that the modules will be installed in the same place they
509 # Fix up CUSTOM_MODULES to refer to installed files rather than
515 $(call module-installed-files,$(known_custom_modules)) \
533 $(eval r := $(call module-installed-files,$(r))) \
534 $(eval $(call add-required-deps,$(ALL_MODULES.$(m).INSTALLED),$(r)))
    [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.
440 ## into the list of files that are installed for those modules.
446 define module-installed-files
447 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED))
601 # Given a list of installed modules (short or long names)
604 # therefore, should not be installed.
605 # $(1): mixed list of installed module
    [all...]
  /external/v8/src/
api.h 148 UNVISITED, VISITED, INSTALLED
bootstrapper.cc     [all...]
serialize.cc 922 // We don't support serializing installed extensions.
926 CHECK_NE(v8::INSTALLED, ext->state());
    [all...]
  /ndk/build/core/
definitions.mk 193 # Note that some modules are never installed (e.g. static libraries).
245 # LOCAL_INSTALLED will contain the location of the installed version
248 modules-LOCALS += INSTALLED
427 module-get-installed = $(__ndk_modules.$1.INSTALLED)
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 282 milliseconds