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

1 2 3 4 56 7 8 91011>>

  /external/llvm/autoconf/m4/
path_tclsh.m4 3 dnl that for us so we can get the latest installed tclsh version.
24 dnl see if one is installed
  /external/llvm/cmake/modules/
LLVMConfig.cmake.in 39 # this file was installed:
42 # If failed, we assume that this is an un-installed build:
  /external/llvm/projects/sample/autoconf/m4/
path_tclsh.m4 3 dnl that for us so we can get the latest installed tclsh version.
24 dnl see if one is installed
  /external/markdown/markdown/
etree_loader.py 9 try: # Is it Python 2.5+ with C implemenation of ElementTree installed?
15 try: # An earlier version of Python with cElementTree installed?
  /packages/apps/PackageInstaller/res/values-en-rGB/
strings.xml 26 <string name="install_done" msgid="5868979453936752120">"Application installed"</string>
28 <string name="install_failed" msgid="6644311739017660989">"Application not installed"</string>
30 <string name="install_failed_inconsistent_certificates" msgid="1517751954440692054">"An existing package by the same name with a conflicting signature is already installed."</string>
35 <string name="install_failed_verify_failed" msgid="5567372439890440205">"The package did not pass verification and cannot be installed."</string>
37 <string name="install_failed_msg" product="tablet" msgid="1338133677465935471">"<xliff:g id="APP_NAME">%1$s</xliff:g> could not be installed on this tablet."</string>
38 <string name="install_failed_msg" product="default" msgid="5282789300118241924">"<xliff:g id="APP_NAME">%1$s</xliff:g> could not be installed on this phone."</string>
52 <string name="out_of_space_dlg_text" msgid="7767221563720090883">"<xliff:g id="APP_NAME">%1$s</xliff:g> could not be installed. Free up some space and try again."</string>
55 <string name="app_not_found_dlg_text" msgid="754013198108180241">"The application was not found in the list of installed applications."</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 22 * A launch action that does nothing after the application has been installed
28 String msg = String.format("%1$s installed on device",
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
IMinApiLevelDependency.java 25 * A package that has this dependency can only be installed if a platform with at least the
26 * requested API level is present or installed at the same time.
IMinToolsDependency.java 25 * A package that has this dependency can only be installed if the requested tools revision
26 * is present or installed at the same time.
IPlatformDependency.java 25 * A package that has this dependency can only be installed if a platform with at least the
26 * requested API level is present or installed at the same time.
  /frameworks/base/docs/html/guide/appendix/
install-location.jd 33 <p>Beginning with API Level 8, you can allow your application to be installed on the
38 <em>not</em> declare this attribute, your application will be installed on the internal storage
54 <p>If you declare "{@code preferExternal}", you request that your application be installed on the
55 external storage, but the system does not guarantee that your application will be installed on
59 <p>If you declare "{@code auto}", you indicate that your application may be installed on the
64 <p>When your application is installed on the external storage:</p>
72 generated key that can be decrypted only by the device that originally installed it. Thus, an
73 application installed on an SD card works for only one device.</li>
107 <p>When your application is installed on a device with an API Level lower than 8, the {@code
108 android:installLocation} attribute is ignored and the application is installed on the interna
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
UIControllerOnePane.java 42 * One one-pane, only at most one fragment can be installed at a time.
374 * @return currently installed {@link Fragment} (1-pane has only one at most), or null if none
405 * Push the installed fragment into our custom back stack (or optionally
414 final Fragment installed = getInstalledFragment(); local
415 if ((installed instanceof MessageViewFragment)
434 if (installed != null) {
435 if (installed instanceof MessageViewFragment) {
438 Log.d(Logging.LOG_TAG, this + " showFragment: removing " + installed);
440 ft.remove(installed);
443 mPreviousFragment = installed;
473 final Fragment installed = getInstalledFragment(); local
506 final Fragment installed = getInstalledFragment(); local
    [all...]
  /development/host/windows/usb/api/
adb_winusb_api.h 28 legacy (custom) USB drivers, and have not installed WINUSB.DLL we need to
35 to WinUsb, so they may not have WINUSB.DLL installed on their machines, but
39 WINUSB.DLL is installed, AdbWinApi will also load AdbWinUsbApi.dll (by
AdbWinApi.cpp 52 installed, and if it is we will load AdbWinUsbApi.dll and cache address of
65 // has been installed. Build path to the file.
73 // WINUSB.DLL is not installed. We don't (in fact, can't) load
78 // WINUSB.DLL is installed. Lets load AdbWinUsbApi.dll and cache its
  /external/chromium/sdch/open-vcdiff/src/solaris/
libstdc++.la 43 # Is this an already installed library?
44 installed=yes
50 # Directory that this library needs to be installed in:
  /external/protobuf/src/solaris/
libstdc++.la 43 # Is this an already installed library?
44 installed=yes
50 # Directory that this library needs to be installed in:
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 149 * Returns the currently-installed {@code HttpResponseCache}, or null if
150 * there is no cache installed or it is not a {@code HttpResponseCache}.
153 ResponseCache installed = ResponseCache.getDefault(); local
154 return installed instanceof HttpResponseCache ? (HttpResponseCache) installed : null;
163 * @return the newly-installed cache
169 HttpResponseCache installed = getInstalled(); local
170 if (installed != null) {
171 // don't close and reopen if an equivalent cache is already installed
172 DiskLruCache installedCache = installed.delegate.getCache()
    [all...]
  /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...]
  /build/core/
static_java_library.mk 18 # Static java libraries are not installed, nor listed on any
  /cts/tests/appsecurity-tests/test-apps/SimpleAppInstall/
AndroidManifest.xml 20 A simple app to test that apps cannot be installed over existing app with
  /development/samples/JetBoy/
JETBOY_content_README.txt 7 2. Launch JET Creator by typing "Python JetCreator.py" (be sure Python and WXWidgets are installed on your system)
  /external/chromium/chrome/common/extensions/docs/examples/apps/background-simple/
README 14 Once the app is installed, you can launch it by clicking its icon on the
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.html 18 <p>No apps installed.</p><p>
  /external/chromium/chrome/common/extensions/docs/static/
management.html 5 The <code>chrome.management</code> module provides ways to manage the list of extensions/apps that are installed and running. It is particularly useful for extensions that <a href="override.html">override</a> the built-in New Tab page.
  /external/chromium/third_party/libevent/
README.chromium 15 being installed.
  /external/dropbear/debian/
README.Debian.diet 9 package is installed, and set DEB_BUILD_OPTIONS=diet in the environment

Completed in 1340 milliseconds

1 2 3 4 56 7 8 91011>>