Home
last modified time | relevance | path

Searched refs:LOGGER (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_stats.py126 LOGGER = logging.getLogger('generate_stats') variable
165 LOGGER.debug("Ran [bb ls '" + bot_name + "' -n 1 -status success -p]")
216 LOGGER.debug("Ran [bb get '" + build_name + "' -steps]")
246 LOGGER.warning('Step info empty for ' + print_name + '\n')
254 LOGGER.warning('Step info does not sum to total for ' + print_name + ' | Total: ' +
269 LOGGER.debug("Ran [bb log '" + build_name + "' '" + step_name + "']")
272 LOGGER.warning("Unexpected error from bb log '" + build_name + "' '" + step_name + "': '" +
310 LOGGER.debug("Formatting error workaround rebuilt line as: '" + line + "'\n")
325 LOGGER.warning("Line improperly formatted: '" + line + "'\n")
354 LOGGER.warning("Too many characters in column '" + key +
[all …]
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_stats.py126 LOGGER = logging.getLogger('generate_stats') variable
165 LOGGER.debug("Ran [bb ls '" + bot_name + "' -n 1 -status success -p]")
216 LOGGER.debug("Ran [bb get '" + build_name + "' -steps]")
246 LOGGER.warning('Step info empty for ' + print_name + '\n')
254 LOGGER.warning('Step info does not sum to total for ' + print_name + ' | Total: ' +
269 LOGGER.debug("Ran [bb log '" + build_name + "' '" + step_name + "']")
272 LOGGER.warning("Unexpected error from bb log '" + build_name + "' '" + step_name + "': '" +
310 LOGGER.debug("Formatting error workaround rebuilt line as: '" + line + "'\n")
325 LOGGER.warning("Line improperly formatted: '" + line + "'\n")
354 LOGGER.warning("Too many characters in column '" + key +
[all …]
/third_party/boringssl/src/util/bot/go/
Dbootstrap.py32 LOGGER = logging.getLogger(__name__) variable
106 LOGGER.info('Removing %s', p)
126 LOGGER.info('Downloading %s...', url)
129 LOGGER.info('Extracting...')
139 LOGGER.info('Validating...')
179 LOGGER.error('Failed to run sample program:\n%s', out)
192 LOGGER.debug('Go toolset is up-to-date: %s', TOOLSET_VERSION)
195 LOGGER.info('Installing Go toolset.')
196 LOGGER.info(' Old toolset is %s', installed)
197 LOGGER.info(' New toolset is %s', available)
[all …]
/third_party/grpc/tools/distrib/python/grpc_prefixed/
Dgenerate.py40 LOGGER = logging.getLogger(__name__) variable
93 LOGGER.error('Wheel creation failed with %d', job.returncode)
94 LOGGER.error(outs)
96 LOGGER.info('Package <%s> generated', meta.name)
/third_party/grpc/src/ruby/lib/grpc/
Dlogconfig.rb21 LOGGER
39 LOGGER = NoopLogger.new constant
/third_party/grpc/src/ruby/pb/test/
Dserver.rb83 LOGGER
86 LOGGER = DebugIsTruncated.new(STDOUT) constant
87 LOGGER.level = Logger::WARN
Dxds_client.rb78 LOGGER
81 LOGGER = Logger.new(STDOUT) constant
82 LOGGER.level = Logger::INFO
Dclient.rb49 LOGGER
52 LOGGER = Logger.new(STDOUT) constant
53 LOGGER.level = Logger::INFO
/third_party/grpc/src/ruby/bin/
Dmath_server.rb36 LOGGER
39 LOGGER = Logger.new(STDOUT) constant
Dmath_client.rb36 LOGGER
39 LOGGER = Logger.new(STDOUT) constant
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/
DCombineGeoData.java53 private static final Logger LOGGER = Logger.getLogger(CombineGeoData.class.getName()); field in CombineGeoData
275 LOGGER.severe("usage: java -jar combine-geodata.jar /path/to/input /path/to/output"); in main()
283 LOGGER.severe(e.getMessage()); in main()
/third_party/python/Lib/concurrent/futures/
D_base.py43 LOGGER = logging.getLogger("concurrent.futures") variable
331 LOGGER.exception('exception calling callback for %r', self)
411 LOGGER.exception('exception calling callback for %r', self)
513 LOGGER.critical('Future %s in unexpected state: %s',
Dthread.py68 _base.LOGGER.critical('Exception in initializer:', exc_info=True)
103 _base.LOGGER.critical('Exception in worker', exc_info=True)
Dprocess.py232 _base.LOGGER.critical('Exception in initializer:', exc_info=True)
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DTimeZone.java121 private static final Logger LOGGER = Logger.getLogger("ohos.global.icu.util.TimeZone"); field in TimeZone
719LOGGER.fine("\"" +id + "\" is a bogus id so timezone is falling back to Etc/Unknown(GMT)."); in getTimeZone()
/third_party/libphonenumber/
Drelease_notes.txt1100 - Formatting, naming (LOGGER -> logger) and comment tweaks to follow style