/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
errno.h | 38 #define ENOPKG 65 /* Package not installed */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
SdkManagerAction.java | 66 * Unload all we can from the SDK before new packages are installed.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
BrokenPackage.java | 187 * Computes a hash of the installed content (in case of successful install.)
|
/system/core/logcat/ |
event.logtags | 2 # This is installed on the device, in /system/etc, and parsed by logcat.
|
/system/core/run-as/ |
run-as.c | 66 * - that '<package-name>' is the name of an installed and debuggable package
|
/external/valgrind/main/ |
configure.in | 188 # but only one gets installed. So if you use an in-place build, both can be 825 # attempt to detect whether such libraries are installed on the [all...] |
/external/chromium/chrome/common/extensions/docs/ |
external_extensions.html | 349 to be installed automatically. 356 and the extension should be installed 368 An extension that's installed automatically is known as an 534 any necessary changes to the installed 602 longer be installed or updated on each startup. In other words, the
|
faq.html | 353 <li><a href="#faq-lifecycle-events">Can extensions be notified when they are installed/uninstalled?</a></li> 362 <li><a href="#faq-management">Why does the management API not fire events when my extension is installed/uninstalled?</a></li> 421 have the extension installed. Extensions may also make requests for remote 589 installed/uninstalled?</h3> 592 whether it has been installed or uninstalled. However, an extension can 656 extension is installed/uninstalled?</h3> [all...] |
/external/quake/quake/src/WinQuake/data/ |
README.TXT | 23 Systems that do not have an FPU installed will not run Quake -- at all.
82 protocol is installed, then double click on the Q95.BAT file to launch the
146 are installed. It does this by looking at the SET INTERWAVE (PnP)
279 you have QEMM installed, because it can be installed as part of the QEMM
|
/ndk/build/tools/ |
prebuilt-common.sh | 934 # Return the relative path of an installed prebuilt host 958 # Return the directory where host-specific binaries are installed. 978 # Check that a toolchain is properly installed at a target NDK location 987 echo "ERROR: Toolchain '$2' not installed in '$NDK_DIR'!" 988 echo " Ensure that the toolchain has been installed there before."
|
/external/chromium/sdch/open-vcdiff/ |
ltmain.sh | 1157 notinst_path= # paths that contain not-installed libtool libraries [all...] |
/external/chromium/third_party/libevent/ |
ltmain.sh | 1157 notinst_path= # paths that contain not-installed libtool libraries [all...] |
/external/libffi/ |
ltmain.sh | 1150 notinst_path= # paths that contain not-installed libtool libraries [all...] |
/external/libpng/ |
ltmain.sh | 55 # uninstall remove libraries from an installed directory [all...] |
/external/pcre/ |
ltmain.sh | 59 # uninstall remove libraries from an installed directory [all...] |
/external/protobuf/gtest/build-aux/ |
ltmain.sh | 55 # uninstall remove libraries from an installed directory [all...] |
/external/protobuf/ |
ltmain.sh | 55 # uninstall remove libraries from an installed directory [all...] |
/frameworks/base/services/java/com/android/server/pm/ |
PackageManagerService.java | 279 // These are the directories in the 3rd party applications installed dir 281 // installed zip file (absolute codePath), and values are Package. [all...] |
/build/core/ |
build-system.html | 298 you don't pick up files installed by the previous flavor. "<code>make 677 will get installed as part of a <code>make droid</code>. Modules with the tag 678 <code>shell_</code>$(TARGET_SHELL) will also be installed. Otherwise, it will 679 only get installed by running <code>make <your-module></code> 684 module names, like "libblah" or "Email". If this module is installed, all 685 of the modules that it requires will be installed as well. This can be 687 installed when a given app is installed. [all...] |
/external/expat/conftools/ |
ltmain.sh | 1120 notinst_path= # paths that contain not-installed libtool libraries [all...] |
/external/llvm/autoconf/ |
ltmain.sh | 1120 notinst_path= # paths that contain not-installed libtool libraries [all...] |
/external/llvm/projects/sample/autoconf/ |
ltmain.sh | 1120 notinst_path= # paths that contain not-installed libtool libraries [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_prefs.cc | 25 // Where an extension was installed from. (see Extension::Location) 110 // A preference that indicates when an extension was installed. 672 // fail on a pattern in an installed extension. [all...] |
/external/chromium/chrome/common/extensions/ |
extension.h | 58 // prefs), installed from an update URL. 60 // admin policies), installed from an update URL. 205 // Chrome did not flag. To avoid errors in installed extensions 230 // over the other. If an extension is installed from two sources A and B, 364 // controlled extensions are silently auto-installed and updated, and cannot 373 // of chrome did not detect. To avoid breaking installed extensions, [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderCustom.java | 178 * Helper class to look for interesting changes to the installed apps 205 * A custom Loader that loads all of the installed applications.
|