Home
last modified time | relevance | path

Searched refs:LOG_E (Results 76 – 100 of 145) sorted by relevance

123456

/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_dict_dump_json/
H A Ddbg_dict_dump_json.cc309 LOG_E("error dumping %s", type); in dump_list()
404 LOG_E("cannot open output file '%s' for writing", conffile); in dbg_dict_dump_json_entry()
412 LOG_E("error dumping dictionary to JSON"); in dbg_dict_dump_json_entry()
/dports/games/libretro-emux/emux-640d4ba/main/
H A Dcpu.c27 LOG_E("CPU \"%s\" not recognized!\n", instance->cpu_name); in cpu_add()
H A Dinput.c494 LOG_E("Input frontend already initialized!\n"); in input_init()
514 LOG_E("Input frontend \"%s\" not recognized!\n", name); in input_init()
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/common/
H A Dhotkey.cpp59 LOG_E("agi/hotkey/load") << "Hotkey for command '" << command << "' is missing modifiers"; in Visit()
64 LOG_E("agi/hotkey/load") << "Hotkey for command '" << command << "' is missing the key"; in Visit()
/dports/security/honggfuzz/honggfuzz-0.7/
H A Dlog.h48 #define LOG_E(...) if (log_level >= ERROR) { logLog(ERROR, __FUNCTION__, __LINE__, false, __VA_ARGS… macro
/dports/security/py-angr/angr-9.0.5405/native/
H A Dlog.h35 #define LOG_E(...) if (logGetLogLevel() >= ERROR) { logLog(ERROR, __FUNCTION__, __LINE__, false, __… macro
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dvideo_provider_avs.cpp236 LOG_E("avisynth/video") << err.msg; in Open()
308 LOG_E("avisynth/video") << "DSS function not found"; in Open()
H A Dvideo_provider_manager.cpp98 LOG_E("manager/video/provider") << "Could not open " << filename; in GetProvider()
H A Dthesaurus.cpp116 LOG_E("thesaurus") << e.GetMessage(); in OnLanguageChanged()
H A Dfont_file_lister_fontconfig.cpp38 LOG_E("font_collector/fontconfig") << "Loading fontconfig configuration file failed"; in init_fontconfig()
/dports/games/libretro-emux/emux-640d4ba/libretro/
H A Dlibretro.c120 LOG_E("Failed to initialize machine!\n"); in retro_load_game()
/dports/sysutils/dunst/dunst-1.6.1/src/
H A Dsettings.c424LOG_E("setting progress_bar_frame_width is bigger than half of progress_bar_height");
427LOG_E("setting progress_bar_frame_width is bigger than half of progress_bar_max_width");
430LOG_E("setting progress_bar_max_width is smaller than progress_bar_min_width");
H A Ddunst.c43 LOG_E("Invalid %s enum value in %s:%d", "dunst_status", __FILE__, __LINE__); in dunst_status()
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/include/libaegisub/
H A Dlog.h25 #define LOG_E(section) LOG_SINK(section, agi::log::Exception) macro
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/lua/
H A Dscript_reader.cpp34 LOG_E("auto4/lua") << "Error canonicalizing path: " << e.GetMessage(); in LoadFile()
/dports/net/freediameter/freeDiameter-1.5.0/include/freeDiameter/
H A Dlibfdproto.h348 #define LOG_E(format,args... ) \ macro
528 if (oldlevel <= NONE) { LOG_E(format,##args); } \
536 # define TRACE_ERROR LOG_E
610 #undef LOG_E
617 #define LOG_E(format,args...) fd_log(FD_LOG_ERROR, format, ## args) macro
/dports/security/honggfuzz/honggfuzz-0.7/linux/
H A Dptrace_utils.c626 LOG_E("Unknown/Unsupported Android CPU architecture"); in arch_getInstrStr()
946 LOG_E("Couldn't copy '%s' to '%s'", fuzzer->fileName, fuzzer->crashFileName); in arch_ptraceSaveData()
1193 LOG_E("Couldn't copy '%s' to '%s'", fuzzer->fileName, fuzzer->crashFileName); in arch_ptraceExitSaveData()
1462 LOG_E("Couldn't read thread list for pid '%d'", pid); in arch_ptraceAttach()
1488 LOG_E("Couldn't read thread list for pid '%d'", pid); in arch_ptraceDetach()
/dports/games/libretro-emux/emux-640d4ba/controllers/mapper/
H A Dsega_mapper.c83 LOG_E("Could not open cart!\n"); in sega_mapper_init()
/dports/security/honggfuzz/honggfuzz-0.7/mac/
H A Darch.c177 LOG_E("Process (pid %d) exited with the following status %d, please report that as a bug", in arch_analyzeSignal()
250 LOG_E("Couldn't copy '%s' to '%s'", fuzzer->fileName, fuzzer->crashFileName); in arch_analyzeSignal()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dmacutils.cc82 LOG_E(LS_ERROR, OS, result) << "Gestalt(" << str << ")"; in GetGestalt()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/flyweb/
H A DFlyWebPublishedServer.cpp31 #undef LOG_E
32 #define LOG_E(...) MOZ_LOG(mozilla::dom::gFlyWebPublishedServerLog, mozilla::LogLevel::Error, (__VA… macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Ddatatransformation.hxx40 enum class NUMBER_TRANSFORM_TYPE { ROUND, ROUND_UP, ROUND_DOWN, ABSOLUTE, LOG_E, LOG_10, CUBE, enumerator
/dports/net/freediameter/freeDiameter-1.5.0/extensions/test_app/
H A Dtest_app.c149 { LOG_E("Error while dumping a message"); return; } ); in ta_hook_cb_oneline()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dmacutils.cc106 LOG_E(LS_ERROR, OS, result) << "Gestalt(" << str << ")"; in GetGestalt()
H A Dmacwindowpicker.cc181 LOG_E(LS_ERROR, OS, err) << "Failed to enumerate the active displays."; in GetDesktopList()

123456