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

/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dposix_platform_backend.py5 import distutils.spawn namespace
60 return bool(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/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 349 milliseconds