| /third_party/cups/ |
| H A D | install.py | 56 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 D | heaplimit_measure.py | 27 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 D | update-compile-commands.py | 19 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 D | client.js | 32 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 D | install.py | 43 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 D | non-system-libraries.md | 35 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 D | checkextensions.py | 13 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 D | commit_id.py | 54 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 D | OSPathTest.cpp | 13 * 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 D | check-symbols.py | 10 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 D | run-repack-tests.py | 27 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 D | subset_test_suite.py | 21 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 D | doc_comments.rs | 61 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()
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| H A D | amber_verify.py | 28 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"))
|
| /foundation/ability/idl_tool/test/hdi_unittest/hdi_hash_test/ |
| H A D | hash_bad_04.py | 24 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")
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/ |
| H A D | helpers.js | 17 const BASE_DIR = path.join(path.dirname(__dirname), 'test_data'); 18 const DB_DIR = path.join(BASE_DIR, 'fake_db'); 56 const absPath = path.join(BASE_DIR, expectedPath); 65 assert.strictEqual(expected.join('\n'), result.trim());
|
| /third_party/node/deps/v8/tools/unittests/ |
| H A D | compare_torque_output_test.py | 14 COMPARE_SCRIPT = os.path.join(TOOLS_DIR, 'compare_torque_output.py') 15 TEST_DATA = os.path.join(TOOLS_DIR, 'unittests', 'testdata', 'compare_torque') 24 file1 = os.path.join(TEST_DATA, test_folder, 'f1') 25 file2 = os.path.join(TEST_DATA, test_folder, 'f2')
|
| /third_party/node/test/parallel/ |
| H A D | test-fs-mkdir-recursive-eaccess.js | 44 const dir = path.join(tmpdir.path, `mkdirp_${n++}`); 49 fs.mkdirSync(path.join(dir, '/foo'), { recursive: true }); 61 const dir = path.join(tmpdir.path, `mkdirp_${n++}`); 64 fs.mkdir(path.join(dir, '/bar'), { recursive: true }, (err) => {
|
| H A D | test-fs-write-file-buffer.js | 24 const join = require('path').join; 47 data = data.join('\n'); 53 fs.writeFileSync(join(tmpdir.path, 'test.jpg'), buf);
|
| H A D | test-snapshot-api.js | 20 const blobPath = path.join(tmpdir.path, 'snapshot.blob'); 29 fs.writeFileSync(path.join(tmpdir.path, book), content, 'utf8'); 31 fs.copyFileSync(entry, path.join(tmpdir.path, 'entry.js')); 45 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob'));
|
| H A D | test-snapshot-typescript.js | 15 const blobPath = path.join(tmpdir.path, 'snapshot.blob'); 20 const file = path.join(tmpdir.path, 'snapshot.js'); 40 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob')); 45 const outPath = path.join(tmpdir.path, 'ts-example.js');
|
| /third_party/node/deps/npm/node_modules/cli-columns/ |
| H A D | index.js | 42 return value + filler.join(character); 52 return arr.join(''); 72 return cells.join(options.newline); 79 .join(options.newline);
|
| /third_party/python/Tools/scripts/ |
| H A D | win_add2path.py | 22 scripts = os.path.join(pythonpath, "Scripts") 27 userscripts = os.path.join(userpath, "Scripts") 42 envpath = os.pathsep.join(paths) 50 print('\n'.join(paths[1:]))
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_build.py | 25 wanted = os.path.join(cmd.build_base, 'lib') 35 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec) 42 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec) 46 wanted = os.path.join(cmd.build_base,
|
| /third_party/toybox/ |
| H A D | install.py | 20 bin_dir = os.path.join(out_dir, 'bin') 24 sbin_dir = os.path.join(out_dir, 'sbin') 28 usr_bin_dir = os.path.join(out_dir, 'usr', 'bin') 32 usr_sbin_dir = os.path.join(out_dir, 'usr', 'sbin')
|