Home
last modified time | relevance | path

Searched defs:log_info (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/MagickCore/
Dlog.c301 *log_info; in AcquireLogCache() local
354 *log_info; in CloseMagickLog() local
754 **log_info; in ListLogInfo() local
875 static void *DestroyLogElement(void *log_info) in DestroyLogElement()
961 *log_info; in TranslateEvent() local
1169 static char *TranslateFilename(const LogInfo *log_info) in TranslateFilename()
1288 *log_info; in LogMagickEventList() local
1457 *log_info = (LogInfo *) NULL; in LoadLogCache() local
1744 *log_info; in SetLogEventMask() local
1788 *log_info; in SetLogFormat() local
[all …]
/external/python/cpython3/PC/layout/support/
Dlogging.py68 def log_info(msg, *args, **kwargs): function
/external/libxkbcommon/xkbcommon/src/
Dcontext.h106 #define log_info(ctx, ...) \ macro
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dlib.sh216 log_info() function
/external/python/cpython3/Lib/
Dasyncore.py408 def log_info(self, message, type='info'): member in dispatcher
/external/python/cpython2/Lib/
Dasyncore.py435 def log_info(self, message, type='info'): member in dispatcher
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c849 log_info(const char* pattern, ...) in log_info() function