Home
last modified time | relevance | path

Searched refs:debugCount (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/keybase/client-v5.7.1/shared/actions/
H A Ddev-gen.tsx6 export const debugCount = 'dev:debugCount'
20 type: debugCount,
28 …t type DebugCountPayload = {readonly payload: _DebugCountPayload; readonly type: typeof debugCount}
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestCldrFactory.java117 int debugCount = 0; in getUncontainedPath() local
119 if (++debugCount < 100) { in getUncontainedPath()
120 logln(debugCount + "\t" + xpath); in getUncontainedPath()
138 int debugCount = 0; in differentPathValue() local
143 if (++debugCount < 100) { in differentPathValue()
144 logln(debugCount + "\t" + xpath); in differentPathValue()
/dports/security/vault/vault-1.8.2/http/
H A Dsys_monitor_test.go52 debugCount := 0
66 debugCount++
74 if debugCount > 3 {
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java78 return debugCount; in getDebugCount()
84 ++debugCount; in incrementDebugCount()
90 --debugCount; in decrementDebugCount()
190 private static int debugCount = 0; field in ProxyFactory
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java78 return debugCount; in getDebugCount()
84 ++debugCount; in incrementDebugCount()
90 --debugCount; in decrementDebugCount()
190 private static int debugCount = 0; field in ProxyFactory
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOU_MARIS.cpp128 int debugCount = 0; in update_pick_up() local
134 debugCount++; in update_pick_up()
136 err_when(debugCount==0); in update_pick_up()
H A DOU_CARAS.cpp202 int debugCount = 0; in update_pick_up() local
208 debugCount++; in update_pick_up()
210 err_when(debugCount==0); in update_pick_up()
H A DOU_CARA.cpp833 int debugCount; in update_stop_list() local
834 for(debugCount=0; debugCount<stop_defined_num; debugCount++) in update_stop_list()
835 err_when(!stop_array[debugCount].firm_recno); in update_stop_list()
837 for(; debugCount<MAX_STOP_FOR_CARAVAN; debugCount++) in update_stop_list()
838 err_when(stop_array[debugCount].firm_recno); in update_stop_list()
840 for(debugCount=0; debugCount<stop_defined_num; debugCount++) in update_stop_list()
841 err_when(stop_array[debugCount].firm_recno && in update_stop_list()
842 … stop_array[debugCount].firm_recno==stop_array[(debugCount+1)%MAX_STOP_FOR_CARAVAN].firm_recno); in update_stop_list()
H A DOU_MARIT.cpp198 int debugCount; in update_stop_list() local
199 for(debugCount=0; debugCount<stop_defined_num; debugCount++) in update_stop_list()
200 err_when(!stop_array[debugCount].firm_recno); in update_stop_list()
202 for(; debugCount<MAX_STOP_FOR_SHIP; debugCount++) in update_stop_list()
203 err_when(stop_array[debugCount].firm_recno); in update_stop_list()
205 for(debugCount=0; debugCount<stop_defined_num; debugCount++) in update_stop_list()
206 err_when(stop_array[debugCount].firm_recno && in update_stop_list()
207 stop_array[debugCount].firm_recno==stop_array[(debugCount+1)%MAX_STOP_FOR_SHIP].firm_recno); in update_stop_list()
H A DOU_CARAT.cpp208 for(int debugCount=0; debugCount<MAX_MARKET_GOODS; ++debugCount, debugGoods++) in market_unload_goods_in_empty_slot() local
261 for(int debugCount=0; debugCount<MAX_MARKET_GOODS; ++debugCount, debugGoods++) in market_unload_goods_in_empty_slot() local
H A DOSPREUSE.cpp820 int debugCount = num_of_result_node; in get_result() local
825 for(int d=1; d<debugCount; d++) in get_result()
H A DOU_MARI.cpp434 long debugCount = 0L; in unloading_unit() local
442 err_when(debugCount++ > 4*long(MAX_WORLD_X_LOC*MAX_WORLD_Y_LOC)); in unloading_unit()
H A DOUNITAC.cpp336 int debugCount=1; in burn() local
342 while(debugCount++ < result_node_count) in burn()
344 err_when(debugCount>1000); in burn()
/dports/net/liveMedia/live/liveMedia/
H A DMP3InternalsHuffman.cpp41 static unsigned debugCount = 0; /* for debugging */ variable
65 ++debugCount; in updateSideInfoForHuffman()
135 fprintf(stderr, "%d usifh-0: adjustment 1: %d\n", debugCount, adjustment); in updateSideInfoForHuffman()
161 fprintf(stderr, "%d usifh-0: adjustment 2: %d\n", debugCount, adjustment); in updateSideInfoForHuffman()
247 fprintf(stderr, "%d usifh-1: adjustment 0: %d\n", debugCount, adjustment); in updateSideInfoForHuffman()
272 fprintf(stderr, "%d usifh-1: adjustment 1: %d\n", debugCount, adjustment); in updateSideInfoForHuffman()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPS.cpp203 debugCount = 0; in Init()
297 Do(p, debugCount); in DoState()
H A DMIPS.h237 u32 debugCount; // can be used to count basic blocks before crashes, etc. variable
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/
H A DMIPS.cpp203 debugCount = 0;
297 Do(p, debugCount);
H A DMIPS.h237 u32 debugCount; // can be used to count basic blocks before crashes, etc. variable
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPS.cpp203 debugCount = 0; in Init()
297 Do(p, debugCount); in DoState()
H A DMIPS.h237 u32 debugCount; // can be used to count basic blocks before crashes, etc. variable
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/utilint/
H A DRepTestUtils.java1183 int debugCount = 0; in checkDbContents() local
1199 debugCount++; in checkDbContents()
1204 debugCount + "bad statusB = " + in checkDbContents()
1209 debugCount + " keyA=" + in checkDbContents()
1221 debugCount + " dataA=" + in checkDbContents()
1237 debugCount + " keyA is missing" + in checkDbContents()
1241 return debugCount; in checkDbContents()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/x86/
H A DAsm.cpp177 ADD(32, MIPSSTATE_VAR(debugCount), Imm8(1)); in GenerateFixedCode()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/x86/
H A DAsm.cpp177 ADD(32, MIPSSTATE_VAR(debugCount), Imm8(1)); in GenerateFixedCode()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/x86/
H A DAsm.cpp177 ADD(32, MIPSSTATE_VAR(debugCount), Imm8(1)); in GenerateFixedCode()
/dports/net/norm/norm-1.5r6/protolib/src/linux/
H A DlinuxRouteMgr.cpp434 unsigned int debugCount = 1; in DeleteRoute() local
436 debugCount++, dst.GetHostString(), prefixLen); in DeleteRoute()
441 debugCount++, dst.GetHostString(), prefixLen); in DeleteRoute()

12