Home
last modified time | relevance | path

Searched full:join (Results 901 - 925 of 6767) sorted by relevance

1...<<31323334353637383940>>...271

/third_party/littlefs/scripts/
H A Dchangeprefix.py97 print(' '.join(shlex.quote(c) for c in cmd))
110 to_path = os.path.join(
124 print(' '.join(shlex.quote(c) for c in cmd))
128 print(' '.join(shlex.quote(c) for c in cmd))
/third_party/node/deps/v8/third_party/ittapi/
H A Dbuildall.py29 path = '\\'.join(parts[1:])
123 bin_dir = os.path.join(work_dir, 'bin')
127 work_folder = os.path.join(work_dir, "build_" + (sys.platform.replace('32', "")), bits)
151 run_shell('%s "%s" -G"%s" %s' % (cmake, work_dir, generator, " ".join([
/third_party/node/deps/v8/tools/
H A Dtry_perf.py79 print('No trybots specified. Using default %s.' % ','.join(DEFAULT_BOTS))
108 cmd.append('-p \'testfilter=[%s]\'' % ','.join(benchmarks))
115 print('Running %s' % ' '.join(cmd))
116 subprocess.check_call(' '.join(cmd), shell=True, cwd=V8_BASE)
/third_party/node/deps/v8/tools/vim/
H A Dninja-build.vim41 [os.path.isdir(os.path.join(candidate, fp)) for fp in fingerprints]):
50 sys.path.append(os.path.join(v8_root, 'tools', 'vim'))
57 build_cmd = ' '.join(['autoninja', '-C', build_dir, targets])
102 let l:targets = a:0 > 0 ? join(a:000, ' ') : ''
/third_party/node/test/parallel/
H A Dtest-single-executable-application.js10 const { join } = require('path');
58 const requirableFile = join(tmpdir.path, 'requirable.js');
59 const outputFile = join(tmpdir.path, process.platform === 'win32' ? 'sea.exe' : 'sea');
110 { env: { COMMON_DIRECTORY: join(__dirname, '..', 'common') } });
/third_party/node/test/pseudo-tty/
H A Dtestcfg.py32 from os.path import join, exists, basename, dirname, isdir namespace
39 PTY_HELPER = join(dirname(__file__), '../../tools/pseudo-tty.py')
149 file_prefix = join(self.root, reduce(join, tst[1:], ""))
/third_party/node/test/report/
H A Dtest-report-writereport.js53 const absolutePath = path.join(tmpdir.path, file);
64 const absolutePath = path.join(tmpdir.path, file);
76 const filename = path.join(process.report.directory, 'custom-name-3.json');
120 const reportDir = path.join(tmpdir.path, 'does', 'not', 'exist');
/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py35 value = " ".join(filter(None, value)) # Filter out empty strings.
92 "build {}: {}".format(" ".join(out_outputs), " ".join([rule] + all_inputs))
113 self._line("default %s" % " ".join(self._as_list(paths)))
H A DMSVSUserFile.py33 item = os.path.join(path, command)
46 arg = '""'.join(arg.split('"'))
97 environment = " ".join(env_list)
106 "CommandArguments": " ".join(command[1:]),
/third_party/ninja/misc/
H A Doutput_test.py23 with open(os.path.join(d, 'build.ninja'), 'w') as f:
48 BUILD_SIMPLE_ECHO = '\n'.join((
132 with open(os.path.join(d, 'build.ninja'), 'w'):
135 with open(os.path.join(d, '.ninja_log'), 'w') as f:
/third_party/node/deps/npm/node_modules/columnify/
H A Dutils.js13 return Array.apply(null, {length: len + 1}).join(str).slice(0, len)
85 if (line && wcwidth(line.join(' ')) + wcwidth(word) < max) {
91 return l.join(' ')
150 return result.join(' ')
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py35 value = " ".join(filter(None, value)) # Filter out empty strings.
92 "build {}: {}".format(" ".join(out_outputs), " ".join([rule] + all_inputs))
113 self._line("default %s" % " ".join(self._as_list(paths)))
H A DMSVSUserFile.py33 item = os.path.join(path, command)
46 arg = '""'.join(arg.split('"'))
97 environment = " ".join(env_list)
106 "CommandArguments": " ".join(command[1:]),
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c278 /* Now stop the threads and join them */ in main()
285 UNRESOLVED(ret, "Signal 1 sender thread join failed"); in main()
289 UNRESOLVED(ret, "Signal 2 sender thread join failed"); in main()
293 UNRESOLVED(ret, "Worker thread join failed"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
H A D2-1.c252 /* Now stop the threads and join them */ in main()
259 UNRESOLVED(ret, "Signal 1 sender thread join failed"); in main()
263 UNRESOLVED(ret, "Signal 2 sender thread join failed"); in main()
267 UNRESOLVED(ret, "Worker thread join failed"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
H A D8-1.c275 /* Now stop the threads and join them */ in main()
282 UNRESOLVED(ret, "Signal 1 sender thread join failed"); in main()
286 UNRESOLVED(ret, "Signal 2 sender thread join failed"); in main()
290 UNRESOLVED(ret, "Worker thread join failed"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H A D6-1.c291 /* Now stop the threads and join them */ in main()
298 UNRESOLVED(ret, "Signal 1 sender thread join failed"); in main()
302 UNRESOLVED(ret, "Signal 2 sender thread join failed"); in main()
306 UNRESOLVED(ret, "Worker thread join failed"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c275 /* Now stop the threads and join them */ in main()
282 UNRESOLVED(ret, "Signal 1 sender thread join failed"); in main()
286 UNRESOLVED(ret, "Signal 2 sender thread join failed"); in main()
290 UNRESOLVED(ret, "Worker thread join failed"); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
H A Dstress.c140 /* Join the thread */ in threaded()
144 UNRESOLVED(ret, "Unable to join the child"); in threaded()
204 /* Then join */ in main()
209 UNRESOLVED(ret, "Failed to join a thread"); in main()
/third_party/mesa3d/src/util/
H A Dformat_srgb.py63 print(' '.join(['%.7ef,' % srgb_to_linear(i / 255.0) for i in range(j, j + 4)]))
70 print(' '.join(['%3u,' % int(srgb_to_linear(i / 255.0) * 255.0 + 0.5) for i in range(j, j + 16)]))
77 print(' '.join(['%3u,' % int(linear_to_srgb(i / 255.0) * 255.0 + 0.5) for i in range(j, j + 16)]))
129 print(' '.join(['0x%08x,' % valtable[i] for i in range(j, j + 4)]))
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dbash.rs120 cases.join("\n ") in all_subcommands()
157 subcmd_dets.join("\n ") in subcommand_details()
194 opts.join("\n ") in option_details_for_path()
207 .join(" ") in vals_for()
/third_party/python/Tools/c-analyzer/c_parser/
H A D__main__.py100 data += ', '.join(f.name for f in fields[:5])
103 data = f'{data}{indent}{", ".join(f.name for f in fields[:5])}'
114 data += ', '.join(names[:5])
117 data = f'{data}{indent}{", ".join(names[:5])}'
/third_party/python/Tools/clinic/
H A Dcpp.py36 return ''.join((
50 return " && ".join(condition for token, condition in self.stack)
58 print(" ", ' '.join(str(x) for x in a))
142 condition = ' '.join(fields[1:]).strip()
/third_party/python/Tools/scripts/
H A Dabitype.py30 return ''.join(res)
73 # join field, excluding separator and trailing ws
77 fields.append(''.join(t[1] for t in tokens[pos:end1+1]))
155 return '\n'.join(res)
H A Dgenerate_stdlib_module_names.py12 STDLIB_PATH = os.path.join(SRC_DIR, 'Lib')
13 MODULES_SETUP = os.path.join(SRC_DIR, 'Modules', 'Setup')
14 SETUP_PY = os.path.join(SRC_DIR, 'setup.py')
77 package_path = os.path.join(STDLIB_PATH, name)

Completed in 9 milliseconds

1...<<31323334353637383940>>...271