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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/distutils/command/
config.py 271 self.spawn([exe])
bdist_rpm.py 380 self.spawn(rpm_cmd)
  /external/replicaisland/src/com/replica/replicaisland/
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/gdb/darwin-x86/lib/python2.7/distutils/command/
config.py 271 self.spawn([exe])
bdist_rpm.py 379 self.spawn(rpm_cmd)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 12 from distutils.spawn import find_executable, spawn
459 spawn(tar_cmd)
460 spawn(gzip_cmd)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
config.py 271 self.spawn([exe])
bdist_rpm.py 379 self.spawn(rpm_cmd)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 12 from distutils.spawn import find_executable, spawn
459 spawn(tar_cmd)
460 spawn(gzip_cmd)
  /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
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
459 spawn(tar_cmd)
460 spawn(gzip_cmd)
  /external/ImageMagick/MagickCore/
delegate.c 96 " <delegate decode=\"browse\" stealth=\"True\" spawn=\"True\" command=\"&quot;xdg-open&quot; http://www.imagemagick.org/; rm &quot;%i&quot;\"/>"
130 " <delegate encode=\"show\" spawn=\"True\" command=\"&quot;display&quot; -immutable -delay 0 -title &quot;%M&quot; &quot;%i&quot;\"/>"
134 " <delegate encode=\"win\" stealth=\"True\" spawn=\"True\" command=\"&quot;display&quot; -immutable -delay 0 -title &quot;%M&quot; &quot;%i&quot;\"/>"
    [all...]
  /external/autotest/client/common_lib/
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:.')
89 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
157 The run() function can often be used instead of creating a spawn instance.
158 For example, the following code uses spawn::
161 child = spawn('scp foo myname@host.example.com:.')
210 access the child spawn object or any other variable defined in run()
219 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env
262 class spawn (object): class in inherits:object
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_rpm.py 379 self.spawn(rpm_cmd)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_sdist.py 33 from distutils.spawn import find_executable
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 97 """ Pipe spawn """
176 """ File Pipe spawn """
235 def spawn(*argv, **kwargs): function
236 """ Spawn a process """
328 # Based on distutils.spawn.find_executable.
346 # the file exists, we have a shot at spawn working
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 97 """ Pipe spawn """
176 """ File Pipe spawn """
235 def spawn(*argv, **kwargs): function
236 """ Spawn a process """
328 # Based on distutils.spawn.find_executable.
346 # the file exists, we have a shot at spawn working
  /external/devlib/devlib/utils/
android.py 604 self._logcat = pexpect.spawn(logcat_cmd, logfile=self._logfile)
  /external/lisa/libs/utils/android/
system.py 98 # Actually spawn systrace
99 return pe.spawn(trace_cmd)
  /external/python/cpython3/Lib/distutils/command/
bdist_rpm.py 366 self.spawn(rpm_cmd)
config.py 266 self.spawn([exe])

Completed in 1237 milliseconds

1 2 3 4 5 6 7 8 91011>>