| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | test_log.c | 7 void die(const char *fmt, ...) function in typeref:typename:void
|
| H A D | test_display.c | 55 die("unable to open out display %s\n", name); 72 die("unable to open reference display %s\n", name); 82 die("unable to spawn '%s' for reference display\n", buf); 93 die("unable to open reference display\n"); 105 die("XSHM not supported\n"); 112 die("failed to allocated %d bytes for a shm segment\n", size);
|
| H A D | test.h | 41 void die(const char *fmt, ...); 43 #define die_unless(expr) do{ if (!(expr)) die("verification failed: %s\n", #expr); } while(0)
|
| H A D | render-composite-solid.c | 86 die("failed to set pixel (%d,%d) to %08x[%08x], found %08x instead\n", 170 die("failed to set pixel (%d,%d) to %08x[%08x], found %08x instead\n",
|
| H A D | render-fill.c | 78 die("failed to set pixel (%d,%d) to %08x [%08x], found %08x [%08x] instead\n", 162 die("failed to set pixel (%d,%d) to %08x[%08x], found %08x instead\n",
|
| H A D | test_image.c | 106 die("discrepancy found at (%d+%d, %d+%d): found %08x, expected %08x (delta: %d)\n%s", 238 die("discrepancy found at (%d+%d, %d+%d): found %08x, expected %08x (delta: %d)\n%s%s\n",
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | test_log.c | 7 void die(const char *fmt, ...) function in typeref:typename:void
|
| H A D | test_display.c | 55 die("unable to open out display %s\n", name); 72 die("unable to open reference display %s\n", name); 82 die("unable to spawn '%s' for reference display\n", buf); 93 die("unable to open reference display\n"); 105 die("XSHM not supported\n"); 112 die("failed to allocated %d bytes for a shm segment\n", size);
|
| H A D | test.h | 41 void die(const char *fmt, ...); 43 #define die_unless(expr) do{ if (!(expr)) die("verification failed: %s\n", #expr); } while(0)
|
| H A D | render-composite-solid.c | 86 die("failed to set pixel (%d,%d) to %08x[%08x], found %08x instead\n", 170 die("failed to set pixel (%d,%d) to %08x[%08x], found %08x instead\n",
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | kbd_mode.c | 68 static void die(char*); 82 die("Couldn't open /dev/kbd"); 114 die("Couldn't set LEDs"); 119 die("Couldn't set click"); 122 die("Couldn't set translation"); 124 die("Couldn't set redirect"); 129 die(char *msg) function in typeref:typename:void 141 die("Couldn't inquire current translation");
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | kbd_mode.c | 68 static void die(char*); 82 die("Couldn't open /dev/kbd"); 114 die("Couldn't set LEDs"); 119 die("Couldn't set click"); 122 die("Couldn't set translation"); 124 die("Couldn't set redirect"); 129 die(char *msg) function in typeref:typename:void 141 die("Couldn't inquire current translation");
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | backlight_helper.c | 27 static void die(const char *format, ...) function in typeref:typename:void 47 die("Usage: xf86-video-intel-backlight-helper <iface>\n"); 50 die("Invalid interface '%s': contains '/'\n", argv[1]); 55 die("Invalid interface '%s': name too long\n", argv[1]); 59 die("Invalid interface '%s': unknown backlight file\n", argv[1]); 64 die("Failed to update backlight interface '%s': errno=%d\n", argv[1], errno);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| H A D | backlight_helper.c | 17 static void die(const char *format, ...) function in typeref:typename:void 37 die("Usage: xf86-video-intel-backlight-helper <iface>\n"); 40 die("Invalid interface '%s': contains '/'\n", argv[1]); 45 die("Invalid interface '%s': name too long\n", argv[1]); 49 die("Invalid interface '%s': unknown backlight file\n", argv[1]); 54 die("Failed to update backlight interface '%s': errno=%d\n", argv[1], errno);
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | compile | 76 die() { function 82 autoreconf -fvi || die 83 ${SCAN_BUILD} ./configure --prefix=${PREFIX} ${CONFOPT} --disable-dependency-tracking --enable-maintainer-mode --enable-xcsecurity --enable-record --disable-xevie "${@}" || die "Could not configure xserver" 84 ${MAKE} clean || die "Unable to make clean" 85 ${SCAN_BUILD} ${MAKE} ${MAKE_OPTS} || die "Could not make xserver" 86 #${MAKE} distcheck ${MAKE_OPTS} DESTDIR=/tmp/distcheck || die "distcheck failed" 91 ${MAKE} install DESTDIR="$(pwd)/../dist" || die "Could not install xserver"
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | get_hash_generator.py | 136 def die(msg): function 151 die("missing fields (%s) in param descriptor file (%s)" % 157 die("unknown API(s) in param descriptor file (%s): %s\n" % 216 die("missing descriptor file (-f)\n") 225 die("couldn't parse API specification file %s\n" % api_desc_file)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | get_hash_generator.py | 134 def die(msg): function 149 die("missing fields (%s) in param descriptor file (%s)" % 155 die("unknown API(s) in param descriptor file (%s): %s\n" % 214 die("missing descriptor file (-f)\n") 223 die("couldn't parse API specification file %s\n" % api_desc_file)
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | fence-image-self-test.c | 52 die (const char *msg, int err) function in typeref:typename:void 84 die ("sigaction failed", errno); 86 die ("sigaction failed", errno); 108 die ("fork failed", errno); 115 die ("waitpid did not work", wp == -1 ? errno : 0);
|
| /xsrc/external/mit/oclock/dist/ |
| H A D | oclock.c | 47 static void die ( Widget w, XtPointer client_data, XtPointer call_data ); 60 static void die(Widget w, XtPointer client_data, XtPointer call_data) function in typeref:typename:void 140 XtAddCallback(toplevel, XtNdieCallback, die, NULL); 191 die(w, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/ |
| H A D | asm.py | 82 def die(s): function 92 die(s) 98 die(f"Expected number {s}") 101 die(f"Range error on {s}") 142 die('Expected value') 148 die('Invalid operand') 179 die(f"No known mnemonic for {head}") 192 die(f"Expected . after instruction in {head}") 207 die(f"Wrong number of operands in {line}, expected {expected_op_count}, got {len(operands)} {operands}") 283 die( [all...] |
| /xsrc/external/mit/xclock/dist/ |
| H A D | xclock.c | 121 die(Widget w, XtPointer client_data, XtPointer call_data) function in typeref:typename:void _X_NORETURN 143 die(w, NULL, NULL); 179 XtAddCallback(toplevel, XtNdieCallback, die, NULL);
|
| /xsrc/external/mit/xorgproto/dist/scripts/ |
| H A D | keysym-generator.py | 40 def die(msg): function 72 die(f"{stderr}") 74 die(f"Kernel repo must be on the master branch (current: {stdout.strip()})") 95 die(f"{result.stderr}") 99 die(f"{self.repo} is not a git repository") 343 die("Header file verification failed") 410 die(f"Unable to find XF86keysym.h in CWD or {fallbackdir}") 413 die("Multiple XF86keysym.h in CWD, please use --header")
|
| /xsrc/external/mit/xlogo/dist/ |
| H A D | xlogo.c | 123 die(Widget w, _X_UNUSED XtPointer client_data, _X_UNUSED XtPointer call_data) function in typeref:typename:void 233 XtAddCallback(toplevel, XtNdieCallback, die, NULL); 266 die(w, NULL, NULL);
|
| /xsrc/external/mit/libSM/dist/include/X11/SM/ |
| H A D | SMlib.h | 145 } die; 143 } die; member in struct:__anon6f698af70408
|
| /xsrc/external/mit/libSM/dist/src/ |
| H A D | sm_client.c | 637 smcConn->callbacks.die.callback = callbacks->die.callback; 638 smcConn->callbacks.die.client_data = callbacks->die.client_data;
|