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

1 2 3 45 6 7

  /external/lldb/test/pexpect-2.4/examples/
topip.py 178 p = pexpect.spawn('netstat -n -t')
  /external/lldb/tools/darwin-debug/
darwin-debug.cpp 17 // Although it uses posix_spawn(), it uses Darwin specific posix spawn
32 #include <spawn.h>
67 " darwin-debug -- posix spawn a process that is stopped at the entry point\n"
137 // Set the flags we just made into our posix spawn attributes
150 // the inferior process we will spawn, but there currently isn't. If there
332 // Now we posix spawn to exec this process into the inferior that we want
  /external/replicaisland/src/com/replica/replicaisland/
LaunchProjectileComponent.java 22 * A component that allows an object to spawn other objects and apply velocity to them at
148 GameObject object = factory.spawn(mObjectTypeToSpawn, x, y, flip);
164 // Center the projectile on the spawn point.
HitReactionComponent.java 137 GameObject object = factory.spawn(mSpawnOnDealHitObjectType, x,
159 // special case. If we're waiting for a hit type to spawn an event and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 14 from distutils.spawn import spawn namespace
874 def spawn(self, cmd): member in class:CCompiler
    [all...]
spawn.py 1 """distutils.spawn
3 Provides the 'spawn()' function, a front-end to various platform-
17 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
41 "don't know how to spawn programs on platform '%s'" % os.name
67 # spawn for NT requires a full path to the .exe
195 # the file exists, we have a shot at spawn working
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 14 from distutils.spawn import spawn namespace
874 def spawn(self, cmd): member in class:CCompiler
    [all...]
spawn.py 1 """distutils.spawn
3 Provides the 'spawn()' function, a front-end to various platform-
17 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
41 "don't know how to spawn programs on platform '%s'" % os.name
67 # spawn for NT requires a full path to the .exe
195 # the file exists, we have a shot at spawn working
  /external/bison/src/
output.c 28 #include <spawn-pipe.h>
  /external/chromium_org/build/android/pylib/utils/
emulator.py 280 avd_process = pexpect.spawn(avd_cmd_str)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 271 self.spawn([exe])
bdist_rpm.py 379 self.spawn(rpm_cmd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 12 from distutils.spawn import find_executable, spawn namespace
459 spawn(tar_cmd)
460 spawn(gzip_cmd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 271 self.spawn([exe])
bdist_rpm.py 379 self.spawn(rpm_cmd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 12 from distutils.spawn import find_executable, spawn namespace
459 spawn(tar_cmd)
460 spawn(gzip_cmd)
  /external/chromium_org/third_party/pexpect/
pexpect.py 13 run() and the class, spawn. The spawn class is more powerful. The run()
14 function is simpler than spawn, and is good for quickly calling program. When
22 The spawn class is the more powerful interface to the Pexpect system. You can
23 use this to spawn a child program then interact with it by sending input and
28 child = pexpect.spawn('scp foo user@example.com:.')
91 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
165 The run() function can often be used instead of creating a spawn instance.
166 For example, the following code uses spawn::
169 child = spawn('scp foo user@example.com:.'
277 class spawn(object): class in inherits:object
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 13 spawn. You can call the run() function to execute a command and return the
20 The more powerful interface is the spawn class. You can use this to spawn an
26 child = pexpect.spawn('scp foo myname@host.example.com:.')
90 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
158 The run() function can often be used instead of creating a spawn instance.
159 For example, the following code uses spawn::
162 child = spawn('scp foo myname@host.example.com:.')
211 access the child spawn object or any other variable defined in run()
220 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env
263 class spawn (object): class in inherits:object
    [all...]
  /external/chromium_org/tools/real_world_impact/
real_world_impact.py 24 from distutils.spawn import find_executable
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 61 # include <spawn.h>
    [all...]
  /external/chromium_org/third_party/webrtc/tools/rtcbot/
botmanager.js 9 // botmanager.js module allows a test to spawn bots that expose an RPC API
  /external/gtest/src/
gtest-death-test.cc 61 # include <spawn.h>
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 61 # include <spawn.h>
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 30 from distutils.spawn import find_executable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 30 from distutils.spawn import find_executable

Completed in 859 milliseconds

1 2 3 45 6 7