OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install
(Results
251 - 275
of
1602
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libnl/tests/
Makefile
34
install
:
/external/selinux/policycoreutils/
Makefile
9
all
install
relabel clean indent:
/external/skia/tools/
install_dependencies.sh
7
# install_dependencies.sh will
install
system-specific Skia
40
sudo apt-get
install
$PACKAGES
/external/wpa_supplicant_8/src/common/
Makefile
6
install
:
/external/wpa_supplicant_8/src/p2p/
Makefile
6
install
:
/frameworks/base/core/java/android/security/net/config/
NetworkSecurityConfigProvider.java
35
public static void
install
(Context context) {
method in class:NetworkSecurityConfigProvider
40
throw new RuntimeException("Failed to
install
provider as highest priority provider."
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
ManyConstructorsTest.java
36
install
(new FactoryModuleBuilder().build(Factory.class));
52
install
(new FactoryModuleBuilder().build(OtherFactory.class));
71
install
(new FactoryModuleBuilder()
89
install
(new FactoryModuleBuilder().build(SimpleFactory.class));
100
install
(new FactoryModuleBuilder().build(SimpleFactory2.class));
114
install
(new FactoryModuleBuilder()
132
install
(new FactoryModuleBuilder().build(ComplexFactory.class));
148
install
(new FactoryModuleBuilder().build(NullFactory.class));
233
install
(new FactoryModuleBuilder().build(FamilyFarmFactory.class));
FactoryModuleBuilderTest.java
61
install
(new FactoryModuleBuilder().build(ColoredCarFactory.class));
81
install
(new FactoryModuleBuilder().build(ColoredAbstractCarFactory.class));
99
install
(new FactoryModuleBuilder().build(MustangFactory.class));
117
install
(new FactoryModuleBuilder()
140
install
(new FactoryModuleBuilder()
161
install
(new FactoryModuleBuilder().implement(Car.class, Mustang.class).build(
181
install
(new FactoryModuleBuilder()
198
install
(new FactoryModuleBuilder()
212
install
(new FactoryModuleBuilder()
228
install
(new FactoryModuleBuilder().build(MustangFactory.class))
[
all
...]
/build/libs/host/
Android.mk
16
# acp to
install
libhost.
/device/linaro/hikey/wpan/uim/
Makefile
8
INSTALL
?=
install
40
install
: uim
43
$(Q)$(
INSTALL
) -m 755 -t $(DESTDIR)$(SBINDIR) uim
/external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh
30
(cd tmp/stringtemplate3-$ST_VERSION; python setup.py
install
--
install
-lib=$WORKSPACE)
37
(cd tmp/antlr-$ANTLR2_VERSION/lib/python; python setup.py
install
--
install
-lib=$WORKSPACE)
/external/autotest/server/
source_kernel.py
18
install
it on a Host.
46
def
install
(self, host):
member in class:SourceKernel
47
self.__autotest.
install
(host)
49
"testkernel.
install
()\n"
/external/chromium-trace/catapult/hooks/
install.py
37
sys.stdout.write(' Cannot
install
%s, dst already exists:\n %s\n' % (
48
' Cannot
install
%s, because %s is linked elsewhere.\n' % (
/external/chromium-trace/catapult/tracing/bin/
run_py_tests
29
from hooks import
install
30
if '--no-
install
-hooks' in sys.argv:
31
sys.argv.remove('--no-
install
-hooks')
33
install
.InstallHooks()
/external/curl/lib/
makefile.amiga
20
install
:
21
$(
INSTALL
) -c ./libcurl.a /lib/libcurl.a
/external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild
27
make
install
-i18n PREFIX=/usr DESTDIR=$PKG MANDIR=/usr/man
50
mkdir -p $PKG/
install
51
cat $CWD/slack-desc > $PKG/
install
/slack-desc
52
zcat $CWD/doinst.sh.gz > $PKG/
install
/doinst.sh
/external/libcap/
Makefile
11
all
install
clean: %: %-here
21
install
-here:
/external/libcap/doc/
Makefile
32
install
:
43
install
-m 644 $$man $$sub ; \
/external/libcap/progs/
Makefile
27
install
: all
30
install
-m 0755 $$p $(FAKEROOT)$(SBINDIR) ; \
/external/libutf/
Makefile
57
install
: $(LIB)
59
install
-c -m 0644 isalpharune.3 $(PREFIX)/share/man/man3/isalpharune.3
60
install
-c -m 0644 utf.7 $(PREFIX)/man/man7/utf.7
61
install
-c -m 0644 rune.3 $(PREFIX)/share/man/man3/rune.3
62
install
-c -m 0644 runestrcat.3 $(PREFIX)/share/man/man3/runestrcat.3
64
install
-c -m 0644 utf.h $(PREFIX)/include/utf.h
66
install
-c -m 0644 $(LIB) $(PREFIX)/lib/$(LIB)
119
.phony: all clean nuke
install
tgz rpm ports
/external/robolectric/v3/
shadows-multidex-3.1-SNAPSHOT.jar
/external/toybox/scripts/
change.sh
6
${HOSTCC:-cc} -I . scripts/
install
.c -o generated/instlist &&
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Makefile.in
96
html
install
-html info
install
-info clean-info dvi pdf
install
-pdf \
97
install
etags tags installcheck:
/external/libcap/libcap/
Makefile
73
install
: all
75
install
-m 0644 include/sys/capability.h $(FAKEROOT)$(INCDIR)/sys
77
install
-m 0644 $(STALIBNAME) $(FAKEROOT)$(LIBDIR)/$(STALIBNAME)
78
install
-m 0644 $(MINLIBNAME) $(FAKEROOT)$(LIBDIR)/$(MINLIBNAME)
85
install
-m 0644 libcap.pc $(FAKEROOT)$(PKGCONFIGDIR)/libcap.pc
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py
1
"""Tests for distutils.command.
install
."""
11
from distutils.command.
install
import
install
12
from distutils.command import
install
as install_module
14
from distutils.command.
install
import INSTALL_SCHEMES
47
cmd =
install
(dist)
102
cmd =
install
(dist)
128
cmd =
install
(dist)
156
cmd =
install
(dist)
159
#
install
-base/install-platbase -- not bot
[
all
...]
Completed in 612 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>