Home
last modified time | relevance | path

Searched refs:execfile (Results 1 – 20 of 20) sorted by relevance

/third_party/alsa-lib/modules/mixer/simple/python/
Dmain.py11 execfile(dirname(__file__)+'/'+module+'.py', globals())
/third_party/flutter/skia/tools/
DBUILD_simulator.py90 execfile('BUILD.public', global_names, local_names)
Dgit-sync-deps170 execfile(path, dictionary)
/third_party/skia/tools/
DBUILD_simulator.py90 execfile('BUILD.public', global_names, local_names)
/third_party/flutter/skia/gn/
Dgn_to_bp_utils.py95 execfile(opts_file, builtins, defs)
/third_party/python/Lib/idlelib/
Dpyshell.py673 self.execfile(filename, source)
675 def execfile(self, filename, source=None): member in ModifiedInterpreter
1675 shell.interp.execfile(filename)
1686 shell.interp.execfile(script)
DChangeLog1075 - new interpreter methods execsource(), execfile(), stuffsource()
/third_party/python/Doc/library/
D2to3.rst218 .. 2to3fixer:: execfile
220 Removes usage of :func:`execfile`. The argument to :func:`execfile` is
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-skqp_git-sync-deps.patch104 - execfile(path, dictionary)
/third_party/nghttp2/doc/
Dconf.py.in29 # This file is execfile()d with the current directory set to its containing dir.
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1814 execfile: *const ::c_char, in kvm_open()
1829 execfile: *const ::c_char, in kvm_openfiles()
/third_party/jerryscript/tools/pylint/
Dpylintrc62 …g-string,indexing-exception,raw_input-builtin,long-builtin,file-builtin,execfile-builtin,coerce-bu…
/third_party/python/Doc/whatsnew/
D3.0.rst833 * Removed :func:`execfile`. Instead of ``execfile(fn)`` use
D2.4.rst901 * The ``eval(expr, globals, locals)`` and ``execfile(filename, globals,
D2.3.rst392 a file with the :func:`execfile` function. This means that Python modules can
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst2750 The :term:`2to3` :2to3fixer:`execfile` fixer now opens the file with mode
/third_party/python/Misc/
DHISTORY7052 `execfile()`.
17293 execfile(), file(), reduce(), reload().
20392 - Bug #215126. The locals argument to eval(), execfile(), and exec now
25046 into code executed through exec, eval() and execfile(), and into the
34406 - New built-in function execfile() is like exec() but from a file
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1696 …com/nodejs/node/commit/ac919efbaf)] - **test**: mark test-child-process-execfile flaky (Rich Trott…
DCHANGELOG_V14.md1392 …ommit/c3b116795b)] - **test**: add test for reused AbortController with execfile() (Rich Trott) [#…
DCHANGELOG_V10.md921 …com/nodejs/node/commit/dd2b553874)] - **test**: mark test-child-process-execfile flaky (Rich Trott…