/external/mdnsresponder/mDNSPosix/ |
H A D | Makefile | 278 @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 D | stfle.stdout.exp | 3 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 D | locavailable.cpp | 127 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 D | test-wrapper.sh | 20 # 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 D | backtrace-subr.sh | 86 # 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 D | HttpResponseCache.java | 52 * 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 D | HttpResponseCacheTest.java | 68 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 D | LibraryDependencies.inc | 16 /// Whether the component is installed.
|
/external/compiler-rt/test/builtins/timing/ |
H A D | time | 32 test $ARCH $FILE installed $INSTALLED
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | demo.bat | 8 REM with Bitstream Cyberbit installed.
|
/external/icu/icu4c/source/config/ |
H A D | dist.mk | 8 # 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 D | componentinfo.py | 122 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 D | README.md | 10 From your command line type the above command to get fontools installed on your system.
|
/external/google-fonts/carrois-gothic-sc/ |
H A D | fonts.mk | 17 # get installed too.
|
/external/google-fonts/coming-soon/ |
H A D | fonts.mk | 17 # get installed too.
|
/external/google-fonts/cutive-mono/ |
H A D | fonts.mk | 17 # get installed too.
|
/external/google-fonts/dancing-script/ |
H A D | fonts.mk | 17 # get installed too.
|
/external/hyphenation-patterns/ |
H A D | patterns.mk | 17 # get installed too.
|
/external/skia/ |
H A D | make.bat | 34 echo Are you sure Visual Studio 2010 or 2012 is installed?
|
/external/fio/tools/ |
H A D | fio_generate_plots | 27 echo You need gnuplot installed to generate graphs
|
/external/boringssl/src/util/bot/go/ |
H A D | bootstrap.py | 187 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 D | runtests.bat | 66 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 D | EngineSettings.java | 62 pref.setSummary(R.string.installed);
|
/external/autotest/client/bin/ |
H A D | package.py | 22 - 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 D | brkfiles.mk | 32 # All aliases (to not be included under 'installed'), but not including root.
|