/external/python/cpython2/Lib/test/ |
D | inspect_fodder.py | 15 fr = inspect.currentframe() 60 currentframe = inspect.currentframe() variable
|
D | test_struct.py | 42 lineno = inspect.currentframe().f_lineno - 1 331 lineno = inspect.currentframe().f_lineno - 1
|
/external/python/cpython3/Lib/test/ |
D | inspect_fodder.py | 15 fr = inspect.currentframe() 78 currentframe = inspect.currentframe() variable
|
/external/tensorflow/tensorflow/tools/docs/ |
D | generate.py | 40 script_dir = os.path.dirname(tf_inspect.getfile(tf_inspect.currentframe()))
|
/external/bcc/examples/usdt_sample/scripts/ |
D | lat_dist.py | 31 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
D | lat_avg.py | 37 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
D | latency.py | 25 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
/external/tensorflow/tensorflow/ |
D | api_template.__init__.py | 86 _current_file_location = _inspect.getfile(_inspect.currentframe())
|
D | api_template_v1.__init__.py | 100 _current_file_location = _inspect.getfile(_inspect.currentframe())
|
/external/tensorflow/tensorflow/contrib/specs/python/ |
D | specs.py | 144 self.frame = tf_inspect.currentframe()
|
/external/python/setuptools/setuptools/command/ |
D | install.py | 63 if not self._called_from_setup(inspect.currentframe()):
|
/external/autotest/client/site_tests/buffet_BasicDBusAPI/ |
D | buffet_BasicDBusAPI.py | 26 frame = inspect.getouterframes(inspect.currentframe())[1]
|
/external/bcc/tests/python/ |
D | test_usdt3.py | 90 …include_path = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/inclu…
|
D | test_usdt.py | 134 …c", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))),
|
D | test_usdt2.py | 83 …c", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))),
|
/external/python/cpython2/Lib/logging/ |
D | __init__.py | 63 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/ |
D | tf_inspect_test.py | 71 self.assertEqual(inspect.currentframe(), tf_inspect.currentframe()) 569 tf_inspect.ismodule(inspect.getmodule(inspect.currentframe())))
|
D | tf_inspect.py | 93 def currentframe(): function
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | LitConfig.py | 109 f = inspect.currentframe()
|
/external/llvm/utils/lit/lit/ |
D | LitConfig.py | 131 f = inspect.currentframe()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | LitConfig.py | 141 f = inspect.currentframe()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_utils_test.py | 91 tf_inspect.getfile(tf_inspect.currentframe())) 227 tf_inspect.getfile(tf_inspect.currentframe()))
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | inspect_utils.py | 258 caller_frame = tf_inspect.currentframe().f_back
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | module.py | 27 frame = inspect.currentframe()
|
/external/python/cpython3/Lib/logging/ |
D | __init__.py | 154 currentframe = lambda: sys._getframe(3) function 156 def currentframe(): function 1456 f = currentframe()
|