Home
last modified time | relevance | path

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

12

/external/python/cpython2/Lib/test/
Dinspect_fodder.py15 fr = inspect.currentframe()
60 currentframe = inspect.currentframe() variable
Dtest_struct.py42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
/external/python/cpython3/Lib/test/
Dinspect_fodder.py15 fr = inspect.currentframe()
78 currentframe = inspect.currentframe() variable
/external/tensorflow/tensorflow/tools/docs/
Dgenerate.py40 script_dir = os.path.dirname(tf_inspect.getfile(tf_inspect.currentframe()))
/external/bcc/examples/usdt_sample/scripts/
Dlat_dist.py31 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
Dlat_avg.py37 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
Dlatency.py25 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
/external/tensorflow/tensorflow/
Dapi_template.__init__.py86 _current_file_location = _inspect.getfile(_inspect.currentframe())
Dapi_template_v1.__init__.py100 _current_file_location = _inspect.getfile(_inspect.currentframe())
/external/tensorflow/tensorflow/contrib/specs/python/
Dspecs.py144 self.frame = tf_inspect.currentframe()
/external/python/setuptools/setuptools/command/
Dinstall.py63 if not self._called_from_setup(inspect.currentframe()):
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
Dbuffet_BasicDBusAPI.py26 frame = inspect.getouterframes(inspect.currentframe())[1]
/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/tensorflow/tensorflow/python/util/
Dtf_inspect_test.py71 self.assertEqual(inspect.currentframe(), tf_inspect.currentframe())
569 tf_inspect.ismodule(inspect.getmodule(inspect.currentframe())))
Dtf_inspect.py93 def currentframe(): function
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DLitConfig.py109 f = inspect.currentframe()
/external/llvm/utils/lit/lit/
DLitConfig.py131 f = inspect.currentframe()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DLitConfig.py141 f = inspect.currentframe()
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils_test.py91 tf_inspect.getfile(tf_inspect.currentframe()))
227 tf_inspect.getfile(tf_inspect.currentframe()))
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py258 caller_frame = tf_inspect.currentframe().f_back
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dmodule.py27 frame = inspect.currentframe()
/external/python/cpython3/Lib/logging/
D__init__.py154 currentframe = lambda: sys._getframe(3) function
156 def currentframe(): function
1456 f = currentframe()

12