Searched refs:error_count (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/bitmap/dist/test/
H A Dround-trip-test.in8 error_count=0
14 error_count=$(( error_count + $? ))
16 error_count=$(( error_count + $? ))
18 error_count=$(( error_count + $? ))
27 exit $error_count
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_instance.py317 error_count = 0 variable
324 error_count += 1
331 error_count += 1
338 if error_count > 0:
339 print("zink_instance.py: Found {} error(s) in total. Quitting.".format(error_count))
H A Dzink_device_info.py560 error_count = 0 variable
567 error_count += 1
574 error_count += 1
580 error_count += 1
585 error_count += 1
592 if error_count > 0:
593 print("zink_device_info.py: Found {} error(s) in total. Quitting.".format(error_count))
/xsrc/external/mit/libX11/dist/nls/
H A Dcompose-check.pl34 my $error_count = 0;
46 $error_count += check_compose_file($cf);
49 exit($error_count);
/xsrc/external/mit/libX11/dist/src/
H A DReconfWM.c81 async_state.error_count = 0;
122 if (!async_state.error_count)
H A DXlibAsync.c69 state->error_count++;
H A DFont.c204 async_state.error_count = 0;
425 async1_state.error_count = 0;
447 async2_state.error_count = 0;
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_drawable.c349 static int error_count = 0; variable in typeref:typename:int
355 ++error_count;
397 error_count = 0;
407 if (error_count > 0) {
414 error_count = 0;
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_drawable.c349 static int error_count = 0; variable in typeref:typename:int
355 ++error_count;
397 error_count = 0;
407 if (error_count > 0) {
414 error_count = 0;
/xsrc/external/mit/freetype/dist/src/tools/ftrandom/
H A Dftrandom.c86 static unsigned int error_count = 1; variable in typeref:typename:unsigned int
418 if ( error_count == 0 && error_fraction == 0.0 )
421 return error_count + (unsigned int)( error_fraction * item->len );
632 error_count = (unsigned int)strtoul( argv[++i], &end, 10 );
642 error_count = 0;
/xsrc/external/mit/libX11/dist/specs/i18n/compose/
H A Dcompose-chart.pl39 my $error_count = 0;
103 $error_count += make_compose_chart($a);
106 exit($error_count);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c405 int error_count = 0; local in function:test_all
415 ++error_count;
420 fprintf(stderr, "%d failures\n", error_count);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c405 int error_count = 0; local in function:test_all
415 ++error_count;
420 fprintf(stderr, "%d failures\n", error_count);
/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsCmap.c168 async_state.error_count = 0;
198 } while (async_state.error_count > 0 && ++j < nVisualsMatched);
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h804 int error_count; member in struct:_XAsyncEState

Completed in 14 milliseconds