Searched refs:sys (Results 1 - 25 of 1959) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dknob_defs.py21 import sys
67 'default' : '1' if sys.platform == 'win32' else '0',
184 'default' : r'%TEMP%\Rast\DebugOutput' if sys.platform == 'win32' else '/tmp/Rast/DebugOutput',
233 'default' : r'%TEMP%\SWR\JitCache' if sys.platform == 'win32' else '${HOME}/.swr/jitcache',
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dknob_defs.py21 import sys
67 'default' : '1' if sys.platform == 'win32' else '0',
184 'default' : r'%TEMP%\Rast\DebugOutput' if sys.platform == 'win32' else '/tmp/Rast/DebugOutput',
233 'default' : r'%TEMP%\SWR\JitCache' if sys.platform == 'win32' else '${HOME}/.swr/jitcache',
/xsrc/external/mit/fontconfig/dist/doc/
H A Drun-quiet.py27 import sys
30 if len(sys.argv) < 2:
31 sys.exit('Usage: {} PROGRAM [ARGS..]'.format(sys.argv[0]))
33 command = sys.argv[1:]
36 sys.exit(subprocess.run(command, stdout=out).returncode)
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dtelnet-buffer.py28 import sys
31 host=sys.argv[1]
32 port=sys.argv[2]
38 sys.stdout.buffer.write(bytes)
39 sys.stdout.flush()
H A Deth008-power-relay.py3 import sys
6 host = sys.argv[1]
7 port = sys.argv[2]
8 mode = sys.argv[3]
9 relay = sys.argv[4]
28 sys.exit(1)
H A Dgoogle-power-relay.py3 import sys
6 mode = sys.argv[1]
7 relay = sys.argv[2]
/xsrc/external/mit/fontconfig/dist/conf.d/
H A Dwrite-35-lang-normalize-conf.py6 import sys
8 if len(sys.argv) < 2:
9 print('ERROR: usage: {} ORTH_LIST [OUTPUT.CONF]'.format(sys.argv[0]))
10 sys.exit(-1)
12 orth_list_unsorted = sys.argv[1].split(',')
14 if len(sys.argv) > 2 and sys.argv[2] != '-':
15 f_out = open(sys.argv[2], 'w', encoding='utf8')
17 f_out = sys.stdout
19 orth_list = sorted(sys
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_kmod.c8 #include <sys/param.h>
9 #include <sys/linker.h>
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Dbsd_kmod.c8 #include <sys/param.h>
9 #include <sys/linker.h>
/xsrc/external/mit/MesaLib/dist/src/util/
H A Danon_file.h29 #include <sys/types.h>
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxheader.h36 # include <sys/ipc.h>
37 # include <sys/shm.h>
41 # include <sys/time.h>
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxheader.h36 # include <sys/ipc.h>
37 # include <sys/shm.h>
41 # include <sys/time.h>
/xsrc/external/ofl/font-liberation-ttf/dist/scripts/
H A DsetisFixedPitch-fonttools.py30 import sys
33 for i in range(1, len(sys.argv)):
35 fontfile = sys.argv[i]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_check_va.py4 import sys
7 if len(sys.argv) != 3:
9 sys.exit(1)
11 bo_history = str(sys.argv[1])
12 va = int(sys.argv[2], 16)
/xsrc/external/mit/freetype/dist/builds/mac/
H A Dascii2mpw.py2 import sys
5 if len( sys.argv ) == 1 :
6 for asc_line in sys.stdin.readlines():
14 sys.stdout.write(mpw_line)
15 elif sys.argv[1] == "-r" :
16 for mpw_line in sys.stdin.readlines():
24 sys.stdout.write(asc_line)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dxf86_OSlib.h88 # include <sys/ioctl.h>
91 # include <sys/stat.h>
92 # include <sys/types.h>
99 # include <sys/immu.h>
100 # include <sys/region.h>
102 # include <sys/proc.h>
103 # include <sys/tss.h>
104 # include <sys/sysi86.h>
106 # include <sys/seg.h>
108 /* V86SC_IOPL was moved to <sys/sysi8
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dxf86_OSlib.h88 #include <sys/ioctl.h>
91 #include <sys/stat.h>
92 #include <sys/types.h>
98 #include <sys/immu.h>
99 #include <sys/region.h>
100 #include <sys/proc.h>
102 #include <sys/tss.h>
103 #include <sys/sysi86.h>
105 #include <sys/seg.h>
107 /* V86SC_IOPL was moved to <sys/sysi8
[all...]
/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfenceint.h28 #include <sys/mman.h>
/xsrc/external/mit/xcb-util/dist/
H A Dxcb-util-common.h33 # include <sys/types.h>
/xsrc/external/mit/xorg-server/dist/include/
H A Dprobes.h34 #include <sys/types.h>
/xsrc/external/mit/xf86-input-vmmouse/dist/tools/
H A Dvmmouse_iopl.c47 #include <sys/types.h>
90 #include <sys/stat.h>
165 #include <sys/types.h>
168 #include <sys/immu.h>
169 #include <sys/region.h>
170 #include <sys/proc.h>
172 #include <sys/tss.h>
173 #include <sys/sysi86.h>
175 #include <sys/seg.h>
177 /* V86SC_IOPL was moved to <sys/sysi8
[all...]
/xsrc/external/mit/xcb-proto/dist/
H A Dpy-compile131 import_test="hasattr(sys.implementation, 'cache_tag')"
136 import sys, os, py_compile, $import_lib
140 sys.stdout.write('Byte-compiling python modules...\n')
147 sys.stdout.write(file)
148 sys.stdout.flush()
153 sys.stdout.write('\n')" || exit $?
157 import sys, os, py_compile, $import_lib
160 if hasattr(sys, 'pypy_translation_info') and sys.hexversion < 0x03050000:
161 sys
[all...]
/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_map.c28 #include <sys/types.h>
29 #include <sys/mman.h>
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir_trig.py26 import sys
38 sys.path.insert(0, args.import_path)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dconf.py14 import sys, os
17 # add these directories to sys.path here. If the directory is relative to the
19 sys.path.append(os.path.abspath('exts'))

Completed in 25 milliseconds

1234567891011>>