Home
last modified time | relevance | path

Searched refs:getfile (Results 1 – 25 of 38) sorted by relevance

12

/external/curl/tests/
Dmemanalyze.pl262 $getfile{$1}="$source:$linenum";
268 $getfile{$1}="$source:$linenum";
271 $getfile{$2}="$source:$linenum";
276 $getfile{$1}="$source:$linenum";
388 print "Open file descriptor created at ".$getfile{$_}."\n";
/external/tensorflow/tensorflow/python/platform/
Dresource_loader.py60 return _os.path.dirname(_inspect.getfile(_sys._getframe(1)))
129 _os.path.dirname(_inspect.getfile(_sys._getframe(1))), path)
Dgoogletest.py79 os.path.basename(tf_inspect.getfile(first_frame)))
/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/
Duse_lldb_suite_root.py22 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/tensorflow/tensorflow/python/keras/utils/
Dtf_inspect.py316 def getfile(object): # pylint: disable=redefined-builtin function
327 return _inspect.getfile(unwrapped_object)
/external/tensorflow/tensorflow/python/util/
Dtf_inspect.py330 def getfile(object): # pylint: disable=redefined-builtin function
341 return _inspect.getfile(unwrapped_object)
Dtf_inspect_test.py518 self.assertTrue('tf_inspect_test.py' in tf_inspect.getfile(
520 self.assertTrue('tf_decorator.py' in tf_inspect.getfile(
/external/bcc/examples/usdt_sample/scripts/
Dlat_dist.py32 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
Dlat_avg.py38 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
Dlatency.py26 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
/external/python/cpython2/Lib/
Dinspect.py397 def getfile(object): function
443 filename = getfile(object)
465 _filename = getsourcefile(object) or getfile(object)
525 file = getfile(object)
1018 filename = getsourcefile(frame) or getfile(frame)
/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/bcc/tests/python/
Dtest_usdt3.py90 …include_path = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/inclu…
Dtest_usdt.py134 …comp = Popen(["gcc", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
Dtest_usdt2.py83 …comp = Popen(["gcc", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py135 obj_file = inspect.getfile(obj)
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils_test.py152 tf_inspect.getfile(tf_inspect.currentframe()))
331 tf_inspect.getfile(tf_inspect.currentframe()))
/external/python/cpython3/Lib/
Dinspect.py655 def getfile(object): function
697 filename = getfile(object)
721 _filename = getsourcefile(object) or getfile(object)
822 file = getfile(object)
1499 filename = getsourcefile(frame) or getfile(frame)
/external/python/apitools/apitools/base/protorpclite/
Dtest_util.py646 module_file = inspect.getfile(module_attribute)
/external/python/cpython3/Lib/test/
Dtest_inspect.py514 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
518 inspect.getfile(sys)
523 inspect.getfile(int)
528 inspect.getfile(abs)
531 inspect.getfile(list.append)
542 inspect.getfile(C)
550 inspect.getfile(er)
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denv_setup.py53 filename = inspect.getfile(frame)

12