HomeSort by relevance Sort by last modified time
    Searched refs:logfile (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/autotest/server/
site_utils.py 439 def setup_logging(logfile=None, prefix=False):
444 @param logfile: If specified dump output to a file as well.
463 if logfile:
464 file_handler = logging.FileHandler(logfile)
server_job.py     [all...]
  /external/autotest/server/cros/bluetooth/
bluetooth_device.py 42 logfile=self.XMLRPC_LOG_PATH)
bluetooth_tester.py 46 logfile=self.XMLRPC_LOG_PATH)
  /external/autotest/site_utils/docgen/
CreateDocs.py 123 self.logfile = self.options.logfile
135 self.logger.debug('Writing to logfile: %s', self.logfile)
697 help='Logfile for program output [default: %default]',
699 dest='logfile')
746 This method assumes logfile and debug are already set.
760 os.path.join(os.path.abspath('.'), options.logfile))
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 155 # Check to see if we have Purify errors. If so, keep the logfile.
314 && $ENV{PURIFYOPTIONS} =~ /.*-logfile=([^ ]+)/) {
test_driver.pl 639 local($answer,$logfile) = @_;
644 $slurp = &read_file_into_string ($logfile);
684 local($command) = "diff -c " . &get_basefile . " " . $logfile;
1140 # If a 1 is passed, then it does NOT increment the logfile counter
1141 # and returns the name of the latest logfile. If either no parameter
1142 # is passed at all or a 0 is passed, then the logfile counter is
1173 # just like logfile, only a generic tmp filename for use by the test.
  /external/toybox/generated/
globals.h 420 char *logfile; member in struct:crond_data
745 char *logfile; member in struct:syslogd_data
753 struct logfile *lfiles; // list of write logfiles
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 141 logfile=constants.MULTIMEDIA_XMLRPC_SERVER_LOG_FILE)
  /external/e2fsprogs/e2fsck/
Makefile.in 72 logfile.o sigcatcher.o $(MTRACE_OBJ)
82 profiled/crc32.o profiled/prof_err.o profiled/logfile.o \
112 $(srcdir)/logfile.c \
167 tst_logfile: $(srcdir)/logfile.c
169 $(Q) $(CC) -o tst_logfile $(srcdir)/logfile.c $(ALL_CFLAGS) \
557 logfile.o: $(srcdir)/logfile.c $(top_builddir)/lib/config.h \
  /external/autotest/site_utils/
lab_inventory.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgi.py 68 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")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgi.py 68 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")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 68 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")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 68 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")
    [all...]
  /external/curl/tests/
ftpserver.pl 95 my $logfile; # server log file name
216 if(open(LOGFILEFH, ">>$logfile")) {
418 "--logfile \"$mainsockf_logfile\"";
    [all...]
  /external/autotest/client/bin/
job.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/
test_connection.py 31 from boto.rds.logfile import LogFile, LogFileObject
614 self.assertTrue(isinstance(response[0], LogFile))
634 self.assertTrue(isinstance(response[0], LogFile))
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 40 var p_logFile = new ArgumentsProcessor(['logfile.log']);
42 assertEquals('logfile.log', p_logFile.result().logFileName);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cgi.py 197 cgi.logfile = "/dev/null"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cgi.py 197 cgi.logfile = "/dev/null"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 197 cgi.logfile = "/dev/null"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 197 cgi.logfile = "/dev/null"
  /external/autotest/client/cros/cellular/
pseudo_modem.py 676 parser.add_option('-l', '--logfile', dest='logfile',
692 if options.logfile:
693 kwargs['filename'] = options.logfile
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 81 static FILE *logfile = NULL; variable
412 logfile = fopen("/data/playback.bin", "w+");
413 if (logfile)
414 inv_turn_on_data_logging(logfile);
    [all...]

Completed in 1011 milliseconds

1 2 34 5