/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 190 return os.path.join(options.toplevel_dir, value) 304 build_dir = os.path.join(generator_flags.get("output_dir", "out"), config_name) 306 toplevel_build = os.path.join(options.toplevel_dir, build_dir) 310 os.path.join(toplevel_build, "obj", "gen"), 311 os.path.join(toplevel_build, "gen"), 320 os.path.join(toplevel_build, "eclipse-cdt-settings.xml"), 329 os.path.join(toplevel_build, "eclipse-classpath.xml"), 404 AddElements("output", [os.path.join(toplevel_build, ".eclipse-java-build")]) 419 yield os.path.join(os.path.dirname(target_name), input_) 432 os.path.join(o [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 190 return os.path.join(options.toplevel_dir, value) 301 build_dir = os.path.join(generator_flags.get("output_dir", "out"), config_name) 303 toplevel_build = os.path.join(options.toplevel_dir, build_dir) 307 os.path.join(toplevel_build, "obj", "gen"), 308 os.path.join(toplevel_build, "gen"), 317 os.path.join(toplevel_build, "eclipse-cdt-settings.xml"), 326 os.path.join(toplevel_build, "eclipse-classpath.xml"), 401 AddElements("output", [os.path.join(toplevel_build, ".eclipse-java-build")]) 416 yield os.path.join(os.path.dirname(target_name), input_) 429 os.path.join(o [all...] |
/third_party/rust/crates/clang-sys/build/ |
H A D | common.rs | 31 arguments.join(" "), in add_command_error() 74 .join("\n "), in drop() 88 .join("\n "), in drop() 193 // Join the escaped directory to the filename glob patterns to obtain in search_directory() 197 .map(|f| directory.join(f).to_str().unwrap().to_owned()); in search_directory() 237 let sibling = directory.parent().unwrap().join("bin"); in search_directories() 269 found.extend(search_directories(&directory.join("bin"), filenames)); in search_libclang_directories() 270 found.extend(search_directories(&directory.join("lib"), filenames)); in search_libclang_directories() 271 found.extend(search_directories(&directory.join("lib64"), filenames)); in search_libclang_directories() 279 let directory = directory.join("Toolchain in search_libclang_directories() [all...] |
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | mustpass.py | 30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") 90 return os.path.join(mustpass.project.path, mustpass.version, "src") 93 return os.path.join(mustpass.project.path, mustpass.version, "tmp") 102 return os.path.join(mustpass.project.path, mustpass.version) 105 return os.path.join(getDstDir(mustpass), getCaseListFileName(package, configuration)) 207 lists[filter.filename] = readPatternList(os.path.join(getSrcDir(mustpass), filter.filename)) 260 return ''.join(w.capitalize() or '_' for w in s.split('_')) 398 specFilename = os.path.join(mustpass.project.incpath, "glc%s.hpp" % convertToCamelcase(mustpass.project.name.lower().replace(' ','_'))) 418 writeFile(dstFile, "\n".join(filtered) + "\n") 421 specFilename = os.path.join(mustpas [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | gen_restricted_traces.py | 217 (trace, context, ','.join(source_files), ','.join(data_files), prefix) 220 format_args['test_list'] = ',\n'.join(test_list) 231 with open(os.path.join(trace, file)) as f: 283 return ", ".join(info) 336 out_file.write('\n'.join(sorted(ignores))) 404 print(','.join(inputs)) 406 print(','.join(outputs)) 428 format_args['trace_includes'] = '\n'.join(includes) 429 format_args['trace_infos'] = ',\n'.join(trace_info [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | hb_test_tools.py | 371 args = [concat_separator.join (args)] 372 print (separator.join (callback (x) for x in (args))) 382 return ','.join ("U+%04X" % cp for cp in codepoints (s)) 392 return ''.join (chr (x) for x in Unicode.parse (s)) 429 return ' + '.join (Unicode.pretty_name (x) for x in s) 456 m = open (os.path.join (s, "MANIFEST")) 459 for p in Manifest.read (os.path.join (s, f)): 463 sys.exit ("%s: %s does not exist" % (sys.argv[0], os.path.join (s, "MANIFEST"))) 480 ms = os.path.join (dirpath, "MANIFEST") 488 Manifest.update_recursive (os.path.join (dirpat [all...] |
/third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
H A D | run_wasm_gm_tests.go | 66 goldctlWorkPath := filepath.Join(workAbsPath, "goldctl") 70 testsWorkPath := filepath.Join(workAbsPath, "tests") 181 return os_steps.WriteFile(ctx, filepath.Join(workPath, "hashes.txt"), data, 0666) 188 if _, err := exec.RunCwd(ctx, testHarnessPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil { 199 args := []string{filepath.Join(nodeBinPath, "node"), 201 "--js_file", filepath.Join(builtPath, "wasm_gm_tests.js"), 202 "--wasm_file", filepath.Join(builtPath, "wasm_gm_tests.wasm"), 203 "--known_hashes", filepath.Join(workPath, "hashes.txt"), 233 resultFile := filepath.Join(testOutputPath, "gold_results.json") 255 potentialPNGFile := filepath.Join(testOutputPat [all...] |
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
H A D | perf_puppeteer_skottie_frames.go | 92 outputFile := filepath.Join(outputAbsPath, fmt.Sprintf("perf-%s.json", *taskID)) 125 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil { 129 if err := os.MkdirAll(filepath.Join(benchmarkPath, "out"), 0777); err != nil { 196 args := []string{filepath.Join(nodeBinPath, "node"), 199 "--canvaskit_js", filepath.Join(canvaskitBinPath, "canvaskit.js"), 200 "--canvaskit_wasm", filepath.Join(canvaskitBinPath, "canvaskit.wasm"), 201 "--input_lottie", filepath.Join(lottie, "data.json"), 202 "--assets", filepath.Join(lottie, "images"), 203 "--output", filepath.Join(benchmarkPath, "out", name+".json"), 241 perfJSONPath := filepath.Join(benchmarkPat [all...] |
/third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
H A D | retry_adb_command_retries_exhausted.json | 51 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n", 71 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 77 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 123 "\nimport subprocess\nimport sys\n\n# Remove the path.\nadb = sys.argv[1]\npath = sys.argv[2]\nprint('Removing %s' % path)\ncmd = [adb, 'shell', 'rm', '-rf', path]\nprint(' '.join(cmd))\nsubprocess.check_call(cmd)\n\n# Verify that the path was deleted.\nprint('Checking for existence of %s' % path)\ncmd = [adb, 'shell', 'ls', path]\nprint(' '.join(cmd))\ntry:\n output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)\nexcept subprocess.CalledProcessError as e:\n output = e.output\nprint('Output was:')\nprint('======')\nprint(output)\nprint('======')\nif 'No such file or directory' not in output:\n raise Exception('%s exists despite being deleted' % path)\n", 143 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 149 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 304 "\nimport os\nimport subprocess\nimport sys\nout = sys.argv[1]\nlog = subprocess.check_output(['/opt/infra-android/tools/adb', 'logcat', '-d'])\nfor line in log.split('\\n'):\n tokens = line.split()\n if len(tokens) == 11 and tokens[-7] == 'F' and tokens[-3] == 'pc':\n addr, path = tokens[-2:]\n local = os.path.join(out, os.path.basename(path))\n if os.path.exists(local):\n try:\n sym = subprocess.check_output(['addr2line', '-Cfpe', local, addr])\n line = line.replace(addr, addr + ' ' + sym.strip())\n except subprocess.CalledProcessError:\n pass\n print(line)\n", 325 "@@@STEP_LOG_LINE@python.inline@ local = os.path.join(ou [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | typedArray-join.js | 21 assert(float_array.join() === float_array.toString()); 22 assert(int_array.join('-') === "3-2-1-100--30"); 23 assert(uint_array.join('=') === "3=2=1=100=226"); 24 assert(empty_array.join('_') === "");
|
/third_party/node/test/parallel/ |
H A D | test-stdio-pipe-stderr.js | 6 const join = require('path').join; 14 const fakeModulePath = join(tmpdir.path, 'batman.js'); 15 const stderrOutputPath = join(tmpdir.path, 'stderr-output.txt');
|
/third_party/node/benchmark/esm/ |
H A D | esm-loader-defaultResolve.js | 14 const parentURL = pathToFileURL(path.join(benchmarkDirectory, 'entry-point.js')); 38 fs.mkdirSync(path.join(benchmarkDirectory, 'node_modules', 'unprefixed-existing'), { recursive: true }); 39 fs.writeFileSync(path.join(benchmarkDirectory, 'node_modules', 'unprefixed-existing', 'index.js'), '\n'); 40 fs.writeFileSync(path.join(benchmarkDirectory, 'relative-existing.js'), '\n');
|
/third_party/typescript/tests/baselines/reference/ |
H A D | propertyAssignmentUseParentType3.types | 23 foo2.join = "";
24 >foo2.join = "" : ""
25 >foo2.join : string
27 >join : string
|
/third_party/python/Lib/test/test_tools/ |
H A D | __init__.py | 26 toolsdir = os.path.join(basepath, 'Tools') 27 scriptsdir = os.path.join(toolsdir, 'scripts') 31 tooldir = os.path.join(toolsdir, tool) 40 tooldir = os.path.join(toolsdir, name, *subdirs)
|
/build/indep_configs/scripts/ |
H A D | gn_ninja_cmd.py | 45 _features_info_path = os.path.join(root_path, 'out', 'preloader', variants, 'features.json') 60 args_list.append('{}="{}"'.format(key, "&&".join(value))) 74 '--args={}'.format(' '.join(_args_list)), 79 ' '.join(_args_list).replace('"', "\\\""), 80 ' '.join(_cmd_list[3:])),
|
/build/scripts/ |
H A D | build_target_handler.py | 26 parts_variants_file = os.path.join(build_configs_dir, 'parts_info', 40 build_configs_dir = os.path.join(build_dir, 'build_configs') 71 if not os.path.exists(os.path.join(source_root_dir, '.gn')): 75 build_dir = os.path.join(source_root_dir, args.root_build_dir) 88 print(' '.join(build_targets))
|
/third_party/freetype/ |
H A D | install.py | 46 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 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')
|