Searched refs:try (Results 1 - 25 of 557) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dstub.c272 size_t try, try_max; local in function:main
275 for(try=0, try_max=5; try < try_max; try++) {
277 fprintf(stderr, "Xquartz: Failed to request a socket from the server to send the $DISPLAY fd over (try %d of %d)\n", (int)try+1, (int)try_max);
283 fprintf(stderr, "Xquartz: Failed to connect to socket (try %d of %d)\n", (int)try+1, (int)try_max);
288 fprintf(stderr, "Xquartz: Handoff connection established (try %d of %d) on fd %d, \"%s\". Sending message.\n", (int)try
[all...]
H A Dbundle-main.c245 size_t try, try_max; local in function:create_socket
247 for(try=0, try_max=5; try < try_max; try++) {
260 fprintf(stderr, "X11.app: Failed to create socket (try %d / %d): %s - %s\n", (int)try+1, (int)try_max, filename_out, strerror(errno));
417 /* Now, try to open a display, if so, run the launcher */
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dstub.c276 size_t try, try_max; local in function:main
279 for (try = 0, try_max = 5; try < try_max; try++) {
282 "Xquartz: Failed to request a socket from the server to send the $DISPLAY fd over (try %d of %d)",
283 (int)try + 1, (int)try_max);
290 "Xquartz: Failed to connect to socket (try %d of %d)",
291 (int)try + 1, (int)try_max);
296 "Xquartz: Handoff connection established (try %d of %d) on fd %d, \"%s\". Sending message.",
297 (int)try
[all...]
H A Dbundle-main.c270 size_t try, try_max; local in function:create_socket
272 for (try = 0, try_max = 5; try < try_max; try++) {
288 "X11.app: Failed to create socket (try %d / %d): %s - %s\n",
289 (int)try + 1, (int)try_max, filename_out, strerror(errno));
462 /* Now, try to open a display, if so, run the launcher */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_draw.c67 for (unsigned try = 0; try < 2; try++) { local in function:retry_draw_range_elements
93 for (unsigned try = 0; try < 2; try++) { local in function:retry_draw_arrays
H A Dsvga_pipe_depthstencil.c82 unsigned try; local in function:define_depth_stencil_state_object
94 for (try = 0; try < 2; try++) {
140 /* Don't try to figure out CW/CCW correspondence with
H A Dsvga_pipe_rasterizer.c121 unsigned try; local in function:define_rasterizer_object
133 for (try = 0; try < 2; try++) {
H A Dsvga_pipe_blend.c103 unsigned try; local in function:define_blend_state_object
124 for (try = 0; try < 2; try++) {
166 * top of D3D9 API. Instead we try to simulate with various blend modes.
H A Dsvga_pipe_sampler.c169 unsigned try; local in function:define_sampler_state_object
211 for (try = 0; try < 2; try++) {
/xsrc/external/mit/MesaLib/dist/docs/
H A Dlists.rst8 are OK, but please try the general OpenGL resources and Mesa/DRI
33 them. If you try to post to a list and you're not a subscriber (or if
34 you try to post from a different email address than you subscribed with)
H A Dutilities.rst15 can see the results and try to fix outstanding issues.
H A Dbugs.rst15 - If you're reporting a crash, try to use your debugger (gdb) to get a
/xsrc/external/mit/ctwm/dist/doc/devman/
H A DREADME.md4 With a little manual hackery of the generated Makefile, you can try using
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Drender-copyarea-mask.c99 int try = 50; local in function:rect_tests
110 --try);
117 if (try) {
H A Dtest_display.c66 int try; local in function:ref_display
84 try = 0;
85 while (try++ < 1000) {
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Drender-copyarea-mask.c99 int try = 50; local in function:rect_tests
110 --try);
117 if (try) {
H A Dtest_display.c66 int try; local in function:ref_display
84 try = 0;
85 while (try++ < 1000) {
/xsrc/external/mit/freetype/dist/builds/dos/
H A Ddetect.mk37 # We try to recognize a Dos session under OS/2. The `ver' command
47 # We also try to recognize Dos 7.x without Windows 9X launched.
/xsrc/external/mit/xlogo/dist/
H A Dconfigure.ac52 USE_RENDER="$withval", USE_RENDER="try")
70 USE_XKB="$withval", USE_XKB="try")
/xsrc/external/mit/xeyes/dist/
H A Dconfigure.ac44 AC_ARG_WITH(xrender, AS_HELP_STRING([--with-xrender],[Use Xrender for rendering (Default is YES)]),use_xrender="$withval",use_xrender="try")
50 AC_ARG_WITH(present, AS_HELP_STRING([--with-present],[Use Present for updates (Default is AUTO)]),use_present="$withval",use_present="try")
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_crt.c177 int try; local in function:i830_crt_detect_hotplug
202 for (try = 0; try < tries; try++) {
/xsrc/external/mit/xcb-util/dist/
H A Dconfigure.ac25 AC_MSG_ERROR([Can't find usable m4, please install it and try again])
29 AC_MSG_ERROR([Can't find gperf, please install it and try again])
/xsrc/external/mit/xclock/dist/
H A Dconfigure.ac51 AC_ARG_WITH(xft, AS_HELP_STRING([--with-xft],[Use Xft2 and Xrender for rendering (Default is YES)]),use_xft="$withval",use_xft="try")
65 AC_ARG_WITH(xkb, AS_HELP_STRING([--with-xkb],[Use XKB to sound bells (Default is YES)]),use_xkb="$withval",use_xkb="try")
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.3.6.rst59 - i965: Don't try to disable render aux buffers for compute
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Ddoxygen.cmake25 # tedious when working on docs though, so try depending on CTWMSRC.

Completed in 17 milliseconds

1234567891011>>