/external/compiler-rt/test/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 | 43 # Expand the target modules installed via LOCAL_SHARED_LIBRARIES 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))))))
|
/external/clang/tools/driver/ |
Android.mk | 100 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed, 101 # clang++ will get installed as well. 102 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \ 103 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(CLANG_CXX)
|
/system/core/init/ |
Android.mk | 62 # We need this so that the installed files could be picked up based on the 64 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \ 65 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
|
/system/core/toolbox/ |
Android.mk | 126 # We need this so that the installed files could be picked up based on the 128 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \ 129 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
|
/system/core/sh/ |
Android.mk | 70 ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(OUTSYSTEMBINSH)
|
/frameworks/native/opengl/libs/ |
Android.mk | 129 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \ 130 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(LIBGLESV3)
|
/libcore/ |
CaCerts.mk | 51 ALL_MODULES.cacerts.INSTALLED := $(cacerts_target)
|
/frameworks/base/data/fonts/ |
Android.mk | 31 ALL_MODULES.$(1).INSTALLED := \ 32 $(ALL_MODULES.$(1).INSTALLED) $(PRODUCT_OUT)/system/fonts/$(1)
|
/build/core/ |
main.mk | 6 # Use bash, not whatever shell somebody has installed as /bin/sh 395 # non-empty if that module should be installed in /system. 398 # be installed in /system. 405 # installed in /data even if that module also has "eng"/"debug"/"user". 463 # so that the modules will be installed in the same place they 475 @$(foreach m, $(ALL_MODULES), $(if $(ALL_MODULES.$(m).INSTALLED), \ 476 echo 'INSTALL-PATH: $(m) $(ALL_MODULES.$(m).INSTALLED)';)) 525 # Fix up CUSTOM_MODULES to refer to installed files rather than 531 $(call module-installed-files,$(known_custom_modules)) \ 549 $(eval r := $(call module-installed-files,$(r))) [all...] |
base_rules.mk | 61 # User tags are not allowed anymore. Fail early because it will not be installed 68 $(warning * used to cause the module to be installed automatically.) 70 $(warning * section of a product makefile to have it installed.) 508 # We name both BUILT and INSTALLED in case 589 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \ 590 $(strip $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(LOCAL_INSTALLED_MODULE))
|
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. 478 ## into the list of files that are installed for those modules. 484 define module-installed-files 485 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED)) 674 # Given a list of installed modules (short or long names) 677 # therefore, should not be installed [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.event_1.2.0.v20100503.jar | |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
/external/chromium/chrome/browser/extensions/ |
extension_service_unittest.cc | 577 // the crx to be installed and does extra error checking. 643 INSTALLED, 683 (expected_state >= INSTALLED) ? 1 : 0; [all...] |
/external/v8/src/ |
bootstrapper.cc | 213 UNVISITED, VISITED, INSTALLED 461 // This map is installed in MakeFunctionInstancePrototypeWritable. 629 // This map is installed in MakeFunctionInstancePrototypeWritable. [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_service_unittest.cc | 688 // the crx to be installed and does extra error checking. [all...] |
/external/chromium_org/v8/src/ |
bootstrapper.cc | 223 UNVISITED, VISITED, INSTALLED 467 // This map is installed in MakeFunctionInstancePrototypeWritable. 629 // This map is installed in MakeFunctionInstancePrototypeWritable. [all...] |
/ndk/build/core/ |
definitions.mk | 366 # Note that some modules are never installed (e.g. static libraries). 424 # LOCAL_INSTALLED will contain the location of the installed version 427 modules-LOCALS += INSTALLED 760 module-get-installed = $(__ndk_modules.$1.INSTALLED) [all...] |
/prebuilts/devtools/tools/lib/ |
osgi-4.0.0.jar | |
sdklib.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 | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |