Home
last modified time | relevance | path

Searched refs:currentframe (Results 1 – 25 of 49) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dinspect_fodder.py15 fr = inspect.currentframe()
60 currentframe = inspect.currentframe() variable
/external/python/cpython3/Lib/test/
Dinspect_fodder.py15 fr = inspect.currentframe()
78 currentframe = inspect.currentframe() variable
/external/llvm-project/lldb/packages/Python/lldbsuite/
D__init__.py10 os.path.dirname(inspect.getfile(inspect.currentframe())))
/external/llvm-project/lldb/scripts/
Duse_lldb_suite.py7 lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe()))
/external/llvm-project/lldb/test/API/
Duse_lldb_suite.py8 os.path.dirname(inspect.getfile(inspect.currentframe())))
/external/llvm-project/lldb/
Duse_lldb_suite_root.py22 lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe()))
/external/tensorflow/tensorflow/python/framework/
Dtraceable_stack.py55 frame = inspect.currentframe()
/external/bcc/examples/usdt_sample/scripts/
Dlat_dist.py32 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
Dlat_avg.py38 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
Dlatency.py26 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
/external/python/setuptools/setuptools/command/
Dinstall.py63 if not self._called_from_setup(inspect.currentframe()):
/external/tensorflow/tensorflow/python/util/
Dtf_stack.py131 f = inspect.currentframe()
Dtf_decorator.py85 decorator_name = inspect.currentframe().f_back.f_code.co_name
Dtf_inspect_test.py71 self.assertEqual(inspect.currentframe(), tf_inspect.currentframe())
587 tf_inspect.ismodule(inspect.getmodule(inspect.currentframe())))
/external/tensorflow/tensorflow/
Dapi_template_v1.__init__.py140 _current_file_location = _inspect.getfile(_inspect.currentframe())
Dapi_template.__init__.py131 _current_file_location = _inspect.getfile(_inspect.currentframe())
/external/tensorflow/tensorflow/python/autograph/core/
Dconverter_testing.py49 frame = inspect.currentframe()
/external/bcc/tests/python/
Dtest_usdt3.py90 …include_path = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/inclu…
Dtest_usdt.py134 …c", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))),
Dtest_usdt2.py83 …c", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))),
/external/python/cpython2/Lib/logging/
D__init__.py63 def currentframe(): function
70 if hasattr(sys, '_getframe'): currentframe = lambda: sys._getframe(3)
77 _srcfile = os.path.normcase(currentframe.__code__.co_filename)
1245 f = currentframe()
/external/llvm/utils/lit/lit/
DLitConfig.py131 f = inspect.currentframe()
/external/llvm-project/llvm/utils/lit/lit/
DLitConfig.py165 f = inspect.currentframe()
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dmodule.py32 frame = inspect.currentframe()
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils_test.py152 tf_inspect.getfile(tf_inspect.currentframe()))
331 tf_inspect.getfile(tf_inspect.currentframe()))

12