Home
last modified time | relevance | path

Searched refs:DEBUG_FLAG (Results 1 – 25 of 2206) sorted by relevance

12345678910>>...89

/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Ddebug.h52 #ifdef DEBUG_FLAG
57 gabble_log (G_LOG_LEVEL_ERROR, DEBUG_FLAG, "%s (%s): " format, \
64 gabble_log (G_LOG_LEVEL_CRITICAL, DEBUG_FLAG, "%s (%s): " format, \
67 gabble_log (G_LOG_LEVEL_WARNING, DEBUG_FLAG, "%s (%s): " format, \
70 gabble_log (G_LOG_LEVEL_MESSAGE, DEBUG_FLAG, "%s (%s): " format, \
73 gabble_log (G_LOG_LEVEL_INFO, DEBUG_FLAG, "%s (%s): " format, \
78 gabble_log (G_LOG_LEVEL_DEBUG, DEBUG_FLAG, "%s (%s): " format, \
80 # define DEBUGGING gabble_debug_flag_is_set (DEBUG_FLAG)
88 gabble_log (G_LOG_LEVEL_DEBUG, DEBUG_FLAG, "%s: %s:\n%s", G_STRFUNC, s, debug_tmp); \
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Ddebug-internal.h72 #ifdef DEBUG_FLAG
78 _tp_log (G_LOG_LEVEL_ERROR, DEBUG_FLAG, "%s: " format, \
86 _tp_log (G_LOG_LEVEL_CRITICAL, DEBUG_FLAG, "%s: " format, \
90 _tp_log (G_LOG_LEVEL_WARNING, DEBUG_FLAG, "%s: " format, \
94 _tp_log (G_LOG_LEVEL_MESSAGE, DEBUG_FLAG, "%s: " format, \
98 _tp_log (G_LOG_LEVEL_INFO, DEBUG_FLAG, "%s: " format, \
106 _tp_log (G_LOG_LEVEL_DEBUG, DEBUG_FLAG, "%s: " format, \
108 # define DEBUGGING _tp_debug_flag_is_set (DEBUG_FLAG)
/dports/games/passage/Passage_v4_UnixSource/minorGems/util/log/
H A DMakefile17 DEBUG_FLAG = ${DEBUG_OFF_FLAG} macro
32 ${GXX} ${DEBUG_FLAG} -o testLog AppLog.o FileLog.o PrintLog.o Log.o testLog.o ${TIME_O}
41 ${GXX} ${DEBUG_FLAG} -o testLog.o -c testLog.cpp
44 ${GXX} ${DEBUG_FLAG} -o AppLog.o -c AppLog.cpp
47 ${GXX} ${DEBUG_FLAG} -I${ROOT_PATH} -o PrintLog.o -c PrintLog.cpp
50 ${GXX} ${DEBUG_FLAG} -o FileLog.o -c FileLog.cpp
53 ${GXX} ${DEBUG_FLAG} -o Log.o -c Log.cpp
56 ${GXX} ${DEBUG_FLAG} -I${ROOT_PATH} -o ${TIME_O} -c ${TIME_CPP}
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/util/log/
H A DMakefile17 DEBUG_FLAG = ${DEBUG_OFF_FLAG} macro
32 ${GXX} ${DEBUG_FLAG} -o testLog AppLog.o FileLog.o PrintLog.o Log.o testLog.o ${TIME_O}
41 ${GXX} ${DEBUG_FLAG} -o testLog.o -c testLog.cpp
44 ${GXX} ${DEBUG_FLAG} -o AppLog.o -c AppLog.cpp
47 ${GXX} ${DEBUG_FLAG} -I${ROOT_PATH} -o PrintLog.o -c PrintLog.cpp
50 ${GXX} ${DEBUG_FLAG} -o FileLog.o -c FileLog.cpp
53 ${GXX} ${DEBUG_FLAG} -o Log.o -c Log.cpp
56 ${GXX} ${DEBUG_FLAG} -I${ROOT_PATH} -o ${TIME_O} -c ${TIME_CPP}
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/
H A Dinternal-debug.c10 #undef DEBUG_FLAG
11 #define DEBUG_FLAG TP_DEBUG_IM macro
31 #undef DEBUG_FLAG
32 #define DEBUG_FLAG TP_DEBUG_CONNECTION macro
48 #undef DEBUG_FLAG
49 #define DEBUG_FLAG TP_DEBUG_IM macro
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/gibber/
H A Dgibber-debug.h41 #ifdef DEBUG_FLAG
44 gibber_debug (DEBUG_FLAG, "%s: " format, G_STRFUNC, ##__VA_ARGS__)
47 gibber_debug_stanza (DEBUG_FLAG, stanza, "%s: " format, G_STRFUNC,\
50 #define DEBUGGING debug_flag_is_set(DEBUG_FLAG)
56 #ifdef DEBUG_FLAG
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/gibber/
H A Dgibber-debug.h45 #ifdef DEBUG_FLAG
49 gibber_debug (DEBUG_FLAG, "%s: " format, G_STRFUNC, ##__VA_ARGS__); \
54 gibber_debug_stanza (DEBUG_FLAG, stanza, "%s: " format, G_STRFUNC,\
58 #define DEBUGGING (debug_flag_is_set (DEBUG_FLAG))
64 #ifdef DEBUG_FLAG
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-debug.h67 #ifdef DEBUG_FLAG
70 nemo_debug (DEBUG_FLAG, "%s: %s: " format, G_STRFUNC, G_STRLOC, \
74 nemo_debug_files (DEBUG_FLAG, files, "%s:" format, G_STRFUNC, \
77 #define DEBUGGING nemo_debug_flag_is_set(DEBUG_FLAG)
83 #ifdef DEBUG_FLAG
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/fl/
H A Dmakefile.bcc84 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
87 !if "$(DEBUG_FLAG)" == "1"
147 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
150 !if "$(DEBUG_FLAG)" == "1"
153 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
156 !if "$(DEBUG_FLAG)" == "1"
H A Dmakefile.vc95 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
98 !if "$(DEBUG_FLAG)" == "1"
335 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
341 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
350 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
353 !if "$(DEBUG_FLAG)" == "1"
356 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
359 !if "$(DEBUG_FLAG)" == "1"
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/fl/
H A Dmakefile.bcc84 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
87 !if "$(DEBUG_FLAG)" == "1"
147 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
150 !if "$(DEBUG_FLAG)" == "1"
153 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
156 !if "$(DEBUG_FLAG)" == "1"
H A Dmakefile.vc95 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
98 !if "$(DEBUG_FLAG)" == "1"
335 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
341 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
350 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
353 !if "$(DEBUG_FLAG)" == "1"
356 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
359 !if "$(DEBUG_FLAG)" == "1"
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/fl/
H A Dmakefile.bcc84 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
87 !if "$(DEBUG_FLAG)" == "1"
147 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
150 !if "$(DEBUG_FLAG)" == "1"
153 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
156 !if "$(DEBUG_FLAG)" == "1"
H A Dmakefile.vc95 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
98 !if "$(DEBUG_FLAG)" == "1"
335 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
341 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
350 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
353 !if "$(DEBUG_FLAG)" == "1"
356 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
359 !if "$(DEBUG_FLAG)" == "1"
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/fl/
H A Dmakefile.bcc84 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
87 !if "$(DEBUG_FLAG)" == "1"
147 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
150 !if "$(DEBUG_FLAG)" == "1"
153 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
156 !if "$(DEBUG_FLAG)" == "1"
H A Dmakefile.vc95 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
98 !if "$(DEBUG_FLAG)" == "1"
335 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
341 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
350 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
353 !if "$(DEBUG_FLAG)" == "1"
356 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
359 !if "$(DEBUG_FLAG)" == "1"
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/include/lattice/
H A Delemparamfactory.h74 DEBUG_FLAG(false);
91 DEBUG_FLAG(false);
111 DEBUG_FLAG(false);
130 DEBUG_FLAG(false);
140 DEBUG_FLAG(false);
154 DEBUG_FLAG(false);
168 DEBUG_FLAG(false);
/dports/net-im/telepathy-sofiasip/telepathy-sofiasip-0.4.5/src/
H A Ddebug.h28 #ifdef DEBUG_FLAG
31 sip_debug(DEBUG_FLAG, "%s: " format, G_STRFUNC, ##__VA_ARGS__)
33 #define DEBUGGING sip_debug_flag_is_set(DEBUG_FLAG)
39 #ifdef DEBUG_FLAG
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/unittest/
H A DUnitTestField2n.cpp37 DEBUG_FLAG(false); in TEST()
48 DEBUG_FLAG(false); in TEST()
63 DEBUG_FLAG(false); in TEST()
81 DEBUG_FLAG(false); in TEST()
97 DEBUG_FLAG(false); in TEST()
122 DEBUG_FLAG(false); in TEST()
148 DEBUG_FLAG(false); in TEST()
180 DEBUG_FLAG(false); in TEST()
199 DEBUG_FLAG(false); in TEST()
219 DEBUG_FLAG(false); in TEST()
[all …]
/dports/net-im/telepathy-logger/telepathy-logger-0.8.2/telepathy-logger/
H A Ddebug-internal.h64 _tpl_critical (DEBUG_FLAG, "%s: " format, G_STRFUNC, ##__VA_ARGS__)
77 #ifdef DEBUG_FLAG
80 _tpl_debug (DEBUG_FLAG, "%s: " format, G_STRFUNC, ##__VA_ARGS__)
82 #define DEBUGGING _tpl_debug_flag_is_set (DEBUG_FLAG)
102 #ifdef DEBUG_FLAG
/dports/x11/xapp/xapp-2.2.6/libxapp/
H A Dxapp-debug.h52 #ifdef DEBUG_FLAG
55 xapp_debug (DEBUG_FLAG, "%s: %s: " format, G_STRFUNC, G_STRLOC, \
58 #define DEBUGGING xapp_debug_flag_is_set(DEBUG_FLAG)
64 #ifdef DEBUG_FLAG
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/src/
H A Ddebug.h46 #ifdef DEBUG_FLAG
49 debug (DEBUG_FLAG, "%s: " format, G_STRFUNC, ##__VA_ARGS__)
51 #define DEBUGGING debug_flag_is_set(DEBUG_FLAG)
57 #ifdef DEBUG_FLAG
/dports/net/ipdecap/ipdecap-0.7.2/src/
H A Dutils.h49 #define DEBUG_FLAG 1 macro
51 #define DEBUG_FLAG 0 macro
55 do { if (DEBUG_FLAG) fprintf(stderr, fmt, __VA_ARGS__); } while (0)
63 #if DEBUG_FLAG
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-debug.h65 #ifdef DEBUG_FLAG
68 nautilus_debug (DEBUG_FLAG, "%s: %s: " format, G_STRFUNC, G_STRLOC, \
72 nautilus_debug_files (DEBUG_FLAG, files, "%s:" format, G_STRFUNC, \
75 #define DEBUGGING nautilus_debug_flag_is_set(DEBUG_FLAG)
/dports/biology/ncbi-toolkit/ncbi/network/wwwblast/Src/
H A DMakefile43 DEBUG_FLAG = -g macro
47 DEBUG_FLAG = -O macro
64 CFLAGS = -c $(DEBUG_FLAG) $(INCDIR)
69 LDFLAGS = $(DEBUG_FLAG) $(INCDIR)
74 LDFLAGS_CS = $(DEBUG_FLAG) $(INCDIR) -DNCBI_ENTREZ_CLIENT

12345678910>>...89