/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
|
/external/clang/tools/driver/ |
Android.mk | 89 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed, 90 # clang++ will get installed as well. 91 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \ 92 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(CLANG_CXX)
|
/system/core/init/ |
Android.mk | 56 # We need this so that the installed files could be picked up based on the 58 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \ 59 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
|
/build/core/tasks/ |
vendor_module_check.mk | 67 $(if $(filter $(TARGET_OUT_VENDOR)/%, $(ALL_MODULES.$(m).INSTALLED)),,\ 69 in product "$(TARGET_PRODUCT)" being installed to \ 70 $(ALL_MODULES.$(m).INSTALLED) which is not in the vendor tree))))
|
/system/core/toolbox/ |
Android.mk | 124 # We need this so that the installed files could be picked up based on the 126 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \ 127 $(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 | 85 * @param selectTop If true, select the top platform. If the top platform has nothing installed, 86 * select all items in it; if it is partially installed, at least select the platform and 87 * system images if none of the system images are installed. 118 // keep track of what platform is currently installed (that is, has at least 119 // one thing installed.) 120 if (item.getState() == PkgState.INSTALLED) { 141 // If the top platform has nothing installed at all, select everything in it 149 // The top platform has at least one thing installed. 151 // First make sure the platform package itself is installed, or select it. 160 // Check we have at least one system image installed, otherwise select the [all...] |
PkgItem.java | 47 * Package is locally installed and may or may not have an update. 49 INSTALLED, 52 * There's a new package available on the remote site that isn't installed locally. 228 * This should only be used for installed packages.
|
PackagesPage.java | 84 * Page that displays both locally installed packages as well as all known 85 * remote available packages. This gives an overview of what is installed 103 TOGGLE_SHOW_INSTALLED_PKG (SWT.CHECK, "Show Installed Packages"), 238 treeColumn3.setToolTipText("Revision currently installed"); 270 mCheckFilterInstalled.setToolTipText("Show Installed"); 278 mCheckFilterInstalled.setText("Installed"); 370 mButtonDelete.setToolTipText("Delete one ore more installed packages"); 719 if (item.getState() == PkgState.INSTALLED) { 736 * at least one installed item and collapses the ones with nothing installed 1043 List<Archive> installed = mUpdaterData.updateOrInstallAll_WithGUI( local [all...] |
/frameworks/base/data/fonts/ |
Android.mk | 31 ALL_MODULES.$(1).INSTALLED := \ 32 $(ALL_MODULES.$(1).INSTALLED) $(PRODUCT_OUT)/system/fonts/$(1)
|
/build/core/ |
base_rules.mk | 122 # so that it will be installed in $(TARGET_OUT). 509 # We name both BUILT and INSTALLED in case 588 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \ 589 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(LOCAL_INSTALLED_MODULE)
|
main.mk | 6 # Use bash, not whatever shell somebody has installed as /bin/sh 351 # non-empty if that module should be installed in /system. 354 # be installed in /system. 361 # installed in /data even if that module also has "eng"/"debug"/"user". 456 # so that the modules will be installed in the same place they 519 # Fix up CUSTOM_MODULES to refer to installed files rather than 525 $(call module-installed-files,$(known_custom_modules)) \ 543 $(eval r := $(call module-installed-files,$(r))) \ 544 $(eval $(call add-required-deps,$(ALL_MODULES.$(m).INSTALLED),$(r))) \ 568 user_PACKAGES := $(call module-installed-files, $(user_PACKAGES) [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. 473 ## into the list of files that are installed for those modules. 479 define module-installed-files 480 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED)) 673 # Given a list of installed modules (short or long names) 676 # therefore, should not be installed. 677 # $(1): mixed list of installed module [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 | 348 # Note that some modules are never installed (e.g. static libraries). 402 # LOCAL_INSTALLED will contain the location of the installed version 405 modules-LOCALS += INSTALLED 594 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 | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdimodel.jar | |