Searched defs:install (Results 1 - 25 of 136) sorted by relevance

123456

/external/capstone/packages/homebrew/
H A Dcapstone.rb15 def install method in class:Capstone
23 system "./make.sh", "install"
/external/scapy/.travis/
H A Dpylibpcap.rb6 def install method in class:Pylibpcap
/external/autotest/site_utils/deployment/
H A Ddeploy.py15 The command will use servo to install dev-signed RO firmware on the
24 from autotest_lib.site_utils.deployment import install namespace
32 install.install_duts(argv, full_deploy=True)
H A Drepair.py22 from autotest_lib.site_utils.deployment import install namespace
30 install.install_duts(argv, full_deploy=False)
/external/syslinux/com32/modules/stubs/
H A Dswapstub.asm10 install: label
/external/capstone/
H A Dmake.sh73 function install { function
76 # we are going to install into /usr/local, so remove old installs under /usr
79 # install into /usr/local
86 ${MAKE} CC=$CC PKGCFGDIR=$PKGCFGDIR install
88 ${MAKE} PKGCFGDIR=$PKGCFGDIR install
92 ${MAKE} CC=$CC install
94 ${MAKE} install
100 ${MAKE} LIBDIRARCH=lib64 CC="$CC" install
102 ${MAKE} LIBDIRARCH=lib64 install
106 ${MAKE} CC="$CC" install
[all...]
/external/vulkan-validation-layers/demos/smoke/android/
H A Dbuild-and-install22 glslang=$(realpath ../../../external/glslang/build/install/bin/glslangValidator)
36 install() { function
37 adb install -r build/outputs/apk/android-debug.apk
47 install
/external/autotest/server/
H A Dinstallable_object.py23 Get the source material required to install the object.
37 def install(self, host): member in class:InstallableObject
/external/chromium-trace/catapult/common/py_vulcanize/bin/
H A Drun_py_tests21 from hooks import install namespace
22 if '--no-install-hooks' in sys.argv:
23 sys.argv.remove('--no-install-hooks')
25 install.InstallHooks()
/external/chromium-trace/catapult/dependency_manager/bin/
H A Drun_tests19 from hooks import install namespace
20 if '--no-install-hooks' in sys.argv:
21 sys.argv.remove('--no-install-hooks')
23 install.InstallHooks()
/external/robolectric-shadows/shadows/multidex/src/main/java/org/robolectric/shadows/multidex/
H A DShadowMultiDex.java12 public static void install(Context context) { method in class:ShadowMultiDex
/external/chromium-trace/catapult/common/bin/
H A Drun_tests30 from hooks import install namespace
31 if '--no-install-hooks' in sys.argv:
32 sys.argv.remove('--no-install-hooks')
34 install.InstallHooks()
/external/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup377 function install { # from, to, chmod, chcon function
414 install "$TMPDIR/$ASAN_RT" /system/lib 644
415 install "$TMPDIR/$ASAN_RT64" /system/lib64 644
416 install "$TMPDIR/app_process32" /system/bin 755 $CTX
417 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
418 install "$TMPDIR/app_process64" /system/bin 755 $CTX
419 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
420 install "$TMPDIR/asanwrapper" /system/bin 755
421 install "$TMPDIR/asanwrapper64" /system/bin 755
423 install "
[all...]
/external/python/cpython2/Demo/tkinter/ttk/
H A Dplastik_theme.py16 plastik_theme.install(plastik_image_dir)
27 __all__ = ['install']
46 def install(imgdir): function
/external/robolectric-shadows/scripts/
H A Dinstall-dependencies.rb6 # install-dependencies.rb
10 # 2. Your ANDROID_HOME environment variable points to the Android SDK install directory.
42 def install(group_id, artifact_id, version, archive) method
43 run("mvn -q install:install-file -DgroupId='#{group_id}' -DartifactId='#{artifact_id}' -Dversion='#{version}' -Dfile='#{archive}' -Dpackaging=jar") || exit(1)
63 install(group_id, artifact_id, version, archive)
82 install(group_id, artifact_id, version, "#{dir}/classes.jar")
105 install("com.google.android", "android-stubs", "#{api}", path)
161 # As a result, we now have to install "play-services-base" and "play-services-basement"
/external/autotest/client/bin/
H A Dpackage.py217 def install(package, nodeps = False): function
219 Tries to install a package file. If the package is already installed,
230 e_msg = ('Client does not have package manager %s to handle %s install'
/external/libese/apps/weaver/card/src/com/android/weaver/core/
H A DWeaverCore.java44 public static void install(byte[] params, short offset, byte length) { method in class:WeaverCore
/external/skia/infra/bots/recipe_modules/flavor/
H A Dios_flavor.py5 # Disable warning about setting self.device_dirs in install(); we need to.
14 def install(self): member in class:iOSFlavorUtils
H A Dgn_chromebook_flavor.py60 def install(self): member in class:GNChromebookFlavorUtils
/external/skqp/infra/bots/recipe_modules/flavor/
H A Dios_flavor.py5 # Disable warning about setting self.device_dirs in install(); we need to.
14 def install(self): member in class:iOSFlavorUtils
/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
H A Dvis_utils.py49 raise ImportError('Failed to import pydot. You must install pydot' namespace
/external/walt/server/
H A Dmain.py30 print('Could not import bottle! Please install bottle, e.g. pip install bottle') namespace
/external/autotest/server/hosts/
H A Dbase_classes_unittest.py41 def install(self, host): member in class:test_host_class.test_install.installable
45 installableObj.install.expect_call(host)
47 host.install(installableObj)
/external/devlib/devlib/module/
H A D__init__.py45 def install(cls, target, **params): member in class:Module
53 message = 'Attempting to install module "{}" which already exists (new: {}, existing: {})'
/external/selinux/libsemanage/src/
H A Dpolicy.h50 int (*install) (struct semanage_handle *, char *, size_t, const char *, const char *); member in struct:semanage_policy_table

Completed in 1003 milliseconds

123456