HomeSort by relevance Sort by last modified time
    Searched refs:set_executable (Results 1 - 19 of 19) sorted by null

  /external/python/cpython2/Lib/multiprocessing/
__init__.py 268 def set_executable(executable): function in function:Array
274 from multiprocessing.forking import set_executable
275 set_executable(executable)
277 __all__ += ['set_executable']
forking.py 222 def set_executable(exe): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
__init__.py 268 def set_executable(executable): function in function:Array
274 from multiprocessing.forking import set_executable
275 set_executable(executable)
277 __all__ += ['set_executable']
forking.py 222 def set_executable(exe): function
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
__init__.py 268 def set_executable(executable): function in function:Array
274 from multiprocessing.forking import set_executable
275 set_executable(executable)
277 __all__ += ['set_executable']
forking.py 222 def set_executable(exe): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 268 def set_executable(executable): function in function:Array
274 from multiprocessing.forking import set_executable
275 set_executable(executable)
277 __all__ += ['set_executable']
forking.py 222 def set_executable(exe): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 268 def set_executable(executable): function in function:Array
274 from multiprocessing.forking import set_executable
275 set_executable(executable)
277 __all__ += ['set_executable']
forking.py 222 def set_executable(exe): function
  /external/python/cpython3/Lib/multiprocessing/
context.py 171 def set_executable(self, executable): member in class:BaseContext
176 from .spawn import set_executable
177 set_executable(executable)
spawn.py 21 __all__ = ['_main', 'freeze_support', 'set_executable', 'get_executable',
41 def set_executable(exe): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py 177 self.set_executable(key, self.executables[key])
210 self.set_executable(key, args[key])
212 def set_executable(self, key, value): member in class:CCompiler
    [all...]
  /external/python/cpython2/Lib/distutils/
ccompiler.py 127 self.set_executable(key, self.executables[key])
160 self.set_executable(key, args[key])
162 def set_executable(self, key, value): member in class:CCompiler
    [all...]
  /external/python/cpython3/Lib/distutils/
ccompiler.py 119 self.set_executable(key, self.executables[key])
151 self.set_executable(key, kwargs[key])
153 def set_executable(self, key, value): member in class:CCompiler
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
ccompiler.py 127 self.set_executable(key, self.executables[key])
160 self.set_executable(key, args[key])
162 def set_executable(self, key, value): member in class:CCompiler
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
ccompiler.py 127 self.set_executable(key, self.executables[key])
160 self.set_executable(key, args[key])
162 def set_executable(self, key, value): member in class:CCompiler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 127 self.set_executable(key, self.executables[key])
160 self.set_executable(key, args[key])
162 def set_executable(self, key, value): member in class:CCompiler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 127 self.set_executable(key, self.executables[key])
160 self.set_executable(key, args[key])
162 def set_executable(self, key, value): member in class:CCompiler
    [all...]

Completed in 1591 milliseconds