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

123456

/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/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/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/elfutils/tests/
H A Dtest-wrapper.sh20 # use the installed libraries. So for local test runs we need to point
26 # $(srcdir)/test-wrapper.sh installed s,^,eu-, run-test.sh ...
28 if [ "$1" = installed ]; then
34 elfutils_testrun=installed
H A Dbacktrace-subr.sh86 # making the native tests fail unless debuginfo (for glibc) is installed
91 echo >&2 $testname: arm needs debuginfo installed for all libraries
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
H A DHttpResponseCache.java52 * Returns the currently-installed {@code HttpResponseCache}, or null if
53 * there is no cache installed or it is not a {@code HttpResponseCache}.
56 ResponseCache installed = ResponseCache.getDefault();
57 if (installed instanceof HttpResponseCache) {
58 return (HttpResponseCache) installed;
68 * @return the newly-installed cache
75 ResponseCache installed = ResponseCache.getDefault();
77 if (installed instanceof HttpResponseCache) {
78 HttpResponseCache installedResponseCache = (HttpResponseCache) installed;
79 // don't close and reopen if an equivalent cache is already installed
[all...]
H A DHttpResponseCacheTest.java68 HttpResponseCache installed = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024);
69 assertNotNull(installed);
70 assertSame(installed, ResponseCache.getDefault());
71 assertSame(installed, HttpResponseCache.getDefault());
/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/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A Ddemo.bat8 REM with Bitstream Cyberbit 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/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/fonttools/
H A DREADME.md10 From your command line type the above command to get fontools installed on your system.
/external/google-fonts/carrois-gothic-sc/
H A Dfonts.mk17 # get installed too.
/external/google-fonts/coming-soon/
H A Dfonts.mk17 # get installed too.
/external/google-fonts/cutive-mono/
H A Dfonts.mk17 # get installed too.
/external/google-fonts/dancing-script/
H A Dfonts.mk17 # get installed too.
/external/hyphenation-patterns/
H A Dpatterns.mk17 # get installed too.
/external/skia/
H A Dmake.bat34 echo Are you sure Visual Studio 2010 or 2012 is installed?
/external/fio/tools/
H A Dfio_generate_plots27 echo You need gnuplot installed to generate graphs
/external/boringssl/src/util/bot/go/
H A Dbootstrap.py187 Returns True if new toolset was installed.
189 installed = read_file([toolset_root, 'INSTALLED_TOOLSET'])
191 if installed == available:
196 LOGGER.info(' Old toolset is %s', installed)
200 LOGGER.info('Go toolset installed: %s', TOOLSET_VERSION)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat66 REM ** if -noclean set, Eclipse will be re-installed only if the
68 REM exists in a partially installed state, it should be deleted manually
/external/svox/pico/src/com/svox/pico/
H A DEngineSettings.java62 pref.setSummary(R.string.installed);
/external/autotest/client/bin/
H A Dpackage.py22 - system_support: If the package management program is installed on the
26 package manager if the package is installed
28 - installed: Whether the package is installed (True) on the system or not
42 # i_cmd - Command to determiine if package is installed
57 # Checking if package is installed
60 package_info['installed'] = True
62 package_info['installed'] = False
66 package_info['installed'] = False
108 - system_support: If the package management program is installed o
[all...]
/external/icu/icu4c/source/data/brkitr/
H A Dbrkfiles.mk32 # All aliases (to not be included under 'installed'), but not including root.

Completed in 2528 milliseconds

123456