Searched defs:install (Results 26 - 50 of 632) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
H A Dinstall.py1 """distutils.command.install
3 Implements the Distutils 'install' command."""
123 class install (Command): class in inherits:Command
125 description = "install everything from build directory"
134 "(Unix only) home directory to install under"),
136 "install in user site-package '%s'" % USER_SITE),
139 ('install-base=', None,
141 ('install-platbase=', None,
145 "install everything relative to this alternate root directory"),
148 ('install
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dgettext.py29 # Barry Warsaw integrated these modules, wrote the .install() API and code,
54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
242 def install(self, unicode=False, names=None): member in class:NullTranslations
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): function
494 t.install(unicode, names)
H A Dimputil.py33 def install(self, namespace=vars(__builtin__)): member in class:ImportManager
41 # Record the previous import hook, then install our own.
624 ImportManager().install()
H A Dihooks.py35 provides interfaces to install and uninstall itself instead of the
49 would also do wise to install a different version of reload().
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
382 def install(self): member in class:BasicModuleImporter
547 def install(importer = None): function
550 current_importer.install()
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A Dutil.py38 import threading # we want threading to install it's namespace
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
H A Dinstall.py1 """distutils.command.install
3 Implements the Distutils 'install' command."""
123 class install (Command): class in inherits:Command
125 description = "install everything from build directory"
134 "(Unix only) home directory to install under"),
136 "install in user site-package '%s'" % USER_SITE),
139 ('install-base=', None,
141 ('install-platbase=', None,
145 "install everything relative to this alternate root directory"),
148 ('install
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dgettext.py29 # Barry Warsaw integrated these modules, wrote the .install() API and code,
54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
242 def install(self, unicode=False, names=None): member in class:NullTranslations
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): function
494 t.install(unicode, names)
H A Dimputil.py33 def install(self, namespace=vars(__builtin__)): member in class:ImportManager
41 # Record the previous import hook, then install our own.
624 ImportManager().install()
H A Dihooks.py35 provides interfaces to install and uninstall itself instead of the
49 would also do wise to install a different version of reload().
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
382 def install(self): member in class:BasicModuleImporter
547 def install(importer = None): function
550 current_importer.install()
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A Dutil.py38 import threading # we want threading to install it's namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dinstall.py1 """distutils.command.install
3 Implements the Distutils 'install' command."""
123 class install (Command): class in inherits:Command
125 description = "install everything from build directory"
134 "(Unix only) home directory to install under"),
136 "install in user site-package '%s'" % USER_SITE),
139 ('install-base=', None,
141 ('install-platbase=', None,
145 "install everything relative to this alternate root directory"),
148 ('install
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dgettext.py29 # Barry Warsaw integrated these modules, wrote the .install() API and code,
54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
242 def install(self, unicode=False, names=None): member in class:NullTranslations
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): function
494 t.install(unicode, names)
H A Dimputil.py33 def install(self, namespace=vars(__builtin__)): member in class:ImportManager
41 # Record the previous import hook, then install our own.
624 ImportManager().install()
H A Dihooks.py35 provides interfaces to install and uninstall itself instead of the
49 would also do wise to install a different version of reload().
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
382 def install(self): member in class:BasicModuleImporter
547 def install(importer = None): function
550 current_importer.install()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dutil.py38 import threading # we want threading to install it's namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dinstall.py1 """distutils.command.install
3 Implements the Distutils 'install' command."""
123 class install (Command): class in inherits:Command
125 description = "install everything from build directory"
134 "(Unix only) home directory to install under"),
136 "install in user site-package '%s'" % USER_SITE),
139 ('install-base=', None,
141 ('install-platbase=', None,
145 "install everything relative to this alternate root directory"),
148 ('install
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dgettext.py29 # Barry Warsaw integrated these modules, wrote the .install() API and code,
54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
242 def install(self, unicode=False, names=None): member in class:NullTranslations
492 def install(domain, localedir=None, unicode=False, codeset=None, names=None): function
494 t.install(unicode, names)
H A Dimputil.py33 def install(self, namespace=vars(__builtin__)): member in class:ImportManager
41 # Record the previous import hook, then install our own.
624 ImportManager().install()
H A Dihooks.py35 provides interfaces to install and uninstall itself instead of the
49 would also do wise to install a different version of reload().
62 "BasicModuleImporter","ModuleImporter","install","uninstall"]
382 def install(self): member in class:BasicModuleImporter
547 def install(importer = None): function
550 current_importer.install()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dutil.py38 import threading # we want threading to install it's namespace
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.4.33/
H A Dbyte-buddy-agent-1.4.33.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/net. ...
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A Dpimp.py274 and where to install packages."""
304 ('--install-lib', installDir),
305 ('--install-headers', None),
306 ('--install-scripts', None),
307 ('--install-data', None)]
318 writable, the install directory is on sys.path, etc."""
517 "Pre-install-command",
518 "Post-install-command",
521 "User-install-skips",
584 (something went wrong during the install tes
998 def install(self, packages, output): member in class:PimpInstaller
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
H A Dexpatbuilder.py163 self.install(self._parser)
174 def install(self, parser): member in class:ExpatBuilder
555 self._builder.install(parser)
732 def install(self, parser): member in class:Namespaces
734 ExpatBuilder.install(self, parser)
888 def install(self, parser): member in class:InternalSubsetExtractor
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
H A Dexpatbuilder.py163 self.install(self._parser)
174 def install(self, parser): member in class:ExpatBuilder
555 self._builder.install(parser)
732 def install(self, parser): member in class:Namespaces
734 ExpatBuilder.install(self, parser)
888 def install(self, parser): member in class:InternalSubsetExtractor
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dpimp.py274 and where to install packages."""
304 ('--install-lib', installDir),
305 ('--install-headers', None),
306 ('--install-scripts', None),
307 ('--install-data', None)]
318 writable, the install directory is on sys.path, etc."""
517 "Pre-install-command",
518 "Post-install-command",
521 "User-install-skips",
584 (something went wrong during the install tes
998 def install(self, packages, output): member in class:PimpInstaller
[all...]

Completed in 549 milliseconds

1234567891011>>