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

  /external/chromium_org/gpu/command_buffer/service/
shader_manager.h 73 const std::string* log_info() const { function in class:gpu::gles2::Shader
program_manager.h 166 const std::string* log_info() const { function in class:gpu::gles2::Program
  /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...]
  /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/tools/ctestfw/
ctest.c 796 log_info(const char* pattern, ...) function
    [all...]
  /external/icu4c/tools/ctestfw/
ctest.c 797 log_info(const char* pattern, ...) function
    [all...]

Completed in 3321 milliseconds