HomeSort by relevance Sort by last modified time
    Searched refs:spawn (Results 76 - 100 of 324) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Parallel.h 79 void spawn(std::function<void()> f);
136 TG.spawn([=, &Comp, &TG] {
153 // the number of spawn() calls. We'll create up to 1024 tasks here.
162 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); });
177 TG.spawn([=, &Fn] {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Parallel.h 79 void spawn(std::function<void()> f);
136 TG.spawn([=, &Comp, &TG] {
153 // the number of spawn() calls. We'll create up to 1024 tasks here.
162 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); });
177 TG.spawn([=, &Fn] {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Parallel.h 79 void spawn(std::function<void()> f);
136 TG.spawn([=, &Comp, &TG] {
153 // the number of spawn() calls. We'll create up to 1024 tasks here.
162 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); });
177 TG.spawn([=, &Fn] {
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
archive_util.py 13 from distutils.spawn import spawn
116 spawn(cmd, dry_run=dry_run)
147 spawn(["zip", zipoptions, zip_filename, base_dir],
bcppcompiler.py 113 self.spawn (["brcc32", "-fo", obj, src])
135 self.spawn ([self.cc] + compile_opts + pp_opts +
162 self.spawn ([self.lib] + lib_args)
256 # 'spawn()', so constructing the argument list is a bit
259 # because 'spawn()' would quote any filenames with spaces in
296 self.spawn ([self.linker] + ld_args)
389 self.spawn(pp_args)
unixccompiler.py 109 self.spawn(pp_args)
119 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
133 self.spawn(self.archiver +
144 self.spawn(self.ranlib + [output_filename])
208 self.spawn(linker + ld_args)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
archive_util.py 13 from distutils.spawn import spawn
116 spawn(cmd, dry_run=dry_run)
147 spawn(["zip", zipoptions, zip_filename, base_dir],
bcppcompiler.py 113 self.spawn (["brcc32", "-fo", obj, src])
135 self.spawn ([self.cc] + compile_opts + pp_opts +
162 self.spawn ([self.lib] + lib_args)
256 # 'spawn()', so constructing the argument list is a bit
259 # because 'spawn()' would quote any filenames with spaces in
296 self.spawn ([self.linker] + ld_args)
389 self.spawn(pp_args)
unixccompiler.py 109 self.spawn(pp_args)
119 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
133 self.spawn(self.archiver +
144 self.spawn(self.ranlib + [output_filename])
208 self.spawn(linker + ld_args)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 13 from distutils.spawn import spawn
116 spawn(cmd, dry_run=dry_run)
147 spawn(["zip", zipoptions, zip_filename, base_dir],
bcppcompiler.py 113 self.spawn (["brcc32", "-fo", obj, src])
135 self.spawn ([self.cc] + compile_opts + pp_opts +
162 self.spawn ([self.lib] + lib_args)
256 # 'spawn()', so constructing the argument list is a bit
259 # because 'spawn()' would quote any filenames with spaces in
296 self.spawn ([self.linker] + ld_args)
389 self.spawn(pp_args)
unixccompiler.py 109 self.spawn(pp_args)
119 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
133 self.spawn(self.archiver +
144 self.spawn(self.ranlib + [output_filename])
198 self.spawn(linker + ld_args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 13 from distutils.spawn import spawn
116 spawn(cmd, dry_run=dry_run)
147 spawn(["zip", zipoptions, zip_filename, base_dir],
bcppcompiler.py 113 self.spawn (["brcc32", "-fo", obj, src])
135 self.spawn ([self.cc] + compile_opts + pp_opts +
162 self.spawn ([self.lib] + lib_args)
256 # 'spawn()', so constructing the argument list is a bit
259 # because 'spawn()' would quote any filenames with spaces in
296 self.spawn ([self.linker] + ld_args)
389 self.spawn(pp_args)
unixccompiler.py 109 self.spawn(pp_args)
119 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
133 self.spawn(self.archiver +
144 self.spawn(self.ranlib + [output_filename])
198 self.spawn(linker + ld_args)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
bcppcompiler.py 113 self.spawn (["brcc32", "-fo", obj, src])
135 self.spawn ([self.cc] + compile_opts + pp_opts +
162 self.spawn ([self.lib] + lib_args)
256 # 'spawn()', so constructing the argument list is a bit
259 # because 'spawn()' would quote any filenames with spaces in
296 self.spawn ([self.linker] + ld_args)
389 self.spawn(pp_args)
unixccompiler.py 168 self.spawn(pp_args)
177 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
191 self.spawn(self.archiver +
202 self.spawn(self.ranlib + [output_filename])
256 self.spawn(linker + ld_args)
  /external/python/cpython2/Lib/distutils/
bcppcompiler.py 113 self.spawn (["brcc32", "-fo", obj, src])
135 self.spawn ([self.cc] + compile_opts + pp_opts +
162 self.spawn ([self.lib] + lib_args)
256 # 'spawn()', so constructing the argument list is a bit
259 # because 'spawn()' would quote any filenames with spaces in
296 self.spawn ([self.linker] + ld_args)
389 self.spawn(pp_args)
unixccompiler.py 111 self.spawn(pp_args)
121 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
135 self.spawn(self.archiver +
146 self.spawn(self.ranlib + [output_filename])
200 self.spawn(linker + ld_args)
  /external/python/cpython3/Lib/distutils/
bcppcompiler.py 113 self.spawn (["brcc32", "-fo", obj, src])
135 self.spawn ([self.cc] + compile_opts + pp_opts +
162 self.spawn ([self.lib] + lib_args)
256 # 'spawn()', so constructing the argument list is a bit
259 # because 'spawn()' would quote any filenames with spaces in
296 self.spawn ([self.linker] + ld_args)
388 self.spawn(pp_args)
unixccompiler.py 107 self.spawn(pp_args)
117 self.spawn(compiler_so + cc_args + [src, '-o', obj] +
131 self.spawn(self.archiver +
142 self.spawn(self.ranlib + [output_filename])
196 self.spawn(linker + ld_args)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_bdist_rpm.py 14 from distutils.spawn import find_executable
15 from distutils import spawn
  /external/autotest/client/site_tests/security_RootCA/
security_RootCA.py 63 child = pexpect.spawn('"%s" -N -d %s' % (NSSCERTUTIL, tmpdir))
73 nssmodutil = pexpect.spawn(cmd)
  /external/libcxx/utils/libcxx/sym_check/
util.py 11 import distutils.spawn
60 _cppfilt_exe = distutils.spawn.find_executable('c++filt')
  /external/libcxx/utils/
merge_archives.py 13 import distutils.spawn
108 ar_exe = distutils.spawn.find_executable('ar')

Completed in 297 milliseconds

1 2 34 5 6 7 8 91011>>