Home
last modified time | relevance | path

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

12

/external/toolchain-utils/cwp/bartlett/
Dserver.py76 getfile = FileEntry()
78 getfile.profile_data = db.Blob(f1)
79 getfile.data_md5 = md5.new(f1).hexdigest()
80 getfile.board = self.request.get('board')
81 getfile.chromeos_version = self.request.get('chromeos_version')
82 getfile.put()
83 self.response.out.write(getfile.key())
/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.py57 return _os.path.dirname(_inspect.getfile(_sys._getframe(1)))
116 data_files_path = _os.path.dirname(_inspect.getfile(_sys._getframe(1)))
Dgoogletest.py77 os.path.basename(tf_inspect.getfile(first_frame)))
/external/libmtp/examples/
DMakefile.am6 mtp_connect_SOURCES=connect.c connect.h delfile.c getfile.c newfolder.c \
31 ln -f -s mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-getfile$(EXEEXT)
/external/tensorflow/tensorflow/tools/docs/
Dgenerate.py40 script_dir = os.path.dirname(tf_inspect.getfile(tf_inspect.currentframe()))
Dparser.py1673 path = os.path.relpath(path=tf_inspect.getfile(py_object),
/external/tensorflow/tensorflow/python/util/
Dtf_inspect.py304 def getfile(object): # pylint: disable=redefined-builtin function
315 return _inspect.getfile(unwrapped_object)
Dtf_inspect_test.py500 self.assertTrue('tf_inspect_test.py' in tf_inspect.getfile(
502 self.assertTrue('tf_decorator.py' in tf_inspect.getfile(
/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)
Durllib.py352 fp = h.getfile()
445 fp = h.getfile()
Dhttplib.py1182 def getfile(self): member in HTTP
/external/bcc/examples/usdt_sample/scripts/
Dlat_dist.py31 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
Dlat_avg.py37 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
Dlatency.py25 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
/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/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/debug/lib/
Dsource_utils_test.py91 tf_inspect.getfile(tf_inspect.currentframe()))
227 tf_inspect.getfile(tf_inspect.currentframe()))
/external/python/cpython3/Lib/
Dinspect.py642 def getfile(object): function
684 filename = getfile(object)
708 _filename = getsourcefile(object) or getfile(object)
773 file = getfile(object)
1460 filename = getsourcefile(frame) or getfile(frame)
/external/python/apitools/apitools/base/protorpclite/
Dtest_util.py641 module_file = inspect.getfile(module_attribute)
/external/capstone/bindings/python/capstone/
D__init__.py205 __file__ = inspect.getfile(inspect.currentframe())
/external/python/cpython2/Lib/test/
Dtest_inspect.py304 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)

12