Home
last modified time | relevance | path

Searched refs:log_info (Results 1 – 25 of 43) sorted by relevance

12

/third_party/python/Lib/
Dasyncore.py413 def log_info(self, message, type='info'): member in dispatcher
472 self.log_info(
484 self.log_info('unhandled incoming priority event', 'warning')
487 self.log_info('unhandled read event', 'warning')
490 self.log_info('unhandled write event', 'warning')
493 self.log_info('unhandled connect event', 'warning')
502 self.log_info('unhandled accepted event', 'warning')
505 self.log_info('unhandled close event', 'warning')
532 self.log_info('sending %s' % repr(data))
/third_party/icu/icu4c/source/test/cintltst/
Dncnvtst.c1056 log_info("\nGot:"); in convertFromU()
1058 log_info("\nExpected:"); in convertFromU()
1070 log_info("\nGot : "); in convertFromU()
1073 log_info("%d, ", offsetBuffer[p-buffer]); in convertFromU()
1074 log_info("\nExpected: "); in convertFromU()
1076 log_info("%d,", expectOffsets[i]); in convertFromU()
1150 log_info("\nGot : "); in convertToU()
1152 log_info("%d, ", offsetBuffer[p-buffer]); in convertToU()
1153 log_info("\nExpected: "); in convertToU()
1155 log_info("%d, ", expectOffsets[i]); in convertToU()
[all …]
Dcctest.c88log_info("Skipping test: ucnv_setDefaultName() did not affect actual name of %s\n", nameBeforeSet); in TestDefaultConverterSet()
Dputiltst.c41 log_info("signed right shift is Arithmetic Shift Right: %d\n", in TestSignedRightShiftIsArithmetic()
217log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, upr… in TestPUtilAPI()
Dudatatst.c1596 log_info(" difference at index %d=0x%x, until index %d=0x%x\n", i, i, j, j); in TestSwapCase()
1600 log_info("showing bytes from index %d=0x%x (length %d=0x%x):\n", i, i, length, length); in TestSwapCase()
1613 log_info(" original: %02x %02x %02x %02x %02x %02x %02x %02x\n", in TestSwapCase()
1621 log_info(" swapped: %02x %02x %02x %02x %02x %02x %02x %02x\n", in TestSwapCase()
/third_party/python/PC/layout/
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/letest/
Dcletest.c354log_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()
Dletest.cpp399log_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()
Dxmlreader.cpp223 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag); in readTestFile()
/third_party/libinput/src/
Dudev-seat.c126 log_info(&input->base, in device_added()
132 log_info(&input->base, in device_added()
285 log_info(libinput, in udev_input_enable()
294 log_info(libinput, "udev: failed to bind the udev monitor\n"); in udev_input_enable()
Dpath-seat.c159 log_info(&input->base, in path_seat_get_for_device()
196 log_info(&input->base, in path_device_enable()
202 log_info(&input->base, in path_device_enable()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Dctest.h198 log_info(const char* pattern, ...);
/third_party/eudev/src/udev/
Dudevadm-settle.c93 log_info("Option -%c no longer supported.", c); in adm_settle()
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/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dctest.h198 log_info(const char* pattern, ...);
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dctest.h198 log_info(const char* pattern, ...);
/third_party/ltp/docparse/
Dtestinfo.pl34 sub log_info subroutine
328 log_info("using '$ENV{$env}' as $env repository");
/third_party/eudev/src/shared/
Dlog.h105 #define log_info(...) log_full(LOG_INFO, __VA_ARGS__) macro
/third_party/python/PC/layout/support/
Dlogging.py68 def log_info(msg, *args, **kwargs): function
/third_party/python/Lib/test/
Dtest_asyncore.py283 d.log_info(l1, 'EGGS')
284 d.log_info(l2)
285 d.log_info(l3, 'SPAM')
/third_party/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp227 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag); in readTestFile()
/third_party/libevdev/libevdev/
Dlibevdev-int.h120 #define log_info(dev, ...) log_msg_cond(dev, LIBEVDEV_LOG_INFO, __VA_ARGS__) macro
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dctest.c712 log_info("(Known issue %s) %s\n", ticket, buf); in vlog_knownIssue()
849 log_info(const char* pattern, ...) in log_info() function
/third_party/icu/icu4c/source/tools/ctestfw/
Dctest.c712 log_info("(Known issue %s) %s\n", ticket, buf); in vlog_knownIssue()
849 log_info(const char* pattern, ...) in log_info() function
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Dctest.c712 log_info("(Known issue #%s) %s\n", ticket, buf); in vlog_knownIssue()
849 log_info(const char* pattern, ...) in log_info() function

12