Home
last modified time | relevance | path

Searched defs:ELOG (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/Clients/OSXRemote/
H A DXBMCDebugHelpers.h36 #define ELOG(s, ...) NSLog(@"[ERROR] " s, ##__VA_ARGS__) macro
41 #define ELOG(s, ...) NSLog(@"[ERROR] " s, ##__VA_ARGS__) macro
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/
H A DNSLogDebugHelpers.h19 #define ELOG(s, ...) NSLog(@"[ERROR] " s, ##__VA_ARGS__) macro
24 #define ELOG(s, ...) NSLog(@"[ERROR] " s, ##__VA_ARGS__) macro
/dports/misc/unclutter-xfixes/unclutter-xfixes-1.6/include/
H A Dutil.h22 #define ELOG(message, ...) \ macro
/dports/x11-wm/i3/i3-4.20.1/include/
H A Dlog.h29 #define ELOG(fmt, ...) errorlog("ERROR: " fmt, ##__VA_ARGS__) macro
H A Dlibi3.h100 #define ELOG(fmt, ...) errorlog("[libi3] ERROR: " fmt, ##__VA_ARGS__) macro
/dports/x11-wm/i3-gaps/i3-4.20.1/include/
H A Dlog.h29 #define ELOG(fmt, ...) errorlog("ERROR: " fmt, ##__VA_ARGS__) macro
H A Dlibi3.h100 #define ELOG(fmt, ...) errorlog("[libi3] ERROR: " fmt, ##__VA_ARGS__) macro
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dlog.h32 #define ELOG(...) macro
72 # define ELOG(...) logmsg(ERROR_LOG_LEVEL, NULL, __func__, __LINE__, true, \ macro
/dports/x11-wm/i3/i3-4.20.1/i3bar/include/
H A Dutil.h67 #define ELOG(fmt, ...) \ macro
/dports/x11-wm/i3-gaps/i3-4.20.1/i3bar/include/
H A Dutil.h67 #define ELOG(fmt, ...) \ macro
/dports/comms/tcpser/tcpser/src/
H A Ddebug.h40 #define ELOG(a,args...) do { \ macro
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/
H A Dlogger.h44 #define ELOG 2 /* Error: Error messages */ macro
/dports/devel/stlink/stlink-1.7.0/src/stlink-lib/
H A Dlogging.h42 #define ELOG(...) ugly_log(UERROR, UGLY_LOG_FILE, __VA_ARGS__) macro
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCocoWnd.cpp15 #define ELOG(x) // RLOG(GetSysTime() << ": " << x) macro
H A DWin32Wnd.cpp15 #define ELOG(x) // RLOG(GetSysTime() << ": " << x) macro
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/android/jni/
H A Dapp-android.cpp208 #define ELOG(...) __android_log_print(ANDROID_LOG_ERROR, LOG_APP_NAME, __VA_ARGS__); macro
/dports/emulators/ppsspp/ppsspp-1.12.3/android/jni/
H A Dapp-android.cpp208 #define ELOG(...) __android_log_print(ANDROID_LOG_ERROR, LOG_APP_NAME, __VA_ARGS__); macro
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/android/jni/
H A Dapp-android.cpp208 #define ELOG(...) __android_log_print(ANDROID_LOG_ERROR, LOG_APP_NAME, __VA_ARGS__); macro