Home
last modified time | relevance | path

Searched refs:DEBUG_LEVEL (Results 176 – 200 of 1199) sorted by relevance

12345678910>>...48

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ti/wl1251/
H A Dwl1251.h39 #define DEBUG_LEVEL (DEBUG_NONE) macro
57 if (level & DEBUG_LEVEL) \
63 if (level & DEBUG_LEVEL) \
73 if (level & DEBUG_LEVEL) \
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Dscrollbar-rxvt.c33 # define DEBUG_LEVEL 1 macro
35 # define DEBUG_LEVEL 0 macro
38 #if DEBUG_LEVEL
39 # define DBG_MSG(d,x) if(d <= DEBUG_LEVEL) fprintf x
H A Dsession.c32 #define DEBUG_LEVEL 1 macro
34 #define DEBUG_LEVEL 0 macro
37 #if DEBUG_LEVEL
38 #define DBG_MSG(d,x) if(d <= DEBUG_LEVEL) fprintf x
H A Dstrings.c33 #define DEBUG_LEVEL 1 macro
35 #define DEBUG_LEVEL 0 macro
38 #if DEBUG_LEVEL
39 #define DBG_MSG(d,x) if(d <= DEBUG_LEVEL) fprintf x
H A Dmisc.c34 #define DEBUG_LEVEL 1 macro
36 #define DEBUG_LEVEL 0 macro
39 #if DEBUG_LEVEL
40 #define DBG_MSG(d,x) if(d <= DEBUG_LEVEL) fprintf x
/dports/databases/slony1v2/slony1-2.2.10/src/ducttape/
H A Dtest_B_notables.in31 DEBUG_LEVEL=2
124 echo "log_level=$DEBUG_LEVEL" > $SLONCONF1
203 echo "log_level=$DEBUG_LEVEL" > $SLONCONF2
H A Dtest_4_pgbench.in18 DEBUG_LEVEL=2
121 $TERMPROG -title "Slon node 1" -e sh -c "slon -d$DEBUG_LEVEL T1 dbname=$DB1; echo -n 'Enter>'; read…
213 $TERMPROG -title "Slon node 2" -e sh -c "slon -d$DEBUG_LEVEL T1 dbname=$DB2; echo -n 'Enter>'; read…
H A Dtest_J_pgbench.in32 DEBUG_LEVEL=2
142 $TERMPROG -title "Slon node 1" -e sh -c "slon -d$DEBUG_LEVEL T1 dbname=$DB1; echo -n 'Enter>'; read…
241 $TERMPROG -title "Slon node 2" -e sh -c "slon -d$DEBUG_LEVEL T1 dbname=$DB2; echo -n 'Enter>'; read…
322 $TERMPROG -title "Slon node 3" -e sh -c "slon -d$DEBUG_LEVEL T1 dbname=$DB3; echo -n 'Enter>'; read…
H A Dtest_A_namequoting.in30 DEBUG_LEVEL=2
141 echo "log_level=$DEBUG_LEVEL" > $SLONCONF1
230 echo "log_level=$DEBUG_LEVEL" > $SLONCONF2
H A Dtest_E_subtransactions25 DEBUG_LEVEL=2
137 xterm -title "Slon node 11" -e sh -c "slon -d$DEBUG_LEVEL -s500 -g10 T1 dbname=$DB1; echo -n 'Enter…
234 xterm -title "Slon node 22" -e sh -c "slon -d$DEBUG_LEVEL -s10000 -o10000 -g10 T1 dbname=$DB2; echo…
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qtestlib/wince/cetcpsyncserver/
H A Dcommands.h54 #define DEBUG_LEVEL 2 macro
57 if (level >= DEBUG_LEVEL) in debugOutput()
63 if (level >= DEBUG_LEVEL) in debugOutput()
/dports/graphics/openrm/rm160/rm/
H A Drmcr.c241 #if (DEBUG_LEVEL & DEBUG_TRACE) in rmPipeSwapBuffersCR()
265 #if (DEBUG_LEVEL & DEBUG_TRACE) in rmPipeSwapBuffersCR()
311 #if (DEBUG_LEVEL & DEBUG_TRACE) in rmPipeMakeCurrentCR()
/dports/benchmarks/tsung/tsung-1.7.0/
H A Dtsung.sh.in48 DEBUG_LEVEL=5
88 -tsung_controller debug_level $DEBUG_LEVEL \
201 d) DEBUG_LEVEL=$OPTARG;;
/dports/databases/p5-Tangram/Tangram-2.12/lib/Tangram/Schema/
H A DNode.pm103 …print $Tangram::TRACE "Compiling exporter for $self->{name}...\n".($Tangram::DEBUG_LEVEL > 1 ? "$e…
147 …print $Tangram::TRACE "Compiling importer for $self->{name}...\n".($Tangram::DEBUG_LEVEL > 1 ? "$i…
/dports/www/nginx-full/nchan-1.2.12/src/subscribers/
H A Dbenchmark.c8 #define DEBUG_LEVEL NGX_LOG_DEBUG macro
10 #define DBG(fmt, arg...) ngx_log_error(DEBUG_LEVEL, ngx_cycle->log, 0, "SUB:BENCHMARK:" fmt, ##arg)
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmetad-python/Gmetad/
H A Dgmetad_config.py.in51 DEBUG_LEVEL = 'debug_level'
71 DEBUG_LEVEL : 2,
99 GmetadConfig.DEBUG_LEVEL : self.parseDbgLevel,
201 self.cfg[GmetadConfig.DEBUG_LEVEL] = v
279 dbgLevelDefault = GmetadConfig._cfgDefaults[GmetadConfig.DEBUG_LEVEL]
333 cfg[GmetadConfig.DEBUG_LEVEL] = options.debug
337 cfg[GmetadConfig.DAEMONIZE] = int(cfg[GmetadConfig.DEBUG_LEVEL]) < 5
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Ddebug.h42 VERBOSE_LEVEL, DEBUG_LEVEL, LOG_NLEVELS enumerator
94 #define LOG_DEBUG(...) LOG(debug::DEBUG_LEVEL, log_source_, __VA_ARGS__)
/dports/math/py-pygsl/pygsl-2.3.0/
H A Dsetup.py61 DEBUG_LEVEL = 1
125 ('DEBUG', DEBUG_LEVEL)
/dports/sysutils/lizardfs/lizardfs-3.12.0/tests/tools/
H A Dtest.sh77 if (( depth <= DEBUG_LEVEL )); then
104 if (( $DEBUG_LEVEL >= 1 )); then
/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil-log-loggers.adb525 Print (Log, DEBUG_LEVEL, Message, Arg1, Arg2, Arg3);
534 if Log.Instance /= null and then Log.Instance.Level >= DEBUG_LEVEL then
535 Print (Log, DEBUG_LEVEL, Message, To_String (Arg1), Arg2, Arg3);
545 if Log.Instance /= null and then Log.Instance.Level >= DEBUG_LEVEL then
546 Print (Log, DEBUG_LEVEL, Message, To_String (Arg1), To_String (Arg2), Arg3);
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dimportxml.pl100 use constant DEBUG_LEVEL => 2; constant
139 if ( ( $debug == $level ) && ( $level == DEBUG_LEVEL ) );
331 Debug( "Parsing attachments", DEBUG_LEVEL );
448 Debug( "Parsing field: " . $bugchild->name, DEBUG_LEVEL );
485 Debug( "Parsing Long Description", DEBUG_LEVEL );
1069 DEBUG_LEVEL
1246 Debug( "Reading xml", DEBUG_LEVEL );
1270 Debug( "Parsing tree", DEBUG_LEVEL );
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Dimportxml.pl98 use constant DEBUG_LEVEL => 2; constant
137 if ( ( $debug == $level ) && ( $level == DEBUG_LEVEL ) );
329 Debug( "Parsing attachments", DEBUG_LEVEL );
446 Debug( "Parsing field: " . $bugchild->name, DEBUG_LEVEL );
483 Debug( "Parsing Long Description", DEBUG_LEVEL );
1058 DEBUG_LEVEL
1235 Debug( "Reading xml", DEBUG_LEVEL );
1259 Debug( "Parsing tree", DEBUG_LEVEL );
/dports/devel/p5-Regexp-Grammars/Regexp-Grammars-1.057/lib/Regexp/
H A DGrammars.pm131 our %DEBUG_LEVEL = (
140 @DEBUG_LEVEL{ map {substr($_,0,1)} keys %DEBUG_LEVEL } = values %DEBUG_LEVEL;
141 $DEBUG_LEVEL{o} = $DEBUG_LEVEL{off}; # Not "on"
142 $DEBUG_LEVEL{s} = $DEBUG_LEVEL{step}; # Not "same"
310 && ($DEBUG_LEVEL{$DEBUG}//0) >= $DEBUG_LEVEL{$min_debug_level}
329 if (defined $DEBUG_LEVEL{$cmd}) { $DEBUG = $cmd; }
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cma/backend/android/java/src/org/chromium/chromecast/cma/backend/android/
H A DAudioSinkAudioTrackImpl.java57 private static final int DEBUG_LEVEL = 0; field in AudioSinkAudioTrackImpl
530 if (DEBUG_LEVEL >= 3) { in writePcm()
582 if (DEBUG_LEVEL >= 3) { in writePcm()
632 if (DEBUG_LEVEL >= 3) { in updateSampleRateMeasure()
661 if (DEBUG_LEVEL >= 3) { in updateRenderingDelay()
838 if (DEBUG_LEVEL >= 1) { in updateRefPointTimestamp()
/dports/misc/libpri/libpri-1.6.0/
H A Dtestprilib.c61 #define DEBUG_LEVEL PRI_DEBUG_ALL macro
264 pri_set_debug(pri, DEBUG_LEVEL); in main()
274 pri_set_debug(pri, DEBUG_LEVEL); in main()

12345678910>>...48