Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 25 of 1351) sorted by relevance

12345678910>>...55

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZFeatures.td37 "Assume that the distinct-operands facility is installed"
42 "Assume that the fast-serialization facility is installed"
47 "Assume that the floating-point extension facility is installed"
52 "Assume that the high-word facility is installed"
57 "Assume that interlocked-access facility 1 is installed"
63 "Assume that the load/store-on-condition facility is installed"
69 "Assume that the population-count facility is installed"
74 "Assume that the message-security-assist extension facility 3 is installed"
79 "Assume that the message-security-assist extension facility 4 is installed"
84 "Assume that the reset-reference-bits-multiple facility is installed"
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZProcessors.td24 "Assume that the distinct-operands facility is installed"
29 "Assume that the load/store-on-condition facility is installed"
34 "Assume that the load/store-on-condition facility 2 is installed"
39 "Assume that the high-word facility is installed"
44 "Assume that the floating-point extension facility is installed"
49 "Assume that the population-count facility is installed"
54 "Assume that the fast-serialization facility is installed"
59 "Assume that interlocked-access facility 1 is installed"
65 "Assume that the miscellaneous-extensions facility is installed"
70 "Assume that the transactional-execution facility is installed"
[all …]
/external/icu/icu4c/source/common/
Dlocavailable.cpp129 UResourceBundle installed; in loadInstalledLocales() local
138 ures_initStackObject(&installed); in loadInstalledLocales()
140 ures_getByKey(indexLocale, _kIndexTag, &installed, &status); in loadInstalledLocales()
143 localeCount = ures_getSize(&installed); in loadInstalledLocales()
146 ures_resetIterator(&installed); in loadInstalledLocales()
147 while(ures_hasNext(&installed)) { in loadInstalledLocales()
148 … ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status); in loadInstalledLocales()
155 ures_close(&installed); in loadInstalledLocales()
/external/mdnsresponder/mDNSPosix/
DMakefile278 @echo $+ " installed"
281 @echo $+ " installed"
284 @echo $+ " installed"
287 @echo $+ " installed"
290 @echo $+ " installed"
293 @echo $+ " installed"
/external/python/cpython3/Doc/faq/
Dinstalled.rst17 Why is Python installed on my machine?
20 If you find Python installed on your system but don't remember installing it,
23 * Perhaps another user on the computer wanted to learn programming and installed
25 installed it.
26 * A third-party application installed on the machine might have been written in
29 * Some Windows machines also have Python installed. At this writing we're aware
33 distributions, have Python installed by default; it's included in the base
42 If someone installed it deliberately, you can remove it without hurting
45 If Python was installed by a third-party application, you can also remove it,
/external/python/cpython2/Doc/faq/
Dinstalled.rst17 Why is Python installed on my machine?
20 If you find Python installed on your system but don't remember installing it,
23 * Perhaps another user on the computer wanted to learn programming and installed
25 installed it.
26 * A third-party application installed on the machine might have been written in
30 * Some Windows machines also have Python installed. At this writing we're aware
33 * All Apple computers running Mac OS X have Python installed; it's included in
42 If someone installed it deliberately, you can remove it without hurting
45 If Python was installed by a third-party application, you can also remove it,
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
DHttpResponseCache.java56 ResponseCache installed = ResponseCache.getDefault(); in getInstalled() local
57 if (installed instanceof HttpResponseCache) { in getInstalled()
58 return (HttpResponseCache) installed; in getInstalled()
75 ResponseCache installed = ResponseCache.getDefault(); in install() local
77 if (installed instanceof HttpResponseCache) { in install()
78 HttpResponseCache installedResponseCache = (HttpResponseCache) installed; in install()
/external/python/cpython3/Doc/library/
Densurepip.rst49 This invocation will install ``pip`` if it is not already installed,
50 but otherwise does nothing. To ensure the installed version of ``pip``
56 By default, ``pip`` is installed into the current virtual environment
68 By default, the scripts ``pipX`` and ``pipX.Y`` will be installed (where
70 scripts installed can be controlled through two additional command line
74 script will *not* be installed.
77 ``pip`` script will be installed in addition to the two regular scripts.
90 installed when bootstrapping an environment.
108 By default, the scripts ``pipX`` and ``pipX.Y`` will be installed (where
111 If *altinstall* is set, then ``pipX`` will *not* be installed.
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowHttpResponseCacheTest.java18 ShadowHttpResponseCache.installed = null; in setUp()
24 ShadowHttpResponseCache.installed = null; in tearDown()
31 HttpResponseCache installed = HttpResponseCache.getInstalled(); in installedCacheIsReturned() local
32 assertThat(installed).isSameAs(cache); in installedCacheIsReturned()
33 assertThat(installed.maxSize()).isEqualTo(42); in installedCacheIsReturned()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowHttpResponseCache.java22 static ShadowHttpResponseCache installed = null; field in ShadowHttpResponseCache
39 installed = shadowCache; in install()
47 return (installed != null) ? installed.originalObject : null; in getInstalled()
64 installed = null; in close()
/external/python/cpython2/Doc/library/
Densurepip.rst49 This invocation will install ``pip`` if it is not already installed,
50 but otherwise does nothing. To ensure the installed version of ``pip``
56 By default, ``pip`` is installed into the current virtual environment
68 By default, the scripts ``pip``, ``pipX``, and ``pipX.Y`` will be installed
70 scripts installed can be controlled through two additional command line
74 ``pipX`` script will *not* be installed.
77 script will *not* be installed.
91 installed when bootstrapping an environment.
109 By default, the scripts ``pip``, ``pipX``, and ``pipX.Y`` will be installed
112 If *altinstall* is set, then ``pip`` and ``pipX`` will *not* be installed.
[all …]
/external/speex/
Dacinclude.m412 AC_ARG_WITH(ogg,[ --with-ogg=PFX Prefix where libogg is installed (optional)], ogg_prefix="$with…
13 AC_ARG_WITH(ogg-libraries,[ --with-ogg-libraries=DIR Directory where libogg library is installed
14 …es,[ --with-ogg-includes=DIR Directory where libogg header files are installed (optional)], ogg…
45 dnl Now check if the installed Ogg is sufficiently new.
84 echo "*** to the installed location Also, make sure you have run ldconfig if that"
87 echo "*** If you have an old version installed, it is best to remove it, although"
90 echo "*** exact error that occured. This usually means Ogg was incorrectly installed"
91 echo "*** or that you have moved Ogg since it was installed." ])
/external/libogg/
Dogg.m412 AC_ARG_WITH(ogg,AC_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is installed (optional)]), ogg…
13 …LP_STRING([--with-ogg-libraries=DIR],[Directory where libogg library is installed (optional)]), og…
14 …RING([--with-ogg-includes=DIR],[Directory where libogg header files are installed (optional)]), og…
56 dnl Now check if the installed Ogg is sufficiently new.
98 echo "*** to the installed location Also, make sure you have run ldconfig if that"
101 echo "*** If you have an old version installed, it is best to remove it, although"
104 echo "*** exact error that occured. This usually means Ogg was incorrectly installed"
105 echo "*** or that you have moved Ogg since it was installed." ])
/external/flac/libFLAC/
DlibFLAC.m411 AC_ARG_WITH(libFLAC,[ --with-libFLAC=PFX Prefix where libFLAC is installed (optional)], libFLAC_…
12 …es,[ --with-libFLAC-libraries=DIR Directory where libFLAC library is installed (optional)], lib…
13 … --with-libFLAC-includes=DIR Directory where libFLAC header files are installed (optional)], lib…
52 dnl Now check if the installed libFLAC is sufficiently new.
95 echo "*** to the installed location Also, make sure you have run ldconfig if that"
98 echo "*** If you have an old version installed, it is best to remove it, although"
101 echo "*** exact error that occured. This usually means libFLAC was incorrectly installed"
102 echo "*** or that you have moved libFLAC since it was installed. In the latter case, you"
/external/libopus/
Dopus.m413 AC_ARG_WITH(opus,AC_HELP_STRING([--with-opus=PFX],[Prefix where opus is installed (optional)]), opu…
14 …STRING([--with-opus-libraries=DIR],[Directory where the opus library is installed (optional)]), op…
15 …G([--with-opus-includes=DIR],[Directory where the opus header files are installed (optional)]), op…
57 dnl Now check if the installed Opus is sufficiently new.
99 echo "*** to the installed location Also, make sure you have run ldconfig if that"
102 echo "*** If you have an old version installed, it is best to remove it, although"
105 echo "*** exact error that occurred. This usually means Opus was incorrectly installed"
106 echo "*** or that you have moved Opus since it was installed." ])
/external/python/cpython3/Tools/msi/
DREADME.txt57 installed. When components are not selected for installation, the
243 A package is the smallest element that may be independently installed or
248 All the files installed by a single package should be related, though
252 installed/uninstalled nature, as opposed to the "precompile standard
305 install and the order they should be installed in. These refer to named
320 condition should be crafted to ensure it is installed.
322 MSI packages are installed or uninstalled based on their current state
378 When installed for all users, the following files are installed to
380 appropriate. For the current user, they are installed in the Python
386 When installed for all users, the following files are installed to
[all …]
/external/skqp/infra/pathkit/docker/
DREADME.md16 installed libraries.
23 # Run bash in it to poke around and make sure things are properly installed
31 This image has Google Chrome and karma/jasmine installed on it, which can
38 installed libraries.
49 # Run bash in it to poke around and make sure things are properly installed
57 This image has Google Chrome and karma/jasmine installed on it, which can
77 # Run bash in it to poke around and make sure things are properly installed
86 This image has Google Chrome and karma/jasmine installed on it, which can
106 # Run bash in it to poke around and make sure things are properly installed
/external/skia/infra/pathkit/docker/
DREADME.md16 installed libraries.
23 # Run bash in it to poke around and make sure things are properly installed
31 This image has Google Chrome and karma/jasmine installed on it, which can
38 installed libraries.
49 # Run bash in it to poke around and make sure things are properly installed
57 This image has Google Chrome and karma/jasmine installed on it, which can
77 # Run bash in it to poke around and make sure things are properly installed
86 This image has Google Chrome and karma/jasmine installed on it, which can
106 # Run bash in it to poke around and make sure things are properly installed
/external/ImageMagick/
DPlatforms.txt89 ImageMagick does not run after it is installed. The system does not
90 see an installed shared library until the 'ldconfig' command has
122 Ensure that the JPEG library you installed is used. Be sure to
132 installed.
145 time. For example, if your library is installed in /usr/local/lib:
151 An outdated libtiff.so (libtiff.so.3) is installed in
156 even though there is an installed libtiff.a earlier in the linker
168 installed in /usr/local/lib:
191 installed g++-v3/bits/std_cstdio.h to bracket the offending undefs
220 installed.
/external/libxml2/
Dlibxml.m414 [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)],
17 [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)],
57 dnl Now check if the installed libxml is sufficiently new.
126 printf("*** If you have already installed a sufficiently new version, this error\n");
148 echo "*** The xml2-config script installed by LIBXML could not be found"
149 echo "*** If libxml was installed in PREFIX, make sure PREFIX/bin is in"
167 echo "*** to the installed location Also, make sure you have run ldconfig if that"
170 echo "*** If you have an old version installed, it is best to remove it, although"
173 echo "*** exact error that occurred. This usually means LIBXML was incorrectly installed"
174 echo "*** or that you have moved LIBXML since it was installed. In the latter case, you"
/external/googletest/googletest/cmake/
Dlibgtest.la.in10 # Is this an already installed library?
11 installed=yes
20 # Directory that this library needs to be installed in:
/external/libjpeg-turbo/cmakescripts/
DGNUInstallDirs.cmake203 "Directory into which user executables should be installed")
209 "Directory into which system admin executables should be installed")
215 "Directory under which executables run by other programs should be installed")
221 …tory into which machine-specific read-only ASCII data and configuration files should be installed")
227 …"Directory into which architecture-independent run-time-modifiable data files should be installed")
233 "Directory into which machine-specific run-time-modifiable data files should be installed")
268 "Directory into which object files and object code libraries should be installed")
274 "Directory into which C header files should be installed")
280 PATH "Directory into which C header files for non-GCC compilers should be installed")
297 "The directory under which read-only architecture-independent data files should be installed")
[all …]
/external/capstone/bindings/python/
DBUILDING.txt10 (Note: this requires python3 installed in your machine)
20 Note that this requires Cython installed first. To install Cython, see
24 and the static library for Python are installed beforehand.
30 Depending on if you already have pip or easy_install installed, install
46 verify the current installed version before going into section 2 above.
/external/python/cpython2/Mac/BuildScript/resources/
DReadMe.rtf25 \i0 or later. (This ReadMe was installed with the
27 …standalone applications that can run on systems from 10.6. The Pythons installed by these install…
74 \b \ul Packages installed with the system Python 2.7 are no longer searched for [CHANGED for Python…
77installed Python 2.7 versions from python.org installers added the system-wide site-packages direc…
81 …To avoid the confusion and the installation failures, as of 2.7.13 user-installed Pythons no longe…
85 …h both a user-installed Python 2.7 and the system Python 2.7, you will now need to ensure that sep…
91 …ture introduced in OS X 10.8. Downloaded packages can now be directly installed by double-clicki…
125 Python.org Python 2.7 and 3.x versions can both be installed on your system and will not conflict. …
/external/googletest/googlemock/
Dconfigure.ac56 # installed version.
61 system installed gtest will be used if present,
63 path is provided, the gtest built or installed at
70 installed or user provided gtest. Any option to
77 GoogleMock to use any installed version and fall back upon its internal
105 Unable to locate either a built or installed Google Test at '${with_gtest}'.])

12345678910>>...55