Searched refs:installed (Results 1 - 25 of 165) sorted by relevance

1234567

/external/mdnsresponder/mDNSPosix/
H A DMakefile278 @echo $+ " installed"
281 @echo $+ " installed"
284 @echo $+ " installed"
287 @echo $+ " installed"
290 @echo $+ " installed"
293 @echo $+ " installed"
295 # Note: If daemon already installed, we make sure it's stopped before overwriting it
312 # that the daemon is installed *before* we try to execute the command to start it.
/external/valgrind/main/none/tests/s390x/
H A Dstfle.stdout.exp3 The z/Architecture architectural mode is installed and active
5 STFLE facility is installed
8 The z/Architecture architectural mode is installed and active
/external/chromium_org/third_party/icu/source/common/
H A Dlocavailable.cpp127 UResourceBundle installed; local
136 ures_initStackObject(&installed);
138 ures_getByKey(indexLocale, _kIndexTag, &installed, &status);
141 localeCount = ures_getSize(&installed);
144 ures_resetIterator(&installed);
145 while(ures_hasNext(&installed)) {
146 ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status);
153 ures_close(&installed);
/external/icu/icu4c/source/common/
H A Dlocavailable.cpp127 UResourceBundle installed; local
136 ures_initStackObject(&installed);
138 ures_getByKey(indexLocale, _kIndexTag, &installed, &status);
141 localeCount = ures_getSize(&installed);
144 ures_resetIterator(&installed);
145 while(ures_hasNext(&installed)) {
146 ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status);
153 ures_close(&installed);
/external/chromium_org/remoting/webapp/
H A Dhost_installer.js48 * whether the host is installed or not.
125 /** @param {boolean} installed */
126 return this.isInstalled().then(function(installed){
127 if (installed) {
137 /** @param {boolean} installed */
138 that.isInstalled().then(function(installed) {
139 if (installed) {
152 * Stops waiting for the host to be installed.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A DMakefile.inc20 @echo Python must be installed to regenerate x86 instructions files
23 @echo Python must be installed to regenerate x86 instructions files
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
H A Dlist.py8 print ' I: installed\n *: update available\n'
18 print '\nAll installed bundles are up-to-date.'
23 print '\nBundles installed locally that are not available remotely:'
30 installed = local_bundle is not None
44 'I' if installed else ' ',
/external/chromium_org/ui/file_manager/video_player/js/cast/
H A Dcast_extension_discoverer.js8 * Discover the ID of installed cast extension.
51 function(installed) {
52 if (installed) {
62 * The result will be notified on |callback|. True if installed, false not.
/external/llvm/tools/llvm-config/
H A DLibraryDependencies.inc16 /// Whether the component is installed.
/external/compiler-rt/test/builtins/timing/
H A Dtime32 test $ARCH $FILE installed $INSTALLED
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Dinstall_host.sh40 echo Native messaging host $HOST_NAME has been installed.
/external/chromium_org/third_party/lcov/bin/
H A Dinstall.sh59 echo WARNING: Skipping uninstall for $TARGET - not installed! >&2
/external/llvm/tools/llvm-ar/
H A DAndroid.mk86 # Make sure if llvm-ar (i.e. $(LOCAL_MODULE)) get installed,
87 # llvm-ranlib will get installed as well.
/external/srec/config/en.us/
H A Dconfig.mk1 # Config files to be installed.
/external/chromium_org/third_party/icu/source/config/
H A Ddist.mk8 # This will only work if subversion is installed.
40 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
60 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
/external/icu/icu4c/source/config/
H A Ddist.mk8 # This will only work if subversion is installed.
40 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
60 @echo "svnversion of $(SVNTOP) is as follows (if this fails, make sure svn is installed..)"
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Desd.m418 AC_ARG_WITH(esd-prefix,[ --with-esd-prefix=PFX Prefix where ESD is installed (optional)],
20 AC_ARG_WITH(esd-exec-prefix,[ --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optional)],
60 dnl Now check if the installed ESD is sufficiently new. (Also sanity
129 echo "*** The esd-config script installed by ESD could not be found"
130 echo "*** If ESD was installed in PREFIX, make sure PREFIX/bin is in"
148 echo "*** to the installed location Also, make sure you have run ldconfig if that"
151 echo "*** If you have an old version installed, it is best to remove it, although"
154 echo "*** exact error that occured. This usually means ESD was incorrectly installed"
155 echo "*** or that you have moved ESD since it was installed. In the latter case, you"
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dorg.chromium.LibCrosService.conf8 This file will be installed at /etc/dbus-1/system.d on Chromium OS.
/external/chromium_org/third_party/icu/source/data/rbnf/
H A Drbnflocal.mk23 # All aliases (to not be included under 'installed'), but not including root.
/external/chromium_org/third_party/skia/experimental/webtry/setup/
H A Dcontinue_install21 echo Go already installed.
/external/skia/experimental/webtry/setup/
H A Dcontinue_install21 echo Go already installed.
/external/clang/tools/driver/
H A DAndroid.mk110 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed,
111 # clang++ will get installed as well.
/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py122 kwargs['installed'] = items.get_optional_bool('installed', True)
131 required_libraries, add_to_library_groups, installed):
146 # Whether or not this library is installed.
147 self.installed = installed
171 if not self.installed:
172 result += 'installed = 0\n'
207 required_libraries, add_to_library_groups, installed):
210 add_to_library_groups, installed)
[all...]
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_converter_browsertest.cc122 const Extension* installed = extensions::ExtensionSystem::Get(profile()) local
125 EXPECT_EQ(app, installed);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp270 UResourceBundle installed; local
273 ures_initStackObject(&installed);
275 ures_getByKey(index, "InstalledLocales", &installed, &status);
278 availableLocaleListCount = ures_getSize(&installed);
282 ures_resetIterator(&installed);
283 while(ures_hasNext(&installed)) {
285 ures_getNextString(&installed, NULL, &tempKey, &status);
290 ures_close(&installed);

Completed in 658 milliseconds

1234567