Home
last modified time | relevance | path

Searched refs:log_info (Results 1 - 25 of 39) sorted by relevance

12

/third_party/python/Lib/
H A Dasyncore.py271 #self.log_info('adding channel %s' % self)
281 #self.log_info('closing channel %d:%s' % (fd, self))
404 # log and log_info may be overridden to provide more sophisticated
406 # and 'log_info' is for informational, warning and error logging.
411 def log_info(self, message, type='info'): member in dispatcher
470 self.log_info(
482 self.log_info('unhandled incoming priority event', 'warning')
485 self.log_info('unhandled read event', 'warning')
488 self.log_info('unhandled write event', 'warning')
491 self.log_info('unhandle
[all...]
/third_party/libinput/src/
H A Dudev-seat.c125 log_info(&input->base, in device_added()
133 log_info(&input->base, in device_added()
286 log_info(libinput, in udev_input_enable()
293 log_info(libinput, "udev: failed to set up filter\n"); in udev_input_enable()
298 log_info(libinput, "udev: failed to bind the udev monitor\n"); in udev_input_enable()
H A Dpath-seat.c157 log_info(&input->base, in path_seat_get_for_device()
194 log_info(&input->base, in path_device_enable()
200 log_info(&input->base, in path_device_enable()
/third_party/python/PC/layout/
H A Dmain.py339 log_info("Generating {} in {}", zip_name, ns.temp)
346 log_info("Generating {} in {}", PYTHON_PTH_NAME, ns.temp)
364 log_info("Extracting pip")
405 log_info("Processed {:>4} of {} files", count, total)
407 log_info("Processed {} files", count)
470 log_info("Generating {}", ns.catalog)
603 log_info(
634 log_info("Interrupted by Ctrl+C")
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c1057 log_info("\nGot:"); in convertFromU()
1059 log_info("\nExpected:"); in convertFromU()
1071 log_info("\nGot : "); in convertFromU()
1074 log_info("%d, ", offsetBuffer[p-buffer]); in convertFromU()
1075 log_info("\nExpected: "); in convertFromU()
1077 log_info("%d,", expectOffsets[i]); in convertFromU()
1151 log_info("\nGot : "); in convertToU()
1153 log_info("%d, ", offsetBuffer[p-buffer]); in convertToU()
1154 log_info("\nExpected: "); in convertToU()
1156 log_info(" in convertToU()
[all...]
H A Dcctest.c88 log_info("Skipping test: ucnv_setDefaultName() did not affect actual name of %s\n", nameBeforeSet); in TestDefaultConverterSet()
H A Dudatatst.c1062 /* log_info("Open icu root: %s size_%d\n", u_errorName(status), ures_getSize(icu)); */ in TestAppData()
1071 /* log_info("Open app: %s, size %d\n", u_errorName(status), ures_getSize(app)); */ in TestAppData()
1086 /* log_info("icuString=%p - %s\n", icuString, austrdup(icuString)); */ in TestAppData()
1103 /* log_info("appString=%p - %s\n", appString, austrdup(appString)); */ in TestAppData()
1597 log_info(" difference at index %d=0x%x, until index %d=0x%x\n", i, i, j, j); in TestSwapCase()
1601 log_info("showing bytes from index %d=0x%x (length %d=0x%x):\n", i, i, length, length); in TestSwapCase()
1614 log_info(" original: %02x %02x %02x %02x %02x %02x %02x %02x\n", in TestSwapCase()
1622 log_info(" swapped: %02x %02x %02x %02x %02x %02x %02x %02x\n", in TestSwapCase()
H A Dputiltst.c42 log_info("signed right shift is Arithmetic Shift Right: %d\n", in TestSignedRightShiftIsArithmetic()
218 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1)); in TestPUtilAPI()
H A Dcapitst.c1031 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str1,-1), sortKeyStr1, sortKeyLen1); in TestBengaliSortKey()
1032 log_info("[%s] -> %s (%d, from rule)\n", aescstrdup(str2,-1), sortKeyStr2, sortKeyLen2); in TestBengaliSortKey()
2259 log_info(" missing: %s\n", aescstrdup(buffer, bufLen)); in doSetsTest()
2261 log_info(" total: size=%i %s\n", uset_getItemCount(ref), aescstrdup(buffer, bufLen)); in doSetsTest()
2509 log_info("Warning: ucol_open(%s, ...) returned %s, at least it didn't crash.\n", loc, u_errorName(status)); in TestDefaultKeyword()
/third_party/icu/icu4c/source/test/letest/
H A Dletest.cpp399 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion()
402 log_info("Your font's version string is \"%S\"\n", uFontVersionString); in checkFontVersion()
405 log_info("Your font's version string is \"%s\"\n", fontVersionString); in checkFontVersion()
409 log_info("The expected version string is \"%s\"\n", testVersionString); in checkFontVersion()
410 log_info("If you see errors, they may be due to the version of the font you're using.\n"); in checkFontVersion()
551 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont()
667 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag); in DataDrivenTest()
H A Dcletest.c354 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID); in checkFontVersion()
357 log_info("Your font's version string is \"%S\"\n", uFontVersionString); in checkFontVersion()
360 log_info("Your font's version string is \"%s\"\n", fontVersionString); in checkFontVersion()
364 log_info("The expected version string is \"%s\"\n", testVersionString); in checkFontVersion()
365 log_info("If you see errors, they may be due to the version of the font you're using.\n"); in checkFontVersion()
408 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont()
H A Dxmlreader.cpp223 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag); in readTestFile()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Dctest.h205 log_info(const char* pattern, ...);
228 * If WARN_ON_MISSING_DATA is nonzero, this will case a log_info (warning) to be
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Dctest.h198 log_info(const char* pattern, ...);
221 * If WARN_ON_MISSING_DATA is nonzero, this will case a log_info (warning) to be
/third_party/ltp/docparse/
H A Dtestinfo.pl35 sub log_info subroutine
329 log_info("using '$ENV{$env}' as $env repository");
/third_party/eudev/src/udev/
H A Dudevadm-settle.c93 log_info("Option -%c no longer supported.", c); in adm_settle()
H A Dudevd.c954 log_info("worker ["PID_FMT"] stopped", pid); in handle_signal()
957 log_info("worker ["PID_FMT"] continued", pid); in handle_signal()
1234 log_info("starting version " VERSION); in main()
/third_party/eudev/src/shared/
H A Dlog.h105 #define log_info(...) log_full(LOG_INFO, __VA_ARGS__) macro
/third_party/python/PC/layout/support/
H A Dlogging.py68 def log_info(msg, *args, **kwargs): function
/third_party/python/Lib/test/
H A Dtest_asyncore.py277 # capture output of dispatcher.log_info() (to stdout via print)
282 d.log_info(l1, 'EGGS')
283 d.log_info(l2)
284 d.log_info(l3, 'SPAM')
294 # capture output of dispatcher.log_info() (to stdout via print)
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp227 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag); in readTestFile()
/third_party/libevdev/libevdev/
H A Dlibevdev-int.h103 #define log_info(dev, ...) log_msg_cond(dev, LIBEVDEV_LOG_INFO, __VA_ARGS__) macro
H A Dlibevdev-uinput.c282 log_info(NULL, "multiple identical devices found. syspath is unreliable\n"); in fetch_syspath_and_devnode()
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c714 log_info("(Known issue %s) %s\n", ticket, buf); in vlog_knownIssue()
851 log_info(const char* pattern, ...) in log_info() function
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c712 log_info("(Known issue %s) %s\n", ticket, buf); in vlog_knownIssue()
849 log_info(const char* pattern, ...) in log_info() function

Completed in 28 milliseconds

12