HomeSort by relevance Sort by last modified time
    Searched refs:installed (Results 76 - 100 of 293) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
app_installer.js 10 * @param {string} itemId Item id to be installed.
cws_container_client.js 120 * @param {string} itemId Item id to be installed.
140 * @param {string} itemId Item id to be installed.
152 * @param {string} itemId Item id to be installed.
168 * @param {string} itemId Item id to be installed.
  /external/icu/icu4c/source/data/brkitr/
brkfiles.mk 32 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu/icu4c/source/i18n/
coll.cpp 227 UResourceBundle installed; local
230 ures_initStackObject(&installed);
232 ures_getByKey(index, "InstalledLocales", &installed, &status);
235 availableLocaleListCount = ures_getSize(&installed);
239 ures_resetIterator(&installed);
240 while(ures_hasNext(&installed)) {
242 ures_getNextString(&installed, NULL, &tempKey, &status);
247 ures_close(&installed);
  /ndk/build/core/
check-cygwin-make.mk 19 # have another GNU Make installed in their path, that fails
setup-app.mk 103 # Clear all installed binaries for this application
110 clean-installed-binaries::
  /prebuilts/misc/common/swig/include/2.0.11/python/
embed.i 20 installed with the Python language.
embed15.i 20 installed with the Python language.
  /sdk/files/
post_tools_install.bat 17 rem package as been installed.
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 218 var installed =
222 // Skip the installation step when the host is already installed.
223 if (installed) {
362 var installed =
366 if (installed) {
370 // Prompt the user again if the host is not installed.
gnubby_auth_handler.js 84 * extension. If that extension is not installed, reply will be undefined;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 71 or must be installed separately.
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.cc 140 bool installed = false; local
148 installed = true;
153 if (installed) {
167 ASSERT_EQ(installed, expected);
215 // The chromoting extension should be installed.
248 // The chromoting extension should be installed.
273 // The chromoting extension should be installed.
329 // The chromoting extension should be installed.
362 // The chromoting extension should be installed.
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 226 Set<ComponentName> installed = new ArraySet<ComponentName>(); local
238 installed.add(new ComponentName(info.packageName, info.name));
242 if (!installed.isEmpty()) {
247 if (installed.contains(enabledComponent)) {
  /build/core/
install_jni_libs.mk 22 # If this app isn't to be installed to system partitions.
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 53 * current state of installed modules.
  /external/chromium_org/third_party/icu/source/data/curr/
reslocal.mk 20 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnffiles.mk 32 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1172.js 28 // Check that 'constructor' property is forcefully installed on
regress-330046.js 55 // If OSR did not evict the old code, it will be installed in f here.
regress-392114.js 50 // c CallIC state now has custom Array handler installed.
setter.js 64 // Verify that the newly installed IC is correct.
  /external/icu/icu4c/source/data/rbnf/
rbnffiles.mk 32 # All aliases (to not be included under 'installed'), but not including root.
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 27 [ --with-alsa-prefix=PFX Prefix where Alsa library is installed(optional)],
  /frameworks/base/services/core/java/com/android/server/search/
Searchables.java 64 // Contains all installed activities that handle the global search
274 * Returns a sorted list of installed search providers as per
298 private ComponentName findGlobalSearchActivity(List<ResolveInfo> installed) {
300 // and if it's still installed, return it.
310 return getDefaultGlobalSearchProvider(installed);
315 * component name is installed on the system or not. This deals with
316 * cases such as the removal of an installed provider.

Completed in 1698 milliseconds

1 2 34 5 6 7 8 91011>>