Searched refs:logs (Results 26 - 50 of 85) sorted by relevance

1234

/external/autotest/client/site_tests/firmware_TouchMTB/tools/
H A Dhost_replay.sh10 # and to generate new logs,
11 # (2) remove the old logs in tests/logs/ for every board on the host, and
12 # (3) scp the new logs from the machine into the proper board on the host.
78 # These new logs are supposed to be checked in to gerrit so that the
88 # Scp the new logs from the machine to the host.
106 boards=`find tests/logs/* -maxdepth 0 -type d`
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
H A DCTLogStoreImpl.java127 // If the updateable logs dont exist then use the fallback logs.
148 CTLogInfo[] logs = new CTLogInfo[KnownLogs.LOG_COUNT];
153 logs[i] = new CTLogInfo(key,
161 defaultFallbackLogs = logs;
162 return logs;
/external/linux-kselftest/tools/testing/selftests/pstore/
H A Dcommon_tests60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
63 # Preparing logs
/external/python/cpython2/Lib/distutils/tests/
H A Dsupport.py34 self.logs = []
44 self.logs.append((level, msg, args))
52 in self.logs if level in levels]
55 self.logs = []
H A Dtest_build_py.py147 self.assertIn('byte-compiling is disabled', self.logs[0][1])
H A Dtest_install_lib.py101 self.assertIn('byte-compiling is disabled', self.logs[0][1])
H A Dtest_install.py231 old_logs_len = len(self.logs)
238 self.assertGreater(len(self.logs), old_logs_len)
/external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
H A DHttpLoggingInterceptorTest.java584 private final List<String> logs = new ArrayList<>(); field in class:HttpLoggingInterceptorTest.LogRecorder
588 assertTrue("No more messages found", index < logs.size());
589 String actual = logs.get(index++);
595 assertTrue("No more messages found", index < logs.size());
596 String actual = logs.get(index++);
603 assertTrue("More messages remain: " + logs.subList(index, logs.size()), index == logs.size());
607 logs.add(message);
/external/autotest/site_utils/bootperf-bin/
H A Dbootperf78 RUNDIR_ALL_RESULTS=logs
115 autotest logs are preserved with the test results.
172 error "and see $TMP_RESULTS for full test logs and output."
/external/ltp/testcases/realtime/
H A Drun.sh48 clean all logs deleted, make clean
115 rm -rf logs/*
152 # This will clobber logs, out files, .o's etc
H A D00_Descriptions.txt30 logs - All test logs are stored in this directory
/external/webrtc/webrtc/video/
H A Dvideo_quality_test.h61 bool logs; member in struct:webrtc::VideoQualityTest::Params
H A Dscreenshare_loopback.cc173 DEFINE_bool(logs, false, "print logs to stderr");
H A Dvideo_loopback.cc175 DEFINE_bool(logs, false, "print logs to stderr");
/external/autotest/client/bin/
H A Dfio_util.py323 logs = utils.system_output('ls *_%s.*log' % log_type, ignore_status=True)
324 if not logs:
338 for log in logs.split():
/external/autotest/client/cros/
H A Dcros_logging.py66 """Set the start of logs based on a regular expression.
88 """ Set the start of logs (must be system log) based on reboot.
98 """ Set start of logs based on current last line.
110 """ Get logs since the start line.
117 logs = []
119 logs.append(line)
120 return ''.join(logs)
124 """ Try to find string in the logs.
132 """Search the logs and return the latest occurrence of a message
136 patterns: A regexp or a list of regexps to search the logs wit
[all...]
/external/autotest/client/site_tests/video_YouTubeMseEme/files/
H A Dvideo_YouTubeMseEme.js23 var logs = [];
26 logs.push(log_string);
31 for (var i in logs)
32 output += logs[i];
/external/autotest/server/
H A Dcrashcollect.py62 @param host: The RemoteHost to collect logs from
64 @param dest_path: A path (file or directory) to write the copies logs into
65 @param use_tmp: If True, will first copy the logs to a temporary directory
66 on the host and download logs from there.
98 @param host: The RemoteHost to collect logs from.
100 @param dest_path: A path (file or directory) to write the copies logs into.
265 """Collects any leftover uncollected logs from the client.
271 logs = host.job.get_client_logs()
272 for hostname, remote_path, local_path in logs:
274 logging.info('Retrieving logs fro
[all...]
/external/autotest/site_utils/sponge_lib/
H A Dacts_job_info.py44 logs = autotest_job_info.AutotestTaskInfo.logs + ['results'] variable in class:ACTSTaskInfo
H A Dautotest_job_info.py119 # A list of logs to upload for this task.
120 logs = ['debug', 'status.log', 'crash', 'keyval', 'control', 'control.srv'] variable in class:AutotestTaskInfo
/external/mesa3d/docs/specs/OLD/
H A DMESA_trace.spec34 of the generated log can be controlled. The resulting logs are
/external/skia/infra/bots/recipe_modules/isolate/
H A Dapi.py85 step_result.presentation.logs['missing.isolates'] = (
214 step_result.presentation.logs['failed to isolate'] = (
217 ['', 'See logs for more information.']
/external/toolchain-utils/automation/server/monitor/
H A Ddashboard.py57 logs = [Link('/job/%d/log' % job.id, 'Log')]
64 ('Logs', logs)],
/external/toolchain-utils/cros_utils/
H A Dbuildbot_utils.py76 logs = build_data['logs']
77 for l in logs:
86 """Find the right build record in the build logs.
122 # NOTE: If we want to get build logs for the main waterfall builders, the
203 has finished, it parses the resulting report logs to find the trybot
263 # logs.
272 logger.GetLogger().LogFatal('Unable to get build logs for target %s.' %
/external/linux-kselftest/tools/testing/selftests/ftrace/
H A Dftracetest15 echo " -k|--keep Keep passed test logs"
102 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`/
116 # Preparing logs

Completed in 1465 milliseconds

1234