Searched refs:logfile (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
H A Dstones.py7 def main(logfile):
8 p = hotshot.Profile(logfile)
16 stats = hotshot.stats.load(logfile)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
H A Dstones.py7 def main(logfile):
8 p = hotshot.Profile(logfile)
16 stats = hotshot.stats.load(logfile)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcgi.py68 logfile = "" # Filename to log to, if not empty variable
87 If the global logfp is None, the global logfile may be a string
95 if logfile and not logfp:
97 logfp = open(logfile, "a")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcgi.py68 logfile = "" # Filename to log to, if not empty variable
87 If the global logfp is None, the global logfile may be a string
95 if logfile and not logfp:
97 logfp = open(logfile, "a")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_cgi.py197 cgi.logfile = "/dev/null"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_cgi.py197 cgi.logfile = "/dev/null"

Completed in 101 milliseconds