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

  /system/core/logwrapper/
logwrap.c 91 struct log_info { struct
160 static void do_log_line(struct log_info *log_info, char *line) {
161 if (log_info->log_target == LOG_KLOG) {
162 klog_write(6, log_info->klog_fmt, line);
163 } else if (log_info->log_target == LOG_ALOG) {
164 ALOG(LOG_INFO, log_info->btag, "%s", line);
171 static void log_line(struct log_info *log_info, char *line, int len)
304 struct log_info log_info; local
    [all...]
  /external/sepolicy/tools/
check_seapp.c 16 #define log_set_verbose() do { logging_verbose = 1; log_info("Enabling verbose\n"); } while(0)
19 #define log_info(fmt, ...) if (logging_verbose ) { log_msg(stdout, "Info: ", fmt, ##__VA_ARGS__); } macro
247 log_info("Validating %s=%s\n", key, value);
326 log_info("Key map validate returning: %d\n", rc);
398 log_info("Matched input lines: type=%s name=%s data=%s dir=%d\n", mA->type, mA->name, mA->data, mA->dir);
403 log_info("Matched lines: type=%s name=%s data=%s dir=%d\n", mA->type, mA->name, mA->data, mA->dir);
411 log_info("Rule map cmp MATCH\n");
417 log_info("Rule map cmp INPUT MATCH\n");
424 log_info("Rule map cmp NO MATCH\n");
508 log_info("Validating keys!\n")
    [all...]
  /external/icu4c/test/cintltst/
cctest.c 86 log_info("Skipping test: ucnv_setDefaultName() did not affect actual name of %s\n", nameBeforeSet);
ncnvtst.c     [all...]
putiltst.c 36 log_info("signed right shift is Arithmetic Shift Right: %d\n",
198 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1));
hpmufn.c 359 log_info("Note: these failures may be caused by ICU failing to initialize/uninitialize properly.\n");
udatatst.c     [all...]
capitst.c     [all...]
custrtrn.c     [all...]
crestst.c 206 log_info("(run verbose for more information)\n");
    [all...]
creststn.c 435 log_info("Couldn't load iscii.bin from test data bundle, (because UCONFIG_NO_LEGACY_CONVERSION is turned on)\n");
    [all...]
cloctst.c     [all...]
usrchtst.c 44 #define CHECK_BREAK(x) if(x) { log_info("Skipping test on %s:%d because UCONFIG_NO_BREAK_ITERATION is on\n", __FILE__, __LINE__); return; }
45 #define CHECK_BREAK_BOOL(x) if(x) { log_info("Skipping test on %s:%d because UCONFIG_NO_BREAK_ITERATION is on\n", __FILE__, __LINE__); return TRUE; }
    [all...]
ccapitst.c 167 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount);
    [all...]
nucnvtst.c     [all...]
  /external/icu4c/tools/ctestfw/unicode/
ctest.h 196 log_info(const char* pattern, ...);
219 * If WARN_ON_MISSING_DATA is nonzero, this will case a log_info (warning) to be
  /external/icu4c/test/letest/
cletest.c 350 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
353 log_info("Your font's version string is \"%S\"\n", uFontVersionString);
356 log_info("Your font's version string is \"%s\"\n", fontVersionString);
360 log_info("The expected version string is \"%s\"\n", testVersionString);
361 log_info("If you see errors, they may be due to the version of the font you're using.\n");
404 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
letest.cpp 397 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
400 log_info("Your font's version string is \"%S\"\n", uFontVersionString);
403 log_info("Your font's version string is \"%s\"\n", fontVersionString);
407 log_info("The expected version string is \"%s\"\n", testVersionString);
408 log_info("If you see errors, they may be due to the version of the font you're using.\n");
548 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
664 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag);
    [all...]
xmlreader.cpp 221 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag);
  /external/icu4c/test/iotest/
iotest.cpp 53 log_info(buffer);
    [all...]
  /external/icu4c/tools/ctestfw/
ctest.c 797 log_info(const char* pattern, ...) function
    [all...]

Completed in 464 milliseconds