Home
last modified time | relevance | path

Searched full:join (Results 851 - 875 of 7592) sorted by relevance

1...<<31323334353637383940>>...304

/third_party/node/deps/npm/lib/commands/
H A Dconfig.js30 const val = arg.length ? arg.join('=')
193 this.npm.output(out.join('\n'))
243 ${data.split('\n').sort(localeCompare).join('\n').trim()}
250 `.split('\n').join(EOL)
302 }).join('\n')
362 this.npm.output(msg.join('\n').trim())
/third_party/rust/crates/clap/clap_mangen/src/
H A Drender.rs67 line.push(italic(value.join(" ")));
105 header.push(italic(value.join(" ")));
147 roman(possible_values_text.join(", ")),
166 header.push(italic(value.join(" ")));
215 roman(possible_values_text.join(", ")),
322 .join(","); in option_default_values()
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar.py49 return "\n".join(str(rule) for name, rule in self.rules.items())
59 return "\n".join(lines)
93 return "\n".join(lines)
151 return " | ".join(str(alt) for alt in self.alts)
176 core = " ".join(str(item) for item in self.items)
188 return f"Alt({', '.join(args)})"
/third_party/python/Lib/test/
H A Dmake_ssl_certs.py179 with open(os.path.join('cadir','index.txt'),'a+') as f:
181 with open(os.path.join('cadir','crl.txt'),'a+') as f:
183 with open(os.path.join('cadir','index.txt.attr'),'w+') as f:
186 with open(os.path.join('cadir','serial'), 'w') as f:
282 cert, key = make_cert_key('allsans', sign=True, extra_san='\n'.join(extra_san))
299 cert, key = make_cert_key('idnsans', sign=True, extra_san='\n'.join(extra_san))
H A Dtest_mailbox.py604 self.assertEqual(os.listdir(os.path.join(self._path, 'tmp')), [])
612 self.assertTrue(os.path.exists(os.path.join(self._path, 'cur', '%s%sfoo' %
677 os.mkdir(os.path.normpath(os.path.join(self._path, subdir)))
686 path = os.path.join(self._path, subdir)
704 self.assertTrue(os.path.isdir(os.path.join(self._path, '.foo.bar')))
730 foo_path = os.path.join(self._path, 'tmp', 'foo')
731 bar_path = os.path.join(self._path, 'tmp', 'bar')
760 self.assertEqual(head, os.path.abspath(os.path.join(self._path,
788 file_count = len(os.listdir(os.path.join(self._path, "tmp")))
800 self.assertEqual(self._box._toc, {key0: os.path.join('ne
[all...]
/third_party/python/Lib/
H A Dfilecmp.py157 a_path = os.path.join(self.left, x)
158 b_path = os.path.join(self.right, x)
197 a_x = os.path.join(self.left, x)
198 b_x = os.path.join(self.right, x)
273 ax = os.path.join(a, x)
274 bx = os.path.join(b, x)
H A Dstring.py41 word using capitalize, and join the capitalized words using
42 join. If the optional second argument sep is absent or None,
45 sep is used to split and join the words.
48 return (sep or ' ').join(map(str.capitalize, s.split(sep)))
99 colno = i - len(''.join(lines[:-1]))
249 return ''.join(result), auto_arg_index
H A Dargparse.py131 return '%s(%s)' % (type_name, ', '.join(arg_strings))
216 join = self.formatter._join_parts
217 item_help = join([func(*args) for func, args in self.items])
232 # join the section-initial newline, the heading and the help
233 return join(['\n', heading, item_help, '\n'])
293 return ''.join([part
325 usage = ' '.join([s for s in [prog, action_usage] if s])
341 assert ' '.join(opt_parts) == opt_usage
342 assert ' '.join(pos_parts) == pos_usage
354 lines.append(indent + ' '.join(lin
[all...]
/third_party/typescript/src/testRunner/unittests/config/
H A DcommandLineParsing.ts6 baseline.push(commandLine.join(" "));
13 baseline.push(parsed.fileNames.join());
20 Harness.Baseline.runBaseline(`config/commandLineParsing/parseCommandLine/${subScenario}.js`, baseline.join("\n"));
197 baseline.push(commandLine.join(" "));
204 baseline.push(parsed.projects.join());
211 Harness.Baseline.runBaseline(`config/commandLineParsing/parseBuildOptions/${subScenario}.js`, baseline.join("\n"));
/third_party/python/Lib/test/test_importlib/
H A Dtest_threaded_import.py208 with open(os.path.join(TESTFN, name + ".py"), "wb") as f:
224 t1.join()
225 t2.join()
236 t.join()
253 fn = os.path.join(os.path.dirname(__file__),
259 fn = os.path.join(os.path.dirname(__file__),
H A Dutil.py37 file_path = os.path.join(path, filename)
109 path = os.path.join(pkg_dir, name + '.py')
159 location = os.path.join(cwd, name)
161 modpath = os.path.join(location, '__init__.py')
373 file_path = os.path.join(file_path, directory)
377 file_path = os.path.join(file_path, name_parts[-1] + '.py')
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmake.py123 os.path.join(output_dir, builddir_name, "gypfiles")
979 % os.path.join(os.path.dirname(output_filename), build_dir)
985 self.WriteLn("\t$(MAKE){} {}".format(makefile_path, " ".join(targets)))
1041 command = "mkdir -p %s" % " ".join(dirs) + "; " + command
1107 self.WriteLn("{} := {}".format(outputs_variable, " ".join(outputs)))
1198 self.WriteLn("all_deps += %s" % " ".join(outputs))
1206 mkdirs = "mkdir -p %s; " % " ".join(dirs)
1274 self.Absolutify(os.path.join(copy["destination"], filename))
1292 "{} = {}".format(variable, " ".join(QuoteSpaces(o) for o in outputs))
1603 path = os.path.join("
[all...]
H A Dmsvs.py170 path = os.path.join(fixpath_prefix, path)
225 filename = _NormalizedSource("\\".join(prefix + s))
396 direct_cmd = " ".join(direct_cmd)
443 return input_dir_preamble + " ".join(command + arguments)
517 "AdditionalDependencies": ";".join(inputs),
518 "Outputs": ";".join(outputs),
549 description = ", and also ".join(descriptions)
550 command = "\r\n".join(commands)
628 os.path.join(output_dir, rules_filename), spec["target_name"]
673 mk_file = gyp.common.WriteOnDiff(os.path.join(output_di
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmake.py124 os.path.join(output_dir, builddir_name, "gypfiles")
988 % os.path.join(os.path.dirname(output_filename), build_dir)
994 self.WriteLn("\t$(MAKE){} {}".format(makefile_path, " ".join(targets)))
1050 command = "mkdir -p %s" % " ".join(dirs) + "; " + command
1116 self.WriteLn("{} := {}".format(outputs_variable, " ".join(outputs)))
1207 self.WriteLn("all_deps += %s" % " ".join(outputs))
1215 mkdirs = "mkdir -p %s; " % " ".join(dirs)
1283 self.Absolutify(os.path.join(copy["destination"], filename))
1301 "{} = {}".format(variable, " ".join(QuoteSpaces(o) for o in outputs))
1612 path = os.path.join("
[all...]
H A Dmsvs.py170 path = os.path.join(fixpath_prefix, path)
225 filename = _NormalizedSource("\\".join(prefix + s))
396 direct_cmd = " ".join(direct_cmd)
441 return input_dir_preamble + " ".join(command + arguments)
515 "AdditionalDependencies": ";".join(inputs),
516 "Outputs": ";".join(outputs),
547 description = ", and also ".join(descriptions)
548 command = "\r\n".join(commands)
626 os.path.join(output_dir, rules_filename), spec["target_name"]
671 mk_file = gyp.common.WriteOnDiff(os.path.join(output_di
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/
H A Defuse_cfg_gen.py28 return ' '.join([hex(ord(c)).replace('0x', '') for c in s])
42 csv_path = os.path.join(csv_dir, 'efuse.csv')
44 bin_path = os.path.join(csv_dir, 'efuse_cfg.bin')
/foundation/ai/intelligent_voice_framework/utils/
H A Dthread_wrapper.cpp24 Join(); in ~ThreadWrapper()
54 void ThreadWrapper::Join() in Join() function in OHOS::IntellVoiceUtils::ThreadWrapper
62 thread_->join(); in Join()
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_manager.cpp27 FFRT_LOGE("Failed to Join Thread %d", tid); in JoinRtg()
52 if (!(tgwrap.tg->Join(tid))) { in JoinTG()
53 FFRT_LOGE("Failed to Join Thread %d", tid); in JoinTG()
/foundation/resourceschedule/ffrt/benchmarks/speedup/
H A Dplot.py41 color='r', marker='o', linestyle='-', label=''.join(['speedup=1@duration=', str(min_duration)]))
64 marker='s', linestyle='-.', label=''.join(['base speedup=1@duration=', str(base_min_duration)]))
70 color='r', marker='o', linestyle='-', label=''.join(['curren speedup=1@duration=', str(current_min_duration)]))
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsubscription.cpp83 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, { std::to_string(userId) }); in GetKey()
88 return Constant::Join(RELATION_PREFIX, Constant::KEY_SEPARATOR, { std::to_string(userId), bundleName }); in GetRelationKey()
93 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstrategy_meta_data.cpp59 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, { devId, userId, "default", bundleName, storeId }); in GetKey()
61 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, in GetKey()
67 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dmatrix_meta_data.cpp45 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId }); in GetKey()
50 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId, RMOTE_CONSISTENT }); in GetConsistentKey()
55 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
/test/testfwk/developer_test/src/core/command/
H A Dgen.py35 helper_path = os.path.join("..", "libs", "fuzzlib", "fuzzer_helper.py")
36 fuzz_path = os.path.join(sys.source_code_root_path, options.dirpath)
59 filepath = os.path.join(sys.source_code_root_path, "test",
/test/xts/acts/commonlibrary/toolchain/libc-test/
H A Dtar_files.py29 source_f = os.path.join(sourcedir, f)
30 target_f = os.path.join(targetdir, f)
54 pathfile = os.path.join(root, file)
/third_party/gn/infra/recipe_modules/macos_sdk/
H A Dapi.py82 cache_dir = self.m.path['cache'].join('macos_sdk')
87 sdk_dir = cache_dir.join('XCode.app')
89 cache_dir.join('mac_toolchain'),

Completed in 18 milliseconds

1...<<31323334353637383940>>...304