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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dplatform.py373 Writing to the pipe is currently not supported.
377 pipe = None variable in class:_popen
388 self.pipe = open(tmpfile,'rb')
394 return self.pipe.read()
399 return self.pipe.readlines()
405 if self.pipe:
406 rc = self.pipe.close()
502 pipe = popen(cmd)
503 info = pipe.read()
504 if pipe
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dplatform.py373 Writing to the pipe is currently not supported.
377 pipe = None variable in class:_popen
388 self.pipe = open(tmpfile,'rb')
394 return self.pipe.read()
399 return self.pipe.readlines()
405 if self.pipe:
406 rc = self.pipe.close()
502 pipe = popen(cmd)
503 info = pipe.read()
504 if pipe
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dvx_core.h87 unsigned int references; /* an output pipe may be used for monitoring and/or playback */
88 struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/
117 struct vx_pipe *pipe, int count);
119 struct vx_pipe *pipe, int count);
305 struct vx_pipe *pipe, int count)
308 chip->ops->dma_write(chip, runtime, pipe, count);
312 struct vx_pipe *pipe, int count)
315 chip->ops->dma_read(chip, runtime, pipe, count);
304 vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) argument
311 vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dvx_core.h87 unsigned int references; /* an output pipe may be used for monitoring and/or playback */
88 struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/
117 struct vx_pipe *pipe, int count);
119 struct vx_pipe *pipe, int count);
305 struct vx_pipe *pipe, int count)
308 chip->ops->dma_write(chip, runtime, pipe, count);
312 struct vx_pipe *pipe, int count)
315 chip->ops->dma_read(chip, runtime, pipe, count);
304 vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) argument
311 vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) argument
/prebuilts/misc/common/jarjar/
H A Djarjar-1.4.jar ... .4_r1/s?defs= " () public static void pipe (java.io.InputStream, java.io.OutputStream ...
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
H A Djaxen-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 481 milliseconds