/external/libvpx/examples/includes/geshi/geshi/ |
genero.php | 242 "PIPE",
|
/external/linux-tools-perf/ |
builtin-record.c | 460 if (forks && (pipe(child_ready_pipe) < 0 || pipe(go_pipe) < 0)) { 561 perror("unable to read pipe"); 579 perror("unable to read pipe");
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmLexer.h | 48 Pipe, PipePipe, Caret,
|
/external/llvm/lib/Target/CellSPU/ |
SPUHazardRecognizers.cpp | 113 // Assume that this instruction can be on the even pipe
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
PipelinedMsgParser.java | 315 // or we will close the pipe from 390 * Fix for issue 149: the logic wasn't always closing the internal socket pipe, 391 * causing the pipe reader thread to block indefinitely 444 * TCP Pipelining truncates content when other end of pipe is closed.
|
/external/openssh/regress/ |
Makefile | 27 broken-pipe \
|
/external/openssl/crypto/bio/ |
bio_err.c | 114 {ERR_REASON(BIO_R_BROKEN_PIPE) ,"broken pipe"},
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 80 #define pipe(fds) _pipe(fds, 4096, O_BINARY) macro 586 // different things to handle them. We'll test by writing to a pipe and 593 // Need to create a new pipe each time because ReadStuff() expects 595 ASSERT_EQ(pipe(files), 0);
|
/external/skia/samplecode/ |
TransitionView.cpp | 107 //SkDebugf("transition %x %d pipe:%d\n", this, result, fUsePipe);
|
/external/tremolo/Tremolo/ |
ivorbisfile.h | 73 /* If the FILE handle isn't seekable (eg, a pipe), only the current
|
/external/valgrind/main/include/ |
pub_tool_libcfile.h | 79 extern Int VG_(pipe) ( Int fd[2] );
|
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 72 --vgdb-prefix=<prefix> prefix for vgdb FIFOs [/tmp/vgdb-pipe]
|
/external/webkit/Source/WebCore/platform/network/android/ |
ResourceHandleAndroid.cpp | 111 // FIXME, need to check whether connection pipe is blocked.
|
/external/webkit/Tools/BuildSlaveSupport/ |
built-product-archive | 129 shell=True, stdout=subprocess.PIPE).communicate()[0].strip()
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
user.py | 124 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium.py | 230 stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None) 392 self._proc = subprocess.Popen(cmd, stdin=subprocess.PIPE, 393 stdout=subprocess.PIPE,
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
vms-code.c | 72 flexerror("pipe output not supported.");
|
/frameworks/base/core/java/android/app/ |
IBackupAgent.aidl | 106 * @param data Read-only pipe delivering the file content itself.
|
/frameworks/native/libs/gui/ |
BitTube.cpp | 54 ALOGE("BitTube: pipe creation failed (%s)", strerror(-mReceiveFd));
|
/gdk/headers/include/ |
unistd.h | 114 extern int pipe(int *);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.c | 743 APP_EPRINT("%d :: APP: - failure to open WRITE pipe\n",__LINE__); 746 APP_DPRINT("%d :: APP: - opened WRITE pipe\n",__LINE__); 750 APP_EPRINT("%d :: APP: - failure to open READ pipe\n",__LINE__); 754 APP_DPRINT("%d :: APP: - opened READ pipe\n",__LINE__); 757 /* Create a pipe used to queue data from the callback. */ 758 retval = pipe(IpBuf_Pipe); 761 APP_EPRINT("App: Error: Fill Data Pipe failed to open\n"); 765 retval = pipe(OpBuf_Pipe); 768 APP_EPRINT( "App: Error: Empty Data Pipe failed to open\n"); 772 retval = pipe(Event_Pipe) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Enc_Utils.c | 170 G722ENC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__); 206 G722ENC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__); 209 G722ENC_DPRINT ("%d :: Error while reading from the pipe\n",__LINE__); 530 the component thread, command pipe, data pipe and LCML Pipe 560 /* create the pipe used to send buffers to the thread */ 561 eError = pipe (pComponentPrivate->dataPipe); 568 /* create the pipe used to send commands to the thread */ 569 eError = pipe (pComponentPrivate->cmdPipe) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Dec_Utils.c | 360 * the component thread, command pipe and data pipe. 399 /* create the pipe used to send buffers to the thread */ 400 eError = pipe (pComponentPrivate->cmdDataPipe); 406 /* create the pipe used to send buffers to the thread */ 407 eError = pipe (pComponentPrivate->dataPipe); 413 /* create the pipe used to send commands to the thread */ 414 eError = pipe (pComponentPrivate->cmdPipe); 442 * de-init to close component thread, Command pipe, data pipe & LCML pipe [all...] |
/hardware/ti/wlan/wl1271/CUDK/configurationutility/ |
makefile | 57 ARMFLAGS = -fno-common -pipe
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
makefile | 59 ARMFLAGS = -fno-common -pipe
|