| /third_party/littlefs/scripts/ |
| H A D | changeprefix.py | 97 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 D | buildall.py | 29 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 D | try_perf.py | 79 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 D | ninja-build.vim | 41 [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 D | test-single-executable-application.js | 10 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 D | testcfg.py | 32 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 D | test-report-writereport.js | 53 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 D | ninja_syntax.py | 35 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 D | MSVSUserFile.py | 33 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 D | output_test.py | 23 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 D | utils.js | 13 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 D | ninja_syntax.py | 35 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 D | MSVSUserFile.py | 33 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 D | 3-3.c | 278 /* 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 D | 2-1.c | 252 /* 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 D | 8-1.c | 275 /* 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 D | 6-1.c | 291 /* 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 D | 5-1.c | 275 /* 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 D | stress.c | 140 /* 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 D | format_srgb.py | 63 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 D | bash.rs | 120 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__.py | 100 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 D | cpp.py | 36 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 D | abitype.py | 30 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 D | generate_stdlib_module_names.py | 12 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)
|