| /third_party/typescript/tests/baselines/reference/ |
| H A D | recursiveReverseMappedType.types | 10 function join<T>(l: Recur<T>[]): Recur<T> {
11 >join : <T>(l: Recur<T>[]) => Recur<T>
25 const x: Recur<T> | undefined = join(l);
27 >join(l) : Recur<T>
28 >join : <T>(l: Recur<T>[]) => Recur<T>
|
| /third_party/node/test/parallel/ |
| H A D | test-runner-cli.js | 6 const { join } = require('path'); 26 const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'default-behavior') }); 42 const args = ['--require', join(testFixtures, 'protoMutation.js'), '--test']; 43 const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'default-behavior') }); 59 const args = ['--test', join(testFixtures, 'index.js')]; 71 const args = ['--test', join(testFixtures, 'default-behavior/node_modules')]; 84 const options = { cwd: join(testFixtures, 'default-behavior') }; 201 '--test', join(testFixtures, 'default-behavior', 'index.test.js')]; 213 const args = ['--test', '--test-shard=1', join(testFixtures, 'index.js')]; 225 const args = ['--test', '--test-shard=1/2/3', join(testFixture [all...] |
| H A D | test-fs-append-file-sync.js | 25 const join = require('path').join; 43 const filename = join(tmpdir.path, 'append-sync.txt'); 52 const filename2 = join(tmpdir.path, 'append-sync2.txt'); 63 const filename3 = join(tmpdir.path, 'append-sync3.txt'); 73 const filename4 = join(tmpdir.path, 'append-sync4.txt'); 98 const filename5 = join(tmpdir.path, 'append-sync5.txt');
|
| H A D | test-require-symlink.js | 23 const tmpDirTarget = path.join(tmpdir.path, dirName); 31 const fullPathSource = path.join(source, entry); 32 const fullPathTarget = path.join(target, entry); 49 const linkDir = path.join(dirName, 55 const linkTarget = path.join('..', '..', 'dep2'); 59 const linkScriptTarget = path.join(dirName, 'symlinked.js'); 68 const fooModule = require(path.join(tmpDirTarget, 'foo.js'));
|
| /test/testfwk/xdevice/src/xdevice/_core/testkit/ |
| H A D | kit.py | 90 return result + ",".join(test_items) 125 ret_str.append(" ".join([prefix_char, "testFile", include_file])) 131 ret_str.append(" ".join([prefix_char, "notTestFile", exclude_file])) 136 ret_str.append(" ".join([prefix_char, "annotation", ",".join(value)])) 138 ret_str.append(" ".join([prefix_char, "notAnnotation", ",".join(value)])) 140 return " ".join(ret_str) 153 runner.add_instrumentation_arg("gtest_filter", ":".join(case_list).replace("#", ".")) 171 runner.add_instrumentation_arg("gtest_filter", "{}{}".format("-", ":".join(case_lis [all...] |
| /third_party/python/Tools/scripts/ |
| H A D | patchcheck.py | 16 EXCLUDE_DIRS = [os.path.join('Modules', '_ctypes', 'libffi_osx'), 17 os.path.join('Modules', '_ctypes', 'libffi_msvc'), 18 os.path.join('Modules', '_decimal', 'libmpdec'), 19 os.path.join('Modules', 'expat'), 20 os.path.join('Modules', 'zlib')] 101 if not os.path.exists(os.path.join(SRCDIR, '.git')): 121 if os.path.exists(os.path.join(SRCDIR, '.git')): 169 return "\n".join(lines) 177 reindent.check(os.path.join(SRCDIR, path))] 186 abspath = os.path.join(SRCDI [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
| H A D | build_nv.py | 291 g_nv_env.temp_dir=os.path.join(product_lib_out, app_name, '%s%s'%(g_common_ver, g_subver_name))#临时文件目录
293 g_nv_env.mdm_xml=os.path.join(root_dir, 'xml_file', hnv_file_name)
295 g_nv_env.app_xml=os.path.join(root_dir, 'xml_file', 'app_nvi_db.xml')
296 g_nv_env.app_cfg_dir=os.path.join(root_dir, 'xml_file')#区分不同产品形态
298 g_nv_env.combin_xml=os.path.join(product_lib_out, app_name, hnv_file_name)#合并后combin.xml路径
299 g_nv_env.combin_product_xml=os.path.join(g_nv_env.temp_dir, 'mss_nvi_db_%s.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
300 g_nv_env.combin_product_security_xml=os.path.join(g_nv_env.temp_dir, 'combin_%s_security.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
302 g_nv_env.src_bin_dir=os.path.join(root_dir, 'app', g_nv_env.app_name, 'nv', 'src_bin', g_nv_env.product_type)#Path for storing closed source src_bin files
303 g_nv_env.nv_tool=os.path.join(root_dir, 'tools', 'nv', 'cdbm.exe')#NV Tool Path
305 #g_nv_env.pwd_nv_tool=os.path.join(root_di [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
| H A D | build_nv.py | 291 g_nv_env.temp_dir=os.path.join(product_lib_out, app_name, '%s%s'%(g_common_ver, g_subver_name))#临时文件目录
293 g_nv_env.mdm_xml=os.path.join(root_dir, 'xml_file', hnv_file_name)
295 g_nv_env.app_xml=os.path.join(root_dir, 'xml_file', 'app_nvi_db.xml')
296 g_nv_env.app_cfg_dir=os.path.join(root_dir, 'xml_file')#区分不同产品形态
298 g_nv_env.combin_xml=os.path.join(product_lib_out, app_name, hnv_file_name)#合并后combin.xml路径
299 g_nv_env.combin_product_xml=os.path.join(g_nv_env.temp_dir, 'mss_nvi_db_%s.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
300 g_nv_env.combin_product_security_xml=os.path.join(g_nv_env.temp_dir, 'combin_%s_security.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
302 g_nv_env.src_bin_dir=os.path.join(root_dir, 'app', g_nv_env.app_name, 'nv', 'src_bin', g_nv_env.product_type)#存放必源src bin文件路径
303 g_nv_env.nv_tool=os.path.join(root_dir, 'tools', 'nv', 'cdbm')#nv工具路径
305 #g_nv_env.pwd_nv_tool=os.path.join(root_di [all...] |
| /test/testfwk/developer_test/aw/python/distributed/common/ |
| H A D | drivers.py | 53 file_path = os.path.join(longcommand_path, sh_file_name) 74 cxx_cov_path = os.path.abspath(os.path.join( 87 src_file_tar = os.path.join(DEVICE_TEST_PATH, "%s.tar.gz" % target_name) 89 tar_path = os.path.join(cxx_cov_path, "%s.tar.gz" % target_name) 124 os.makedirs(os.path.join(result_path, "temp", dst_dir), exist_ok=True) 128 dir=os.path.join(result_path, "temp", dst_dir)) 159 os.path.join(DEVICE_TEST_PATH, sh_file_name), 160 os.path.join(DEVICE_TEST_PATH, "agent.log")) 163 os.path.join(DEVICE_TEST_PATH, sh_file_name))
|
| /third_party/node/deps/v8/third_party/inspector_protocol/lib/ |
| H A D | ValueConversions_cpp.template | 29 using {{"::".join(config.protocol.namespace)}}::Binary; 30 using {{"::".join(config.protocol.namespace)}}::Object; 31 using {{"::".join(config.protocol.namespace)}}::Value; 32 using {{"::".join(config.protocol.namespace)}}::String; 33 using {{"::".join(config.protocol.namespace)}}::DictionaryValue; 34 using {{"::".join(config.protocol.namespace)}}::FundamentalValue; 35 using {{"::".join(config.protocol.namespace)}}::StringValue; 36 using {{"::".join(config.protocol.namespace)}}::StringUtil; 37 //using {{"::".join(config.protocol.namespace)}}::EncodeString;
|
| /third_party/node/deps/npm/lib/commands/ |
| H A D | help-search.js | 6 const globify = pattern => pattern.split('\\').join('/') 27 this.npm.output(`No matches in help for: ${args.join(' ')}\n`) 148 .join(' ') 150 out.push(' '.repeat((Math.max(1, cols - out.join(' ').length - r.length - 1)))) 154 return out.join('') 177 out.push(hilitLine.join('') + '\n') 180 return out.join('') 181 }).join('\n') 184 ? 'Top hits for ' + (args.map(JSON.stringify).join(' ')) + '\n' +
|
| /third_party/typescript/scripts/ |
| H A D | ohTestCasesGenerationScript.js | 127 const ohFourslashCasesDir = path.join(thisFilePath, "../tests/cases/fourslash/oh");
132 const fourslashCasesNamePath = path.join(thisFilePath, "../tests/cases/fourslash", caseName);
135 const ohFourslashCasesNamePath = path.join(ohFourslashCasesDir, ohFourslashCasesName);
147 const ohCompilerCasesDir = path.join(thisFilePath, "../tests/cases/compiler-oh");
148 const baselineDir = path.join(thisFilePath, "../tests/baselines/reference");
155 const compilerCasesNamePath = path.join(thisFilePath, "../tests/cases/compiler", caseName);
163 const ohCompilerCasesNamePath = path.join(ohCompilerCasesDir, ohCompilerCasesName);
173 const baselineCaseNamePath = path.join(baselineDir, caseName);
184 const ohBaselineNamePath = path.join(baselineDir, ohCompilerCasesName).replace(".ts", type);
|
| /third_party/python/Lib/lib2to3/tests/ |
| H A D | test_main.py | 15 TEST_DATA_DIR = os.path.join(os.path.dirname(__file__), "data") 16 PY2_TEST_MODULE = os.path.join(TEST_DATA_DIR, "py2_test_grammar.py") 59 self.py2_src_dir = os.path.join(self.temp_dir, "python2_project") 60 self.py3_dest_dir = os.path.join(self.temp_dir, "python3_project") 65 open(os.path.join(self.py2_src_dir, "__init__.py"), "w").close() 69 self.trivial_py2_file = os.path.join(self.py2_src_dir, "trivial.py") 70 self.init_py2_file = os.path.join(self.py2_src_dir, "__init__.py") 96 os.path.join(self.py2_src_dir, name), 97 os.path.join(self.py3_dest_dir, name+suffix)), stderr)
|
| /foundation/ability/idl_tool/test/hdi_unittest/hdi_gen_test/ |
| H A D | big_d_2000_file_test.py | 64 idl_dir = os.path.join(self.get_working_dir(), "foo", "v1_0") 68 foo_file_dst_name = os.path.join(idl_dir, f"IFoo_{loop}.idl") 69 type_file_dst_name = os.path.join(idl_dir, f"Types_{loop}.idl") 78 idl_dir = os.path.join(self.get_working_dir(), "foo", "v1_0") 80 foo_file_dst_name = os.path.join(idl_dir, f"IFoo_{loop}.idl") 81 type_file_dst_name = os.path.join(idl_dir, f"Types_{loop}.idl") 88 idl_dir = os.path.join(work_dir, "foo", "v1_0")
|
| /test/xts/acts/ |
| H A D | check_hvigor.py | 52 baseline_file = os.path.join(acts_root_dir, 'arkcompiler/ecmanewfeatures/hvigor/hvigor-wrapper.js') 53 baseline_md5 = get_file_md5(os.path.join(baseline_file)) 55 filename = os.path.join(dir, 'hvigor', 'hvigor-wrapper.js') 70 filename = os.path.join(dir, 'hvigor', 'hvigor-config.json5') 83 baseline_file = os.path.join(acts_root_dir, 'arkcompiler/ecmanewfeatures/hvigorw.bat') 84 baseline_md5 = get_file_md5(os.path.join(baseline_file)) 86 filename = os.path.join(dir, 'hvigorw.bat')
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/ |
| H A D | test_differential_fuzz_library.js | 16 path.join(__dirname, '..', 'resources', 'differential_fuzz_library.js')); 56 const long = new Array(66).join('a'); 57 const head = new Array(55).join('a'); 58 const tail = new Array(10).join('a'); 63 const veryLong = new Array(100).join('a'); 71 const long = new Array(66).join('a'); 76 const veryLong = new Array(100).join('a');
|
| /third_party/node/deps/npm/lib/utils/ |
| H A D | format-search-stream.js | 58 author: data.maintainers.map((m) => `=${stripVTControlCharacters(m.username)}`).join(' '), 66 pkg.keywords = data.keywords.map((k) => stripVTControlCharacters(k)).join(' ') 76 return columns.map((col) => pkg[col] && ('' + pkg[col]).replace(/\t/g, ' ')).join('\t') 98 ).split('\n').map(line => line.slice(0, maxWidth)).join('\n') 125 }).join('') 130 output = output.split(String.fromCharCode(i)).join(`\u001B[${colors[i - 1]}`) 132 return output.split('\u0000').join('\u001B[0m').trim()
|
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | mangle.rs | 81 macro_rules! join { macros 83 symbol::join(&[$(&$segment),+]) 91 join!( in extern_fn() 98 None => join!(efn.name.namespace, CXXBRIDGE, efn.name.rust), in extern_fn() 103 join!( in operator() 114 join!(extern_fn(efn, types), var.rust, 0) in operator() 119 join!(extern_fn(efn, types), var.rust, 1) in r_trampoline()
|
| /third_party/rust/crates/cxx/gen/build/src/syntax/ |
| H A D | mangle.rs | 81 macro_rules! join { macros 83 symbol::join(&[$(&$segment),+]) 91 join!( in extern_fn() 98 None => join!(efn.name.namespace, CXXBRIDGE, efn.name.rust), in extern_fn() 103 join!( in operator() 114 join!(extern_fn(efn, types), var.rust, 0) in operator() 119 join!(extern_fn(efn, types), var.rust, 1) in r_trampoline()
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | mangle.rs | 81 macro_rules! join { macros 83 symbol::join(&[$(&$segment),+]) 91 join!( in extern_fn() 98 None => join!(efn.name.namespace, CXXBRIDGE, efn.name.rust), in extern_fn() 103 join!( in operator() 114 join!(extern_fn(efn, types), var.rust, 0) in operator() 119 join!(extern_fn(efn, types), var.rust, 1) in r_trampoline()
|
| /third_party/rust/crates/cxx/syntax/ |
| H A D | mangle.rs | 81 macro_rules! join { macros 83 symbol::join(&[$(&$segment),+]) 91 join!( in extern_fn() 98 None => join!(efn.name.namespace, CXXBRIDGE, efn.name.rust), in extern_fn() 103 join!( in operator() 114 join!(extern_fn(efn, types), var.rust, 0) in operator() 119 join!(extern_fn(efn, types), var.rust, 1) in r_trampoline()
|
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | mangle.rs | 81 macro_rules! join { macros 83 symbol::join(&[$(&$segment),+]) 91 join!( in extern_fn() 98 None => join!(efn.name.namespace, CXXBRIDGE, efn.name.rust), in extern_fn() 103 join!( in operator() 114 join!(extern_fn(efn, types), var.rust, 0) in operator() 119 join!(extern_fn(efn, types), var.rust, 1) in r_trampoline()
|
| /third_party/pcre2/pcre2/doc/ |
| H A D | pcre2_substitute.3 | 60 .\" JOIN 64 .\" JOIN 67 .\" JOIN 71 .\" JOIN 74 .\" JOIN 78 .\" JOIN 82 .\" JOIN
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | update_chrome_angle.py | 22 os.chdir(os.path.join(script_dir, "..")) 30 chrome_folder = os.path.join(os.environ['LOCALAPPDATA'], 'Google', 'Chrome SxS', 'Application') 47 binary_path = os.path.join(path, binary_name) 62 chrome_file = os.path.join(chrome_folder, str) 68 dest_folder = os.path.join(chrome_folder, sorted_chrome_bins[0]) 81 src = os.path.join(source_folder, filename) 85 dst = os.path.join(dest_folder, filename)
|
| /third_party/skia/infra/bots/recipes/ |
| H A D | test_canvaskit.py | 37 copy_dest = checkout_root.join('skia', 'modules', 'canvaskit', 43 'src': base_dir.join('canvaskit.js'), 44 'dst': copy_dest.join('canvaskit.js'), 47 'src': base_dir.join('canvaskit.wasm'), 48 'dst': copy_dest.join('canvaskit.wasm'), 51 recursive_read = [checkout_root.join('skia')] 72 script=checkout_root.join(INNER_KARMA_SCRIPT),
|