| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | knob_defs.py | 21 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 D | knob_defs.py | 21 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 D | run-quiet.py | 27 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 D | telnet-buffer.py | 28 import sys 31 host=sys.argv[1] 32 port=sys.argv[2] 38 sys.stdout.buffer.write(bytes) 39 sys.stdout.flush()
|
| H A D | eth008-power-relay.py | 3 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 D | google-power-relay.py | 3 import sys 6 mode = sys.argv[1] 7 relay = sys.argv[2]
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | write-35-lang-normalize-conf.py | 6 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 D | bsd_kmod.c | 8 #include <sys/param.h> 9 #include <sys/linker.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/ |
| H A D | bsd_kmod.c | 8 #include <sys/param.h> 9 #include <sys/linker.h>
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | anon_file.h | 29 #include <sys/types.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | glxheader.h | 36 # 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 D | glxheader.h | 36 # include <sys/ipc.h> 37 # include <sys/shm.h> 41 # include <sys/time.h>
|
| /xsrc/external/ofl/font-liberation-ttf/dist/scripts/ |
| H A D | setisFixedPitch-fonttools.py | 30 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 D | radv_check_va.py | 4 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 D | ascii2mpw.py | 2 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 D | xf86_OSlib.h | 88 # 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 D | xf86_OSlib.h | 88 #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 D | xshmfenceint.h | 28 #include <sys/mman.h>
|
| /xsrc/external/mit/xcb-util/dist/ |
| H A D | xcb-util-common.h | 33 # include <sys/types.h>
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | probes.h | 34 #include <sys/types.h>
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/tools/ |
| H A D | vmmouse_iopl.c | 47 #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 D | py-compile | 131 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 D | common_map.c | 28 #include <sys/types.h> 29 #include <sys/mman.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_trig.py | 26 import sys 38 sys.path.insert(0, args.import_path)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | conf.py | 14 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'))
|