Home
last modified time | relevance | path

Searched refs:GetLogger (Results 1 – 25 of 48) sorted by relevance

12

/external/toolchain-utils/cros_utils/
Dbuildbot_utils.py120 logger.GetLogger().LogFatal('Error occurred while launching trybot job: '
169 logger.GetLogger().LogFatal(
173 logger.GetLogger().LogOutput(wait_msg)
174 logger.GetLogger().LogOutput('{0} minutes elapsed.'.format(elapsed / 60))
175 logger.GetLogger().LogOutput('Sleeping {0} seconds.'.format(SLEEP_TIME))
191 logger.GetLogger().LogError(
201 logger.GetLogger().LogOutput("image is '%s'" % image)
202 logger.GetLogger().LogOutput('status is %s' % status)
223 logger.GetLogger().LogOutput(
228 logger.GetLogger().LogOutput(
Dmanifest_versions.py58 logger.GetLogger().LogFatal('Failed to clone manifest-versions.')
69 logger.GetLogger().LogFatal('The time you specify is too early.')
77 logger.GetLogger().LogFatal('Failed to checkout manifest at '
88 logger.GetLogger().LogOutput('LKGM path is %s' % path)
89 logger.GetLogger().LogOutput('Cannot find path %s' % chrome_path)
117 logger.GetLogger().LogFatal('The time you specify is too early.')
125 logger.GetLogger().LogFatal('Failed to checkout manifest at '
Dmisc.py297 logger.GetLogger().LogCmd('rm -rf %s' % out_dir)
303 logger.GetLogger().LogCmd('rm -rf %s' % out_dir)
312 logger.GetLogger().LogCmd(msg)
317 logger.GetLogger().LogCmd(msg)
378 logger.GetLogger().LogWarning('Git tree has staged changes.')
381 logger.GetLogger().LogWarning('Git tree has unstaged changes.')
384 logger.GetLogger().LogWarning('Git tree has un-tracked changes.')
430 logger.GetLogger().LogWarning(
478 logger.GetLogger().LogOutput('Retrieving patch information from server ...')
483 logger.GetLogger().LogError(
[all …]
Dlocks.py26 logger.GetLogger().LogWarning(
42 logger.GetLogger().LogWarning('Could not unlock %s. %s' %
/external/toolchain-utils/
Dsetup_chromeos.py81 logger.GetLogger().LogFatal(err_msg)
95 logger.GetLogger().LogFatal('No common version for timestamp')
149 logger.GetLogger().LogFatal('No version specified.')
159 logger.GetLogger().LogFatal('timestamp option only applies for '
164 logger.GetLogger().LogFatal('No directory specified.')
184 logger.GetLogger().LogOutput('found version %s.%s for latest LKGM' %
192 logger.GetLogger().LogFatal('No timestamp specified for version=lkgm')
196 logger.GetLogger().LogOutput(
205 logger.GetLogger().LogOutput('found version %s.%s for latest Common image' %
212 logger.GetLogger().LogFatal('No timestamp specified for version=lkgm')
[all …]
Dtc_enter_chroot.py54 logger.GetLogger().LogFatalIf(retv, 'Cannot create mount_dir!')
56 logger.GetLogger().LogFatalIf(retv, 'Cannot create external_dir!')
58 logger.GetLogger().LogFatalIf(retv, 'Cannot mount!')
144 logger.GetLogger().LogWarning(m)
153 logger.GetLogger().LogError('toolchain path ' + tc_dir +
159 logger.GetLogger().LogError('chromeos_root ' + options.chromeos_root +
165 logger.GetLogger().LogError(options.chromeos_root +
187 logger.GetLogger().LogFatalIf(not os.path.isdir(third_party_dir),
234 logger.GetLogger().LogError(str(e))
253 logger.GetLogger().LogCmd(inner_command)
[all …]
Dbuild_chromeos.py131 logger.GetLogger().LogFatal(
173 logger.GetLogger().LogFatalIf(ret, 'setup_board failed')
175 logger.GetLogger().LogOutput('Did not setup_board '
185 logger.GetLogger().LogWarning(
206 logger.GetLogger().LogFatalIf(\
227 logger.GetLogger().LogFatalIf(
252 logger.GetLogger().LogFatalIf(ret, 'build_packages failed')
259 logger.GetLogger().LogFatalIf(ret, 'build_image failed')
279 logger.GetLogger().LogFatalIf(
Dimage_chromeos.py47 logger.GetLogger().LogFatalIf(
49 logger.GetLogger().LogFatalIf(
59 logger.GetLogger().LogOutput('Trying to disable beeping.')
64 logger.GetLogger().LogOutput(o)
65 logger.GetLogger().LogOutput('Failed to disable beeps.')
156 l = logger.GetLogger()
228 logger.GetLogger().LogFatal('Have to pass --force to image a '
283 logger.GetLogger().LogFatalIf(ret, 'Image command failed')
306 logger.GetLogger().LogFatalIf(ret, 'Writing checksum failed.')
310 logger.GetLogger().LogFatalIf(not successfully_imaged,
[all …]
Dbuild_chrome_browser.py120 logger.GetLogger().LogOutput('No Chrome version given so '
127 logger.GetLogger().LogOutput(
171 logger.GetLogger().LogFatal('cros_workon chromeos-chrome failed.')
197 logger.GetLogger().LogFatalIf(ret, 'build_packages failed')
218 logger.GetLogger().LogFatalIf(ret, 'build_image failed')
239 logger.GetLogger().LogFatalIf(
Dbuild_tool.py79 self._logger = logger.GetLogger()
359 logger.GetLogger().LogWarning(
363 logger.GetLogger().LogWarning(
727 logger.GetLogger().LogOutput('Trying to deduce chromeos root ...')
731 logger.GetLogger().LogOutput('Find chromeos_root: {}'.format(wdir))
744 logger.GetLogger().LogError(
760 logger.GetLogger().LogError(
771 logger.GetLogger().LogOutput(
778 logger.GetLogger().LogWarning(
781 logger.GetLogger().LogError(
[all …]
Dremote_gcc_build.py60 logger.GetLogger().LogFatal('Cannot find version for branch {0}'
73 logger.GetLogger().LogOutput('{0} minutes passed.'
75 logger.GetLogger().LogOutput('Sleeping {0} seconds.'.format(SLEEP_TIME))
157 logger.GetLogger().LogFatal('Command {0} failed, existing...'
422 logger.GetLogger().LogOutput('found version %s for latest LKGM' %
453 logger.GetLogger().LogError('Remote trybot failed but image was generated')
456 logger.GetLogger().LogError('Remote trybot failed. No image was generated')
Dchromiumos_image_diff.py41 self.logger = logger.GetLogger()
138 self.logger = logger.GetLogger()
147 logger.GetLogger(
304 logger.GetLogger().LogError(
332 logger.GetLogger().LogError(
Drepo_to_repo.py63 self._logger = logger.GetLogger()
227 logger.GetLogger().LogFatalIf(
320 logger.GetLogger().LogFatal('Unknown key: %s found' % key)
345 logger.GetLogger().LogFatal('Unknown repo type: %s' % repo_type)
384 logger.GetLogger().LogFatal(
Dfile_lock_machine.py143 logger.GetLogger().LogOutput('\n%s' % cls.AsString(file_locks))
178 logger.GetLogger().LogError(ex)
196 self._logger = logger.GetLogger()
351 logger.GetLogger().LogError(
Dtest_toolchains.py45 self._l = logger.GetLogger()
175 self._l = logger.GetLogger()
/external/toolchain-utils/crb/
Dcrb_driver.py72 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)
203 l = logger.GetLogger()
263 l = logger.GetLogger()
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py89 self.l = logger.GetLogger()
444 logger.GetLogger().LogOutput('Starting to bisect bad pass for bad item.')
451 logger.GetLogger().LogOutput(
458 logger.GetLogger().LogOutput('Bad pass found: %s.' % pass_name)
461 logger.GetLogger().LogOutput('Starting to bisect at transformation level.')
468 logger.GetLogger().LogOutput(
474 logger.GetLogger().LogOutput(
598 bss.l = logger.GetLogger()
779 logger.GetLogger().LogOutput('Resuming from %s' % STATE_FILE)
782 logger.GetLogger().LogOutput(
[all …]
Dbinary_search_perforce.py81 self.logger = logger.GetLogger()
145 self.logger = logger.GetLogger()
495 logger.GetLogger().LogOutput(message, print_to_console=verbose)
498 logger.GetLogger().LogOutput(str(p4gccbs), print_to_console=verbose)
501 logger.GetLogger().LogOutput(
503 logger.GetLogger().LogOutput(str(p4gccbs.bs), print_to_console=verbose)
505 logger.GetLogger().LogOutput('Cleaning up...')
507 logger.GetLogger().LogOutput(str(p4gccbs.bs), print_to_console=verbose)
Dbisect.py37 self.logger = logger.GetLogger()
288 log = logger.GetLogger()
/external/toolchain-utils/deprecated/
Dbuild_benchmarks.py99 logger.GetLogger().LogError('benchmark results %s does not exist.' %
201 logger.GetLogger().LogFatal('Bad benchmark %s specified' % arg)
210 logger.GetLogger().LogWarning('--toolchain_root should not be set')
234 logger.GetLogger().LogErrorIf(retval,
242 logger.GetLogger().LogErrorIf(retval,
269 logger.GetLogger().LogErrorIf(retval, 'Build of ChromeOS failed.')
290 logger.GetLogger().LogErrorIf(retval, 'Build of ChromeOS failed.')
Drun_benchmarks.py184 logger.GetLogger().LogFatal('Bad benchmark %s specified' % arg)
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/crosperf/
Dimage_checksummer.py28 logger.GetLogger().LogOutput(
37 logger.GetLogger().LogOutput('Computed checksum is '
41 logger.GetLogger().LogOutput('Checksum is: %s' % self._checksum)
67 logger.GetLogger().LogError('Could not compute checksum of image in label'
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator.cc66 Logger* GetLogger() const { return logger_.get(); } in GetLogger() function in tflite::optimize::calibration::__anondcc7f9690111::Calibrator
169 auto logger = calibrator->GetLogger(); in LoggingEval()
340 new Reader(context, calibrator->GetLogger())); in BuildLoggingInterpreter()
/external/toolchain-utils/fdo_scripts/
Ddivide_and_merge_profiles.py30 self._l = logger.GetLogger()
100 l = logger.GetLogger()
Dprofile_cycler.py34 self._l = logger.GetLogger()
150 l = logger.GetLogger()

12