| /xsrc/external/mit/fontconfig/dist/doc/ |
| 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/src/compiler/glsl/ |
| test.cpp | 49 printf("*** usage: %s <command> <options>\n", name); 61 const char *command = argv[1]; local 64 return command; 69 const char *command = extract_command_from_argv(&argc, argv); local 70 if (strcmp(command, "optpass") == 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| test.cpp | 49 printf("*** usage: %s <command> <options>\n", name); 61 const char *command = argv[1]; local 64 return command; 69 const char *command = extract_command_from_argv(&argc, argv); local 70 if (strcmp(command, "optpass") == 0) {
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| google-power-relay.py | 17 command = "relay {} {}\n\r".format(mode, relay) variable 18 ser.write(command.encode())
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dv_debug.c | 36 char line[2048], command[128]; local 48 sprintf(command, "spirv-dis %s", path); 51 p = popen(command, "r");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| 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:__anon1929
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/ |
| run-test.py | 41 command = i965_asm + [ variable 46 with subprocess.Popen(command,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| 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:__anon4356
|
| /xsrc/external/mit/libXaw/dist/examples/ |
| menu.c | 5 #include <Xaw/Command.h> 42 Widget toplevel,box,command; local 50 command = XtVaCreateManagedWidget("cmd", 55 XtAddCallback(command, XtNcallback, quit_cb, NULL);
|
| pane.c | 7 #include <Xaw/Command.h> 36 Widget toplevel,pane,label,command; local 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);
|
| repeater.c | 5 #include <Xaw/Command.h> 49 Widget toplevel,box,command,rep; local 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);
|
| scrollbar.c | 8 #include <Xaw/Command.h> 39 Widget toplevel,box,label,scroll,command; local 51 command = XtVaCreateManagedWidget("cmd", 56 XtAddCallback(command, XtNcallback, quit_cb, NULL);
|
| simple.c | 5 #include <Xaw/Command.h> 45 Widget toplevel,box,command,simple; local 61 command = XtVaCreateManagedWidget("cmd", 74 XtAddCallback(command, XtNcallback, quit_cb, simple );
|
| strip.c | 5 #include <Xaw/Command.h> 27 Widget toplevel,box,chart,command; local 35 command = XtVaCreateManagedWidget("cmd", 46 XtAddCallback(command, XtNcallback, quit_cb, NULL);
|
| toggle.c | 5 #include <Xaw/Command.h> 43 Widget toplevel,box,command; local 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) [all...] |
| xawhisto.c | 7 #include <X11/Xaw/Command.h> 13 static Widget command; variable 22 XtVaSetValues(command, XtNlabel, buf, NULL); 51 command = XtVaCreateManagedWidget("command", 63 XtNfromHoriz, command, 75 XtAddCallback(command, XtNcallback, cmd_cb, NULL);
|
| /xsrc/external/mit/libdrm/dist/tegra/ |
| job.c | 44 struct drm_tegra_submit_cmd *commands, *command; local 53 command = &commands[job->num_commands]; 54 memset(command, 0, sizeof(*command)); 55 command->type = type; 56 command->flags = flags; 61 return command;
|
| pushbuf.c | 90 struct drm_tegra_submit_cmd *command; local 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 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;
|
| /xsrc/external/mit/xsm/dist/ |
| 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 260 char command[256]; local
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/shared/ |
| vmmouse_proto.h | 109 uint16_t command; member in union:__anon6686::__anon6687::__anon6690
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| event.cpp | 130 hard_event::hard_event(command_queue &q, cl_command_type command, 133 _queue(q), _command(command), _fence(NULL) { 169 hard_event::command() const { function in class:hard_event 262 soft_event::command() const {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| event.cpp | 127 hard_event::hard_event(command_queue &q, cl_command_type command, 130 _queue(q), _command(command), _fence(NULL) { 166 hard_event::command() const { function in class:hard_event 257 soft_event::command() const {
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| MenuButtoP.h | 75 CommandPart command; member in struct:_MenuButtonRec
|
| /xsrc/external/mit/libpciaccess/dist/scanpci/ |
| scanpci.c | 104 uint16_t command, status; local 130 pci_device_cfg_read_u16( dev, & command, 4 ); 132 printf( " STATUS 0x%04x COMMAND 0x%04x\n", 134 command );
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winprefsyacc.y | 138 | command 146 command: defaulticon label
|