OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:installed
(Results
151 - 175
of
4230
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/platform_tools/ios/bin/
ios_cat_file
11
# output. The path is relative to the Documents directory of the
installed
app.
/external/sonivox/jet_tools/JetCreator_content/
README.txt
7
2. Launch JET Creator by typing "Python JetCreator.py" (be sure Python and WXWidgets are
installed
on your system)
/external/vulkan-validation-layers/windowsRuntimeInstaller/
README.txt
46
o If the Vulkan Runtime is already
installed
on the system,
48
will be
installed
to the same folder to which it is was
49
previously
installed
.
52
same version of the Vulkan Runtime is
installed
multiple times
56
o If the Vulkan Runtime is already
installed
on a system and a
57
different version is subsequently
installed
, both versions will
60
version is
installed
.
74
same VERSION_ABI_MAJOR as the version being
installed
. It selects
94
will have attempted to uninstall whatever it
installed
before
/external/webrtc/third_party/winsdk_samples/
README.webrtc
12
This would typically be
installed
to:
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
syslimits.h
8
If fixincludes fixes it, then the fixed version is
installed
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
idle.pyw
4
# IDLE is not
installed
, but maybe PyShell is on sys.path:
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
idle.pyw
4
# IDLE is not
installed
, but maybe PyShell is on sys.path:
/prebuilts/go/darwin-x86/src/cmd/yacc/testdata/expr/
README
20
The program is not
installed
in the binary distributions of Go.
/prebuilts/go/linux-x86/src/cmd/yacc/testdata/expr/
README
20
The program is not
installed
in the binary distributions of Go.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.pyw
4
# IDLE is not
installed
, but maybe PyShell is on sys.path:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.pyw
4
# IDLE is not
installed
, but maybe PyShell is on sys.path:
/tools/test/connectivity/acts/framework/
README
8
Python dependencies (
installed
automatically by setup.py):
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
WebViewUpdateServiceTest.java
89
true /* valid */, true /*
installed
*/));
140
String packageName, boolean enabled, boolean valid, boolean
installed
) {
146
if (
installed
) {
159
boolean
installed
, Signature[] signatures, long updateTime) {
160
PackageInfo p = createPackageInfo(packageName, enabled, valid,
installed
);
167
boolean
installed
, Signature[] signatures, long updateTime, boolean hidden) {
169
createPackageInfo(packageName, enabled, valid,
installed
, signatures, updateTime);
244
true /* valid */, true /*
installed
*/, new Signature[]{invalidPackageSignature}
247
true /* valid */, true /*
installed
*/, new Signature[]{validSignature}
297
true /*
installed
*/));
[
all
...]
/build/core/tasks/
module-info.mk
13
'"
installed
": [$(foreach w,$(sort $(ALL_MODULES.$(m).
INSTALLED
)),"$(w)", )], ' \
/external/clang/test/Driver/
darwin-ld-lto.c
18
// LINK_LTOLIB_PATH_WRN: warning: libLTO.dylib relative to clang
installed
dir not found; using 'ld' default search path instead
25
// LINK_LTOLIB_PATH_NOWRN-NOT: warning: libLTO.dylib relative to clang
installed
dir not found; using 'ld' default search path instead
/external/curl/docs/
curl-config.1
47
Lists what particular main features the
installed
libcurl was built with. At
57
This is the prefix used when libcurl was
installed
. Libcurl is then
installed
58
in $prefix/lib and its header files are
installed
in $prefix/include and so
61
Lists what particular protocols the
installed
libcurl was built to support. At
70
Outputs version information about the
installed
libcurl.
72
Outputs version information about the
installed
libcurl, in numerical mode.
90
What's the
installed
libcurl version?
/external/droiddriver/
contributing.md
11
Gradle 2.2.1 or better is required to be
installed
on the system. In Android Studio, you'll need to provide the gradle location.
15
If you
installed
gradle using the zip (`gradle-2.2.1-bin.zip`), then the path will be the `gradle-2.2.1` folder.
/external/libevent/include/
Makefile.am
38
## the source header filename to derive the
installed
header filename.
39
## With nobase_ the
installed
path is $(includedir)/event2/ev*.h.
/external/libogg/
ogg.m4
12
AC_ARG_WITH(ogg,AC_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is
installed
(optional)]), ogg_prefix="$withval", ogg_prefix="")
13
AC_ARG_WITH(ogg-libraries,AC_HELP_STRING([--with-ogg-libraries=DIR],[Directory where libogg library is
installed
(optional)]), ogg_libraries="$withval", ogg_libraries="")
14
AC_ARG_WITH(ogg-includes,AC_HELP_STRING([--with-ogg-includes=DIR],[Directory where libogg header files are
installed
(optional)]), ogg_includes="$withval", ogg_includes="")
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/
opus.m4
13
AC_ARG_WITH(opus,AC_HELP_STRING([--with-opus=PFX],[Prefix where opus is
installed
(optional)]), opus_prefix="$withval", opus_prefix="")
14
AC_ARG_WITH(opus-libraries,AC_HELP_STRING([--with-opus-libraries=DIR],[Directory where the opus library is
installed
(optional)]), opus_libraries="$withval", opus_libraries="")
15
AC_ARG_WITH(opus-includes,AC_HELP_STRING([--with-opus-includes=DIR],[Directory where the opus header files are
installed
(optional)]), opus_includes="$withval", opus_includes="")
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/libvorbis/m4/
ogg.m4
12
AC_ARG_WITH(ogg,AC_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is
installed
(optional)]), ogg_prefix="$withval", ogg_prefix="")
13
AC_ARG_WITH(ogg-libraries,AC_HELP_STRING([--with-ogg-libraries=DIR],[Directory where libogg library is
installed
(optional)]), ogg_libraries="$withval", ogg_libraries="")
14
AC_ARG_WITH(ogg-includes,AC_HELP_STRING([--with-ogg-includes=DIR],[Directory where libogg header files are
installed
(optional)]), ogg_includes="$withval", ogg_includes="")
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/libvorbis/
vorbis.m4
13
AC_ARG_WITH(vorbis,AC_HELP_STRING([--with-vorbis=PFX],[Prefix where libvorbis is
installed
(optional)]), vorbis_prefix="$withval", vorbis_prefix="")
14
AC_ARG_WITH(vorbis-libraries,AC_HELP_STRING([--with-vorbis-libraries=DIR],[Directory where libvorbis library is
installed
(optional)]), vorbis_libraries="$withval", vorbis_libraries="")
15
AC_ARG_WITH(vorbis-includes,AC_HELP_STRING([--with-vorbis-includes=DIR],[Directory where libvorbis header files are
installed
(optional)]), vorbis_includes="$withval", vorbis_includes="")
60
dnl Now check if the
installed
Vorbis is sufficiently new.
114
echo "*** to the
installed
location Also, make sure you have run ldconfig if that"
117
echo "*** If you have an old version
installed
, it is best to remove it, although"
120
echo "*** exact error that occured. This usually means Vorbis was incorrectly
installed
"
121
echo "*** or that you have moved Vorbis since it was
installed
." ])
/external/libxml2/
xml2-config.1
3
xml-config - script to get information about the
installed
version of GNOME-XML
15
Print the currently
installed
version of \fIGNOME-XML\fP on the standard output.
/external/markdown/markdown/
etree_loader.py
9
try: # Is it Python 2.5+ with C implemenation of ElementTree
installed
?
15
try: # An earlier version of Python with cElementTree
installed
?
/external/selinux/policycoreutils/sepolicy/
sepolicy.8
60
sepolicy is a tools set that will query the
installed
SELinux policy and generate useful reports, man pages, or even new policy modules.
66
Alternate policy to analyze. (Defaults to currently
installed
policy /sys/fs/selinux/policy)
Completed in 752 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>