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

1 2 34 5 6 7

  /external/chromium_org/build/android/pylib/gtest/
test_package_exe.py 129 return pexpect.spawn(args[0], args[1:], logfile=sys.stdout)
  /external/lldb/test/functionalities/completion/
TestCompletion.py 170 self.child = pexpect.spawn('%s %s' % (self.lldbHere, self.lldbOption))
  /external/lldb/test/pexpect-2.4/examples/
chess.py 17 self.child = pexpect.spawn (engine)
chess2.py 15 self.child = pexpect.spawn (engine)
chess3.py 17 self.child = pexpect.spawn (engine)
monitor.py 79 child = pexpect.spawn('ssh -l %s %s'%(user, host))
  /external/lldb/utils/test/
disasm.py 35 gdb = pexpect.spawn(('gdb %s' % gdb_options) if gdb_options else 'gdb')
118 #mc = pexpect.spawn('%s -disassemble %s disasm-input.txt' % (mc, mc_options))
  /external/replicaisland/src/com/replica/replicaisland/
LauncherComponent.java 126 GameObject effect = factory.spawn(mLaunchEffect,
LifetimeComponent.java 145 GameObject object = factory.spawn(mSpawnOnDeathType, parentObject.getPosition().x,
TheSourceComponent.java 106 factory.spawn(GameObjectFactory.GameObjectType.EXPLOSION_GIANT,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 11 from distutils.spawn import find_executable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 13 __all__ = ["openpty","fork","spawn"]
161 def spawn(argv, master_read=_read, stdin_read=_read): function
shutil.py 405 from distutils.spawn import spawn namespace
407 spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 11 from distutils.spawn import find_executable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 13 __all__ = ["openpty","fork","spawn"]
161 def spawn(argv, master_read=_read, stdin_read=_read): function
shutil.py 405 from distutils.spawn import spawn namespace
407 spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run)
  /external/chromium_org/third_party/webrtc/tools/rtcbot/
test.js 11 // spawn bots.
  /external/bison/lib/
gnulib.mk 24 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext git-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
    [all...]
spawn-pipe.c 22 #include "spawn-pipe.h"
47 # include <spawn.h>
spawni.c 1 /* Guts of POSIX spawn interface. Generic POSIX.1 version.
21 #include <spawn.h>
136 /* Spawn a new process executing PATH with the attributes describes in *ATTRP.
  /external/bison/
Android.mk 82 lib/spawn-pipe.c \
  /ndk/sources/host-tools/make-3.81/
vmsjobs.c 210 Spawn a process executing the command in ARGV and return its pid. */
464 lib$spawn, or the command contains a newline, or if redirection
589 LIB$SPAWN [command-string]
602 * The problem starts with the synchronous case where after lib$spawn is
605 * the spawning nor to the spawned one. Hence the caller needs to spawn
614 * One more: At the time of LIB$SPAWN signals are blocked. SIGQUIT will
620 * Prior to the spawn it is checked if an AST is already set up for
628 * After the spawn (now /nowait) a sys$waitfr simulates the /wait and
640 status = lib$spawn (&cmddsc, /* cmd-string */
656 status = lib$spawn (&cmddsc
    [all...]
  /external/chromium_org/build/android/
install_emulator_deps.py 215 update_process = pexpect.spawn(update_command_str)
lighttpd_server.py 96 self.process = pexpect.spawn(self.lighttpd_path,
  /external/chromium_org/third_party/protobuf/python/
setup.py 24 from distutils.spawn import find_executable

Completed in 732 milliseconds

1 2 34 5 6 7