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

  /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
  /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)
  /frameworks/base/data/fonts/
Android.mk 35 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
36 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(font_symlink)
50 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
51 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(font_symlink)
  /system/core/toolbox/
Android.mk 98 # We need this so that the installed files could be picked up based on the
100 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
101 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /system/core/sh/
Android.mk 70 ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(OUTSYSTEMBINSH)
  /libcore/
CaCerts.mk 50 ALL_MODULES.cacerts.INSTALLED := $(cacerts_target)
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PackagesDiffLogic.java 87 * @param selectTop If true, select the top platform. If the top platform has nothing installed,
88 * select all items in it; if it is partially installed, at least select the platform and
89 * system images if none of the system images are installed.
120 // keep track of what platform is currently installed (that is, has at least
121 // one thing installed.)
122 if (item.getState() == PkgState.INSTALLED) {
143 // If the top platform has nothing installed at all, select everything in it
151 // The top platform has at least one thing installed.
153 // First make sure the platform package itself is installed, or select it.
162 // Check we have at least one system image installed, otherwise select the
413 PkgItem installed = new PkgItem(newPkg, PkgState.INSTALLED); local
    [all...]
PkgItem.java 44 * Package is locally installed and may or may not have an update.
46 INSTALLED,
49 * There's a new package available on the remote site that isn't installed locally.
212 * This should only be used for installed packages.
PackagesPage.java 89 * Page that displays both locally installed packages as well as all known
90 * remote available packages. This gives an overview of what is installed
109 TOGGLE_SHOW_INSTALLED_PKG (SWT.CHECK, "Show Installed Packages"),
245 treeColumn3.setToolTipText("Revision currently installed");
277 mCheckFilterInstalled.setToolTipText("Show Installed");
285 mCheckFilterInstalled.setText("Installed");
377 mButtonDelete.setToolTipText("Delete one ore more installed packages");
706 if (item.getState() == PkgState.INSTALLED) {
723 * at least one installed item and collapses the ones with nothing installed
1026 List<Archive> installed = mUpdaterData.updateOrInstallAll_WithGUI( local
    [all...]
  /build/core/
base_rules.mk 119 # so that it will be installed in $(TARGET_OUT).
503 # We name both BUILT and INSTALLED in case
582 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
583 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(LOCAL_INSTALLED_MODULE)
main.mk 6 # Use bash, not whatever shell somebody has installed as /bin/sh
319 # Install an apns-conf.xml file if one's not already being installed.
337 # non-empty if that module should be installed in /system.
340 # be installed in /system.
347 # installed in /data even if that module also has "eng"/"debug"/"user".
508 # so that the modules will be installed in the same place they
567 # Fix up CUSTOM_MODULES to refer to installed files rather than
573 $(call module-installed-files,$(known_custom_modules)) \
591 $(eval r := $(call module-installed-files,$(r))) \
592 $(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.
466 ## into the list of files that are installed for those modules.
472 define module-installed-files
473 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED))
666 # Given a list of installed modules (short or long names)
669 # therefore, should not be installed.
670 # $(1): mixed list of installed module
    [all...]
  /external/v8/src/
api.h 140 UNVISITED, VISITED, INSTALLED
bootstrapper.cc 421 // This map is installed in MakeFunctionInstancePrototypeWritable.
605 // This map is installed in MakeFunctionInstancePrototypeWritable.
    [all...]
serialize.cc     [all...]
  /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...]
  /ndk/build/core/
definitions.mk 283 # Note that some modules are never installed (e.g. static libraries).
336 # LOCAL_INSTALLED will contain the location of the installed version
339 modules-LOCALS += INSTALLED
528 module-get-installed = $(__ndk_modules.$1.INSTALLED)
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 525 milliseconds