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

12

/external/libcxx/utils/not/
H A Dnot.py7 import distutils.spawn namespace
22 prog = distutils.spawn.find_executable(argv[0])
/external/ImageMagick/MagickCore/
H A Ddelegate.h41 spawn, member in struct:_DelegateInfo
H A Dvms.h761 #define lib$spawn LIB$SPAWN
/external/libcxx/utils/sym_check/sym_check/
H A Dextract.py5 import distutils.spawn namespace
21 return distutils.spawn.find_executable('nm')
104 return distutils.spawn.find_executable('readelf')
H A Dutil.py2 import distutils.spawn namespace
85 _cppfilt_exe = distutils.spawn.find_executable('c++filt')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
H A Dtest_pool.py34 def spawn(function, *args, **kwargs): function
37 gevent.greenlet.Greenlet.spawn.
79 spawn(put_object, bucket, name)
90 spawn(get_object, bucket, name)
134 self.thread = spawn(self.run)
223 spawn(read_big_object, s3, bucket, big_name, 20)
/external/autotest/client/bin/
H A Dprespawner.py16 # argv (as a tuple); see spawn() below. Once we receive these, start
55 def spawn(self, args, env_additions=None): member in class:Prespawner
75 Starts a thread to pre-spawn autotests.
96 Stops the pre-spawn thread gracefully.
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dposix_platform_backend.py5 import distutils.spawn namespace
90 return bool(distutils.spawn.find_executable(application))
103 application = distutils.spawn.find_executable(application)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
H A Dshell.py97 """ Pipe spawn """
176 """ File Pipe spawn """
235 def spawn(*argv, **kwargs): function
328 # Based on distutils.spawn.find_executable.
346 # the file exists, we have a shot at spawn working
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
H A Dshell.py97 """ Pipe spawn """
176 """ File Pipe spawn """
235 def spawn(*argv, **kwargs): function
328 # Based on distutils.spawn.find_executable.
346 # the file exists, we have a shot at spawn working
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
H A DSpawnShapeValue.java9 /** Encapsulate the formulas to spawn a particle on a shape.
27 public final Vector3 spawn(Vector3 vector, float percent){ method in class:SpawnShapeValue
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Dshell.py151 """ Pipe spawn """
254 """ File Pipe spawn """
321 def spawn(*argv, **kwargs): function
455 # Based on distutils.spawn.find_executable.
473 # the file exists, we have a shot at spawn working
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Dshell.py151 """ Pipe spawn """
254 """ File Pipe spawn """
321 def spawn(*argv, **kwargs): function
455 # Based on distutils.spawn.find_executable.
473 # the file exists, we have a shot at spawn working
/external/autotest/client/common_lib/
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:.')
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(comman
262 class spawn (object): class in inherits:object
[all...]
/external/chromium-trace/catapult/third_party/typ/typ/
H A Drunner.py90 spawn = 'spawn' variable in class:WinMultiprocessing
92 values = [ignore, importable, spawn]
114 self.win_multiprocessing = WinMultiprocessing.spawn
207 ignore, importable, spawn = WinMultiprocessing.values
229 assert wmp == spawn
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dplatformsettings.py29 import distutils.spawn namespace
86 return distutils.spawn.find_executable(executable,
/external/valgrind/coregrind/
H A Dm_libcproc.c465 /* Spawns a new child. Uses either spawn syscall or fork+execv combo. */
466 Int VG_(spawn) ( const HChar *filename, const HChar **argv ) function
561 pid = VG_(spawn)(argv[0], argv);
887 Prefer to use VG_(spawn)() over VG_(fork)() + VG_(execv)(). */
/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/mesa3d/include/GL/
H A Dvms_x_fix.h962 #define lib$spawn LIB$SPAWN
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.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/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/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/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 778 milliseconds

12