| /xsrc/external/mit/xedit/dist/lisp/re/ |
| tests.c | 45 int line, ecode, i, len, group, failed, errors; local 52 fprintf(stderr, "failed to open tests.txt\n"); 56 errors = ecode = line = group = failed = 0; 81 failed = ecode; 127 reerror(failed, &cod, buf, sizeof(buf)); 134 if (failed) { 137 if (failed == RE_EESCAPE && strcmp(buf, ":EESCAPE") == 0) 139 if (failed == RE_ESUBREG && strcmp(buf, ":ESUBREG") == 0) 141 if (failed == RE_EBRACK && strcmp(buf, ":EBRACK") == 0) 143 if (failed == RE_EPAREN && strcmp(buf, ":EPAREN") == 0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| mesa-sha1_test.c | 44 bool failed = false; local 60 failed = true; 64 return failed;
|
| roundeven_test.c | 68 bool failed = false; local 83 failed = true; 101 failed = true; 117 failed = true; 135 failed = true; 139 return failed;
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| mesa-sha1_test.c | 44 bool failed = false; local 60 failed = true; 64 return failed;
|
| roundeven_test.c | 68 bool failed = false; local 83 failed = true; 101 failed = true; 117 failed = true; 135 failed = true; 139 return failed;
|
| /xsrc/external/mit/xterm/dist/ |
| df-install.in | 41 failed() { 118 test -z "$prefix" && failed "could not find $TOOL in PATH" 125 failed "DESTDIR is not a directory: $DESTDIR" 134 failed "not found: $OLD_FILE" 137 failed "cannot mkdir: $MY_TEMP"
|
| run-tic.in | 41 failed() { function 47 failed "This terminal description relies on ncurses 6.1 $USE_NCURSES" 63 mkdir -p "$MYTEMP" || failed "cannot mkdir $MYTEMP"
|
| resize.c | 194 static GCC_NORETURN void failed(const char *); 200 failed(const char *s) function 498 failed("get tty settings"); 512 failed("set tty settings"); 576 failed("set tty settings");
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| geode_dcon.c | 59 static int failed = -1; local 64 if (failed == -1) 65 failed = !dcon_present(); 67 if (failed) 78 failed = 1; 92 failed = 1; 111 failed = 1;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| stencilwrap.c | 22 GLboolean failed; local 35 failed = GL_FALSE; 46 printf("Failed GL_KEEP test(got %u, expected %u)\n", val, expected); 47 failed = GL_TRUE; 56 failed = GL_FALSE; 67 printf("Failed GL_ZERO test(got %u, expected %u)\n", val, expected); 68 failed = GL_TRUE; 77 failed = GL_FALSE; 88 printf("Failed GL_REPLACE test(got %u, expected %u)\n", val, expected); 89 failed = GL_TRUE [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/ |
| validate.c | 63 int f,failed = false; \ 74 failed = true; \ 75 if (failed || trace) { 82 failed = true; \ 83 if (failed || trace) { 86 if (failed) \ 94 if (failed) \ 102 if (failed) \ 112 if (failed) \ 115 if (failed) \ [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/ |
| validate.c | 63 int f,failed = false; \ 74 failed = true; \ 75 if (failed || trace) { 82 failed = true; \ 83 if (failed || trace) { 86 if (failed) \ 94 if (failed) \ 102 if (failed) \ 112 if (failed) \ 115 if (failed) \ [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| acs.pl | 41 sub failed() { subroutine 51 &failed("missing capability: $cap") if ( $check eq "" );
|
| print-vt-chars.pl | 135 sub failed($) { subroutine 215 &failed("Illegal left-code $gl_code") unless &valid_code($gl_code); 216 &failed("Illegal right-code $gr_code") unless &valid_code($gr_code); 217 &failed("Unknown left-charset $gl_name") unless &valid_name($gl_name); 218 &failed("Unknown right charset $gr_name") unless &valid_name($gr_name); 359 &failed("VT-level must be 1-5") if ( $vt_level < 1 or $vt_level > 5 );
|
| /xsrc/external/mit/libxshmfence/dist/test/ |
| xshmfence_test.c | 54 int failed = 0; local 93 fprintf(stderr, "%6d: query reset failed\n", c); 111 fprintf(stderr, "%6d: query triggered failed\n", c); 144 fprintf(stderr, "query reset failed\n"); 158 fprintf (stderr, "query triggered failed\n"); 175 failed++; 177 exit(failed);
|
| /xsrc/external/mit/libdrm/dist/tests/nouveau/ |
| threaded.c | 35 static int failed; variable 55 failed = 1; 100 fprintf(stderr, "Opening nouveau render node failed with %i\n", fd); 105 fprintf(stderr, "Opening second nouveau render node failed with %i\n", -errno); 151 if (failed) 152 fprintf(stderr, "DRM_IOCTL_GEM_CLOSE failed with EINVAL,\n" 155 return failed;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| nine_queue.c | 235 goto failed; 240 goto failed; 253 failed:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| nine_queue.c | 235 goto failed; 240 goto failed; 253 failed:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| hud_driver_query.c | 49 boolean failed; member in struct:hud_batch_query_context 59 if (!bq || bq->failed) 76 bq->failed = TRUE; 109 "gallium_hud: create_batch_query failed. You may have " 111 bq->failed = TRUE; 121 if (!bq || bq->failed || !bq->query[bq->head]) 128 bq->failed = TRUE; 182 if (bq->query[bq->head] && !bq->failed)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| hud_driver_query.c | 49 boolean failed; member in struct:hud_batch_query_context 59 if (!bq || bq->failed) 76 bq->failed = TRUE; 109 "gallium_hud: create_batch_query failed. You may have " 111 bq->failed = TRUE; 121 if (!bq || bq->failed || !bq->query[bq->head]) 128 bq->failed = TRUE; 182 if (bq->query[bq->head] && !bq->failed)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_screen.cpp | 532 if (FAILED(screen->dev->CheckFeatureSupport(D3D12_FEATURE_FORMAT_SUPPORT, 566 if (FAILED(screen->dev->CheckFeatureSupport(D3D12_FEATURE_FORMAT_SUPPORT, 595 if (FAILED(screen->dev->CheckFeatureSupport(D3D12_FEATURE_MULTISAMPLE_QUALITY_LEVELS, 674 debug_printf("D3D12: failed to load D3D12.DLL\n"); 680 debug_printf("D3D12: failed to load D3D12GetDebugInterface from D3D12.DLL\n"); 685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { 686 debug_printf("D3D12: D3D12GetDebugInterface failed\n"); 721 debug_printf("D3D12: failed to load D3D12.DLL\n"); 729 debug_printf("D3D12: failed to initialize validator with experimental shader models disabled\n"); 737 if (FAILED(D3D12EnableExperimentalFeatures(1, &D3D12ExperimentalShaderModels, NULL, NULL))) [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| xace.c | 253 Bool failed = FALSE; local 263 failed = TRUE; 284 failed = TRUE; 290 failed = TRUE; 299 if (failed) {
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| xace.c | 250 Bool failed = FALSE; local 261 failed = TRUE; 287 failed = TRUE; 294 failed = TRUE; 303 if (failed)
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ |
| gtest-test-part.h | 55 kNonFatalFailure, // Failed but the test can continue. 56 kFatalFailure, // Failed and the test should be terminated. 96 // Returns true if and only if the test part non-fatally failed. 99 // Returns true if and only if the test part fatally failed. 102 // Returns true if and only if the test part failed. 103 bool failed() const { return fatally_failed() || nonfatally_failed(); } function in class:testing::TestPartResult
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/ |
| gtest-test-part.h | 53 kNonFatalFailure, // Failed but the test can continue. 54 kFatalFailure // Failed and the test should be terminated. 93 // Returns true iff the test part failed. 94 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult 96 // Returns true iff the test part non-fatally failed. 99 // Returns true iff the test part fatally failed.
|