Searched refs:stdout (Results 1 - 25 of 675) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/intel/dev/
H A Dintel_dev_info.c73 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, " slice
[all...]
/xsrc/external/mit/xauth/dist/tests/
H A DMakefile.am5 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
H A Dtest_xauth4 # 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/MesaLib/dist/src/gallium/drivers/lima/standalone/
H A Dglsl.cpp32 _mesa_print_ir(stdout, ir, NULL);
34 _mesa_print_ir(stdout, ir, NULL);
/xsrc/external/mit/xvinfo/dist/
H A Dxvinfo.c73 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, "PutImag
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Ddmxtodmx.c47 dmxConfigPrint(stdout, dmxConfigEntry);
H A Dvdltodmx.c49 str = stdout;
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dtelnet-buffer.py24 # 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/
H A Dpy-compile140 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
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_test.c41 brw_disasm(stdout, &new[n], gen);
45 brw_disasm(stdout, &old[n], gen);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_test.c41 brw_disasm(stdout, &new[n], gen);
45 brw_disasm(stdout, &old[n], gen);
/xsrc/external/mit/fontconfig/dist/doc/
H A Drun-quiet.py5 # Runs command and discards anything it sends to stdout
36 sys.exit(subprocess.run(command, stdout=out).returncode)
/xsrc/external/mit/fontconfig/dist/src/
H A Dcutout.py28 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/
H A Dclc.c51 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, "
[all...]
/xsrc/external/mit/freetype/dist/builds/mac/
H A Dascii2mpw.py14 sys.stdout.write(mpw_line)
24 sys.stdout.write(asc_line)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/
H A Dgen-symbol-redefs.py47 stdout = subprocess.check_output(['nm', args.file]) variable
49 for line in stdout.splitlines():
/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dcommon.c47 fflush(stdout);
48 vfprintf(stdout, format, ap);
49 fflush(stdout);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dwarnings_test.py78 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.old/dist/bin/
H A Dperf-annotate-jit.py158 sys.stdout.write('%s:\n' % self.symbol)
163 sys.stdout.write(6*' ')
165 sys.stdout.write('%6u' % (sample))
167 sys.stdout.write('%6u: %s\n' % (address, instr))
242 p = subprocess.Popen(['perf', 'script'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
243 parser = PerfParser(p.stdout, symbol)
/xsrc/external/mit/MesaLib/dist/bin/
H A Dperf-annotate-jit.py158 sys.stdout.write('%s:\n' % self.symbol)
163 sys.stdout.write(6*' ')
165 sys.stdout.write('%6u' % (sample))
167 sys.stdout.write('%6u: %s\n' % (address, instr))
242 p = subprocess.Popen(['perf', 'script'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
243 parser = PerfParser(p.stdout, symbol)
/xsrc/external/mit/freetype/dist/src/tools/
H A Dcordic.py23 sys.stdout.write( comma + repr( int(angle2) ) )
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dlowlevel-blt-bench.c357 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, "SKI
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dlowlevel-blt-bench.c357 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, "SKI
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/isa/
H A Dir3-disasm.c50 isa_decode(raw, sz, stdout, &(struct isa_decode_options) {
/xsrc/external/mit/ctwm/dist/tests/test_m4/
H A Dtest_m4.c50 fprintf(stdout, "OK\n");

Completed in 14 milliseconds

1234567891011>>