| /third_party/skia/infra/bots/recipe_modules/flavor/ |
| H A D | api.py | 79 self._skia_dir = self.m.path['start_dir'].join('skia') 117 self.m.path['start_dir'].join('skia', 'resources'), 136 actual_version_file = self.m.path.join(tmp_dir, version_file) 159 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_SK_IMAGE), 173 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_LOTTIE), 187 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_SKP), 201 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_SVG), 215 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_MSKP), 229 self.m.path.join(self.m.vars.tmp_dir, VERSION_FILE_TEXTTRACES),
|
| /third_party/gn/build/ |
| H A D | gen.py | 152 return ' '.join(result) 154 return ' '.join(shell_quote(item) for item in result) 165 '/'.join(Platform.known_platforms()) + ')', 169 '/'.join(Platform.known_platforms()) + ')', 182 default=os.path.join(REPO_ROOT, 'out'), 221 out_dir = options.out_path or os.path.join(REPO_ROOT, 'out') 226 os.path.join(out_dir, 'last_commit_position.h')) 227 WriteGNNinja(os.path.join(out_dir, 'build.ninja'), platform, host, options, args_list) 284 template_filename = os.path.join(SCRIPT_DIR, { 327 os.path.join(REPO_ROO [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_threading.py | 152 t.join() 189 t.join() 345 t.join() 443 # threading.enumerate() after it has been join()ed. 451 t.join() 477 cyclic_object.thread.join() 485 raising_cyclic_object.thread.join() 608 t.join() 623 th.join() 669 th.join() [all...] |
| H A D | test_gettext.py | 110 LOCALEDIR = os.path.join('xx', 'LC_MESSAGES') 111 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo') 112 MOFILE_BAD_MAJOR_VERSION = os.path.join(LOCALEDIR, 'gettext_bad_major_version.mo') 113 MOFILE_BAD_MINOR_VERSION = os.path.join(LOCALEDIR, 'gettext_bad_minor_version.mo') 114 UMOFILE = os.path.join(LOCALEDIR, 'ugettext.mo') 115 MMOFILE = os.path.join(LOCALEDIR, 'metadata.mo') 358 s = ''.join([ str(f(x)) for x in range(200) ]) 364 s = ''.join([ str(f(x)) for x in range(200) ]) 370 s = ''.join([ str(f(x)) for x in range(200) ]) 376 s = ''.join([ st [all...] |
| H A D | test_site.py | 93 original_dir = os.path.join(*path_parts) 135 pth_fn = os.path.join(pth_dir, pth_basename) 148 re.escape(os.path.join(pth_dir, pth_fn))) 163 re.escape(os.path.join(pth_dir, pth_fn))) 290 wanted = os.path.join('xoxo', sys.platlibdir, 296 wanted = os.path.join('xoxo', 'lib', 304 wanted = os.path.join('xoxo', 'lib', 'site-packages') 359 self.file_path = os.path.join(self.base_dir, self.filename) 363 self.good_dir_path = os.path.join(self.base_dir, self.good_dirname) 364 self.bad_dir_path = os.path.join(sel [all...] |
| /third_party/node/deps/v8/tools/unittests/ |
| H A D | run_tests_test.py | 33 TEST_DATA_ROOT = os.path.join(TOOLS_ROOT, 'unittests', 'testdata') 34 RUN_TESTS_PY = os.path.join(TOOLS_ROOT, 'run-tests.py') 65 basedir = os.path.join(TEST_DATA_ROOT, baseroot) 67 builddir = os.path.join(tempbase, 'out', 'build') 68 testroot = os.path.join(tempbase, 'test') 70 shutil.copy(os.path.join(basedir, 'v8_build_config.json'), builddir) 71 shutil.copy(os.path.join(basedir, 'd8_mocked.py'), builddir) 73 for suite in os.listdir(os.path.join(basedir, 'test')): 74 os.makedirs(os.path.join(testroot, suite)) 75 for entry in os.listdir(os.path.join(basedi [all...] |
| /third_party/node/tools/inspector_protocol/lib/ |
| H A D | Values_cpp.template | 72 using {{"::".join(config.encoding_lib.namespace)}}::Error; 73 using {{"::".join(config.encoding_lib.namespace)}}::Status; 74 using {{"::".join(config.encoding_lib.namespace)}}::span; 76 using {{"::".join(config.encoding_lib.namespace + ['cbor'])}}::CBORTokenTag; 77 using {{"::".join(config.encoding_lib.namespace + ['cbor'])}}::CBORTokenizer; 78 using {{"::".join(config.encoding_lib.namespace + ['cbor'])}}::EncodeBinary; 79 using {{"::".join(config.encoding_lib.namespace + ['cbor'])}}::EncodeDouble; 80 using {{"::".join(config.encoding_lib.namespace + ['cbor'])}}::EncodeFalse; 81 using {{"::".join(config.encoding_lib.namespace + ['cbor'])}}::EncodeFromLatin1; 82 using {{"::".join(confi [all...] |
| /third_party/python/Tools/scripts/ |
| H A D | freeze_modules.py | 18 FROZEN_ONLY = os.path.join(ROOT_DIR, 'Tools', 'freeze', 'flag.py') 20 STDLIB_DIR = os.path.join(ROOT_DIR, 'Lib') 23 FROZEN_MODULES_DIR = os.path.join(ROOT_DIR, 'Python', 'frozen_modules') 24 DEEPFROZEN_MODULES_DIR = os.path.join(ROOT_DIR, 'Python', 'deepfreeze') 26 FROZEN_FILE = os.path.join(ROOT_DIR, 'Python', 'frozen.c') 27 MAKEFILE = os.path.join(ROOT_DIR, 'Makefile.pre.in') 28 PCBUILD_PROJECT = os.path.join(ROOT_DIR, 'PCbuild', '_freeze_module.vcxproj') 29 PCBUILD_FILTERS = os.path.join(ROOT_DIR, 'PCbuild', '_freeze_module.vcxproj.filters') 30 PCBUILD_PYTHONCORE = os.path.join(ROOT_DIR, 'PCbuild', 'pythoncore.vcxproj') 100 ntpath.join(*pat [all...] |
| H A D | mkreal.py | 11 join = os.path.join variable 38 linkto = join(os.pardir, linkto) 42 os.symlink(join(linkto, filename), join(name, filename))
|
| /third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
| H A D | Perf-Android-Clang-NVIDIA_Shield-CPU-TegraX1-arm64-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))@@@", 269 "\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/python/Tools/stringbench/ |
| H A D | stringbench.py | 16 sys.stdout.write(' '.join(str(s) for s in args) + '\n') 672 #### Benchmark join 679 @bench('"A".join("")', 680 "join empty string, with 1 character sep", 100) 684 sep_join = sep.join 688 @bench('"ABCDE".join("")', 689 "join empty string, with 5 character sep", 100) 693 sep_join = sep.join 697 @bench('"A".join("ABC..Z")', 698 "join strin [all...] |
| /foundation/ability/idl_tool/test/hdi_unittest/hdi_dump_ast_test/ |
| H A D | hdi_compile_opt_test_03.py | 29 package_path = os.path.join(work_dir, "foo") 30 idl_dir = os.path.join(package_path, "v1_0") 32 output_path = os.path.join(self.working_dir, "dump_ast_out") 35 self.set_output_path(os.path.join(output_path, "dump.txt")) 37 self.set_target_dir(os.path.join(self.working_dir, "dump_ast_target"))
|
| H A D | hdi_compile_opt_test_02.py | 29 package_path = os.path.join(work_dir, "foo") 30 idl_dir = os.path.join(package_path, "v1_0") 32 output_path = os.path.join(self.working_dir, "dump_ast_out") 35 self.set_output_path(os.path.join(output_path, "dump.txt")) 37 self.set_target_dir(os.path.join(self.working_dir, "dump_ast_target"))
|
| H A D | hdi_compile_opt_test_01.py | 29 package_path = os.path.join(work_dir, "foo") 30 idl_dir = os.path.join(package_path, "v1_0") 32 output_path = os.path.join(self.working_dir, "dump_ast_out") 35 self.set_output_path(os.path.join(output_path, "dump.txt")) 37 self.set_target_dir(os.path.join(self.working_dir, "dump_ast_target"))
|
| /foundation/ability/idl_tool/test/hdi_unittest/hdi_hash_test/ |
| H A D | hdi_compile_opt_test_03.py | 29 package_path = os.path.join(work_dir, "foo") 30 idl_dir = os.path.join(package_path, "v1_0") 32 output_path = os.path.join(self.working_dir, "hash_out") 35 self.set_output_path(os.path.join(output_path, "hash.txt")) 37 self.set_target_dir(os.path.join(self.working_dir, "hash_target"))
|
| H A D | hdi_compile_opt_test_02.py | 29 package_path = os.path.join(work_dir, "foo") 30 idl_dir = os.path.join(package_path, "v1_0") 32 output_path = os.path.join(self.working_dir, "hash_out") 35 self.set_output_path(os.path.join(output_path, "hash.txt")) 37 self.set_target_dir(os.path.join(self.working_dir, "hash_target"))
|
| H A D | hdi_compile_opt_test_01.py | 29 package_path = os.path.join(work_dir, "foo") 30 idl_dir = os.path.join(package_path, "v1_0") 32 output_path = os.path.join(self.working_dir, "hash_out") 35 self.set_output_path(os.path.join(output_path, "hash.txt")) 37 self.set_target_dir(os.path.join(self.working_dir, "hash_target"))
|
| /third_party/flatbuffers/ |
| H A D | install.py | 48 tar_file_path = os.path.join(args.source_dir, "v2.0.0.tar.gz") 49 target_dir = os.path.join(args.gen_dir, "flatbuffers-2.0.0") 51 clear_dir(os.path.join(args.source_dir, "include")) 53 move_dir(os.path.join(target_dir, "include"), os.path.join(args.source_dir, "include"))
|
| /third_party/node/test/parallel/ |
| H A D | test-macos-app-sandbox.js | 20 const appBundlePath = path.join(tmpdir.path, 'node_sandboxed.app'); 21 const appBundleContentPath = path.join(appBundlePath, 'Contents'); 22 const appExecutablePath = path.join( 33 fs.mkdirSync(path.join(appBundleContentPath, 'MacOS')); 36 path.join(appBundleContentPath, 'Info.plist'));
|
| /third_party/skia/tools/ |
| H A D | find_run_binary.py | 48 trunk_path = os.path.abspath(os.path.join(os.path.dirname(__file__), 50 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program), 51 os.path.join(trunk_path, 'out', 'Debug', program), 52 os.path.join(trunk_path, 'out', 'Release', 54 os.path.join(trunk_path, 'out', 'Debug',
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | propertyAssignmentUseParentType3.symbols | 19 foo2.join = "";
20 >foo2.join : Symbol(foo2.join, Decl(propertyAssignmentUseParentType3.ts, 9, 1))
22 >join : Symbol(foo2.join, Decl(propertyAssignmentUseParentType3.ts, 9, 1))
|
| /third_party/node/deps/v8/tools/ |
| H A D | generate-runtime-call-stats.py | 173 xvfb = os.path.join(chromium_dir, "testing", "xvfb.py") 176 xvfb = os.path.join(chromium_dir, "testing", "xvfb.py") 184 os.path.join(chromium_dir, "tools", "perf", "run_benchmark"), 193 os.path.join(output_dir, "artifacts"), 217 command += ["--extra-chrome-categories", ",".join(categories)] 221 print(f"Running: {' '.join(command)}\n") 274 data_str = ", ".join( 327 s += "\n ".join(str(row) for row in self.table) + "\n" 329 s += "\n ".join(str(row) for row in self.data.values()) + "\n" 378 trace_dir = os.path.join(output_di [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | gen_extensions.py | 19 SCRIPTS_DIR = os.path.join(ANGLE_SRC_DIR, 'scripts') 297 return ''.join(words) 319 return '\n'.join([_EXT_MEMBER_TEMPLATE.format(**ext_info) for ext_info in ext_infos]) 325 expression=' || '.join(['%s%s' % (ext_name, vendor) for vendor in vendors]), 330 return '\n'.join([_EXT_STRING_TEMPLATE.format(**ext_info) for ext_info in ext_infos]) 351 return ' | '.join([s(ext_name, support) for support in gpu_data]) 355 configs = ' | '.join(md_gpu_configs) 356 dashes = ' | '.join([(':%s:' % ('-' * (len(config) - 2))) for config in md_gpu_configs]) 374 return '\n'.join( 397 print(','.join(input [all...] |
| /third_party/mbedtls/tests/scripts/ |
| H A D | generate_tls13_compat_tests.py | 145 ciphersuites = ':'.join(self._ciphers) 150 signature_algorithms = ':'.join(signature_algorithms) 155 named_groups = ':'.join( 288 priority_string = ':+'.join(priority_string_list) 343 ciphers = ','.join( 349 sig_algs=','.join(set(self._sig_algs + self._cert_sig_algs)))] 352 named_groups = ','.join(self._named_groups) 495 '"{}"'.format(' '.join(server_object.cmd())), 496 '"{}"'.format(' '.join(client_object.cmd())), 502 cmd = prefix.join(cm [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | gen_vk_internal_shaders.py | 220 return os.path.join('shaders', 'gen', name + ".inc") 330 blob = ',\n '.join(','.join(hex_array[i:i + 16]) for i in range(0, len(hex_array), 16)) 366 out = '\n'.join([('// ' + line).strip() for line in out.splitlines()]) 566 definition += ''.join([ 577 definition += ''.join([ 686 shaders_dir = os.path.join('shaders', 'src') 700 os.path.join(shaders_dir, shader) 711 print(",".join(input_shaders + input_shaders_variations + glslang_binary_hashes)) 758 print(','.join(output [all...] |