| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | test.cpp | 49 printf("*** usage: %s <command> <options>\n", name); 61 const char *command = argv[1]; local in function:extract_command_from_argv 64 return command; 69 const char *command = extract_command_from_argv(&argc, argv); local in function:main 70 if (strcmp(command, "optpass") == 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | test.cpp | 49 printf("*** usage: %s <command> <options>\n", name); 61 const char *command = argv[1]; local in function:extract_command_from_argv 64 return command; 69 const char *command = extract_command_from_argv(&argc, argv); local in function:main 70 if (strcmp(command, "optpass") == 0) {
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| H A D | run-quiet.py | 5 # Runs command and discards anything it sends to stdout 33 command = sys.argv[1:] variable 36 sys.exit(subprocess.run(command, stdout=out).returncode)
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| H A D | google-power-relay.py | 17 command = "relay {} {}\n\r".format(mode, relay) variable 18 ser.write(command.encode())
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Command.c | 119 offset(command.callbacks), 128 offset(command.highlight_thickness), 137 offset(command.shape_style), 146 offset(command.corner_round), 211 /* command */ 233 if (cbw->command.highlight_thickness > 1) 234 values.line_width = cbw->command.highlight_thickness; 256 if (cbw->command.shape_style != XawShapeRectangle && 259 cbw->command.shape_style = XawShapeRectangle; 261 if (cbw->command [all...] |
| H A D | Toggle.c | 91 offset(command.set), 170 /* command */ 207 * Find the set and unset actions in the command widget's action table 259 if (tw_req->command.set) 279 if (tw->command.set) 290 long antilint = tw->command.set; 307 if (!tw->core.sensitive && oldtw->core.sensitive && rtw->command.set) 308 tw->command.set = True; 310 if (oldtw->command.set != tw->command [all...] |
| /xsrc/external/mit/libXaw/dist/examples/ |
| H A D | toggle.c | 43 Widget toplevel,box,command; local in function:main 52 command = XtVaCreateManagedWidget("cmd", 78 XtAddCallback(command, XtNcallback, quit_cb, NULL); 80 command = XtVaCreateManagedWidget("getcurrent", 84 XtAddCallback(command, XtNcallback, getdata_cb, NULL); 86 command = XtVaCreateManagedWidget("unsetcurrent", 90 XtAddCallback(command, XtNcallback, unset_cb, NULL); 93 command = XtVaCreateManagedWidget("setnew", 98 XtAddCallback(command, XtNcallback, reset_cb, NULL);
|
| H A D | pane.c | 36 Widget toplevel,pane,label,command; local in function:main 59 command = XtVaCreateManagedWidget("cmd", 64 XtAddCallback(command, XtNcallback,refigure_cb, NULL); 66 command = XtVaCreateManagedWidget("cmd", 71 XtAddCallback(command, XtNcallback,getnumsub_cb, NULL); 72 XawPanedSetMinMax(command,50,100); 74 command = XtVaCreateManagedWidget("cmd", 78 XtAddCallback(command, XtNcallback, quit_cb, NULL);
|
| H A D | repeater.c | 49 Widget toplevel,box,command,rep; local in function:main 57 command = XtVaCreateManagedWidget("cmd", 61 XtAddCallback(command, XtNcallback, quit_cb, NULL); 67 XtAddCallback(rep,XtNstartCallback,start_cb,command); 69 XtAddCallback(rep,XtNcallback,do_cb,command); 71 XtAddCallback(rep,XtNstopCallback,stop_cb,command);
|
| H A D | xawhisto.c | 13 static Widget command; variable in typeref:typename:Widget 22 XtVaSetValues(command, XtNlabel, buf, NULL); 51 command = XtVaCreateManagedWidget("command", 63 XtNfromHoriz, command, 75 XtAddCallback(command, XtNcallback, cmd_cb, NULL);
|
| H A D | menu.c | 42 Widget toplevel,box,command; local in function:main 50 command = XtVaCreateManagedWidget("cmd", 55 XtAddCallback(command, XtNcallback, quit_cb, NULL);
|
| H A D | strip.c | 27 Widget toplevel,box,chart,command; local in function:main 35 command = XtVaCreateManagedWidget("cmd", 46 XtAddCallback(command, XtNcallback, quit_cb, NULL);
|
| H A D | scrollbar.c | 39 Widget toplevel,box,label,scroll,command; local in function:main 51 command = XtVaCreateManagedWidget("cmd", 56 XtAddCallback(command, XtNcallback, quit_cb, NULL);
|
| H A D | simple.c | 45 Widget toplevel,box,command,simple; local in function:main 61 command = XtVaCreateManagedWidget("cmd", 74 XtAddCallback(command, XtNcallback, quit_cb, simple );
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_debug.c | 36 char line[2048], command[128]; local in function:v3dv_print_spirv 48 sprintf(command, "spirv-dis %s", path); 51 p = popen(command, "r");
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/shared/ |
| H A D | vmmouse_client.c | 50 * Checks if we're running in a VM by sending the GETVERSION command. 53 * 0 if we're running natively/the version command failed, 65 vmpc.in.command = VMMOUSE_PROTO_CMD_GETVERSION; 105 VMwareLog(("VMMouseClient_Disable: writing disable command to port\n")); 107 vmpc.in.command = VMMOUSE_PROTO_CMD_ABSPOINTER_COMMAND; 113 vmpc.in.command = VMMOUSE_PROTO_CMD_ABSPOINTER_STATUS; 162 * command to the mouse. We should get back the VERSION_ID on 166 vmpc.in.command = VMMOUSE_PROTO_CMD_ABSPOINTER_COMMAND; 173 vmpc.in.command = VMMOUSE_PROTO_CMD_ABSPOINTER_STATUS; 186 vmpc.in.command [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_escape.h | 37 * Namespace IDs for the escape command 48 * minor command number, respectively. 50 * Major command number allocation: 82 uint32 command; member in struct:__anon979708db0108
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_escape.h | 37 * Namespace IDs for the escape command 48 * minor command number, respectively. 50 * Major command number allocation: 82 uint32 command; member in struct:__anondb994aee0108
|
| /xsrc/external/mit/libdrm/dist/tegra/ |
| H A D | pushbuf.c | 90 struct drm_tegra_submit_cmd *command; local in function:drm_tegra_pushbuf_end 92 command = drm_tegra_job_add_command(pushbuf->job, 95 if (!command) 98 command->gather_uptr.words = ptr - pushbuf->start; 109 struct drm_tegra_submit_cmd *command; local in function:drm_tegra_pushbuf_wait 111 command = drm_tegra_job_add_command(pushbuf->job, 114 if (!command) 117 command->wait_syncpt.id = syncpt->id; 118 command->wait_syncpt.value = value;
|
| H A D | job.c | 44 struct drm_tegra_submit_cmd *commands, *command; local in function:drm_tegra_job_add_command 53 command = &commands[job->num_commands]; 54 memset(command, 0, sizeof(*command)); 55 command->type = type; 56 command->flags = flags; 61 return command;
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | auth.c | 142 char command[256]; 224 snprintf (command, sizeof(command), "iceauth source %s", addAuthFile); 225 execute_system_command (command); 265 char command[256]; 276 snprintf (command, sizeof(command), "iceauth source %s", remAuthFile); 277 execute_system_command (command); 138 char command[256]; local in function:SetAuthentication 260 char command[256]; local in function:FreeAuthenticationData
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_batch.h | 92 /** buffers: command, state */ 93 struct crocus_growing_bo command, state; member in struct:crocus_batch 220 return batch->command.map_next - batch->command.map; 224 * Ensure the current command buffer has \param size bytes of space 237 } else if (used + size >= batch->command.bo->size) { 239 MIN2(batch->command.bo->size + batch->command.bo->size / 2, 243 batch->command.map_next = (void *)batch->command [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | paste64.pl | 90 my $command = $_[0]; 94 show_string($command); 96 print STDOUT $command;
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | MenuButtoP.h | 75 CommandPart command; member in struct:_MenuButtonRec
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_xvmc.h | 73 unsigned command; member in struct:__anond0e9487f0308
|