HomeSort by: relevance | last modified time | path
    Searched refs:files (Results 1 - 25 of 525) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/freetype/dist/
meson.build 32 files('builds/meson/extract_freetype_version.py'),
33 files('include/freetype/freetype.h')).stdout().strip()
36 files('builds/meson/extract_libtool_version.py'),
38 files('builds/unix/configure.raw')).stdout().strip()
49 command: [python_exe, files('builds/meson/parse_modules_cfg.py'),
60 files('builds/meson/parse_modules_cfg.py'),
62 files('modules.cfg')).stdout().strip().split()
64 ft2_sources += files([
81 files('builds/meson/parse_modules_cfg.py'),
83 files('modules.cfg')).stdout().strip().split(
    [all...]
meson_options.txt 19 description: 'Support reading gzip-compressed font files.')
24 description: 'Support reading bzip2-compressed font files.')
47 description: 'Use mmap() to open font files for faster parsing.')
  /xsrc/external/mit/freetype/dist/src/pfr/
module.mk 20 $(ECHO_DRIVER)pfr $(ECHO_DRIVER_DESC)PFR/TrueDoc font files with extension *.pfr$(ECHO_DRIVER_DONE)
  /xsrc/external/mit/freetype/dist/src/type42/
module.mk 20 $(ECHO_DRIVER)type42 $(ECHO_DRIVER_DESC)Type 42 font files with no known extension$(ECHO_DRIVER_DONE)
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
lava_build.sh 16 # 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/rootfs-${DEBIAN_ARCH}/
    [all...]
baremetal_build.sh 21 mkdir -p /baremetal-files
22 pushd /baremetal-files
36 mkdir -p /baremetal-files
37 pushd /baremetal-files
build-kernel.sh 23 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.old/dist/src/compiler/glsl/tests/
warnings_test.py 5 # 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/freetype/dist/src/tools/
update-copyright 3 # Run the `update-copyright-year' script on all files in the git repository,
9 git ls-files --full-name $topdir \
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
standalone.h 5 * 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/
standalone.h 5 * copy of this software and associated documentation files (the "Software"),
45 unsigned num_files, char* const* files,
  /xsrc/external/mit/freetype/dist/src/truetype/
module.mk 20 $(ECHO_DRIVER)truetype $(ECHO_DRIVER_DESC)Windows/Mac font files with extension *.ttf or *.ttc$(ECHO_DRIVER_DONE)
  /xsrc/external/mit/freetype/dist/src/type1/
module.mk 20 $(ECHO_DRIVER)type1 $(ECHO_DRIVER_DESC)Postscript font files with extension *.pfa or *.pfb$(ECHO_DRIVER_DONE)
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
warnings_test.py 5 # 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/libepoxy/dist/registry/
README.md 3 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/xcb-proto/dist/
py-compile 65 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
67 Byte compile some python scripts FILES. Use --destdir to specify any
68 leading directory path to the FILES that you don't want to include in the
97 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''
    [all...]
  /xsrc/external/mit/fontconfig/dist/conf.d/
50-user.conf 4 <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/docs/
make.bat 17 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 are in %BUILDDIR%/latex
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
tracediff.sh 8 # of this software and associated documentation files (the "Software"), to deal
62 --speed-large-files \
  /xsrc/external/mit/xkeyboard-config/dist/rules/
merge.py 21 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/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_archrast.py 4 # 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 from template
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_archrast.py 4 # 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 from template
    [all...]
  /xsrc/external/mit/freetype/dist/builds/atari/
FNames.SIC 36 err=files.rename("-q",path+datei,newfile);
  /xsrc/external/mit/xf86-input-synaptics/dist/
missing 80 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-newport/dist/
missing 81 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

Completed in 15 milliseconds

1 2 3 4 5 6 7 8 91011>>