/external/curl/tests/server/ |
util.c | 93 FILE *logfp; local 122 logfp = fopen(serverlogfile, "ab"); 123 if(logfp) { 124 fprintf(logfp, "%s %s\n", timebuf, buffer); 125 fclose(logfp);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_cgi.py | 191 cgi.logfp = StringIO() 194 self.assertEqual(cgi.logfp.getvalue(), "Testing initlog 1\nTesting log 2\n") 196 cgi.logfp = None
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_cgi.py | 191 cgi.logfp = StringIO() 194 self.assertEqual(cgi.logfp.getvalue(), "Testing initlog 1\nTesting log 2\n") 196 cgi.logfp = None
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cgi.py | 191 cgi.logfp = StringIO() 194 self.assertEqual(cgi.logfp.getvalue(), "Testing initlog 1\nTesting log 2\n") 196 cgi.logfp = None
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cgi.py | 191 cgi.logfp = StringIO() 194 self.assertEqual(cgi.logfp.getvalue(), "Testing initlog 1\nTesting log 2\n") 196 cgi.logfp = None
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cgi.py | 69 logfp = None # File object to log to, if not None variable 84 If the global logfp is not None, it should be a file object to 87 If the global logfp is None, the global logfile may be a string 94 global logfp, log 95 if logfile and not logfp: 97 logfp = open(logfile, "a") 100 if not logfp: 108 logfp.write(fmt%args + "\n") [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
cgi.py | 69 logfp = None # File object to log to, if not None variable 84 If the global logfp is not None, it should be a file object to 87 If the global logfp is None, the global logfile may be a string 94 global logfp, log 95 if logfile and not logfp: 97 logfp = open(logfile, "a") 100 if not logfp: 108 logfp.write(fmt%args + "\n") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgi.py | 69 logfp = None # File object to log to, if not None variable 84 If the global logfp is not None, it should be a file object to 87 If the global logfp is None, the global logfile may be a string 94 global logfp, log 95 if logfile and not logfp: 97 logfp = open(logfile, "a") 100 if not logfp: 108 logfp.write(fmt%args + "\n") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgi.py | 69 logfp = None # File object to log to, if not None variable 84 If the global logfp is not None, it should be a file object to 87 If the global logfp is None, the global logfile may be a string 94 global logfp, log 95 if logfile and not logfp: 97 logfp = open(logfile, "a") 100 if not logfp: 108 logfp.write(fmt%args + "\n") [all...] |