Searched defs:spawn (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dposix_platform_backend.py5 import distutils.spawn namespace
72 return bool(distutils.spawn.find_executable(application))
85 application = distutils.spawn.find_executable(application)
/external/chromium_org/third_party/pexpect/
H A Dpexpect.py13 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('sc
277 class spawn(object): class in inherits:object
[all...]
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py13 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(comman
263 class spawn (object): class in inherits:object
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java384 public GameObject spawn(GameObjectType type, float x, float y, boolean horzFlip) { method in class:GameObjectFactory
575 // Walk the world and spawn objects based on tile indexes.
587 GameObject object = spawn(type, worldX, worldY, false);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h962 #define lib$spawn LIB$SPAWN
/external/mesa3d/include/GL/
H A Dvms_x_fix.h962 #define lib$spawn LIB$SPAWN
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1108 milliseconds