Searched refs:execfile (Results 1 – 20 of 20) sorted by relevance
/third_party/alsa-lib/modules/mixer/simple/python/ |
D | main.py | 11 execfile(dirname(__file__)+'/'+module+'.py', globals())
|
/third_party/flutter/skia/tools/ |
D | BUILD_simulator.py | 90 execfile('BUILD.public', global_names, local_names)
|
D | git-sync-deps | 170 execfile(path, dictionary)
|
/third_party/skia/tools/ |
D | BUILD_simulator.py | 90 execfile('BUILD.public', global_names, local_names)
|
/third_party/flutter/skia/gn/ |
D | gn_to_bp_utils.py | 95 execfile(opts_file, builtins, defs)
|
/third_party/python/Lib/idlelib/ |
D | pyshell.py | 673 self.execfile(filename, source) 675 def execfile(self, filename, source=None): member in ModifiedInterpreter 1675 shell.interp.execfile(filename) 1686 shell.interp.execfile(script)
|
D | ChangeLog | 1075 - new interpreter methods execsource(), execfile(), stuffsource()
|
/third_party/python/Doc/library/ |
D | 2to3.rst | 218 .. 2to3fixer:: execfile 220 Removes usage of :func:`execfile`. The argument to :func:`execfile` is
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | build-skqp_git-sync-deps.patch | 104 - execfile(path, dictionary)
|
/third_party/nghttp2/doc/ |
D | conf.py.in | 29 # This file is execfile()d with the current directory set to its containing dir.
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1814 execfile: *const ::c_char, in kvm_open() 1829 execfile: *const ::c_char, in kvm_openfiles()
|
/third_party/jerryscript/tools/pylint/ |
D | pylintrc | 62 …g-string,indexing-exception,raw_input-builtin,long-builtin,file-builtin,execfile-builtin,coerce-bu…
|
/third_party/python/Doc/whatsnew/ |
D | 3.0.rst | 833 * Removed :func:`execfile`. Instead of ``execfile(fn)`` use
|
D | 2.4.rst | 901 * The ``eval(expr, globals, locals)`` and ``execfile(filename, globals,
|
D | 2.3.rst | 392 a file with the :func:`execfile` function. This means that Python modules can
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 2750 The :term:`2to3` :2to3fixer:`execfile` fixer now opens the file with mode
|
/third_party/python/Misc/ |
D | HISTORY | 7052 `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/ |
D | CHANGELOG_V11.md | 1696 …com/nodejs/node/commit/ac919efbaf)] - **test**: mark test-child-process-execfile flaky (Rich Trott…
|
D | CHANGELOG_V14.md | 1392 …ommit/c3b116795b)] - **test**: add test for reused AbortController with execfile() (Rich Trott) [#…
|
D | CHANGELOG_V10.md | 921 …com/nodejs/node/commit/dd2b553874)] - **test**: mark test-child-process-execfile flaky (Rich Trott…
|