/system/core/logwrapper/ |
logwrap.c | 91 struct log_info { struct 161 static void do_log_line(struct log_info *log_info, char *line) { 162 if (log_info->log_target & LOG_KLOG) { 163 klog_write(6, log_info->klog_fmt, line); 165 if (log_info->log_target & LOG_ALOG) { 166 ALOG(LOG_INFO, log_info->btag, "%s", line); 168 if (log_info->log_target & LOG_FILE) { 169 fprintf(log_info->fp, "%s\n", line) 310 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 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("Validating keys!\n") [all...] |
/external/chromium_org/third_party/icu/source/test/iotest/ |
stream.cpp | 186 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");
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cctest.c | 86 log_info("Skipping test: ucnv_setDefaultName() did not affect actual name of %s\n", nameBeforeSet);
|
ncnvtst.c | [all...] |
hpmufn.c | 359 log_info("Note: these failures may be caused by ICU failing to initialize/uninitialize properly.\n");
|
udatatst.c | [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");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
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/chromium_org/third_party/icu/source/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/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/chromium_org/gpu/command_buffer/service/ |
shader_manager_unittest.cc | 116 EXPECT_TRUE(shader1->log_info() == NULL); 120 EXPECT_STREQ(kLog, shader1->log_info()->c_str()); 212 EXPECT_TRUE(shader1->log_info() == NULL);
|
shader_manager.h | 73 const std::string* log_info() const { function in class:gpu::gles2::Shader
|
program_manager.h | 170 const std::string* log_info() const { function in class:gpu::gles2::Program
|
/external/chromium_org/third_party/icu/source/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/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/chromium_org/ |
PRESUBMIT.py | 881 log_info = [] 887 log_info.append(f.LocalPath()) 889 log_info.append(f.LocalPath()) 896 if log_info: 899 items=log_info)] [all...] |