Searched refs:getfile (Results 1 - 7 of 7) sorted by relevance

/external/toolchain-utils/cwp/bartlett/
H A 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/
H A Dmemanalyze.pl259 $getfile{$1}="$source:$linenum";
264 $getfile{$1}="$source:$linenum";
267 $getfile{$2}="$source:$linenum";
272 $getfile{$1}="$source:$linenum";
376 print "Open file descriptor created at ".$getfile{$_}."\n";
/external/python/cpython2/Lib/
H A Dinspect.py15 getfile(), getsourcefile(), getsource() - find an object's source code
397 def getfile(object): function
443 filename = getfile(object)
465 _filename = getsourcefile(object) or getfile(object)
525 file = getfile(object)
1008 filename = getsourcefile(frame) or getfile(frame)
H A Durllib.py352 fp = h.getfile()
445 fp = h.getfile()
H A Dhttplib.py1182 def getfile(self): member in class:HTTP
1183 "Provide a getfile, since the superclass' does not use this concept."
H A Ddoctest.py896 file = inspect.getsourcefile(obj) or inspect.getfile(obj)
/external/python/cpython2/Lib/test/
H A Dtest_inspect.py28 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
303 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)

Completed in 167 milliseconds