Home
last modified time | relevance | path

Searched refs:DEBUGGING (Results 1 – 25 of 1831) sorted by relevance

12345678910>>...74

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjects.in42 #define DEBUGGING (unsigned)DWG_CLASS_DEBUGGING
60 "ARCALIGNEDTEXT", "ARCALIGNEDTEXT", DWG_TYPE_ARCALIGNEDTEXT, 1, DEBUGGING
80 "EXTRUDEDSURFACE", "EXTRUDEDSURFACE", DWG_TYPE_EXTRUDEDSURFACE, 1, DEBUGGING
92 "LOFTEDSURFACE", "LOFTEDSURFACE", DWG_TYPE_LOFTEDSURFACE, 1, DEBUGGING
97 "MPOLYGON", "MPOLYGON", DWG_TYPE_MPOLYGON, 1, DEBUGGING
100 "NAVISWORKSMODEL", "COORDINATION_MODEL", DWG_TYPE_NAVISWORKSMODEL, 1, DEBUGGING
101 "NURBSURFACE", "NURBSURFACE", DWG_TYPE_NURBSURFACE, 1, DEBUGGING
110 "POLARGRIPENTITY", "POLARGRIPENTITY", DWG_TYPE_POLARGRIPENTITY, 1, DEBUGGING
120 "RTEXT", "RTEXT", DWG_TYPE_RTEXT, 1, DEBUGGING
126 "SWEPTSURFACE", "SWEPTSURFACE", DWG_TYPE_SWEPTSURFACE, 1, DEBUGGING
[all …]
H A Dobjects.c74 #define DEBUGGING (unsigned)DWG_CLASS_DEBUGGING macro
793 …>stringpool_str20, "ACAD_TABLE", DWG_TYPE_TABLE, 1, DEBUGGING}, in in_word_set()
798 …>stringpool_str25, "RTEXT", DWG_TYPE_RTEXT, 1, DEBUGGING}, in in_word_set()
946 …stringpool_str190, "POINTPARAMETERENTITY", DWG_TYPE_POINTPARAMETERENTITY, 1, DEBUGGING}, in in_word_set()
955 …stringpool_str196, "LINEARPARAMETERENTITY", DWG_TYPE_LINEARPARAMETERENTITY, 1, DEBUGGING}, in in_word_set()
983 …stringpool_str224, "BASEPOINTPARAMETERENTITY", DWG_TYPE_BASEPOINTPARAMETERENTITY, 1, DEBUGGING}, in in_word_set()
995 …stringpool_str234, "ALIGNMENTPARAMETERENTITY", DWG_TYPE_ALIGNMENTPARAMETERENTITY, 1, DEBUGGING}, in in_word_set()
1031 …stringpool_str277, "SWEPTSURFACE", DWG_TYPE_SWEPTSURFACE, 1, DEBUGGING}, in in_word_set()
1034 …stringpool_str279, "FLIPPARAMETERENTITY", DWG_TYPE_FLIPPARAMETERENTITY, 1, DEBUGGING}, in in_word_set()
1052 …stringpool_str293, "ROTATIONPARAMETERENTITY", DWG_TYPE_ROTATIONPARAMETERENTITY, 1, DEBUGGING}, in in_word_set()
[all …]
/dports/net-mgmt/snmptt/snmptt_1.4.2/
H A Dsnmptt110 my $DEBUGGING;
118 $DEBUGGING = $debug;
123 $DEBUGGING = 0;
139 $DEBUGGING = 2;
318 if ($DEBUGGING >= 1)
445 if ($DEBUGGING >= 1)
466 if ($DEBUGGING >= 1)
1329 if ($DEBUGGING >= 1)
2881 if ($DEBUGGING >= 1)
2889 if ($DEBUGGING >= 1)
[all …]
H A Dsnmptthandler90 my $DEBUGGING;
97 $DEBUGGING = 1;
156 if ($DEBUGGING >= 1)
177 if ($DEBUGGING >= 1)
191 if ($DEBUGGING >= 1)
227 if ($DEBUGGING >= 1) {
236 if ($DEBUGGING >= 1) {
247 $DEBUGGING = $cfg->val('Debugging', 'DEBUGGING');
259 if (! defined ($DEBUGGING)) { $DEBUGGING = 0} ;
H A Dsnmptthandler-embedded55 my $DEBUGGING;
62 $DEBUGGING = 1;
150 if ($DEBUGGING >= 1)
172 if ($DEBUGGING >= 1)
201 if ($DEBUGGING >= 1) {
253 if ($DEBUGGING >= 1) {
271 if ($DEBUGGING >= 1) {
280 if ($DEBUGGING >= 1) {
291 $DEBUGGING = $cfg->val('Debugging', 'DEBUGGING');
299 if (! defined ($DEBUGGING)) { $DEBUGGING = 0} ;
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/
H A Dinternal-debug.c20 #ifndef DEBUGGING in test_debugging()
21 #error internal-debug.h should always define DEBUGGING in test_debugging()
25 g_assert (DEBUGGING == 1); in test_debugging()
27 g_assert (DEBUGGING == 0); in test_debugging()
41 #ifndef DEBUGGING in test_not_debugging()
42 #error internal-debug.h should always define DEBUGGING in test_not_debugging()
45 g_assert (DEBUGGING == 0); in test_not_debugging()
58 #ifndef DEBUGGING in test_debugging_again()
59 #error internal-debug.h should always define DEBUGGING in test_debugging_again()
63 g_assert (DEBUGGING == 1); in test_debugging_again()
[all …]
/dports/textproc/p5-XML-XSLT/XML-XSLT-0.48/t/
H A Dvariable.t9 use vars qw($DEBUGGING);
11 $DEBUGGING = 0;
39 $parser = XML::XSLT->new($stylesheet, debug => $DEBUGGING );
43 warn $@ if $DEBUGGING;
51 warn $@ if $DEBUGGING;
62 warn $outstr if $DEBUGGING;
63 warn $@ if $DEBUGGING;
84 $parser = XML::XSLT->new(\$stylesheet,debug => $DEBUGGING);
126 $parser = XML::XSLT->new(\$stylesheet,debug => $DEBUGGING);
166 $parser = XML::XSLT->new($stylesheet, debug => $DEBUGGING,
H A Dxsl_cond.t6 use vars qw($DEBUGGING);
8 $DEBUGGING = 0;
42 warn $@ if $DEBUGGING;
105 warn $@ if $DEBUGGING;
137 warn $@ if $DEBUGGING;
169 warn $@ if $DEBUGGING;
201 warn $@ if $DEBUGGING;
265 warn $@ if $DEBUGGING;
297 warn $@ if $DEBUGGING;
329 warn $@ if $DEBUGGING;
[all …]
H A Doutput.t7 use vars qw($DEBUGGING);
9 $DEBUGGING = 0;
40 $parser = XML::XSLT->new($stylesheet, debug => $DEBUGGING);
43 warn $@ if $DEBUGGING;
51 warn $@ if $DEBUGGING;
59 warn $outstr if $DEBUGGING;
66 warn $@ if $DEBUGGING;
88 warn $outstr if $DEBUGGING;
/dports/textproc/wiggle/wiggle-1.3/tests/contrib/pfkey_v2_parse.c/
H A Dmerge84 # define DEBUGGING(level, args...) \
173 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
275 DEBUGGING(PF_KEY_DEBUG_PARSE_STRUCT,
299 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
329 DEBUGGING(PF_KEY_DEBUG_PARSE_STRUCT,
352 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
470 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
482 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
1038 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
1106 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
[all …]
H A Dorig84 # define DEBUGGING(level, args...) \
173 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
275 DEBUGGING(PF_KEY_DEBUG_PARSE_STRUCT,
299 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
329 DEBUGGING(PF_KEY_DEBUG_PARSE_STRUCT,
352 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
470 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
482 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
1038 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
1106 DEBUGGING(PF_KEY_DEBUG_PARSE_FLOW,
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dxpcemh.c38 #ifndef DEBUGGING
39 #define DEBUGGING 2 /* 0: nodebug */ macro
44 #if DEBUGGING
103 #if DEBUGGING > 0 in AddProcess()
125 #if DEBUGGING > 0 in DeleteProcess()
143 #if DEBUGGING > 0 in MouseHookDeleteWindow()
176 #if DEBUGGING > 2 in mouse_hook()
184 #if DEBUGGING > 1 in mouse_hook()
194 #if DEBUGGING > 1 in mouse_hook()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/util/zip/
H A DPendingBuffer.java76 if (DeflaterConstants.DEBUGGING && start != 0) in writeByte()
83 if (DeflaterConstants.DEBUGGING && start != 0) in writeShort()
91 if (DeflaterConstants.DEBUGGING && start != 0) in writeInt()
101 if (DeflaterConstants.DEBUGGING && start != 0) in writeBlock()
112 if (DeflaterConstants.DEBUGGING && start != 0) in alignToByte()
126 if (DeflaterConstants.DEBUGGING && start != 0) in writeBits()
128 if (DeflaterConstants.DEBUGGING) in writeBits()
141 if (DeflaterConstants.DEBUGGING && start != 0) in writeShortMSB()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/util/zip/
H A DPendingBuffer.java76 if (DeflaterConstants.DEBUGGING && start != 0) in writeByte()
83 if (DeflaterConstants.DEBUGGING && start != 0) in writeShort()
91 if (DeflaterConstants.DEBUGGING && start != 0) in writeInt()
101 if (DeflaterConstants.DEBUGGING && start != 0) in writeBlock()
112 if (DeflaterConstants.DEBUGGING && start != 0) in alignToByte()
126 if (DeflaterConstants.DEBUGGING && start != 0) in writeBits()
128 if (DeflaterConstants.DEBUGGING) in writeBits()
141 if (DeflaterConstants.DEBUGGING && start != 0) in writeShortMSB()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/util/zip/
H A DPendingBuffer.java76 if (DeflaterConstants.DEBUGGING && start != 0) in writeByte()
83 if (DeflaterConstants.DEBUGGING && start != 0) in writeShort()
91 if (DeflaterConstants.DEBUGGING && start != 0) in writeInt()
101 if (DeflaterConstants.DEBUGGING && start != 0) in writeBlock()
112 if (DeflaterConstants.DEBUGGING && start != 0) in alignToByte()
126 if (DeflaterConstants.DEBUGGING && start != 0) in writeBits()
128 if (DeflaterConstants.DEBUGGING) in writeBits()
141 if (DeflaterConstants.DEBUGGING && start != 0) in writeShortMSB()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/util/zip/
H A DPendingBuffer.java76 if (DeflaterConstants.DEBUGGING && start != 0) in writeByte()
83 if (DeflaterConstants.DEBUGGING && start != 0) in writeShort()
91 if (DeflaterConstants.DEBUGGING && start != 0) in writeInt()
101 if (DeflaterConstants.DEBUGGING && start != 0) in writeBlock()
112 if (DeflaterConstants.DEBUGGING && start != 0) in alignToByte()
126 if (DeflaterConstants.DEBUGGING && start != 0) in writeBits()
128 if (DeflaterConstants.DEBUGGING) in writeBits()
141 if (DeflaterConstants.DEBUGGING && start != 0) in writeShortMSB()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/util/zip/
H A DPendingBuffer.java76 if (DeflaterConstants.DEBUGGING && start != 0) in writeByte()
83 if (DeflaterConstants.DEBUGGING && start != 0) in writeShort()
91 if (DeflaterConstants.DEBUGGING && start != 0) in writeInt()
101 if (DeflaterConstants.DEBUGGING && start != 0) in writeBlock()
112 if (DeflaterConstants.DEBUGGING && start != 0) in alignToByte()
126 if (DeflaterConstants.DEBUGGING && start != 0) in writeBits()
128 if (DeflaterConstants.DEBUGGING) in writeBits()
141 if (DeflaterConstants.DEBUGGING && start != 0) in writeShortMSB()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/util/zip/
H A DPendingBuffer.java76 if (DeflaterConstants.DEBUGGING && start != 0) in writeByte()
83 if (DeflaterConstants.DEBUGGING && start != 0) in writeShort()
91 if (DeflaterConstants.DEBUGGING && start != 0) in writeInt()
101 if (DeflaterConstants.DEBUGGING && start != 0) in writeBlock()
112 if (DeflaterConstants.DEBUGGING && start != 0) in alignToByte()
126 if (DeflaterConstants.DEBUGGING && start != 0) in writeBits()
128 if (DeflaterConstants.DEBUGGING) in writeBits()
141 if (DeflaterConstants.DEBUGGING && start != 0) in writeShortMSB()
/dports/mail/qpopper/qpopper4.1.0/common/
H A Dmaillock.c229 if ( DEBUGGING && bDebugging ) in temp_file()
236 if ( DEBUGGING && bDebugging ) in temp_file()
242 if ( DEBUGGING && bDebugging ) in temp_file()
263 if ( DEBUGGING && bDebugging ) in temp_file()
424 if ( DEBUGGING && bDebugging ) { in Qmaillock()
455 if ( DEBUGGING && bDebugging ) { in Qmaillock()
592 if ( DEBUGGING && bDebugging ) { in Qmaillock()
631 if ( DEBUGGING && bDebugging ) { in Qmaillock()
661 if ( DEBUGGING && gbDebugging ) { in Qmailunlock()
694 if ( DEBUGGING && gbDebugging ) { in Qtouchlock()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/external/clFFT/src/library/
H A Dtransform.cpp94 #if defined(DEBUGGING) in clfftEnqueueTransform()
147 #if defined(DEBUGGING) in clfftEnqueueTransform()
165 #if defined(DEBUGGING) in clfftEnqueueTransform()
183 #if defined(DEBUGGING) in clfftEnqueueTransform()
200 #if defined(DEBUGGING) in clfftEnqueueTransform()
287 #if defined(DEBUGGING) in clfftEnqueueTransform()
339 #if defined(DEBUGGING) in clfftEnqueueTransform()
366 #if defined(DEBUGGING) in clfftEnqueueTransform()
393 #if defined(DEBUGGING) in clfftEnqueueTransform()
419 #if defined(DEBUGGING) in clfftEnqueueTransform()
[all …]
/dports/math/clfft/clFFT-2.12.2/src/library/
H A Dtransform.cpp94 #if defined(DEBUGGING) in clfftEnqueueTransform()
147 #if defined(DEBUGGING) in clfftEnqueueTransform()
165 #if defined(DEBUGGING) in clfftEnqueueTransform()
183 #if defined(DEBUGGING) in clfftEnqueueTransform()
200 #if defined(DEBUGGING) in clfftEnqueueTransform()
287 #if defined(DEBUGGING) in clfftEnqueueTransform()
339 #if defined(DEBUGGING) in clfftEnqueueTransform()
366 #if defined(DEBUGGING) in clfftEnqueueTransform()
393 #if defined(DEBUGGING) in clfftEnqueueTransform()
419 #if defined(DEBUGGING) in clfftEnqueueTransform()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DRBTree.java165 if (DEBUGGING) { in insertNode()
217 if (DEBUGGING) { in deleteNode()
366 if (DEBUGGING) { in deleteFixup()
410 if (DEBUGGING) { in deleteFixup()
464 if (DEBUGGING) { in verifyFromNode()
477 if (DEBUGGING) { in verifyFromNode()
486 if (DEBUGGING) { in verifyFromNode()
500 if (DEBUGGING) { in verifyFromNode()
570 if (DEBUGGING && VERBOSE) { in main()
591 if (DEBUGGING) { in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DRBTree.java165 if (DEBUGGING) { in insertNode()
217 if (DEBUGGING) { in deleteNode()
366 if (DEBUGGING) { in deleteFixup()
410 if (DEBUGGING) { in deleteFixup()
464 if (DEBUGGING) { in verifyFromNode()
477 if (DEBUGGING) { in verifyFromNode()
486 if (DEBUGGING) { in verifyFromNode()
500 if (DEBUGGING) { in verifyFromNode()
570 if (DEBUGGING && VERBOSE) { in main()
591 if (DEBUGGING) { in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DRBTree.java165 if (DEBUGGING) { in insertNode()
217 if (DEBUGGING) { in deleteNode()
366 if (DEBUGGING) { in deleteFixup()
410 if (DEBUGGING) { in deleteFixup()
464 if (DEBUGGING) { in verifyFromNode()
477 if (DEBUGGING) { in verifyFromNode()
486 if (DEBUGGING) { in verifyFromNode()
500 if (DEBUGGING) { in verifyFromNode()
570 if (DEBUGGING && VERBOSE) { in main()
591 if (DEBUGGING) { in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DRBTree.java165 if (DEBUGGING) { in insertNode()
217 if (DEBUGGING) { in deleteNode()
366 if (DEBUGGING) { in deleteFixup()
410 if (DEBUGGING) { in deleteFixup()
464 if (DEBUGGING) { in verifyFromNode()
477 if (DEBUGGING) { in verifyFromNode()
486 if (DEBUGGING) { in verifyFromNode()
500 if (DEBUGGING) { in verifyFromNode()
570 if (DEBUGGING && VERBOSE) { in main()
591 if (DEBUGGING) { in main()
[all …]

12345678910>>...74