HomeSort by relevance Sort by last modified time
    Searched refs:log_info (Results 1 - 25 of 48) sorted by null

1 2

  /external/ImageMagick/MagickCore/
log.c 307 *log_info;
313 log_info=(LogInfo *) AcquireMagickMemory(sizeof(*log_info));
314 if (log_info == (LogInfo *) NULL)
320 (void) memset(log_info,0,sizeof(*log_info));
321 log_info->path=ConstantString("[built-in]");
322 GetTimerInfo((TimerInfo *) &log_info->timer);
323 log_info->event_mask=p->event_mask;
324 log_info->handler_mask=p->handler_mask
301 *log_info; local
354 *log_info; local
754 **log_info; local
961 *log_info; local
1288 *log_info; local
1457 *log_info = (LogInfo *) NULL; local
1744 *log_info; local
1788 *log_info; local
1832 *log_info; local
    [all...]
  /art/build/apex/
art_postinstall_hook.sh 20 log_info "=== ART runtime post-install ==="
28 log_info "Checking fsverity"
44 log_info "Moving dalvik-cache"
art_preinstall_hook.sh 20 log_info "=== ART runtime pre-install ==="
23 log_info "Arches = `echo $ARCHES`"
34 log_info "Preparing compilation output directories for $ARCH"
art_apex_boot_integrity.sh 18 alias log_info="log -t art_apex -p i"
21 log_info "=== ART pre-boot integrity checks ==="
art_prepostinstall_utils.sh 18 alias log_info="log -t art_apex -p i"
59 log_info "fsverity setup for $file"
63 log_info "fsverity enable for $file"
art_preinstall_hook_system_server.sh 28 log_info "Preparing system server compilation parameters"
31 log_info "SYSTEMSERVERCLASSPATH is not set! Trying to retrieve from init.environ.rc."
56 log_info "Compiling $COMPONENT"
art_preinstall_hook_boot.sh 20 log_info "Preparing boot image compilation parameters"
56 log_info "Compiling boot image for $DEX2OAT_TARGET_ARCH"
  /external/libxkbcommon/xkbcommon/test/
log.c 85 log_info(ctx, "first info\n");
93 log_info(ctx, "second info\n");
101 log_info(ctx, "third info\n");
  /external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/spectrum/
devlink_resources.sh 26 log_info "Running profile tests"
46 log_info "Running KVD-minimum tests"
73 log_info "Running KVD-maximum tests"
  /external/icu/icu4c/source/test/cintltst/
cctest.c 88 log_info("Skipping test: ucnv_setDefaultName() did not affect actual name of %s\n", nameBeforeSet);
ncnvtst.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asyncore.py 278 #self.log_info('adding channel %s' % self)
288 #self.log_info('closing channel %d:%s' % (fd, self))
422 # log and log_info may be overridden to provide more sophisticated
424 # and 'log_info' is for informational, warning and error logging.
429 def log_info(self, message, type='info'): member in class:dispatcher
490 self.log_info(
502 self.log_info('unhandled incoming priority event', 'warning')
505 self.log_info('unhandled read event', 'warning')
508 self.log_info('unhandled write event', 'warning')
511 self.log_info('unhandled connect event', 'warning')
    [all...]
  /external/python/cpython2/Lib/
asyncore.py 281 #self.log_info('adding channel %s' % self)
291 #self.log_info('closing channel %d:%s' % (fd, self))
428 # log and log_info may be overridden to provide more sophisticated
430 # and 'log_info' is for informational, warning and error logging.
435 def log_info(self, message, type='info'): member in class:dispatcher
494 self.log_info(
506 self.log_info('unhandled incoming priority event', 'warning')
509 self.log_info('unhandled read event', 'warning')
512 self.log_info('unhandled write event', 'warning')
515 self.log_info('unhandled connect event', 'warning'
    [all...]
  /external/python/cpython3/Lib/
asyncore.py 268 #self.log_info('adding channel %s' % self)
278 #self.log_info('closing channel %d:%s' % (fd, self))
401 # log and log_info may be overridden to provide more sophisticated
403 # and 'log_info' is for informational, warning and error logging.
408 def log_info(self, message, type='info'): member in class:dispatcher
467 self.log_info(
479 self.log_info('unhandled incoming priority event', 'warning')
482 self.log_info('unhandled read event', 'warning')
485 self.log_info('unhandled write event', 'warning')
488 self.log_info('unhandled connect event', 'warning'
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/unicode/
ctest.h 198 log_info(const char* pattern, ...);
221 * If WARN_ON_MISSING_DATA is nonzero, this will case a log_info (warning) to be
  /external/libxkbcommon/xkbcommon/src/
context.h 106 #define log_info(ctx, ...) \ macro
  /external/linux-kselftest/tools/testing/selftests/net/forwarding/
router_broadcast.sh 171 log_info "ping $dip, expected reply from $from"
182 log_info "bc_forwarding disabled on r1 =>"
203 log_info "bc_forwarding enabled on r1 =>"
tc_shblocks.sh 119 log_info "Could not test offloaded functionality"
router_multipath.sh 269 log_info "Running IPv4 multipath tests"
274 log_info "Running IPv6 multipath tests"
279 log_info "Running IPv6 L4 hash multipath tests"
  /external/python/cpython3/PC/layout/
main.py 328 log_info("Generating {} in {}", zip_name, ns.temp)
335 log_info("Generating {} in {}", PYTHON_PTH_NAME, ns.temp)
353 log_info("Generating AppxManifest.xml in {}", ns.temp)
365 log_info("Extracting pip to {}", pip_dir)
370 log_info("Generating {} in {}", PYTHON_PROPS_NAME, ns.temp)
413 log_info("Processed {:>4} of {} files", count, total)
415 log_info("Processed {} files", count)
466 log_info("Generating {}", ns.catalog)
590 log_info(
611 log_info("Interrupted by Ctrl+C"
    [all...]
  /external/python/cpython3/PC/layout/support/
logging.py 68 def log_info(msg, *args, **kwargs): function
  /external/icu/icu4c/source/test/letest/
cletest.c 354 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
357 log_info("Your font's version string is \"%S\"\n", uFontVersionString);
360 log_info("Your font's version string is \"%s\"\n", fontVersionString);
364 log_info("The expected version string is \"%s\"\n", testVersionString);
365 log_info("If you see errors, they may be due to the version of the font you're using.\n");
408 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
letest.cpp 399 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
402 log_info("Your font's version string is \"%S\"\n", uFontVersionString);
405 log_info("Your font's version string is \"%s\"\n", fontVersionString);
409 log_info("The expected version string is \"%s\"\n", testVersionString);
410 log_info("If you see errors, they may be due to the version of the font you're using.\n");
551 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
667 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag);
    [all...]
xmlreader.cpp 223 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag);
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 227 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag);

Completed in 1092 milliseconds

1 2