Searched refs:join (Results 1 - 25 of 210) sorted by relevance

123456789

/xsrc/external/mit/freetype/dist/src/tools/
H A Dmake_distribution_archives.py14 _TOP_DIR = os.path.abspath(os.path.join(__file__, "..", "..", ".."))
15 _SCRIPT_DIR = os.path.dirname(os.path.join(_TOP_DIR, "builds", "meson", ""))
91 os.path.join(_SCRIPT_DIR, "extract_freetype_version.py"),
92 os.path.join(_TOP_DIR, "include", "freetype", "freetype.h"),
107 file_path = os.path.join(build_dir, item)
130 tmp_src_dir = os.path.join(build_dir, freetype_dir)
134 dst = os.path.join(tmp_src_dir, src)
138 shutil.copy(os.path.join(git_dir, src), dst)
143 os.path.join(tmp_src_dir, "builds", "unix", "autom4te.cache")
150 os.path.join(arg
[all...]
H A Dchktrcmp.py35 print " Default is %s" % ":".join( SRC_FILE_DIRS )
39 print " Default is %s" % ":".join( TRACE_DEF_FILES )
59 src_pathname = os.path.join( p, f )
105 print "Trace component %s (used in %s) is not defined." % ( c, ", ".join( USED_COMPONENT[c] ) )
/xsrc/external/mit/MesaLib/dist/bin/
H A Dmeson_get_version.py27 filename = os.path.join(os.environ['MESON_SOURCE_ROOT'], 'VERSION')
H A Dinstall_megadrivers.py39 to = os.path.join(destdir, args.libdir[1:])
43 to = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], args.libdir)
45 master = os.path.join(to, os.path.basename(args.megadriver))
53 abs_driver = os.path.join(to, driver)
H A Dmeson-options.py44 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']'
50 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']'
51 value = '[' + ', '.join(["'" + v + "'" for v in value.value]) + ']'
/xsrc/external/mit/freetype/dist/builds/meson/
H A Dgenerate_reference_docs.py33 include_dir = os.path.join(args.input_dir, "include")
34 include_config_dir = os.path.join(include_dir, "config")
35 include_cache_dir = os.path.join(include_dir, "cache")
38 glob.glob(os.path.join(args.input_dir, "include", "freetype", "*.h"))
40 os.path.join(
45 os.path.join(
H A Dparse_modules_cfg.py96 return "\n".join(
104 return "\n".join(lists["AUX_MODULES"])
108 return "\n".join(lists["BASE_EXTENSIONS"])
/xsrc/external/mit/brotli/dist/python/tests/
H A D_test_utils.py12 project_dir = os.path.abspath(os.path.join(__file__, '..', '..', '..'))
13 src_dir = os.path.join(project_dir, 'python')
14 test_dir = os.path.join(project_dir, 'tests')
17 bro_path = os.path.join(src_dir, 'bro.py')
24 build_dir = os.path.join(project_dir, 'bin', platform_lib_name)
35 TESTDATA_DIR = os.path.join(test_dir, 'testdata')
45 TESTDATA_PATHS = [os.path.join(TESTDATA_DIR, f) for f in TESTDATA_FILES]
48 os.path.join(TESTDATA_DIR, '*.compressed'))
54 return os.path.join(TEMP_DIR, os.path.basename(filename + '.bro'))
58 return os.path.join(TEMP_DI
[all...]
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dmeson_get_version.py28 filename = os.path.join(os.environ['MESON_SOURCE_ROOT'], 'VERSION')
H A Dinstall_megadrivers.py39 to = os.path.join(destdir, args.libdir[1:])
43 to = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], args.libdir)
45 master = os.path.join(to, os.path.basename(args.megadriver))
53 abs_driver = os.path.join(to, driver)
H A Dmeson-options.py44 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']'
50 choices = '[' + ', '.join(["'" + v + "'" for v in value.choices]) + ']'
51 value = '[' + ', '.join(["'" + v + "'" for v in value.value]) + ']'
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ci/
H A Dradeonsi-run-tests.py132 default=os.path.join(tempfile.gettempdir(), datetime.now().strftime('%Y-%m-%d-%H-%M-%S')))
141 available_gpus += [(os.path.join("/dev/dri/by-path", f),
156 piglit_path = os.path.join(args.parent_path, "piglit")
157 glcts_path = os.path.join(args.parent_path, "glcts")
158 deqp_path = os.path.join(args.parent_path, "deqp")
165 skips = os.path.join(os.path.dirname(__file__), "skips.csv")
185 print("Expecting deqp-runner 0.9.0+ version (got {})".format(".".join(s)))
204 cwd=os.path.join(piglit_path, "bin"),
211 gpu_name_full = '('.join(line.split("(")[:-1]).strip()
225 new_baseline_folder = os.path.join(output_folde
[all...]
/xsrc/external/mit/MesaLib.old/dist/scons/
H A Ddxsdk.py56 include_dir = os.path.join(dxsdk_root, 'Include')
57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
H A Dllvm.py60 llvm_bin_dir = os.path.join(llvm_dir, llvm_subdir, 'bin')
62 llvm_bin_dir = os.path.join(llvm_dir, 'bin')
75 llvm_config = os.path.join(llvm_dir, 'include/llvm/Config/llvm-config.h')
101 env.Prepend(CPPPATH = [os.path.join(llvm_dir, 'include')])
102 env.Prepend(LIBPATH = [os.path.join(llvm_dir, 'lib')])
265 env.ParseConfig('%s --libs ' % llvm_config + ' '.join(components))
/xsrc/external/mit/MesaLib/dist/docs/_exts/
H A Dredirects.py13 path = os.path.join(app.outdir, '{0}.html'.format(src))
19 if not os.path.isfile(os.path.join(os.path.dirname(path), dst)):
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_intrinsics_h.py63 path = os.path.join(args.outdir, 'nir_intrinsics.h')
H A Dnir_intrinsics_indices_h.py88 path = os.path.join(args.outdir, 'nir_intrinsics_indices.h')
H A Dnir_intrinsics_c.py36 ${", ".join(str(comp) for comp in opcode.src_components)}
56 .flags = ${"0" if len(opcode.flags) == 0 else " | ".join(opcode.flags)},
80 path = os.path.join(args.outdir, 'nir_intrinsics.c')
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_intrinsics_h.py54 path = os.path.join(args.outdir, 'nir_intrinsics.h')
H A Dnir_intrinsics_c.py36 ${", ".join(str(comp) for comp in opcode.src_components)}
50 .flags = ${"0" if len(opcode.flags) == 0 else " | ".join(opcode.flags)},
68 path = os.path.join(args.outdir, 'nir_intrinsics.c')
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dformat_srgb.py65 print(' '.join(['%.7e,' % srgb_to_linear(i / 255.0) for i in range(j, j + 4)]))
72 print(' '.join(['%3u,' % int(srgb_to_linear(i / 255.0) * 255.0 + 0.5) for i in range(j, j + 16)]))
79 print(' '.join(['%3u,' % int(linear_to_srgb(i / 255.0) * 255.0 + 0.5) for i in range(j, j + 16)]))
131 print(' '.join(['0x%08x,' % valtable[i] for i in range(j, j + 4)]))
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dformat_srgb.py63 print(' '.join(['%.7ef,' % srgb_to_linear(i / 255.0) for i in range(j, j + 4)]))
70 print(' '.join(['%3u,' % int(srgb_to_linear(i / 255.0) * 255.0 + 0.5) for i in range(j, j + 16)]))
77 print(' '.join(['%3u,' % int(linear_to_srgb(i / 255.0) * 255.0 + 0.5) for i in range(j, j + 16)]))
129 print(' '.join(['0x%08x,' % valtable[i] for i in range(j, j + 4)]))
/xsrc/external/mit/fontconfig/dist/conf.d/
H A Dlink_confs.py24 confpath = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], args.confpath)
30 src = os.path.join(args.availpath, link)
31 dst = os.path.join(confpath, link)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_knobs.py40 template_cpp = os.path.join(cur_dir, 'templates', 'gen_knobs.cpp')
41 template_h = os.path.join(cur_dir, 'templates', 'gen_knobs.h')
46 output_file = os.path.join(output_dir, output_filename)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_knobs.py39 template_cpp = os.path.join(cur_dir, 'templates', 'gen_knobs.cpp')
40 template_h = os.path.join(cur_dir, 'templates', 'gen_knobs.h')
45 output_file = os.path.join(output_dir, output_filename)

Completed in 24 milliseconds

123456789