Searched refs:failed (Results 1 - 25 of 588) sorted by relevance

1234567891011>>

/xsrc/external/mit/xedit/dist/lisp/re/
H A Dtests.c45 int line, ecode, i, len, group, failed; local in function:main
52 fprintf(stderr, "failed to open tests.txt\n");
56 ecode = line = group = failed = 0;
80 failed = ecode;
125 reerror(failed, &cod, buf, sizeof(buf));
131 if (failed) {
134 if (failed == RE_EESCAPE && strcmp(buf, ":EESCAPE") == 0)
136 if (failed == RE_ESUBREG && strcmp(buf, ":ESUBREG") == 0)
138 if (failed == RE_EBRACK && strcmp(buf, ":EBRACK") == 0)
140 if (failed
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmesa-sha1_test.c44 bool failed = false; local in function:main
60 failed = true;
64 return failed;
H A Droundeven_test.c68 bool failed = false; local in function:main
83 failed = true;
101 failed = true;
117 failed = true;
135 failed = true;
139 return failed;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dmesa-sha1_test.c44 bool failed = false; local in function:main
60 failed = true;
64 return failed;
H A Droundeven_test.c68 bool failed = false; local in function:main
83 failed = true;
101 failed = true;
117 failed = true;
135 failed = true;
139 return failed;
/xsrc/external/mit/xterm/dist/vttests/
H A Dacs.pl41 sub failed() { subroutine
51 &failed("missing capability: $cap") if ( $check eq "" );
H A Dprint-vt-chars.pl135 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/xterm/dist/
H A Ddf-install.in41 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"
H A Drun-tic.in41 failed() {
47 failed "This terminal description relies on ncurses 6.1 $USE_NCURSES"
63 mkdir -p "$MYTEMP" || failed "cannot mkdir $MYTEMP"
H A Dresize.c194 static GCC_NORETURN void failed(const char *);
200 failed(const char *s) function in typeref:typename:void
498 failed("get tty settings");
512 failed("set tty settings");
576 failed("set tty settings");
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_dcon.c59 static int failed = -1; local in function:DCONDPMSSet
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/
H A Dstencilwrap.c22 GLboolean failed; local in function:RunTest
35 failed = GL_FALSE;
47 failed = GL_TRUE;
56 failed = GL_FALSE;
68 failed = GL_TRUE;
77 failed = GL_FALSE;
89 failed = GL_TRUE;
98 failed = GL_FALSE;
111 failed = GL_TRUE;
114 if ( !failed )
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dvalidate.c63 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/dist/hw/xfree86/x86emu/
H A Dvalidate.c63 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/libxshmfence/dist/test/
H A Dxshmfence_test.c54 int failed = 0; local in function:main
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/
H A Dthreaded.c35 static int failed;
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/brotli/dist/tests/
H A Drun-roundtrip-test.cmake9 message(FATAL_ERROR "Compression failed: ${result_stderr}")
17 message(FATAL_ERROR "Decompression failed")
H A Drun-compatibility-test.cmake12 message(FATAL_ERROR "Decompression failed")
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_queue.c235 goto failed;
240 goto failed;
253 failed:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_queue.c235 goto failed;
240 goto failed;
253 failed:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c49 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/auxiliary/hud/
H A Dhud_driver_query.c49 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/
H A Dd3d12_screen.cpp674 debug_printf("D3D12: failed to load D3D12.DLL\n");
680 debug_printf("D3D12: failed to load D3D12GetDebugInterface from D3D12.DLL\n");
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");
738 debug_printf("D3D12: failed to enable experimental shader models\n");
745 debug_printf("D3D12: failed to load D3D12CreateDevice from D3D12.DLL\n");
754 debug_printf("D3D12: D3D12CreateDevice failed\n");
896 debug_printf("D3D12: failed to create device\n");
897 goto failed;
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.11.rst82 \`region->map_refcount == 0' failed.
88 Assertion \`NumCallbacks < 32' failed.
114 failed with RADEON_HYPERZ=1
125 \`prim[i].num_instances > 0' failed
141 [softpipe] tgsi/tgsi_sse2.c:1527:emit_tex: Assertion \`0' failed.
146 failed.
173 \`u_minify(src->width0, srcLevel) == width' failed.
218 [bisected pineview] many cases related to depth and stencil failed
223 [bisected pineview] oglc case pxconv-read failed
226 \`buffer_size - format_size <= buffer_size' failed
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxace.c250 Bool failed = FALSE; local in function:XaceCensorImage
261 failed = TRUE;
287 failed = TRUE;
294 failed = TRUE;
303 if (failed)

Completed in 16 milliseconds

1234567891011>>