Home
last modified time | relevance | path

Searched refs:LOGGER (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
H A 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
[all...]
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/
H A 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/
H A D_base.py43 LOGGER = logging.getLogger("concurrent.futures") variable
342 LOGGER.exception('exception calling callback for %r', self)
426 LOGGER.exception('exception calling callback for %r', self)
532 LOGGER.critical('Future %s in unexpected state: %s',
H A Dthread.py74 _base.LOGGER.critical('Exception in initializer:', exc_info=True)
109 _base.LOGGER.critical('Exception in worker', exc_info=True)
H A Dprocess.py237 _base.LOGGER.critical('Exception in initializer:', exc_info=True)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeZone.java121 private static final Logger LOGGER = Logger.getLogger("com.ibm.icu.util.TimeZone"); field in TimeZone
761 LOGGER.fine("\"" +id + "\" is a bogus id so timezone is falling back to Etc/Unknown(GMT)."); in getTimeZone()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DTimeZone.java121 private static final Logger LOGGER = Logger.getLogger("ohos.global.icu.util.TimeZone"); field in TimeZone
719 LOGGER.fine("\"" +id + "\" is a bogus id so timezone is falling back to Etc/Unknown(GMT)."); in getTimeZone()
/third_party/rust/crates/log/src/
H A Dlib.rs204 //! static LOGGER: SimpleLogger = SimpleLogger;
207 //! log::set_logger(&LOGGER)
396 // The LOGGER static holds a pointer to the global logger. It is protected by
397 // the STATE static which determines whether LOGGER has been initialized yet.
398 static mut LOGGER: &dyn Log = &NopLogger; consts
404 // LOGGER hasn't actually been set yet), or the logger's active.
1298 // Just used as a dummy initial value for LOGGER
1486 LOGGER = make_logger(); in set_logger()
1525 LOGGER = logger; in set_logger_racy()
1579 unsafe { LOGGER }
[all...]

Completed in 10 milliseconds