Home
last modified time | relevance | path

Searched full:join (Results 401 - 425 of 7672) sorted by relevance

1...<<11121314151617181920>>...307

/third_party/skia/experimental/graphite/src/
H A DDrawList.h65 SkPaint::Join join, in StrokeParams()
68 , fJoinLimit(join == SkPaint::kMiter_Join ? std::max(0.f, miterLimit) : in StrokeParams()
69 (join == SkPaint::kBevel_Join ? 0.f : -1.f)) in StrokeParams()
84 SkPaint::Join join() const { in join() function in skgpu::StrokeParams
91 float fJoinLimit; // >0: miter join; ==0: bevel join; <0: round join
63 StrokeParams(float width, float miterLimit, SkPaint::Join join, SkPaint::Cap cap) StrokeParams() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp281 return join("Buffer<", type_to_glsl(imagetype), components, ">"); in image_type_hlsl_modern()
285 return join("RasterizerOrderedBuffer<", image_format_to_type(type.image.format, imagetype.basetype), in image_type_hlsl_modern()
291 return join(rw, "Buffer<", in image_type_hlsl_modern()
293 join(type_to_glsl(imagetype), components), in image_type_hlsl_modern()
315 return join(rw, "Texture", dim, ms, arrayed, "<", in image_type_hlsl_modern()
317 join(type_to_glsl(imagetype), components), in image_type_hlsl_modern()
408 return join("struct ", to_name(type.self)); in type_to_glsl()
474 return join("bool", type.vecsize); in type_to_glsl()
476 return join("int", type.vecsize); in type_to_glsl()
478 return join("uin in type_to_glsl()
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework_sc.py33 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts")
39 VULKAN_HEADERS_INCLUDE_DIR = os.path.join(os.path.dirname(__file__), "..", "..", "vulkan-docs", "src", "include")
40 SCRIPTS_SRC_DIR = os.path.join(os.path.dirname(__file__), "src")
41 DEFAULT_OUTPUT_DIR = { "" : os.path.join(os.path.dirname(__file__), "..", "framework", "vulkan", "generated", "vulkan"),
42 "SC" : os.path.join(os.path.dirname(__file__), "..", "framework", "vulkan", "generated", "vulkansc") }
334 return ' '.join(self.type).replace(' *','*').replace(' &','&')
813 for fileName in glob.glob(os.path.join(SCRIPTS_SRC_DIR, "extensions", "*.json")):
1129 return ", ".join(v.getAsStringForArgumentList(' ') for v in args)
1194 yield " %sm_vk.%s(%s);" % ("return " if function.returnType != "void" else "", getInterfaceName(function), ", ".join(a.name for a in function.arguments))
1196 yield " %sm_vk.%s(%s);" % ("return " if function.returnType != "void" else "", getInterfaceName(function.alias), ", ".join(
[all...]
H A Damber_verify.py28 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts")
42 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "amber-verify", "{targetName}-{buildType}")
44 DEFAULT_DST_DIR = os.path.join(DEQP_DIR, "external", "vulkancts", "data", "vulkan", "prebuilt")
54 workDir = os.path.join(buildCfg.getBuildDir(), "modules", module.dirName)
59 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "deqp-vk"))
/third_party/node/tools/gyp/pylib/gyp/
H A Dmac_tool.py82 source = os.path.join(base, source)
84 dest = os.path.join(base, dest)
218 lines = "\n".join(line for line in lines if line is not None)
249 dest = os.path.join(os.path.dirname(info_plist), "PkgInfo")
294 module_path = os.path.join(framework, "Modules")
306 with open(os.path.join(module_path, "module.modulemap"), "w") as module_file:
319 if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)):
329 self._Relink(version, os.path.join(VERSIONS, CURRENT))
332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary)
333 self._Relink(os.path.join(VERSION
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py82 source = os.path.join(base, source)
84 dest = os.path.join(base, dest)
218 lines = "\n".join(line for line in lines if line is not None)
249 dest = os.path.join(os.path.dirname(info_plist), "PkgInfo")
294 module_path = os.path.join(framework, "Modules")
306 with open(os.path.join(module_path, "module.modulemap"), "w") as module_file:
319 if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)):
329 self._Relink(version, os.path.join(VERSIONS, CURRENT))
332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary)
333 self._Relink(os.path.join(VERSION
[all...]
/third_party/python/Lib/
H A Dposixpath.py31 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
67 # Join pathnames.
71 def join(a, *p): function
72 """Join two or more pathname components, inserting '/' as needed.
90 genericpath._check_arg_types('join', a, *p)
200 parent = join(path, b'..')
202 parent = join(path, '..')
383 path = sep.join(comps)
405 path = join(cwd, path)
419 # Join tw
[all...]
/third_party/spirv-tools/test/tools/
H A Dexpect.py122 all_files = [os.path.join(status.directory, f) for f in all_files]
252 os.path.join(status.directory, object_filename))
267 os.path.join(status.directory, object_filename), 0x10300)
282 os.path.join(status.directory, object_filename), 0x10500)
297 os.path.join(status.directory, object_filename), 0x10600)
315 obj_file = str(os.path.join(status.directory, object_filename))
348 os.path.join(status.directory, object_filename))
360 target_filename = os.path.join(status.directory, self.target_filename)
373 diff='\n'.join(
400 os.path.join(statu
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go151 path := filepath.Join(cacheRoot, "llvm")
166 tarFile := filepath.Join(cacheRoot, "llvm.tar.xz")
173 target := filepath.Join(cacheRoot, "llvm-tmp")
182 files, err := filepath.Glob(filepath.Join(target, "*"))
443 if p := path.Join(checkoutDir, deqpConfigRelPath); !util.IsFile(p) {
449 file, err := os.Open(path.Join(checkoutDir, deqpConfigRelPath))
470 cacheDir := path.Join(r.cacheRoot, "deqp", hash)
471 buildDir := path.Join(cacheDir, "build")
510 fullPath := path.Join(checkoutDir, patch)
695 ExePath: filepath.Join(tes
[all...]
/test/testfwk/developer_test/src/main/
H A D_init_global_config.py39 sys.xdevice_dir = os.path.abspath(os.path.join(
47 sys.xdevice_extension_dir = os.path.abspath(os.path.join(
57 sys.pytest_dir = os.path.abspath(os.path.join(
64 sys.adapter_dir = os.path.abspath(os.path.join(
72 sys.hmh_script = os.path.abspath(os.path.join(
/third_party/freetype/
H A Dinstall.py46 src_file = os.path.join(src_path, file)
47 dst_file = os.path.join(dst_path, file)
91 tar_file_path = os.path.join(args.source_dir, "freetype-2.12.1.tar.xz")
92 target_dir = os.path.join(args.gen_dir, "freetype")
93 target_include_dir = os.path.join(target_dir, "include")
/third_party/cups/
H A Dinstall.py56 src_file = os.path.join(src_path, file)
57 dst_file = os.path.join(dst_path, file)
96 tar_file_path = os.path.join(args.source_dir, "cups-2.4.0-source.tar.gz")
97 target_dir = os.path.join(args.gen_dir, "cups-2.4.0")
98 convs_dir = os.path.join(target_dir, "conf")
/third_party/jerryscript/tools/
H A Dheaplimit_measure.py27 BASE_PATH = os.path.join(TOOLS_PATH, '..')
32 JERRY_BUILDER = os.path.join(BASE_PATH, 'tools', 'build.py')
33 JERRY_BIN = os.path.join(BASE_PATH, 'build', 'bin', 'jerry')
34 TEST_DIR = os.path.join(BASE_PATH, 'tests')
71 print('Building JerryScript with: %s' % (' '.join(command)))
/third_party/node/deps/v8/tools/dev/
H A Dupdate-compile-commands.py19 PYLIB_CHECK = os.path.join(PYLIB_PATH, 'clang', 'compile_db.py')
20 GM_CHECK = os.path.join(GM_PATH, 'gm.py')
44 build_dir = os.path.join("out", "%s.%s" % (arch, mode))
48 args_gn = os.path.join(build_dir, "args.gn")
52 build_ninja = os.path.join(build_dir, "build.ninja")
/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/
H A Dclient.js32 const cachePath = path_1.default.join(options.cachePath, repoName);
62 const targetsPath = path_1.default.join(cachePath, TARGETS_DIR_NAME);
74 const cachedRootPath = path_1.default.join(cachePath, 'root.json');
94 fs_1.default.writeFileSync(path_1.default.join(cachePath, TARGETS_DIR_NAME, targetName), Buffer.from(target, 'base64'));
108 targetDir: path_1.default.join(options.cachePath, TARGETS_DIR_NAME),
/third_party/libffi/
H A Dinstall.py43 patch_dir = os.path.join(src_path, "patch")
45 src_file = os.path.join(patch_dir, file)
46 dst_file = os.path.join(dst_path, file)
68 tar_file_path = os.path.join(args.source_dir, "libffi-3.4.2.tar.gz")
69 target_dir = os.path.join(args.gen_dir, "libffi-3.4.2")
/third_party/rust/crates/bindgen/book/src/
H A Dnon-system-libraries.md35 let headers_path = libdir_path.join("hello.h");
39 let obj_path = libdir_path.join("hello.o");
41 let lib_path = libdir_path.join("libhello.a");
59 .arg(libdir_path.join("hello.c"))
100 let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()).join("bindings.rs");
/third_party/python/Tools/freeze/
H A Dcheckextensions.py13 setup = os.path.join(e, 'Setup')
14 liba = os.path.join(e, 'lib.a')
51 w = os.path.join(e, w)
53 w = w[:2] + os.path.join(e, w[2:])
69 w = os.path.join(head, tail)
/third_party/skia/third_party/externals/angle2/src/
H A Dcommit_id.py54 cwd = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..')
55 aosp_angle_path = os.path.join(os.path.dirname('.'), 'external', 'angle')
59 git_dir_exists = os.path.exists(os.path.join(cwd, '.git', 'HEAD'))
72 ref_file_full_path = os.path.join(cwd, '.git', ref_file)
76 packed_refs_full_path = os.path.join(cwd, '.git', 'packed-refs')
/third_party/skia/tests/
H A DOSPathTest.cpp13 * Test SkOSPath::Join, SkOSPath::Basename, and SkOSPath::Dirname.
14 * Will use SkOSPath::Join to append filename to dir, test that it works correctly,
27 // Tests for SkOSPath::Join and SkOSPath::Basename in test_dir_with_file()
30 SkString fullName = SkOSPath::Join(dir.c_str(), filename.c_str()); in test_dir_with_file()
103 SkString emptyPath = SkOSPath::Join(nullptr, nullptr); in DEF_TEST()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-symbols.py10 IGNORED_SYMBOLS = '|'.join(['_fini', '_init', '_fdata', '_ftext', '_fbss',
27 so = os.path.join (builddir, libs, 'lib%s.%s' % (soname, suffix))
40 [cxxflit], input='\n'.join (EXPORTED_SYMBOLS).encode ()
51 def_path = os.path.join (builddir, soname + '.def')
65 print ('\n'.join (diff_result))
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Drun-repack-tests.py27 print (hb_subset + ' ' + " ".join(command))
28 process.stdin.write ((';'.join (command) + '\n').encode ("utf-8"))
48 out_file = os.path.join (tempfile.mkdtemp (), test.font_name + '-subset.ttf')
53 print (' '.join (cli_args))
57 return fail_test (test, cli_args, "%s failed" % ' '.join (cli_args))
H A Dsubset_test_suite.py21 return ",".join("%X" % ord(c) for (i, c) in enumerate(self.subset))
60 data_dir = os.path.join(os.path.dirname(self.test_path), "..")
62 output_dir = os.path.normpath(os.path.join(data_dir, "expected", test_name))
72 font = os.path.join(self._base_path(), "fonts", font)
74 profile = os.path.join(self._base_path(), "profiles", profile)
/third_party/rust/crates/clap/clap_derive/src/utils/
H A Ddoc_comments.rs61 let long = paragraphs.join("\n\n"); in format_doc_comment()
64 let short = lines[..first_blank].join("\n"); in format_doc_comment()
65 let long = lines.join("\n"); in format_doc_comment()
77 let short = lines.join("\n"); in format_doc_comment()
125 .join(" ") in merge_lines()
/foundation/ability/idl_tool/test/hdi_unittest/hdi_hash_test/
H A Dhash_bad_04.py24 file_path = os.path.join(work_dir, "foo", "v1_0", "IFoo.idl")
28 fail_output = os.path.join(self.target_dir, "fail_output.txt")
34 package_path = os.path.join(work_dir, "foo")
35 idl_dir = os.path.join(package_path, "v1_0")

Completed in 15 milliseconds

1...<<11121314151617181920>>...307