| /xsrc/external/mit/MesaLib/dist/src/intel/dev/ |
| intel_dev_info.c | 73 fprintf(stdout, "%s:\n", path); 75 fprintf(stdout, " name: %s\n", devinfo.name); 76 fprintf(stdout, " gen: %u\n", devinfo.ver); 77 fprintf(stdout, " PCI id: 0x%x\n", devinfo.chipset_id); 78 fprintf(stdout, " revision: %u\n", devinfo.revision); 85 fprintf(stdout, " slice%u.%s%u: ", s, subslice_name, ss); 90 fprintf(stdout, "%s", intel_device_info_eu_available(&devinfo, s, ss, eu) ? "1" : "0"); 93 fprintf(stdout, "fused"); 95 fprintf(stdout, "\n"); 98 fprintf(stdout, " slices: %u\n", n_s) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/ |
| glsl.cpp | 32 _mesa_print_ir(stdout, ir, NULL); 34 _mesa_print_ir(stdout, ir, NULL);
|
| /xsrc/external/mit/xauth/dist/tests/ |
| Makefile.am | 5 010-xauth-add-inet.script 010-xauth-add-inet.stdout \ 6 020-xauth-add-local.script 020-xauth-add-local.stdout \ 7 030-xauth-extract.script 030-xauth-extract.stdout \ 8 040-xauth-source.script 040-xauth-source.stdout \ 9 090-xauth-bad-usage.script 090-xauth-bad-usage.stderr 090-xauth-bad-usage.stdout 13 CLEANFILES = out.stderr out.stdout
|
| test_xauth | 4 # it takes all *.scripts and executes them and saves the stdout/err 5 # This output is compared against *.stdout/stderr. 13 $script > out.stdout 2> out.stderr 15 # check stdout for correctness 16 if [ -f ${testsrc}/$base.stdout ]; then 17 diff out.stdout ${testsrc}/$base.stdout
|
| /xsrc/external/mit/xvinfo/dist/ |
| xvinfo.c | 73 fprintf(stdout, "X-Video Extension version %i.%i\n", ver, rev); 82 fprintf(stdout, "screen #%i\n", i); 91 fprintf(stdout, " no adaptors present\n"); 102 fprintf(stdout, " Adaptor #%i: \"%s\"\n", j, ainfo[j].name); 103 fprintf(stdout, " number of ports: %li\n", ainfo[j].num_ports); 104 fprintf(stdout, " port base: %li\n", ainfo[j].base_id); 105 fprintf(stdout, " operations supported: "); 109 fprintf(stdout, "PutVideo "); 111 fprintf(stdout, "PutStill "); 113 fprintf(stdout, "PutImage ") [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| dmxtodmx.c | 47 dmxConfigPrint(stdout, dmxConfigEntry);
|
| vdltodmx.c | 49 str = stdout;
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| telnet-buffer.py | 24 # Tiny script to read bytes from telnet, and write the output to stdout, with a 38 sys.stdout.buffer.write(bytes) 39 sys.stdout.flush()
|
| /xsrc/external/mit/xcb-proto/dist/ |
| py-compile | 140 sys.stdout.write('Byte-compiling python modules...\n') 147 sys.stdout.write(file) 148 sys.stdout.flush() 153 sys.stdout.write('\n')" || exit $? 164 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n') 171 sys.stdout.write(file) 172 sys.stdout.flush() 177 sys.stdout.write('\n')" 2>/dev/null || : 187 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n') 194 sys.stdout.write(file [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/ |
| brw_test.c | 41 brw_disasm(stdout, &new[n], gen); 45 brw_disasm(stdout, &old[n], gen);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| brw_test.c | 41 brw_disasm(stdout, &new[n], gen); 45 brw_disasm(stdout, &old[n], gen);
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| run-quiet.py | 5 # Runs command and discards anything it sends to stdout 36 sys.exit(subprocess.run(command, stdout=out).returncode)
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| cutout.py | 28 ret = subprocess.run(cpp + cpp_args, stdout=subprocess.PIPE, check=True) 30 stdout = ret.stdout.decode('utf8') variable 34 for l in stdout.split('\n'):
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/clc/ |
| clc.c | 51 fprintf(stdout, "Kernels:\n"); 56 fprintf(stdout, "\tvoid %s(", obj->kernels[i].name); 59 fprintf(stdout, ", "); 65 fprintf(stdout, "__global "); 68 fprintf(stdout, "__local "); 71 fprintf(stdout, "__constant "); 78 fprintf(stdout, "volatile "); 80 fprintf(stdout, "const "); 82 fprintf(stdout, "restrict "); 84 fprintf(stdout, "%s %s", args[j].type_name, args[j].name) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/ |
| gen-symbol-redefs.py | 47 stdout = subprocess.check_output(['nm', args.file]) variable 49 for line in stdout.splitlines():
|
| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| common.c | 47 fflush(stdout); 48 vfprintf(stdout, format, ap); 49 fflush(stdout);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| warnings_test.py | 78 stdout=subprocess.PIPE 84 print("Test returned error: {}, output:\n{}\n".format(proc.returncode, proc.stdout)) 86 actual = proc.stdout.splitlines()
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/isa/ |
| ir3-disasm.c | 50 isa_decode(raw, sz, stdout, &(struct isa_decode_options) {
|
| /xsrc/external/mit/ctwm/dist/tests/test_m4/ |
| test_m4.c | 50 fprintf(stdout, "OK\n");
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| cordic.py | 23 sys.stdout.write( comma + repr( int(angle2) ) )
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| lowlevel-blt-bench.c | 357 fprintf(stdout, "%28s with %s: ", source[src].name, ops[op].name); 358 fflush(stdout); 364 fprintf(stdout, "SKIP\n"); 367 fprintf(stdout, "ref=%f, ", ref); 368 fflush(stdout); 372 fprintf(stdout, "SKIP\n"); 376 fprintf(stdout, "out=%f\n", out); 421 fprintf(stdout, "%28s In %28s with %s: ", 423 fflush(stdout); 429 fprintf(stdout, "SKIP\n") [all...] |
| dri2-race.c | 147 fflush(stdout); 170 printf("."); fflush(stdout); 178 fflush(stdout); 201 printf("."); fflush(stdout); 209 fflush(stdout); 237 printf("."); fflush(stdout); 282 fflush(stdout); 295 printf("."); fflush(stdout); 317 fflush(stdout); 330 printf("."); fflush(stdout); [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| lowlevel-blt-bench.c | 357 fprintf(stdout, "%28s with %s: ", source[src].name, ops[op].name); 358 fflush(stdout); 364 fprintf(stdout, "SKIP\n"); 367 fprintf(stdout, "ref=%f, ", ref); 368 fflush(stdout); 372 fprintf(stdout, "SKIP\n"); 376 fprintf(stdout, "out=%f\n", out); 421 fprintf(stdout, "%28s In %28s with %s: ", 423 fflush(stdout); 429 fprintf(stdout, "SKIP\n") [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/ |
| pipe_barrier_test.c | 60 fprintf(stdout, fmt, ##__VA_ARGS__); \ 109 setbuf(stdout, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| pipe_barrier_test.c | 60 fprintf(stdout, fmt, ##__VA_ARGS__); \ 109 setbuf(stdout, NULL);
|