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

1 2 3

  /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 74 $(if $(ALL_MODULES.$(m).INSTALLED),\
75 $(eval _vendor_module_owner_info += $(patsubst $(PRODUCT_OUT)/%,%,$(ALL_MODULES.$(m).INSTALLED)):$(ALL_MODULES.$(m).OWNER))))))
86 $(if $(filter-out ,$(ALL_MODULES.$(m).INSTALLED)),\
87 $(if $(filter $(TARGET_OUT_VENDOR)/% $(HOST_OUT)/%, $(ALL_MODULES.$(m).INSTALLED)),,\
89 in product "$(TARGET_PRODUCT)" being installed to \
90 $(ALL_MODULES.$(m).INSTALLED) which is not in the vendor tree))))))
  /external/llvm/tools/llvm-ar/
Android.mk 86 # Make sure if llvm-ar (i.e. $(LOCAL_MODULE)) get installed,
87 # llvm-ranlib will get installed as well.
88 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
89 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(LLVM_RANLIB)
  /system/core/init/
Android.mk 68 # We need this so that the installed files could be picked up based on the
70 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
71 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /external/chromium_org/content/browser/service_worker/
service_worker_fetch_dispatcher.cc 43 DCHECK_EQ(ServiceWorkerVersion::INSTALLED, version_->status());
service_worker_handle.cc 27 case ServiceWorkerVersion::INSTALLED:
service_worker_handle_unittest.cc 101 version_->SetStatus(ServiceWorkerVersion::INSTALLED);
115 // 4. StateChanged (state == Installed).
service_worker_controllee_request_handler_unittest.cc 82 // Store a registration that is installed but not activated yet.
83 version_->SetStatus(ServiceWorkerVersion::INSTALLED);
service_worker_version_unittest.cc 318 version_->SetStatus(ServiceWorkerVersion::INSTALLED);
326 ASSERT_EQ(ServiceWorkerVersion::INSTALLED, statuses[1]);
service_worker_version.h 61 // Current version status; some of the status (e.g. INSTALLED and ACTIVATED)
66 INSTALLED, // Install event is finished and is ready to be activated.
161 // Upon completion, the version's status will be changed to INSTALLED
170 // This must be called when the status() is INSTALLED. Calling this changes
173 // on success, or back to INSTALLED on failure.
service_worker_storage_unittest.cc 358 live_version->SetStatus(ServiceWorkerVersion::INSTALLED);
409 EXPECT_EQ(ServiceWorkerVersion::INSTALLED,
499 // Notify storage of it being installed.
    [all...]
service_worker_job_unittest.cc 739 version->SetStatus(ServiceWorkerVersion::INSTALLED);
743 EXPECT_EQ(ServiceWorkerVersion::INSTALLED, version->status());
    [all...]
service_worker_storage.cc 273 // Look for something currently being installed.
311 // Look for something currently being installed.
367 // Look for something currently being installed.
786 // Look for something currently being installed.
918 info.waiting_version.status = ServiceWorkerVersion::INSTALLED;
924 // Add unstored registrations that are being installed.
    [all...]
service_worker_register_job.cc 248 // A previous job may have unregistered or installed a new version to this
429 // and "installed" as the arguments."
430 new_version()->SetStatus(ServiceWorkerVersion::INSTALLED);
  /external/clang/tools/driver/
Android.mk 110 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed,
111 # clang++ will get installed as well.
112 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
113 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(CLANG_CXX)
  /build/core/
executable_prefer_symlink.mk 5 # Note: now only limited to the binaries that will be installed under system/bin directory
48 # We need this so that the installed files could be picked up based on the
50 ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(my_symlink)
main.mk 6 # Use bash, not whatever shell somebody has installed as /bin/sh
429 # non-empty if that module should be installed in /system.
432 # be installed in /system.
439 # installed in /data even if that module also has "eng"/"debug"/"user".
491 # so that the modules will be installed in the same place they
503 @$(foreach m, $(ALL_MODULES), $(if $(ALL_MODULES.$(m).INSTALLED), \
504 echo 'INSTALL-PATH: $(m) $(ALL_MODULES.$(m).INSTALLED)';))
553 # Fix up CUSTOM_MODULES to refer to installed files rather than
559 $(call module-installed-files,$(known_custom_modules)) \
614 $(eval r := $(call module-installed-files,$(r)))
    [all...]
base_rules.mk 63 # User tags are not allowed anymore. Fail early because it will not be installed
70 $(warning * used to cause the module to be installed automatically.)
72 $(warning * section of a product makefile to have it installed.)
529 # We name both BUILT and INSTALLED in case
608 ALL_MODULES.$(my_register_name).INSTALLED := \
609 $(strip $(ALL_MODULES.$(my_register_name).INSTALLED) $(LOCAL_INSTALLED_MODULE))
dex_preopt_odex_install.mk 12 ifneq ($(filter $(TARGET_OUT)/%,$(my_module_path)),) # Installed to system.img.
23 endif # Installed to system.img.
59 # We use this installed_odex trick to get boot.art installed.
116 # Use pattern rule - we may have multiple installed odex files.
125 # Add the installed_odex to the list of installed files for this module.
126 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_odex)
prebuilt_internal.mk 208 # LOCAL_PACKAGE_SPLITS is a list of apks to be installed.
231 # Register the additional built and installed files.
232 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_apk_splits)
package_internal.mk 457 # Register the additional built and installed files.
458 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_apk_splits)
  /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)
  /system/core/toolbox/
Android.mk 262 # We need this so that the installed files could be picked up based on the
264 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
265 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 

Completed in 510 milliseconds

1 2 3