HomeSort by relevance Sort by last modified time
    Searched refs:install (Results 176 - 200 of 1987) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/wpa_supplicant_8/src/eap_peer/
Makefile 6 install:
8 install -d $(DESTDIR)$(LIBDIR)/wpa_supplicant && \
  /external/e2fsprogs/debian/attic/libs/
rules 7 # The `binary' target must be run as root, as it needs to install files with
33 installdoc = install -m 644
34 installbin = install -m 755
62 rm -f build configured install
78 make -C $(builddir) install DESTDIR=$(maindir)
79 install -m 755 $(builddir)/misc/findsuper $(maindir)/sbin
81 make -C $(builddir) install-libs DESTDIR=$(maindir)
82 install -m 644 $(builddir)/lib/ss/ss_err.h $(maindir)/usr/include/ss/
84 # fix and install compile_et script
90 install -m 644 lib/et/et_c.awk lib/et/et_h.awk
    [all...]
  /toolchain/binutils/binutils-2.27/
Makefile.def 88 // gcc/doc/install.texi. We take care that this build of libiberty doesn't get
93 extra_configure_flags='@extra_host_libiberty_configure_flags@ --disable-install-libiberty @extra_linker_plugin_flags@ @extra_linker_plugin_configure_flags@';
103 missing= install-pdf;
104 missing= install-html;
105 missing= install-info; };
191 recursive_targets = { make_target= install-info;
194 recursive_targets = { make_target= install-pdf;
197 recursive_targets = { make_target= install-html;
244 flags_to_pass = { flag= INSTALL ; };
355 dependencies = { module=install-gcc ; on=install-fixincludes; }
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
footer.makefile 19 .PHONY: install
20 install: $(MAKEROOT)/libs-$(ARCH) $(LIBRARY)
  /external/autotest/client/deps/fakemodem/src/
Makefile 17 .PHONY: all clean install
30 install:
31 install -m 0755 -d $(DESTDIR)/bin
32 install -m 0755 fakemodem fakenet $(DESTDIR)/bin
  /external/autotest/server/
installable_object.py 23 Get the source material required to install the object.
37 def install(self, host): member in class:InstallableObject
  /external/capstone/packages/homebrew/
capstone.rb 15 def install method in class:Capstone
23 system "./make.sh", "install"
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
AssistedInjectModule.java 31 install(new FactoryModuleBuilder() method
  /external/icu/icu4c/source/samples/
Makefile.in 8 ## Install directory information
29 .PHONY : all all-local all-recursive install install-local \
30 install-recursive clean clean-local clean-recursive distclean \
39 install: install-recursive install-local
55 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
93 install-local:
  /external/icu/icu4c/source/test/perf/
Makefile.in 31 .PHONY : everything all all-local all-recursive install install-local \
32 install-recursive clean clean-local clean-recursive distclean \
46 install: install-recursive install-local
62 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
81 install-local:
  /external/icu/icu4c/source/tools/escapesrc/
Makefile.in 43 .PHONY : all all-local install install-local clean clean-local \
44 distclean distclean-local dist dist-local check check-local install-man
51 install: install-local
59 install-local: all-local install-man
61 $(INSTALL) $(TARGET) $(DESTDIR)$(sbindir)
63 install-man: $(MAN_FILES)
  /external/icu/icu4c/source/tools/genrb/
Makefile.in 50 .PHONY : all all-local install install-local clean clean-local \
51 distclean distclean-local dist dist-local check check-local install-man
58 install: install-local
66 install-local: all-local install-man
68 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
69 @ICUIO_TRUE@ $(INSTALL) $(DERB) $(DESTDIR)$(bindir)
71 install-man: $(MAN_FILES
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
Makefile.in 39 .PHONY : all all-local install install-local clean clean-local \
40 distclean distclean-local dist dist-local check check-local install-man
47 install: install-local
55 install-local: all-local install-man
57 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
59 install-man: $(MAN_FILES)
  /external/libcap/kdebug/
Makefile 10 install:
  /external/ltp/testcases/kernel/fs/fs_bind/
Makefile 31 RECURSIVE_TARGETS := all install uninstall
  /external/perfetto/debian/
rules 6 tools/install-build-deps --no-android
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowHttpResponseCacheTest.java 30 HttpResponseCache cache = HttpResponseCache.install(File.createTempFile("foo", "bar"), 42);
38 HttpResponseCache cache = HttpResponseCache.install(File.createTempFile("foo", "bar"), 42);
46 HttpResponseCache cache = HttpResponseCache.install(File.createTempFile("foo", "bar"), 42);
53 HttpResponseCache cache = HttpResponseCache.install(File.createTempFile("foo", "bar"), 42);
  /external/robolectric-shadows/shadows/multidex/src/main/java/org/robolectric/shadows/multidex/
ShadowMultiDex.java 12 public static void install(Context context) { method in class:ShadowMultiDex
  /external/selinux/policycoreutils/
Makefile 3 all install relabel clean indent:
  /external/syslinux/diag/
Makefile 3 all tidy dist clean spotless install:
  /external/vulkan-validation-layers/demos/smoke/android/
build-and-install 22 glslang=$(realpath ../../../external/glslang/build/install/bin/glslangValidator)
36 install() { function
37 adb install -r build/outputs/apk/android-debug.apk
47 install
  /packages/apps/Stk/src/com/android/stk/
StkAppInstaller.java 41 public static void install(Context context) { method in class:StkAppInstaller
49 private static void setAppState(Context context, boolean install) {
61 int state = install ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED
72 CatLog.d(LOG_TAG, "Change app state[" + install + "]");
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
MockClock.java 23 public void install() { method in class:MockClock
  /prebuilts/misc/windows/sdl2/
Makefile 7 all install:
8 @echo "Type \"make native\" to install 32-bit to /usr"
9 @echo "Type \"make cross\" to install 32-bit and 64-bit to $(CROSS_PATH)"
12 make install-package arch=i686-w64-mingw32 prefix=/usr
16 make install-package arch=$$arch prefix=$(CROSS_PATH)/$$arch; \
19 install-package:
  /external/icu/icu4c/source/extra/uconv/
Makefile.in 82 .PHONY : all all-local install install-local clean clean-local \
84 check check-local build-dir package-resfiles install-resfiles install-man
92 install: install-local
100 install-local: all-local install-target install-resfiles install-ma
    [all...]

Completed in 966 milliseconds

1 2 3 4 5 6 78 91011>>