Searched refs:files (Results 1 - 25 of 1883) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dwarnings_test.py5 # of this software and associated documentation files (the "Software"), to deal
43 files = [f for f in os.listdir(args.test_directory) if f.endswith('.vert')]
46 if not files:
51 for file in files:
68 print('{}/{} tests returned correct results'.format(passed, len(files)))
69 exit(0 if passed == len(files) else 1)
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dlava_build.sh16 # If remote files are up-to-date, skip rebuilding them
122 mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}
127 mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}/apitrace
128 mv /apitrace/build /lava-files/rootfs-${DEBIAN_ARCH}/apitrace
134 mkdir -p /lava-files/rootfs-${DEBIAN_ARCH}/usr/bin
135 mv /usr/local/bin/*-runner /lava-files/rootfs-${DEBIAN_ARCH}/usr/bin/.
141 mv /deqp /lava-files/rootfs-${DEBIAN_ARCH}/.
146 mv /piglit /lava-files/rootfs-${DEBIAN_ARCH}/.
151 mv /va/bin/* /lava-files/rootfs-${DEBIAN_ARCH}/usr/bin/
171 /lava-files/rootf
[all...]
H A Dbaremetal_build.sh21 mkdir -p /baremetal-files
22 pushd /baremetal-files
36 mkdir -p /baremetal-files
37 pushd /baremetal-files
H A Dbuild-kernel.sh23 cp arch/${KERNEL_ARCH}/boot/${image} /lava-files/.
28 cp ${DEVICE_TREES} /lava-files/.
33 INSTALL_MOD_PATH=/lava-files/rootfs-${DEBIAN_ARCH}/ make modules_install
45 /lava-files/cheza-kernel
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dwarnings_test.py5 # of this software and associated documentation files (the "Software"), to deal
59 files = [f for f in os.listdir(args.test_directory) if f.endswith('.vert')]
62 if not files:
69 for file in files:
94 print('{}/{} tests returned correct results'.format(passed, len(files)))
95 exit(0 if passed == len(files) else 1)
/xsrc/external/mit/freetype/dist/src/tools/
H A Dupdate-copyright3 # Run the `update-copyright-year' script on all files in the git repository,
9 git ls-files --full-name $topdir \
/xsrc/external/mit/xorgproto/dist/
H A DMakefile.in175 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
177 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
178 END { for (dir in files) print dir, files[dir] }'
183 test -z "$$files" \
185 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
186 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dstandalone.h5 * copy of this software and associated documentation files (the "Software"),
46 unsigned num_files, char* const* files,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dstandalone.h5 * copy of this software and associated documentation files (the "Software"),
45 unsigned num_files, char* const* files,
/xsrc/external/mit/libepoxy/dist/registry/
H A DREADME.md3 In order to update the registry XML files and retain the history you cannot
4 simply download the files the [Khronos website](https://khronos.org/registry/OpenGL/index_gl.php)
8 2. download the XML files from the Khronos repository
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dmktar_support.cmake2 # Rules for supporting tarball builds. Mostly pregen'ing files that
8 # The lex/yacc output files are definitely on the list. The manual is
14 COMMENT "Building generated files for tarball."
H A Dbasic_vars.cmake5 # The dir in which we ship pregen'd source files
8 # Where our manual source (asciidoc) files are
17 # Basic files ##STDSRC-START
81 # Generated files ##GENSRC-START
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D50-user.conf4 <description>Load per-user customization files</description>
6 Load per-user customization files where stored on XDG Base Directory
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_archrast.py4 # copy of this software and associated documentation files (the "Software"),
86 def parse_protos(files, verbose=False):
99 if type(files) is not list:
100 files = [files]
102 for filename in files:
161 files = [
171 # Delete existing files
172 for f in files:
180 # Generate files fro
[all...]
/xsrc/external/mit/xcb-proto/dist/
H A Dpy-compile97 files=$*
98 if test -z "$files"; then
99 usage_error "no files given"
138 files = '''$files'''
141 for file in files.split():
163 files = '''$files'''
165 for file in files.split():
182 # python<3.5 does not have split files fo
[all...]
/xsrc/external/mit/xkeyboard-config/dist/rules/
H A Dmerge.py21 def merge(dest, files):
23 Merge the content of all files into the file dest.
30 Special case are header-less files which we store with the empty string
38 files.sort(key=sort_basename)
41 # out. We use section_names to keep the same order as we get the files
46 for path in files:
47 # files may exist in srcdir or builddir, depending whether they're
72 parser.add_argument('files', nargs='+', type=str)
96 merge(fd, [find_file(f) for f in ns.files])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/
H A Dmake.bat17 echo. html to make standalone HTML files
18 echo. dirhtml to make HTML files named index.html in directories
19 echo. pickle to make pickle files
20 echo. json to make JSON files
21 echo. htmlhelp to make HTML files and a HTML help project
22 echo. qthelp to make HTML files and a qthelp project
23 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
53 echo.Build finished; now you can process the pickle files.
60 echo.Build finished; now you can process the JSON files.
86 echo.Build finished; the LaTeX files ar
[all...]
/xsrc/external/mit/xorg-server.old/dist/
H A Dmanpages.am2 #appman_PRE = list of application man page files set by calling Makefile.am
6 #driverman_PRE = list of driver man page files set by calling Makefile.am
10 #fileman_PRE = list of file man page files set by calling Makefile.am
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
H A Dtracediff.sh8 # of this software and associated documentation files (the "Software"), to deal
62 --speed-large-files \
/xsrc/external/mit/xf86-video-tga/dist/
H A Dmissing81 automake touch all \`Makefile.in' files
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
191 You might have modified some files without having the
314 You might have modified some files without having the
/xsrc/external/mit/xf86-video-tseng/dist/
H A Dmissing81 automake touch all \`Makefile.in' files
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
191 You might have modified some files without having the
314 You might have modified some files without having the
/xsrc/external/mit/xf86-input-synaptics/dist/
H A Dmissing80 automake touch all 'Makefile.in' files
163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
164 test -z "$files" && files="config.h"
166 for f in $files; do
190 You might have modified some files without having the
313 You might have modified some files without having the
/xsrc/external/mit/xf86-video-openchrome/dist/
H A Dmissing81 automake touch all \`Makefile.in' files
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
191 You might have modified some files without having the
314 You might have modified some files without having the
/xsrc/external/mit/xf86-video-newport/dist/
H A Dmissing81 automake touch all \`Makefile.in' files
164 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
165 test -z "$files" && files="config.h"
167 for f in $files; do
191 You might have modified some files without having the
314 You might have modified some files without having the
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_archrast.py4 # copy of this software and associated documentation files (the "Software"),
93 def parse_protos(files, verbose=False):
159 if type(files) is not list:
160 files = [files]
162 for filename in files:
284 files = [
294 # Delete existing files
295 for f in files:
303 # Generate files fro
[all...]

Completed in 23 milliseconds

1234567891011>>