/third_party/node/deps/v8/tools/dev/ |
H A D | v8gen.py | 50 CONFIG = os.path.join('infra', 'mb', 'mb_config.pyl') 51 GOMA_DEFAULT = os.path.join(os.path.expanduser("~"), 'goma') 55 sys.path.append(os.path.join(TOOLS_PATH, 'mb')) 159 gn_outdir = '/'.join([OUT_DIR, self._options.outdir]) 164 '-u', os.path.join('tools', 'mb', 'mb.py'), 173 gn_args_path = os.path.join(OUT_DIR, self._options.outdir, 'args.gn') 177 'command-line', gn_args_path, '\n'.join(self._gn_args)) 192 print('\n'.join(sorted(self._mbw.builder_groups[self._options.master]))) 209 self.verbose_print_1(' '.join(args)) 222 if os.path.exists(os.path.join(pat [all...] |
H A D | gm.py | 100 """ % {"arches": " ".join(ARCHES), 101 "modes": " ".join(MODES), 102 "targets": ", ".join(TARGETS)} 125 if os.path.exists(os.path.join(path, cmd)): 126 return os.path.join(path, cmd) 138 cipd_bin = os.path.join(os.path.dirname(goma), ".cipd_bin") 238 return p.returncode, "".join(output) 256 return os.path.join(OUTDIR, subdir) 340 return template % "\n".join(arch_specific) 344 args_gn = os.path.join(pat [all...] |
/third_party/python/Lib/ |
H A D | cgitb.py | 179 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump)))) 182 %s</table>''' % '\n'.join(rows)) 191 return head + ''.join(frames) + ''.join(exception) + ''' 201 ''.join(traceback.format_exception(etype, evalue, etb))) 253 rows.append('\n'.join(dump)) 254 frames.append('\n%s\n' % '\n'.join(rows)) 261 return head + ''.join(frames) + ''.join(exception) + ''' 267 ''' % ''.join(tracebac [all...] |
/third_party/skia/buildtools/checkdeps/ |
H A D | builddeps.py | 67 dir_path = os.path.join(base_directory, os.path.dirname(line)) 102 os.path.join(os.path.dirname(__file__), 112 if os.path.exists(os.path.join(base_directory, '.git')): 114 elif os.path.exists(os.path.join(base_directory, '.svn')): 239 deps_file_path = os.path.join(dir_path_local_abs, 'DEPS') 289 subdir_path_norm = posixpath.join(dir_path_norm, subdir) 307 repo_path = os.path.join(self.base_directory, repo) 312 dir_name = os.path.join(self.base_directory, dir_name) 323 elif not os.path.exists(os.path.join(current_dir, '.svn')): 335 full_name = os.path.join(current_di [all...] |
/third_party/skia/ |
H A D | PRESUBMIT.py | 66 '\n'.join(failing_files))) 107 '\n'.join(failing_files))) 137 cmd = ['python', os.path.join('infra', 'bots', 'infra_tests.py')] 142 '`%s` failed:\n%s' % (' '.join(cmd), e.output))) 156 cmd = ['python', os.path.join('bin', 'fetch-gn')] 161 '`%s` failed:\n%s' % (' '.join(cmd), e.output))] 166 gn = os.path.join(input_api.PresubmitLocalPath(), 'bin', gn) 173 '`%s` failed, try\n\t%s' % (' '.join(cmd), fix))) 201 return [output_api.PresubmitError('`%s` failed' % ' '.join(cmd))] 220 script = os.path.join('infr [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | make_upg_file.py | 139 str_cmd=' '.join(cmd_list)
157 str_cmd=' '.join(cmd_list)
280 second_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_2.pem')
290 second_key_dir = os.path.join(alg_dir_path, r'upg_private_ecc_2.pem')
302 first_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_1.pem')
303 second_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_2.pem')
325 first_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_1.pem')
326 second_key_dir = os.path.join(alg_dir_path, r'upg_private_rsa_2.pem')
348 first_key_dir = os.path.join(alg_dir_path, r'upg_private_ecc_1.pem')
349 second_key_dir = os.path.join(alg_dir_pat [all...] |
/third_party/node/deps/npm/node_modules/ip-address/dist/ |
H A D | ipv6.js | 168 return new Address6(groups.join(':')); 272 address = parts.join(''); 458 .join('.'); 510 let correct = groups.join(':'); 540 throw new address_error_1.AddressError("IPv4 addresses can't have leading zeroes.", address.replace(constants4.RE_ADDRESS, this.address4.parsedAddress.map(spanLeadingZeroes4).join('.'))); 545 address = groups.join(':'); 554 throw new address_error_1.AddressError((0, sprintf_js_1.sprintf)('Bad character%s detected in address: %s', badCharacters.length > 1 ? 's' : '', badCharacters.join('')), address.replace(constants6.RE_BAD_CHARACTERS, '<span class="parse-error">$1</span>')); 558 throw new address_error_1.AddressError((0, sprintf_js_1.sprintf)('Address failed regex: %s', badAddress.join('')), address.replace(constants6.RE_BAD_ADDRESS, '<span class="parse-error">$1</span>')); 604 return this.parsedAddress.map(paddedHex).join(':'); 613 return this.parsedAddress.map((n) => (0, sprintf_js_1.sprintf)('%05d', parseInt(n, 16))).join(' [all...] |
/third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
H A D | Perf-Android-Clang-GalaxyS20-GPU-MaliG77-arm64-Release-All-Android_Vulkan.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))@@@", 322 "\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(cm [all...] |
H A D | Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing.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))@@@", 289 "\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(cm [all...] |
H A D | Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.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))@@@", 305 "\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(cm [all...] |
H A D | Test-Android-Clang-Pixel3a-GPU-Adreno615-arm64-Debug-All-Android_Vulkan.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))@@@", 347 "\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(cm [all...] |
H A D | Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android.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))@@@", 347 "\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(cm [all...] |
H A D | Test-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android.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))@@@", 305 "\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(cm [all...] |
/third_party/skia/infra/bots/recipes/perf.expected/ |
H A D | Perf-Android-Clang-Nexus7-CPU-Tegra3-arm-Debug-All-Android.json | 235 "\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", 255 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 261 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 279 "\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", 299 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 305 "@@@STEP_LOG_LINE@python.inline@print(' '.join(cmd))@@@", 480 "\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(cm [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)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 244 self.abs_build_dir = os.path.abspath(os.path.join(toplevel_dir, build_dir)) 254 self.build_to_base = os.path.join(build_to_top, base_dir) 257 self.base_to_build = os.path.join(base_to_top, build_dir) 282 INTERMEDIATE_DIR, os.path.join(product_dir or "", int_dir) 318 return os.path.normpath(os.path.join(self.build_to_base, path)) 355 os.path.join(obj, self.base_dir, path_dir, path_basename) 420 os.path.join( 561 path = os.path.join(outdir, path) 845 os.path.join(to_copy["destination"], basename), env 949 os.path.join(sel [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 244 self.abs_build_dir = os.path.abspath(os.path.join(toplevel_dir, build_dir)) 254 self.build_to_base = os.path.join(build_to_top, base_dir) 257 self.base_to_build = os.path.join(base_to_top, build_dir) 282 INTERMEDIATE_DIR, os.path.join(product_dir or "", int_dir) 318 return os.path.normpath(os.path.join(self.build_to_base, path)) 355 os.path.join(obj, self.base_dir, path_dir, path_basename) 420 os.path.join( 561 path = os.path.join(outdir, path) 845 os.path.join(to_copy["destination"], basename), env 949 os.path.join(sel [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | expect.py | 122 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) 300 obj_file = str(os.path.join(status.directory, object_filename)) 333 os.path.join(status.directory, object_filename)) 345 target_filename = os.path.join(status.directory, self.target_filename) 358 diff='\n'.join( 385 os.path.join(status.directory, assembly_filename)) 405 os.path.join(statu [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | expect.py | 122 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) 300 obj_file = str(os.path.join(status.directory, object_filename)) 333 os.path.join(status.directory, object_filename)) 345 target_filename = os.path.join(status.directory, self.target_filename) 358 diff='\n'.join( 385 os.path.join(status.directory, assembly_filename)) 405 os.path.join(statu [all...] |
/third_party/python/Lib/test/ |
H A D | test_sysconfig.py | 45 self.join = os.path.join 68 os.path.join = self.join 149 libpath = os.path.join('lib', 154 binpath = os.path.join(sys.prefix, binpath) 155 incpath = os.path.join(sys.prefix, incpath) 156 libpath = os.path.join(sys.prefix, libpath) 171 libpath = os.path.join('Lib', 'site-packages') 174 binpath = os.path.join(sy [all...] |
/third_party/skia/include/core/ |
H A D | SkPaint.h | 337 /** \enum SkPaint::Join 338 Join specifies how corners are drawn when a shape is stroked. Join 342 Choose miter join to draw sharp corners. Choose round join to draw a circle with a 343 radius equal to the stroke width on top of the corner. Choose bevel join to minimally 346 The fill path constructed to describe the stroked path respects the join setting but may 347 not contain the actual join. For instance, a fill path constructed with round joins does 350 enum Join : uint8_t { 354 kLast_Join = kBevel_Join, //!< equivalent to the largest value for Join [all...] |