Home
last modified time | relevance | path

Searched full:join (Results 176 - 200 of 7121) sorted by relevance

12345678910>>...285

/third_party/node/deps/v8/third_party/inspector_protocol/
H A Droll.py107 files += glob.glob(os.path.join(path, f))
151 dest_dir = os.path.join(downstream, 'third_party/inspector_protocol')
159 os.path.join(src_dir, f), os.path.join(dest_dir, f)))]
171 contents = open(os.path.join(src_dir, f)).read()
179 open(os.path.join(dest_dir, f), 'w').write(contents)
180 shutil.copymode(os.path.join(src_dir, f), os.path.join(dest_dir, f))
182 os.unlink(os.path.join(dest_dir, f))
184 lines = open(os.path.join(dest_di
[all...]
H A Dcode_generator.py42 items = [(k, os.path.join(config_base, v) if k == "path" else v)
44 items = [(k, os.path.join(output_base, v) if k == "output" else v)
117 ".crdtp.dir": os.path.join(inspector_protocol_dir, "crdtp"),
144 return prefix + "".join(to_title_case(x) or "-" for x in word.split("-"))
462 imported_namespace = "::".join(self.config.imported.namespace)
578 "entry\n\n") % ", ".join(protocol.exported_domains))
594 templates_dir = os.path.join(module_path, "templates")
595 inputs.append(os.path.join(templates_dir, "TypeBuilder_h.template"))
596 inputs.append(os.path.join(templates_dir, "TypeBuilder_cpp.template"))
597 inputs.append(os.path.join(templates_di
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_install.py46 destination = os.path.join(builddir, "installation")
50 dist.script_name = os.path.join(builddir, "setup.py")
53 build_lib=os.path.join(builddir, "lib"),
68 libdir = os.path.join(destination, "lib", "python")
70 platlibdir = os.path.join(destination, sys.platlibdir, "python")
74 os.path.join(destination, "include", "python", "foopkg"))
75 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
85 self.user_base = os.path.join(self.tmpdir, 'B')
86 self.user_site = os.path.join(self.tmpdir, 'S')
195 cmd.record = os.path.join(project_di
[all...]
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Dkit.py90 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 Dpatchcheck.py16 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...]
/third_party/python/Lib/test/
H A Dtest_embed.py43 STDLIB_INSTALL = os.path.join(sys.prefix, sys.platlibdir,
45 if not os.path.isfile(os.path.join(STDLIB_INSTALL, 'os.py')):
72 exepath = os.path.join(builddir, 'Programs')
73 self.test_exe = exe = os.path.join(exepath, exename)
215 lines = "\n".join(lines) + "\n"
228 expected_output = '\n'.join([
266 env = dict(os.environ, PYTHONPATH=os.pathsep.join(sys.path))
271 expected_path = os.path.join(os.getcwd(), "spam")
282 env['PYTHONPATH'] = os.pathsep.join(sys.path)
673 default_executable = os.path.join(o
[all...]
/third_party/python/Tools/freeze/
H A Dfreeze.py218 ishome = os.path.exists(os.path.join(prefix, 'Python', 'ceval.c'))
231 incldir = os.path.join(prefix, 'Include')
233 config_c_in = os.path.join(prefix, 'Modules', 'config.c.in')
234 frozenmain_c = os.path.join(prefix, 'Python', 'frozenmain.c')
235 makefile_in = os.path.join(exec_prefix, 'Makefile')
237 frozendllmain_c = os.path.join(exec_prefix, 'Pc\\frozen_dllmain.c')
240 incldir = os.path.join(prefix, 'include', 'python%s' % flagged_version)
241 config_h_dir = os.path.join(exec_prefix, 'include',
243 config_c_in = os.path.join(configdir, 'config.c.in')
244 frozenmain_c = os.path.join(configdi
[all...]
/test/xts/acts/distributeddatamgr/Pasteboardjsapitest/entry/src/ohosTest/ets/test/
H A DPasteBoardDetectPatterns.test.ets62 console.log(tag+'data.sort:'+data.sort().join('')+'patterns.sort:'+patterns.sort().join(''));
63 expect(data.sort().join('')).assertEqual(patterns.sort().join(''));
99 expect(data.sort().join('')).assertEqual(patterns.sort().join(''));
134 expect(data.sort().join('')).assertEqual(patterns.sort().join(''));
170 expect(data.sort().join('')).assertEqual(patterns.sort().join(''));
[all...]
/third_party/node/tools/
H A Dgyp_node.py7 node_root = os.path.normpath(os.path.join(script_dir, os.pardir))
9 sys.path.insert(0, os.path.join(node_root, 'tools', 'gyp', 'pylib'))
14 output_dir = os.path.join(os.path.abspath(node_root), 'out')
21 args.append(os.path.join(a_path, 'node.gyp'))
22 common_fn = os.path.join(a_path, 'common.gypi')
23 options_fn = os.path.join(a_path, 'config.gypi')
/third_party/node/test/es-module/
H A Dtest-esm-preserve-symlinks-main.js13 fs.mkdirSync(path.join(tmpDir, 'nested'));
14 fs.mkdirSync(path.join(tmpDir, 'nested2'));
16 const entry = path.join(tmpDir, 'nested', 'entry.js');
17 const entry_link_absolute_path = path.join(tmpDir, 'link.js');
18 const submodule = path.join(tmpDir, 'nested2', 'submodule.js');
19 const submodule_link_absolute_path = path.join(tmpDir, 'submodule_link.js');
/third_party/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp21 this->join(); // Avoid crashes if user neglected to join(). in ~SimpleThread()
29 void SimpleThread::join() { in join() function in SimpleThread
31 fThread.join(); in join()
70 void ThreadPoolBase::join() { in join() function in ThreadPoolBase
73 fThreads[i]->join(); in join()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dhelper.py22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora"))
24 FUZZER_DIR = os.path.abspath(os.path.join(CORPORA_DIR, FUZZER))
31 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
37 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
48 print(" ".join(cmd))
/third_party/openssl/fuzz/
H A Dhelper.py22 CORPORA_DIR = os.path.abspath(os.path.join(THIS_DIR, "corpora"))
24 FUZZER_DIR = os.path.abspath(os.path.join(CORPORA_DIR, FUZZER))
31 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
37 dd = os.path.abspath(os.path.join(CORPORA_DIR, d))
46 cmd = ([os.path.abspath(os.path.join(THIS_DIR, FUZZER))] + sys.argv[2:]
48 print(" ".join(cmd))
/third_party/python/Mac/
H A DExtras.install.py34 print("copy", os.path.join(cursrc, fn), os.path.join(curdst, fn))
36 shutil.copy2(os.path.join(cursrc, fn), os.path.join(curdst, fn))
39 print("skipfile", os.path.join(cursrc, fn))
43 print("skipdir", os.path.join(cursrc, dirs[i]))
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packager.py87 stuff = os.path.join(TEST262_CONSOLE_CASES_DIR,
101 tempList = [os.path.join(dirName, x) for x in os.listdir(dirName)]
116 temp = [os.path.join(dirName, x) for x in os.listdir(dirName) \
117 if not os.path.isdir(os.path.join(dirName, x))]
137 # dirWalker(os.path.join(dirName, tempSubdir))
161 retVal += [os.path.join(fullPath,b) for b in files if b.endswith(".js")]
166 temp = os.path.join(TEST262_CASES_DIR, temp)
228 scriptCodeContent = "".join(scriptCode)
236 tempDict = convertDocString("".join(scriptCode))
268 with open(os.path.join(TEST262_WEB_CASES_DI
[all...]
/third_party/node/test/parallel/
H A Dtest-runner-run.mjs3 import { join } from 'node:path';
29 const stream = run({ files: [join(testFixtures, 'default-behavior/test/random.cjs')] });
39 join(testFixtures, 'default-behavior/test/random.cjs'),
40 join(testFixtures, 'default-behavior/test/random.cjs'),
77 files: [join(testFixtures, 'default-behavior/test/random.cjs')]
89 files: [join(testFixtures, 'default-behavior/test/random.cjs')]
100 files: [join(testFixtures, 'default-behavior/test/random.cjs')]
111 files: [join(testFixtures, 'default-behavior/test/random.cjs')]
131 files: [join(testFixtures, 'default-behavior/test/skip_by_name.cjs')],
142 files: [join(testFixture
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdeclFileMethods.js15 return a + rests.join("");
35 return a + rests.join("");
54 return a + rests.join("");
73 return a + rests.join("");
109 return a + rests.join("");
129 return a + rests.join("");
148 return a + rests.join("");
167 return a + rests.join("");
213 return a + rests.join("");
232 return a + rests.join("");
[all...]
/third_party/skia/infra/bots/recipes/
H A Dcompute_buildstats.py121 keystr = ' '.join(keys)
135 propstr = ' '.join(str(prop) for prop in props)
144 skia_dir = checkout_root.join('skia')
146 script = skia_dir.join('infra', 'bots', 'buildstats',
169 bloaty_exe = api.path['start_dir'].join('bloaty', 'bloaty')
172 skia_dir = checkout_root.join('skia')
174 script = skia_dir.join('infra', 'bots', 'buildstats',
197 bloaty_exe = api.path['start_dir'].join('bloaty', 'bloaty')
201 skia_dir = checkout_root.join('skia')
203 stripped = api.vars.build_dir.join('libflutter_strippe
[all...]
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddrivers.py53 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 DValueConversions_cpp.template29 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 Dhelp-search.js6 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 DohTestCasesGenerationScript.js127 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 Dtest_main.py15 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)
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_jsunit_driver.py50 runner.add_arg(para_name, ",".join(para_values))
52 runner.add_arg(para_name, ",".join(para_values))
108 self.result = os.path.join(
110 '.'.join((request.get_module_name(), "xml")))
337 self.runner.add_arg("class", ",".join(tests))
358 self.runner.add_arg("class", ",".join(tests))
405 self.runner.add_arg("class", ",".join(case_list))
466 cov_dir = os.path.join(request.config.report_path, "cov")
467 output_dir = os.path.join(cov_dir, "output")
472 os.path.join(cov_di
[all...]
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py41 items = [(k, os.path.join(output_base, v) if k == "path" else v) for (k, v) in object_dict.items()]
42 items = [(k, os.path.join(output_base, v) if k == "output" else v) for (k, v) in items]
142 return prefix + "".join(to_title_case(x) or "-" for x in word.split("-"))
463 imported_namespace = "::".join(self.config.imported.namespace) if self.config.imported else ""
578 sys.stderr.write("Domains [%s] are exported, but config is missing export entry\n\n" % ", ".join(protocol.exported_domains))
593 templates_dir = os.path.join(module_path, "templates")
594 inputs.append(os.path.join(templates_dir, "TypeBuilder_h.template"))
595 inputs.append(os.path.join(templates_dir, "TypeBuilder_cpp.template"))
596 inputs.append(os.path.join(templates_dir, "Exported_h.template"))
597 inputs.append(os.path.join(templates_di
[all...]

Completed in 15 milliseconds

12345678910>>...285