Home
last modified time | relevance | path

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

12345678910>>...75

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFeatures.td36 "Assume that the distinct-operands facility is installed"
41 "Assume that the fast-serialization facility is installed"
46 "Assume that the floating-point extension facility is installed"
51 "Assume that the high-word facility is installed"
56 "Assume that interlocked-access facility 1 is installed"
62 "Assume that the load/store-on-condition facility is installed"
68 "Assume that the population-count facility is installed"
73 "Assume that the message-security-assist extension facility 3 is installed"
78 "Assume that the message-security-assist extension facility 4 is installed"
83 "Assume that the reset-reference-bits-multiple facility is installed"
[all …]
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZFeatures.td43 "Assume that the distinct-operands facility is installed"
48 "Assume that the fast-serialization facility is installed"
53 "Assume that the floating-point extension facility is installed"
58 "Assume that the high-word facility is installed"
63 "Assume that interlocked-access facility 1 is installed"
69 "Assume that the load/store-on-condition facility is installed"
75 "Assume that the population-count facility is installed"
80 "Assume that the message-security-assist extension facility 3 is installed"
85 "Assume that the message-security-assist extension facility 4 is installed"
90 "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/mdnsresponder/mDNSPosix/
DMakefile278 @echo $+ " installed"
281 @echo $+ " installed"
284 @echo $+ " installed"
287 @echo $+ " installed"
290 @echo $+ " installed"
293 @echo $+ " installed"
/external/openscreen/build/config/
Dexternal_libraries.gni6 # FFMPEG: If installed on the system, set have_ffmpeg to true. This also
7 # requires the FFMPEG headers be installed. On Debian-like systems, this can
20 # libopus: If installed on the system, set have_libopus to true. This also
21 # requires the libopus headers be installed. For example, on Debian-like
30 # libsdl2: If installed on the system, set have_libsdl2 to true. This also
31 # requires the libSDL2 headers be installed. On Debian-like systems, this can
39 # libvpx: If installed on the system, set have_libvpx to true. This also
40 # requires the libvpx headers be installed. For example, on Debian-like
/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/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/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/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).isSameInstanceAs(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/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/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/flac/m4/
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 occurred. This usually means Ogg was incorrectly installed"
105 echo "*** or that you have moved Ogg since it was installed." ])
/external/flac/src/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 occurred. 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/flac/src/libFLAC++/
DlibFLAC++.m412 AC_ARG_WITH(libFLACPP,[ --with-libFLACPP=PFX Prefix where libFLAC++ is installed (optional)], li…
13 … --with-libFLACPP-libraries=DIR Directory where libFLAC++ library is installed (optional)], lib…
14 …ith-libFLACPP-includes=DIR Directory where libFLAC++ header files are installed (optional)], lib…
51 dnl Now check if the installed libFLAC++ is sufficiently new.
94 echo "*** to the installed location Also, make sure you have run ldconfig if that"
97 echo "*** If you have an old version installed, it is best to remove it, although"
100 echo "*** exact error that occurred. This usually means libFLAC++ was incorrectly installed"
101 echo "*** or that you have moved libFLAC++ since it was installed. In the latter case, you"
/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/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
241 A package is the smallest element that may be independently installed or
246 All the files installed by a single package should be related, though
250 installed/uninstalled nature, as opposed to the "precompile standard
303 install and the order they should be installed in. These refer to named
318 condition should be crafted to ensure it is installed.
320 MSI packages are installed or uninstalled based on their current state
376 When installed for all users, the following files are installed to
378 appropriate. For the current user, they are installed in the Python
384 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/pigweed/pw_package/py/pw_package/
Dpackage_manager.py80 installed: Tuple[str, ...]
106 installed = []
111 installed.append(pkg.name)
117 installed=tuple(installed),
159 for package in packages.installed:
/external/protobuf/cmake/
Dexamples.cmake47 #Build using the installed library.
48 add_examples_build(examples-installed
52 #Build using the installed library in legacy compatibility mode.
53 add_examples_build(examples-installed-legacy
/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/libxml2/
Dlibxml.m416 [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)],
19 [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)],
59 dnl Now check if the installed libxml is sufficiently new.
129 printf("*** If you have already installed a sufficiently new version, this error\n");
151 echo "*** The xml2-config script installed by LIBXML could not be found"
152 echo "*** If libxml was installed in PREFIX, make sure PREFIX/bin is in"
171 echo "*** to the installed location Also, make sure you have run ldconfig if that"
174 echo "*** If you have an old version installed, it is best to remove it, although"
177 echo "*** exact error that occurred. This usually means LIBXML was incorrectly installed"
178 echo "*** or that you have moved LIBXML since it was installed. In the latter case, you"
/external/skia/infra/wasm-common/docker/
DREADME.md20 # Run bash in it to poke around and make sure things are properly installed
28 This image has Google Chrome and karma/jasmine installed on it, which can
35 installed libraries.
46 # Run bash in it to poke around and make sure things are properly installed
54 This image has Google Chrome and karma/jasmine installed on it, which can
74 # Run bash in it to poke around and make sure things are properly installed
83 This image has Google Chrome and karma/jasmine installed on it, which can
103 # Run bash in it to poke around and make sure things are properly installed

12345678910>>...75