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

12

/external/sepolicy/tools/
H A Dcheck_seapp.c16 #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
252 log_info("Validating %s=%s\n", key, value);
331 log_info("Key map validate returning: %d\n", rc);
403 log_info("Matched input lines: name=%s data=%s\n", mA->name, mA->data);
408 log_info("Matched lines: name=%s data=%s", mA->name, mA->data);
416 log_info("Rule map cmp MATCH\n");
422 log_info("Rule map cmp INPUT MATCH\n");
429 log_info("Rule map cmp NO MATCH\n");
513 log_info("Validatin
[all...]
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstream.cpp186 log_info("U_IOSTREAM_SOURCE is disabled\n");
252 log_info("Warning. Expected status %d, Got %d. This maybe caused by the fact that the non-standardized iostream is being used.\n", expectedStatus, getBitStatus(sstrm));
253 log_info("See verbose output for details.\n");
275 log_info("Old non-standardized iostream being used. This may result in inconsistent state flag settings. (e.g. failbit may not be set properly)\n");
276 log_info("In such a case, warnings will be issued instead of errors.\n");
H A Diotest.cpp53 log_info(buffer);
/external/chromium_org/cc/
H A DPRESUBMIT.py109 log_info = []
115 log_info.append(f.LocalPath())
119 if log_info:
122 items=log_info)]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcctest.c86 log_info("Skipping test: ucnv_setDefaultName() did not affect actual name of %s\n", nameBeforeSet);
H A Dncnvtst.c1050 log_info("\nGot:");
1052 log_info("\nExpected:");
1064 log_info("\nGot : ");
1067 log_info("%d, ", offsetBuffer[p-buffer]);
1068 log_info("\nExpected: ");
1070 log_info("%d,", expectOffsets[i]);
1144 log_info("\nGot : ");
1146 log_info("%d, ", offsetBuffer[p-buffer]);
1147 log_info("\nExpected: ");
1149 log_info("
[all...]
H A Dhpmufn.c359 log_info("Note: these failures may be caused by ICU failing to initialize/uninitialize properly.\n");
H A Dudatatst.c1018 /* log_info("Open icu root: %s size_%d\n", u_errorName(status), ures_getSize(icu)); */
1027 /* log_info("Open app: %s, size %d\n", u_errorName(status), ures_getSize(app)); */
1042 /* log_info("icuString=%p - %s\n", icuString, austrdup(icuString)); */
1059 /* log_info("appString=%p - %s\n", appString, austrdup(appString)); */
1539 log_info(" difference at index %d=0x%x, until index %d=0x%x\n", i, i, j, j);
1543 log_info("showing bytes from index %d=0x%x (length %d=0x%x):\n", i, i, length, length);
1556 log_info(" original: %02x %02x %02x %02x %02x %02x %02x %02x\n",
1564 log_info(" swapped: %02x %02x %02x %02x %02x %02x %02x %02x\n",
H A Dputiltst.c181 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1));
/external/icu4c/test/cintltst/
H A Dcctest.c86 log_info("Skipping test: ucnv_setDefaultName() did not affect actual name of %s\n", nameBeforeSet);
H A Dncnvtst.c1068 log_info("\nGot:");
1070 log_info("\nExpected:");
1082 log_info("\nGot : ");
1085 log_info("%d, ", offsetBuffer[p-buffer]);
1086 log_info("\nExpected: ");
1088 log_info("%d,", expectOffsets[i]);
1162 log_info("\nGot : ");
1164 log_info("%d, ", offsetBuffer[p-buffer]);
1165 log_info("\nExpected: ");
1167 log_info("
[all...]
H A Dputiltst.c36 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));
H A Dhpmufn.c359 log_info("Note: these failures may be caused by ICU failing to initialize/uninitialize properly.\n");
H A Dudatatst.c1020 /* log_info("Open icu root: %s size_%d\n", u_errorName(status), ures_getSize(icu)); */
1029 /* log_info("Open app: %s, size %d\n", u_errorName(status), ures_getSize(app)); */
1044 /* log_info("icuString=%p - %s\n", icuString, austrdup(icuString)); */
1061 /* log_info("appString=%p - %s\n", appString, austrdup(appString)); */
1547 log_info(" difference at index %d=0x%x, until index %d=0x%x\n", i, i, j, j);
1551 log_info("showing bytes from index %d=0x%x (length %d=0x%x):\n", i, i, length, length);
1564 log_info(" original: %02x %02x %02x %02x %02x %02x %02x %02x\n",
1572 log_info(" swapped: %02x %02x %02x %02x %02x %02x %02x %02x\n",
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Dctest.h196 log_info(const char* pattern, ...);
219 * If WARN_ON_MISSING_DATA is nonzero, this will case a log_info (warning) to be
/external/icu4c/tools/ctestfw/unicode/
H A Dctest.h196 log_info(const char* pattern, ...);
219 * If WARN_ON_MISSING_DATA is nonzero, this will case a log_info (warning) to be
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_manager_unittest.cc116 EXPECT_TRUE(shader1->log_info() == NULL);
120 EXPECT_STREQ(kLog, shader1->log_info()->c_str());
193 EXPECT_TRUE(shader1->log_info() == NULL);
H A Dshader_manager.h73 const std::string* log_info() const { function in class:gpu::gles2::Shader
H A Dprogram_manager.h166 const std::string* log_info() const { function in class:gpu::gles2::Program
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcletest.c350 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);
H A Dletest.cpp397 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);
H A Dxmlreader.cpp221 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag);
/external/icu4c/test/letest/
H A Dcletest.c350 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);
H A Dletest.cpp397 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);
H A Dxmlreader.cpp221 log_info("Test %s: unknown element with tag \"%s\"\n", id, cTag);

Completed in 460 milliseconds

12