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

  /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 namespace
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 namespace
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/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 224 milliseconds