Home
last modified time | relevance | path

Searched refs:set_executable (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dcontext.py172 def set_executable(self, executable): member in BaseContext
177 from .spawn import set_executable
178 set_executable(executable)
Dspawn.py41 def set_executable(exe): function
/third_party/python/Lib/distutils/
Dccompiler.py119 self.set_executable(key, self.executables[key])
151 self.set_executable(key, kwargs[key])
153 def set_executable(self, key, value): member in CCompiler
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
Dcommon.py79 compiler.set_executable('preprocessor', executable)
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h178 void set_executable(bool executable) { executable_ = executable; } in set_executable() function
Dascend_session.cc551 root_graph->set_executable(false); in CompileGraphImpl()
/third_party/python/Doc/library/
Dzipapp.rst413 :func:`multiprocessing.set_executable` to let the module know where to find the
Dmultiprocessing.rst1043 .. function:: set_executable()
1049 set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe'))