Home
last modified time | relevance | path

Searched refs:spawn (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dexpect.py7 self.spawn = spawn
14 spawn = self.spawn
45 spawn = self.spawn
47 spawn.before = spawn.buffer
48 spawn._buffer = spawn.buffer_type()
49 spawn._before = spawn.buffer_type()
66 spawn = self.spawn
68 spawn.before = spawn.buffer
85 spawn = self.spawn
86 spawn.before = spawn.buffer
[all …]
H A D_async.py10 previously_read = expecter.spawn.buffer
11 expecter.spawn._buffer = expecter.spawn.buffer_type()
12 expecter.spawn._before = expecter.spawn.buffer_type()
16 if not expecter.spawn.async_pw_transport:
21 expecter.spawn.async_pw_transport = pw, transport
23 pw, transport = expecter.spawn.async_pw_transport
54 spawn = self.expecter.spawn
55 s = spawn._decoder.decode(data)
56 spawn._log(s, 'read')
59 spawn._buffer.write(s)
[all …]
H A Drun.py5 from .pty_spawn import spawn
96 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env,
99 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile,
H A Dpxssh.py23 from pexpect import ExceptionPexpect, TIMEOUT, EOF, spawn
52 class pxssh (spawn):
123 spawn.__init__(self, None, timeout=timeout, maxread=maxread,
363 spawn._spawn(self, cmd)
H A Dreplwrap.py38 self.child = pexpect.spawn(cmd_or_spawn, echo=False, encoding='utf-8')
110 child = pexpect.spawn(command, ['--rcfile', bashrc], echo=False,
H A Dpty_spawn.py29 class spawn(SpawnBase): class
189 … super(spawn, self).__init__(timeout=timeout, maxread=maxread, searchwindowsize=searchwindowsize,
314 return ptyprocess.PtyProcess.spawn(args, **kwargs)
485 return super(spawn, self).read_nonblocking(size)
833 return spawn(*args, **kwargs)
H A D__init__.py75 from .pty_spawn import spawn, spawnu
/llvm-project-15.0.7/libcxx/utils/libcxx/sym_check/
H A Dextract.py12 import distutils.spawn
33 return distutils.spawn.find_executable('nm')
122 return distutils.spawn.find_executable('readelf')
197 return distutils.spawn.find_executable('dump')
H A Dutil.py11 import distutils.spawn
63 _cppfilt_exe = distutils.spawn.find_executable('c++filt')
/llvm-project-15.0.7/lldb/test/API/benchmarks/turnaround/
H A DTestCompileRunToBreakpointTurnaround.py47 self.child = pexpect.spawn(
92 self.child = pexpect.spawn('gdb --nx %s' % exe)
/llvm-project-15.0.7/lldb/test/API/benchmarks/expression/
H A DTestRepeatedExprs.py51 self.child = pexpect.spawn(
101 self.child = pexpect.spawn('gdb --nx %s' % exe)
H A DTestExpressionCmd.py49 self.child = pexpect.spawn(
/llvm-project-15.0.7/llvm/lib/Support/
H A DParallel.cpp161 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::detail::TaskGroup
195 TG.spawn([=, &Fn] { in parallelFor()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DParallel.h73 void spawn(std::function<void()> f);
113 TG.spawn([=, &Comp, &TG] { in parallel_quick_sort()
155 TG.spawn([=, &Transform, &Reduce, &Results] { in parallel_transform_reduce()
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/
H A DREADME.rst12 p = PtyProcessUnicode.spawn(['python'])
/llvm-project-15.0.7/lldb/test/API/benchmarks/frame_variable/
H A DTestFrameVariableResponse.py43 self.child = pexpect.spawn(
/llvm-project-15.0.7/llvm/utils/
H A Dupdate_cc_test_checks.py19 import distutils.spawn
170 if not distutils.spawn.find_executable(args.clang):
186 if not distutils.spawn.find_executable(args.opt):
/llvm-project-15.0.7/lldb/test/API/benchmarks/stepping/
H A DTestSteppingSpeed.py44 self.child = pexpect.spawn(
/llvm-project-15.0.7/lldb/test/API/benchmarks/startup/
H A DTestStartupDelays.py57 self.child = pexpect.spawn(
/llvm-project-15.0.7/clang-tools-extra/clangd/test/Inputs/background-index/
H A Ddefinition.jsonrpc.tmpl48 # when using the index, we spawn one task to read it, but not more.
/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dparallel_backend_tbb.h464 spawn(__task* __t) in spawn() function
466 tbb::task::spawn(*__t); in spawn()
595 spawn(__task* __t) in spawn() function
598 tbb::detail::d1::spawn(*__t, *_M_execute_data->context); in spawn()
1036 __self->spawn(__merge_task); in split_merging()
1150 __self->spawn(__right); in operator()
1243 __self->spawn(__right); in operator()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py52 self.child = pexpect.spawn(
/llvm-project-15.0.7/lldb/test/API/driver/batch_mode/
H A DTestBatchMode.py129 self.victim = pexpect.spawn('%s WAIT' % (exe))
/llvm-project-15.0.7/third-party/benchmark/
H A Dsetup.py96 self.spawn(bazel_argv)
/llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/
H A Darm64-basic-a64-undefined.txt1 # These spawn another process so they're rather expensive. Not many.

12