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

1 2

  /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
  /frameworks/compile/libbcc/runtime/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 65 $(if $(ALL_MODULES.$(m).INSTALLED),\
66 $(eval _vendor_module_owner_info += $(patsubst $(PRODUCT_OUT)/%,%,$(ALL_MODULES.$(m).INSTALLED)):$(ALL_MODULES.$(m).OWNER)))))
76 $(if $(filter $(TARGET_OUT_VENDOR)/%, $(ALL_MODULES.$(m).INSTALLED)),,\
78 in product "$(TARGET_PRODUCT)" being installed to \
79 $(ALL_MODULES.$(m).INSTALLED) which is not in the vendor tree))))
  /external/clang/tools/driver/
Android.mk 90 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed,
91 # clang++ will get installed as well.
92 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
93 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(CLANG_CXX)
  /system/core/init/
Android.mk 60 # We need this so that the installed files could be picked up based on the
62 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
63 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /system/core/toolbox/
Android.mk 132 # We need this so that the installed files could be picked up based on the
134 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
135 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /system/core/sh/
Android.mk 70 ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(OUTSYSTEMBINSH)
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/core/
PackagesDiffLogic.java 83 * If the top platform has nothing installed, select all items in it (except the rc/preview);
84 * If it is partially installed, at least select the platform and system images if none of
85 * the system images are installed.
117 // keep track of what platform is currently installed (that is, has at least
118 // one thing installed.)
119 if (item.getState() == PkgState.INSTALLED) {
139 // offering an older "new" non-preview if there's a newer preview installed.
146 if (item2.getState() == PkgState.INSTALLED) {
147 Package installed = item2.getMainPackage(); local
149 if (installed.getRevision().isPreview() &
    [all...]
PkgItem.java 48 * Package is locally installed and may or may not have an update.
50 INSTALLED,
53 * There's a new package available on the remote site that isn't installed locally.
229 * This should only be used for installed packages.
  /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)
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
PackagesPageImpl.java 368 case INSTALLED:
375 return "Installed";
380 return "Not installed";
458 case INSTALLED:
520 // For non-installed item, try to find a download size
PackagesPage.java 79 * Page that displays both locally installed packages as well as all known
80 * remote available packages. This gives an overview of what is installed
89 TOGGLE_SHOW_INSTALLED_PKG (SWT.CHECK, "Show Installed Packages"),
273 treeColumn3.setToolTipText("Revision currently installed");
311 mCheckFilterInstalled.setToolTipText("Show Installed");
319 mCheckFilterInstalled.setText("Installed");
411 mButtonDelete.setToolTipText("Delete one ore more installed packages");
673 if (item.getState() == PkgState.INSTALLED) {
690 * at least one installed item and collapses the ones with nothing installed
    [all...]
  /build/core/
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.)
482 # We name both BUILT and INSTALLED in case
520 # All host modules that are not tagged with optional are automatically installed.
521 # Save the installed files in ALL_HOST_INSTALLED_FILES.
525 $(warning $(LOCAL_MODULE_MAKEFILE): Module "$(LOCAL_MODULE)" has useless module tags: $(filter debug eng tests, $(LOCAL_MODULE_TAGS)). It will be installed anyway.)
571 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
572 $(strip $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(LOCAL_INSTALLED_MODULE))
main.mk 6 # Use bash, not whatever shell somebody has installed as /bin/sh
394 # non-empty if that module should be installed in /system.
397 # be installed in /system.
404 # installed in /data even if that module also has "eng"/"debug"/"user".
500 # so that the modules will be installed in the same place they
563 # Fix up CUSTOM_MODULES to refer to installed files rather than
569 $(call module-installed-files,$(known_custom_modules)) \
587 $(eval r := $(call module-installed-files,$(r))) \
588 $(eval $(call add-required-deps,$(ALL_MODULES.$(m).INSTALLED),$(r))) \
611 product_FILES := $(call module-installed-files, $(product_MODULES)
    [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.
58 # All host modules are automatically installed (i.e. outside
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...]
  /gdk/build/core/
definitions.mk 182 # Note that some modules are never installed (e.g. static libraries).
218 # LOCAL_INSTALLED will contain the location of the installed version
221 modules-LOCALS += INSTALLED
400 module-get-installed = $(__gdk_modules.$1.INSTALLED)
    [all...]
  /ndk/build/core/
definitions.mk 517 # Note that some modules are never installed (e.g. static libraries).
572 # LOCAL_INSTALLED will contain the location of the installed version
575 modules-LOCALS += INSTALLED
764 module-get-installed = $(__ndk_modules.$1.INSTALLED)
    [all...]
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 730 milliseconds

1 2