HomeSort by relevance Sort by last modified time
    Searched refs:LogOutput (Results 1 - 25 of 35) sorted by null

1 2

  /cts/libs/vogar-expect/src/vogar/util/
LogOutput.java 21 public interface LogOutput {
Log.java 23 private static LogOutput sLogoutput = null;
25 public static void setOutput(LogOutput logOutput) {
26 sLogoutput = logOutput;
  /external/toolchain-utils/binary_search_tool/
binary_search_state.py 101 self.l.LogOutput(
108 self.l.LogOutput(
115 self.l.LogOutput(
124 self.l.LogOutput(
131 self.l.LogOutput(
138 self.l.LogOutput(
195 self.l.LogOutput('VERIFICATION')
196 self.l.LogOutput('Beginning tests to verify good/bad sets\n')
200 self.l.LogOutput('Resetting all items to good to verify.')
209 self.l.LogOutput('Resetting all items to bad to verify.'
    [all...]
bisect.py 98 self.logger.LogOutput(out)
167 self.logger.LogOutput(('Cleanup successful! To restore the bisection '
221 self.logger.LogOutput(('Cleanup successful! To restore the bisection '
281 self.logger.LogOutput(('Cleanup successful! To restore the bisection '
290 log.LogOutput('Setting up Bisection tool')
295 log.LogOutput('Running Bisection tool')
300 log.LogOutput('Cleaning up Bisection tool')
binary_search_perforce.py 97 self.logger.LogOutput(message, print_to_console=verbose)
112 self.logger.LogOutput('lo: %d hi: %d\n' % (self.lo, self.hi))
118 self.logger.LogOutput(message)
124 self.logger.LogOutput(
173 self.logger.LogOutput(message, print_to_console=verbose)
176 self.logger.LogOutput(message, print_to_console=verbose)
177 self.logger.LogOutput(str(self), print_to_console=verbose)
430 logger.GetLogger().LogOutput(message, print_to_console=verbose)
433 logger.GetLogger().LogOutput(str(p4gccbs), print_to_console=verbose)
436 logger.GetLogger().LogOutput(
    [all...]
  /external/toolchain-utils/crosperf/
download_images.py 38 self.logger.LogOutput('CMD: %s' % self.cleanup_command)
71 self._logger.LogOutput('Preparing to download %s image to local '
87 self._logger.LogOutput('CMD: %s' % command)
111 self._logger.LogOutput('CMD: %s' % command)
118 self._logger.LogOutput('CMD: %s' % clean_cmd)
128 self._logger.LogOutput('CMD: %s' % command)
150 self._logger.LogOutput('Preparing to download %s package to local '
165 self._logger.LogOutput('CMD: %s' % command)
178 self._logger.LogOutput('CMD: %s' % command)
186 self._logger.LogOutput('CMD: %s' % command
    [all...]
experiment_runner.py 159 self.l.LogOutput('Removing cache dir: %s' % cache_dir)
183 self.l.LogOutput(border)
184 self.l.LogOutput(status.GetProgressString())
185 self.l.LogOutput(status.GetStatusString())
186 self.l.LogOutput(border)
191 self.l.LogOutput(border)
192 self.l.LogOutput(current_status_string)
193 self.l.LogOutput(border)
213 self.l.LogOutput(TextResultsReport.FromExperiment(experiment).GetReport())
251 self.l.LogOutput('Storing experiment file in %s.' % results_directory
    [all...]
suite_runner.py 74 self.logger.LogOutput('benchmark %s failed. Retries left: %s' %
77 self.logger.LogOutput('benchmark %s succeded after %s retries' %
81 self.logger.LogOutput('benchmark %s succeded on first try' %
111 self.logger.LogOutput('Pinning governor execution frequencies for %s' %
172 self.logger.LogOutput('Running test.')
173 self.logger.LogOutput('CMD: %s' % command)
237 self.logger.LogOutput('Running test.')
238 self.logger.LogOutput('CMD: %s' % cmd)
276 self.logger.LogOutput('Running test.')
277 self.logger.LogOutput('CMD: %s' % cmd
    [all...]
image_checksummer.py 28 logger.GetLogger().LogOutput("Acquiring checksum for '%s'." %
37 logger.GetLogger().LogOutput('Computed checksum is '
41 logger.GetLogger().LogOutput('Checksum is: %s' % self._checksum)
schedv2.py 66 self._logger.LogOutput('{} started.'.format(self))
74 self._logger.LogOutput('ImageManager found no label '
107 self._logger.LogOutput('Reimaging {} using {}'.format(self, label))
135 self._logger.LogOutput('{} started working on {}'.format(self, br))
169 self._logger.LogOutput("Dut '{}' is pre-installed with '{}'".format(
212 self._logger.LogOutput('Cache hit - {}'.format(br))
216 self._logger.LogOutput('Cache not hit - {}'.format(br))
281 self._logger.LogOutput(('Starting to read cache status for '
289 self._logger.LogOutput(('Starting {} threads to read cache status for '
317 self._logger.LogOutput(
    [all...]
benchmark_run.py 88 self._logger.LogOutput('%s: Cache hit.' % self.name)
89 self._logger.LogOutput(self.result.out, print_to_console=False)
93 self._logger.LogOutput('%s: No cache hit.' % self.name)
103 self._logger.LogOutput('%s: No cache hit.' % self.name)
144 self._logger.LogOutput('Machine %s is not reachable, removing it.' %
147 self._logger.LogOutput('Releasing machine: %s' % self.machine.name)
149 self._logger.LogOutput('Released machine: %s' % self.machine.name)
171 self._logger.LogOutput('%s: Machine %s acquired at %s' %
machine_manager.py 280 self.logger.LogOutput('Pushing image onto machine.')
281 self.logger.LogOutput('Running image_chromeos.DoImage with %s' %
289 self.logger.LogOutput('reboot & exit.')
295 self.logger.LogOutput('Pushing image onto machine.')
296 self.logger.LogOutput('Running image_chromeos.DoImage with %s' %
364 self.logger.LogOutput("Couldn't lock: %s" % cros_machine.name)
373 self.logger.LogOutput('Setting up remote access to %s' % machine_name)
374 self.logger.LogOutput('Checking machine characteristics for %s' %
  /external/toolchain-utils/cros_utils/
buildbot_utils.py 315 logger.GetLogger().LogOutput(pending_message)
316 logger.GetLogger().LogOutput('Current pending time: %d minutes.' %
320 logger.GetLogger().LogOutput('{0} minutes passed.'.format(running_time /
322 logger.GetLogger().LogOutput('Sleeping {0} seconds.'.format(SLEEP_TIME))
346 logger.GetLogger().LogOutput("trybot_image is '%s'" % trybot_image)
347 logger.GetLogger().LogOutput('build_status is %d' % build_status)
378 logger.GetLogger().LogOutput('Image %s not ready, waiting for 10 minutes' %
383 logger.GetLogger().LogOutput('Image %s not found, waited for %d hours' %
  /external/toolchain-utils/
image_chromeos.py 158 l.LogOutput('Image checksum: ' + image_checksum)
159 l.LogOutput('Device checksum: ' + device_checksum)
167 l.LogOutput('Checksums do not match. Re-imaging...')
178 l.LogOutput('Using non-local image; Re-imaging...')
222 l.LogOutput('CMD : %s' % command)
230 l.LogOutput('Imaging failed. Retry # %d.' % retries)
237 l.LogOutput('Deleting temp image dir: %s' % temp_dir)
256 l.LogOutput('Verifying image.')
274 l.LogOutput('Checksums match. Skipping reimage')
300 l.LogOutput('Found matching image %s in chromeos_root.'
    [all...]
chromiumos_image_diff.py 65 self.logger.LogOutput('Mounting "{0}" onto "{1}" and "{2}"'.format(
87 self.logger.LogOutput('Created an unmount script - "{0}"'.format(
93 self.logger.LogOutput('Unmounting image "{0}" from "{1}" and "{2}"'.format(
98 self.logger.LogOutput(('Please unmount manually - \n'
117 self.logger.LogOutput('Finding all elf files in "{0}" ...'.format(
126 self.logger.LogOutput(
151 self.logger.LogOutput('Checking elf file equality ...')
186 self.logger.LogOutput('Start comparing {0} elf file by file ...'.format(
219 self.logger.LogOutput('*** Not match - "{0}" "{1}"'.format(
235 self.logger.LogOutput('** COOL, ALL {0} BINARIES MATCHED!! **'.format
    [all...]
setup_chromeos.py 185 logger.GetLogger().LogOutput('found version %s.%s for latest LKGM' %
197 logger.GetLogger().LogOutput('found version %s.%s for LKGM at timestamp %s'
205 logger.GetLogger().LogOutput('found version %s.%s for latest Common image' %
215 logger.GetLogger().LogOutput('found version %s.%s for latest common image '
build_tool.py 87 self._logger.LogOutput('"{0}" and "{1}" are the same."'.format(t1, t2))
138 self._logger.LogOutput(
156 self._logger.LogOutput('Sync successfully done.')
229 self._logger.LogOutput('Find tree for {0} branch "{1}" - "{2}"'.format(
520 self._logger.LogOutput('Successfully built {0} for board {1}.'.format(
563 self._logger.LogOutput('Bootstrap succeeded.')
610 self._logger.LogOutput(
730 logger.GetLogger().LogOutput('Trying to deduce chromeos root ...')
734 logger.GetLogger().LogOutput('Find chromeos_root: {}'.format(wdir))
774 logger.GetLogger().LogOutput(
    [all...]
afe_lock_machine.py 283 self.logger.LogOutput('Successfully added %s to local server.' % m)
308 self.logger.LogOutput('Successfully removed %s from local server.' % m)
409 self.logger.LogOutput('Locked machine(s) %s.' % m)
411 self.logger.LogOutput('Unlocked machine(s) %s.' % m)
build_chrome_browser.py 110 logger.GetLogger().LogOutput('No Chrome version given so '
117 logger.GetLogger().LogOutput(
remote_gcc_build.py 72 logger.GetLogger().LogOutput('{0} minutes passed.'
74 logger.GetLogger().LogOutput('Sleeping {0} seconds.'.format(SLEEP_TIME))
414 logger.GetLogger().LogOutput('found version %s for latest LKGM' %
  /external/toolchain-utils/dejagnu/
run_dejagnu.py 151 self._l.LogOutput(
154 self._l.LogOutput(
159 self._l.LogOutput('[Cleanup] - Removing temp dir - {0}'.format(
172 self._l.LogOutput('[Cleanup] - Unmounting directories ...')
178 self._l.LogOutput('[Cleanup]: Deleting chroot inside \'{0}\''.format(
191 self._l.LogOutput('[Cleanup]: Deleting chromeos tree \'{0}\' ...'.format(
236 self._l.LogOutput('Gcc source dir - {0}'.format(self._gcc_source_dir))
237 self._l.LogOutput('Gcc build dir - {0}'.format(self._gcc_top_build_dir))
356 self._l.LogOutput('{0} unmounted successfully.'.format(mp.mount_dir))
362 self._l.LogOutput('{0} mounted successfully.'.format(mp.mount_dir)
    [all...]
  /external/toolchain-utils/crb/
crb_driver.py 72 logger.GetLogger().LogOutput('Computing md5sum of: %s' % image)
74 logger.GetLogger().LogOutput('md5sum %s: %s' % (image, image_checksum))
178 logger.GetLogger().LogOutput(border)
179 logger.GetLogger().LogOutput(GetProgressString(start_time, len(
182 logger.GetLogger().LogOutput(GetStatusString(autotest_runs))
183 logger.GetLogger().LogOutput('%s\n' %
185 logger.GetLogger().LogOutput(border)
227 l.LogOutput(output)
316 l.LogOutput(' '.join(argv))
autotest_run.py 158 self._logger.LogOutput('Trying to read from cache file: %s' % cache_file)
160 self._logger.LogOutput('Cache miss. AM going to run: %s for: %s' %
169 self._logger.LogOutput(self.out)
200 self._logger.LogOutput('--rerun passed. Not using cached results.')
202 self._logger.LogOutput('--rerun_if_failed passed and existing test '
213 self._logger.LogOutput('%s: Machine %s acquired at %s' %
234 self._logger.LogOutput('Releasing machine: %s' % self.machine.name)
237 self._logger.LogOutput('Released machine: %s' % self.machine.name)
  /external/toolchain-utils/deprecated/
run_benchmarks.py 215 logger.GetLogger().LogOutput('Reimaging machine %s' % options.machine)
218 logger.GetLogger().LogOutput('Running %s' % arg)
231 logger.GetLogger().LogOutput('Reimaging machine %s' % options.machine)
234 logger.GetLogger().LogOutput('Running %s' % arg)
  /external/toolchain-utils/fdo_scripts/
vanilla_vs_fdo.py 87 self._l.LogOutput('Total mismatches: %s' % mismatches)
93 self._l.LogOutput('Total stale files: %s' % len(stale_files))

Completed in 236 milliseconds

1 2