/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | zsh.rs | 135 ret.join("\n") in subcommand_details() 185 segments.join("\n") in subcommands_of() 253 all_subcommands.push(segments.join("\n")); in get_subcommands_of() 274 subcommands = all_subcommands.join("\n"), in get_subcommands_of() 354 segments.join("\n") in get_args_of() 381 .join("\n") in value_completion() 391 .join(" ") in value_completion() 500 ret.join("\n") in write_opts_of() 538 format!("({})", res.join(" ")) in arg_conflicts() 613 ret.join("\ in write_flags_of() [all...] |
/third_party/python/Lib/test/ |
H A D | test_httpservers.py | 65 self.join() 366 tempname = os.path.join(self.tempdir, 'test') 422 with open(os.path.join(self.tempdir, filename), 'wb') as f: 459 os.mkdir(os.path.join(self.tempdir, 'existing_directory')) 521 os.makedirs(os.path.join(self.tempdir, 'spam', 'index.html')) 526 with open(os.path.join(self.tempdir_name, 'index.html'), 'wb') as f: 624 fullpath = os.path.join(self.tempdir, filename) 710 self.cgi_dir = os.path.join(self.parent_dir, 'cgi-bin') 711 self.cgi_child_dir = os.path.join(self.cgi_dir, 'child-dir') 712 self.sub_dir_1 = os.path.join(sel [all...] |
H A D | make_ssl_certs.py | 179 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))
|
/test/xts/acts/distributeddatamgr/crossplatform/relationalstoreetstest/entry/src/ohosTest/ets/test/ |
H A D | RdbStoreQuerySql.test.ets | 160 rdbStore.querySql("SELECT * FROM user INNER JOIN Book ON user.userId = Book.id WHERE Book.name = 'sanguo'", async (err, resultSet) => { 193 rdbStore.querySql("SELECT * FROM user INNER JOIN Book ON user.userId = Book.id WHERE Book.name = ?", ["sanguo"], async (err, resultSet) => { 226 let resultSet = await rdbStore.querySql("SELECT * FROM user INNER JOIN Book ON user.userId = Book.id WHERE Book.name = 'sanguo'"); 251 let resultSet = await rdbStore.querySql("SELECT * FROM user INNER JOIN Book ON user.userId = Book.id WHERE Book.name = ?", ["sanguo"]); 278 rdbStore.querySql("SELECT * FROM user INNER JOIN Book ON user.userId = Book.id WHERE Book.name = 'hongloumeng'", async (err, resultSet) => { 309 rdbStore.querySql("SELECT * FROM user INNER JOIN Book ON user.userId = Book.id WHERE Book.name = 'maoxuan'", async (err, resultSet) => {
|
/third_party/mesa3d/src/amd/common/ |
H A D | sid_tables.py | 35 AMD_REGISTERS = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), "../registers")) 42 return "'" + "', '".join(string) + "', '\\0'," 78 ', '.join(str(idx) for idx in sorted(te[2])) 85 '\n'.join('\t' + fragment for fragment in fragments) 132 ' '.join((str(elt) + ',') for elt in self.table[idxs[i]:idxs[i+1]]) 140 '\n'.join(fragments)
|
/third_party/jerryscript/tools/ |
H A D | gen-magic-strings.py | 33 MAGIC_STRINGS_INI = os.path.join(PROJECT_DIR, 'jerry-core', 'lit', 'lit-magic-strings.ini') 34 MAGIC_STRINGS_INC_H = os.path.join(PROJECT_DIR, 'jerry-core', 'lit', 'lit-magic-strings.inc.h') 147 for root, _, files in os.walk(os.path.join(PROJECT_DIR, 'jerry-core')): 151 process_file(os.path.join(root, fname)) 196 return ' \\\n|| '.join(' && '.join(g.strip() for g in sorted(guard))
|
/third_party/node/test/pummel/ |
H A D | test-policy-integrity-worker-commonjs.js | 112 const configDirPath = path.join( 116 const tmpPolicyPath = path.join( 127 const manifestPath = path.join(configDirPath, policyPath); 131 const filePath = path.join(configDirPath, resourcePath); 134 integrity: integrities.join(' '), 214 const enoentFilepath = path.join(tmpdir.path, 'enoent');
|
H A D | test-policy-integrity-worker-module.js | 112 const configDirPath = path.join( 116 const tmpPolicyPath = path.join( 127 const manifestPath = path.join(configDirPath, policyPath); 131 const filePath = path.join(configDirPath, resourcePath); 134 integrity: integrities.join(' '), 214 const enoentFilepath = path.join(tmpdir.path, 'enoent');
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | db.js | 101 'join', 427 let dirPath = fsPath.join(self.outputDir, expression.type); 435 let filePath = fsPath.join(dirPath, sha1sum.digest('hex') + '.json'); 455 fsPath.join(this.outputDir, 'index.json'), 464 fs.readFileSync(fsPath.join(outputDir, 'index.json'), 'utf-8')); 476 let path = fsPath.join(
|
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_formatter_test.py | 26 BUILD_DIR = os.path.join(BASE_DIR, 'out', 'Release') 140 os.path.join('src', 'baz', 'bar.h.json'), 150 os.path.join('src', 'baz.cc.json'), 160 os.path.join('src', 'foo.cc.json'), 177 include=([os.path.join(LOCATION, 'sancov_formatter.py')])) 217 full_path = os.path.join(output_dir, file_name)
|
/third_party/node/deps/npm/lib/commands/ |
H A D | config.js | 30 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 D | render.rs | 67 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 D | grammar.py | 49 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/ |
H A D | filecmp.py | 157 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 D | string.py | 41 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
|
/third_party/typescript/src/testRunner/unittests/config/ |
H A D | commandLineParsing.ts | 6 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 D | test_threaded_import.py | 208 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 D | util.py | 37 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')
|
/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_cpptoc_header.py | 66 absolute_dir = os.path.join(os.path.join(dir_path, dir_name), 'cpptoc') 67 absolute_path = os.path.join(absolute_dir, file_parser.get_capi_name(class_name, False) + '_cpptoc.h')
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | operate_group_passwd.py | 25 self.passwd_file = os.path.join(root_path, etc_path.get("passwd").get("path"))
26 self.group_file = os.path.join(root_path, etc_path.get("group").get("path"))
63 base_group_passwd_str = ":".join(self.group_newline.strip().strip(":").split(":")[:-1])
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | thread_wrapper.cpp | 24 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 D | worker_manager.cpp | 27 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 D | plot.py | 41 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 D | subscription.cpp | 83 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 D | strategy_meta_data.cpp | 59 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()
|