HomeSort by relevance Sort by last modified time
    Searched refs:Install (Results 276 - 300 of 322) sorted by null

<<111213

  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
commands.py 31 from distutils.command import install as _install
42 'install': 'Install',
97 class Install(_install.install):
99 user_options = _install.install.user_options + [
103 boolean_options = _install.install.boolean_options + [
109 _install.install.initialize_options(self)
111 if _option_defaults.has_key('install'):
112 for opt_name, default in _option_defaults['install']
    [all...]
setup.py 248 kwargs['script_args'] = ['install']
403 'install' : _commands.Install,
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
commands.py 32 from distutils.command import install as _install
41 'install': 'Install',
96 class Install(_install.install):
98 user_options = _install.install.user_options + [
102 boolean_options = _install.install.boolean_options + [
108 _install.install.initialize_options(self)
110 if 'install' in _option_defaults:
111 for opt_name, default in _option_defaults['install']
    [all...]
setup.py 249 kwargs['script_args'] = ['install']
404 'install' : _commands.Install,
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
commands.py 31 from distutils.command import install as _install
42 'install': 'Install',
97 class Install(_install.install):
99 user_options = _install.install.user_options + [
103 boolean_options = _install.install.boolean_options + [
109 _install.install.initialize_options(self)
111 if _option_defaults.has_key('install'):
112 for opt_name, default in _option_defaults['install']
    [all...]
setup.py 248 kwargs['script_args'] = ['install']
403 'install' : _commands.Install,
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
commands.py 32 from distutils.command import install as _install
41 'install': 'Install',
96 class Install(_install.install):
98 user_options = _install.install.user_options + [
102 boolean_options = _install.install.boolean_options + [
108 _install.install.initialize_options(self)
110 if 'install' in _option_defaults:
111 for opt_name, default in _option_defaults['install']
    [all...]
setup.py 249 kwargs['script_args'] = ['install']
404 'install' : _commands.Install,
  /external/libpcap/msdos/
ndis_0.asm 76 call _NdisAllocStack ;; Get and install a stack.
80 mov ss,dx ;; Install the new one
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /development/testrunner/
adb_interface.py 134 def Install(self, apk_path, extra_flags):
139 extra_flags: Additional flags to use with adb install
142 output of install command
144 return self.SendCommand("install -r %s %s" % (extra_flags, apk_path))
runtest.py 80 # regular expression to match path to artifacts to install in make output
81 _RE_MAKE_INSTALL = re.compile(r'INSTALL-PATH:\s([^\s]+)\s(.*)$')
117 parser.add_option("-i", "--build-install-only", dest="build_install_only", default=False,
119 help="Do not execute, build tests and install to device only")
256 # Build and install tests that do not get granted permissions
259 # Build and install tests that require granted permissions
294 cmd = 'ONE_SHOT_MAKEFILE="%s" make -j%s -C "%s" GET-INSTALL-PATH all_modules %s' % (
312 # Run mmm again to get the install paths only
319 """Install artifacts from build onto device.
321 Looks for 'install:' text from make output to find artifacts to install
    [all...]
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 206 // 2. Install the target.
558 if (!dynamic_checkers->Install(install_errors, exe_ctx))
561 err.SetErrorString ("couldn't install checkers, unknown error");
  /external/mesa3d/scons/
gallium.py 52 def install(env, source, subdir): function
54 return env.Install(target_dir, source)
57 return install(env, source, 'bin')
65 targets += install(env, dlls, 'bin')
67 targets += install(env, libs, 'lib')