HomeSort by relevance Sort by last modified time
    Searched full:installed (Results 526 - 550 of 2151) sorted by null

<<21222324252627282930>>

  /ndk/sources/host-tools/make-3.81/doc/
make-stds.texi 278 in any installed files. With support for @code{DESTDIR}, the above
289 installed.
305 these variables on the system they are being installed onto: use the
311 and nothing should be directly installed into these two directories.
342 Executable programs are installed in one of the following directories.
553 Unix-style man pages are installed in one of the following:
576 The file name extension for the installed man page. This should contain
580 The file name extension for installed section 1 man pages.
582 The file name extension for installed section 2 man pages.
647 simple test to verify that a program is properly installed, this targe
    [all...]
  /sdk/docs/
howto_build_SDK.txt 125 You must have Cygwin installed. But wait! You CANNOT use the latest Cygwin 1.7.
142 - Packages that must not be installed: readline.
144 Once you installed Cygwin properly, checkout the code from git as you did
192 - You must have a working version of Eclipse 3.4 "ganymede" RCP installed.
250 Finally, you have Eclipse, it's installed and it created its own config files,
  /frameworks/base/docs/html/sdk/
installing.jd 99 installed on your computer as described in the
124 whether the proper Java SE Development Kit (JDK) is installed (installing it, if necessary), then
207 and other utility tools. These tools are installed with the Android SDK starter package and receive
270 <td style="font-size:.9em;background-color:#FFE;">If you've just installed
347 <p>Once you've installed at least the basic configuration of SDK components, you're ready to start
349 you with the components you've just installed.</p>
357 <p>Once you've installed the SDK and downloaded the platforms, documentation,
362 installed. </p>
478 <li>If you have just installed the SDK for the first time, go to the <a
584 <li>If JDK is already installed on your development computer, pleas
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ABOUT-NLS 36 operating system where this package is being installed. So far, only
46 you have installed a recent copy of the GNU gettext package with the
52 Some packages are "localizable" when properly installed; the programs
57 By default, this package will be installed to allow translation of
73 When you already have GNU `gettext' installed on your system and run
75 probably detect the previously built and installed `libintl.a' file and
93 `--disable-nls' switch, all available translations are installed
95 may be set, prior to configuration, to limit the installed set.
102 As a user, if your language has been installed for this package, you
138 installed under `nb' and some older ones under `no', it's recommende
    [all...]
  /external/pcre/
README 55 library installed on your system, as well as worrying about the regex.h header
82 similar tools. They are installed in <prefix>/share/doc/pcre, where
87 doc/html and installed in <prefix>/share/doc/pcre/html.
280 Of course, the relevant libraries must be installed on your system.
293 build. In many operating environments with a sytem-installed readline
341 system. The following are installed (file names are all relative to the
388 This removes all the files that "make install" installed. However, it does not
404 outputs information about where the library is installed. This command can be
409 about installed libraries. Instead of separate commands for each library, a
414 The data is held in *.pc files that are installed in a directory calle
    [all...]
INSTALL 71 this time using the binaries in their final installed location.
86 7. Often, you can also type `make uninstall' to remove the installed
124 installed the package for one architecture, use `make distclean' before
195 If the package supports it, you can cause programs to be installed
222 CC is not installed, it is recommended to use the following options in
231 a workaround. If GNU CC is not installed, it is therefore recommended
245 On Haiku, software installed for all users goes in `/boot/common',
  /external/chromium/chrome/browser/extensions/
extension_service.cc 181 // crx was installed from our gallery, which results in different UI.
197 // The top-level extensions directory being installed to.
244 // Report this as an installed extension so that it gets remembered in the
299 // Already installed. Do not change the update URL that the extension set.
566 << " because it is not installed or pending";
623 // Check the installed extensions to see if what we're reloading was already
624 // installed.
691 // Tell the backend to start deleting installed extensions on the file thread.
864 // Load the previously installed extensions.
    [all...]
extension_updater.h 160 // A class for doing auto-updates of installed Extensions. Used like this:
170 // Holds a pointer to the passed |service|, using it for querying installed
257 // to be installed.
  /external/protobuf/gtest/
README 52 * Developer Tools Installed
92 have both GNU Automake 1.4 and 1.9 installed and `automake' would invoke the
168 Should you need to remove Google Test from your system after having installed
174 the same version which you installed.
180 subdirectory of the build tree, and it will be installed in the binary
189 # When using a built but not installed Google Test:
225 directory, known as the DSTROOT. Three items will be installed when using
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 67 void setCallbackMode(JNIEnv *env, bool installed, bool manualMode);
359 void JNICameraContext::setCallbackMode(JNIEnv *env, bool installed, bool manualMode)
372 if (!installed) {
589 static void android_hardware_Camera_setHasPreviewCallback(JNIEnv *env, jobject thiz, jboolean installed, jboolean manualBuffer)
591 LOGV("setHasPreviewCallback: installed:%d, manualBuffer:%d", (int)installed, (int)manualBuffer);
601 context->setCallbackMode(env, installed, manualBuffer);
  /docs/source.android.com/src/source/
building-devices.md 92 will get installed in the `vendor/` hierarchy of the source tree.
104 In order to make sure that the newly installed binaries are properly
138 system being flashed is compatible with the installed bootloader and radio,
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 52 // Have we installed the hook?
58 // If a hook is installed, this is the dispatcher.
116 // Make sure the hook isn't installed.
  /external/chromium/chrome/common/extensions/docs/static/
experimental.proxy.html 193 If two extensions want to set proxy settings, the extension installed last takes
194 precedence over the other extensions. If the extension installed last sets only
196 installed extensions.
  /external/chromium/sdch/open-vcdiff/
Makefile.am 31 # The manual pages that should be installed
37 ## Binaries to be built and installed; these are added in the RULES section
46 ## installed.
  /external/e2fsprogs/intl/
relocatable.c 186 /* Shouldn't happen - nothing should be installed outside $(prefix). */
397 initially been installed in the same orig_prefix. But we can do
398 better, to also cover the cases that 1. it has been installed
  /frameworks/base/core/java/android/content/
AsyncTaskLoader.java 34 * loads the currently installed applications from the package manager. This
36 * its result set from them, monitoring for changes to the installed
44 * the currently installed applications in a list is below.
  /ndk/sources/host-tools/make-3.81/
README.OS2 118 You can choose the languages to be installed. To install support for
123 If you don't specify LINGUAS all languages are installed.
127 installed then NLS will not be enabled regardless of this flag.
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 42 * This activity is launched when a new application is installed via side loading
48 * Based on the user response the package is then installed by launching InstallAppConfirm
247 // Check if package is already installed. display confirmation dialog if replacing pkg
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SystemImagePackage.java 117 * @return A new {@link BrokenPackage} that represents this installed package.
280 * to be installed right away in the given SDK root.
282 * A system-image package is typically installed in SDK/systems/platform/abi.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gccinstall.info 107 version of GCC any longer, and, if shared libraries are installed there
134 GNAT installed because portions of the Ada frontend are written in
170 You must have GNU make installed to build GCC.
178 Necessary to build GCC. If you do not have it installed in your
194 Library is not installed in your default library search path. See
204 installed in your default library search path.
214 installed in your default library search path.
534 `--program-prefix=foo-' would result in `gcc' being installed as
540 result in `gcc' being installed as `/usr/local/bin/gcc-3.1'.
547 transformed to the installed program `/usr/local/bin/myowngcc' an
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
gccinstall.info 107 version of GCC any longer, and, if shared libraries are installed there
134 GNAT installed because portions of the Ada frontend are written in
170 You must have GNU make installed to build GCC.
178 Necessary to build GCC. If you do not have it installed in your
194 Library is not installed in your default library search path. See
204 installed in your default library search path.
214 installed in your default library search path.
534 `--program-prefix=foo-' would result in `gcc' being installed as
540 result in `gcc' being installed as `/usr/local/bin/gcc-3.1'.
547 transformed to the installed program `/usr/local/bin/myowngcc' an
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/info/
gccinstall.info 107 version of GCC any longer, and, if shared libraries are installed there
134 GNAT installed because portions of the Ada frontend are written in
170 You must have GNU make installed to build GCC.
178 Necessary to build GCC. If you do not have it installed in your
194 Library is not installed in your default library search path. See
204 installed in your default library search path.
214 installed in your default library search path.
534 `--program-prefix=foo-' would result in `gcc' being installed as
540 result in `gcc' being installed as `/usr/local/bin/gcc-3.1'.
547 transformed to the installed program `/usr/local/bin/myowngcc' an
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gccinstall.info 107 version of GCC any longer, and, if shared libraries are installed there
134 GNAT installed because portions of the Ada frontend are written in
170 You must have GNU make installed to build GCC.
178 Necessary to build GCC. If you do not have it installed in your
194 Library is not installed in your default library search path. See
204 installed in your default library search path.
214 installed in your default library search path.
534 `--program-prefix=foo-' would result in `gcc' being installed as
540 result in `gcc' being installed as `/usr/local/bin/gcc-3.1'.
547 transformed to the installed program `/usr/local/bin/myowngcc' an
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/
gccinstall.info 107 version of GCC any longer, and, if shared libraries are installed there
134 GNAT installed because portions of the Ada frontend are written in
170 You must have GNU make installed to build GCC.
178 Necessary to build GCC. If you do not have it installed in your
194 Library is not installed in your default library search path. See
204 installed in your default library search path.
214 installed in your default library search path.
534 `--program-prefix=foo-' would result in `gcc' being installed as
540 result in `gcc' being installed as `/usr/local/bin/gcc-3.1'.
547 transformed to the installed program `/usr/local/bin/myowngcc' an
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/info/
gccinstall.info 107 version of GCC any longer, and, if shared libraries are installed there
134 GNAT installed because portions of the Ada frontend are written in
170 You must have GNU make installed to build GCC.
178 Necessary to build GCC. If you do not have it installed in your
194 Library is not installed in your default library search path. See
204 installed in your default library search path.
214 installed in your default library search path.
534 `--program-prefix=foo-' would result in `gcc' being installed as
540 result in `gcc' being installed as `/usr/local/bin/gcc-3.1'.
547 transformed to the installed program `/usr/local/bin/myowngcc' an
    [all...]

Completed in 2098 milliseconds

<<21222324252627282930>>