/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
FileChannelTest.java | 45 import java.nio.channels.Pipe; 119 private Pipe pipe; field in class:FileChannelTest 228 if (null != pipe) { 229 if (null != pipe.source()) { 231 pipe.source().close(); 236 if (null != pipe.sink()) { 238 pipe.sink().close(); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
G722EncTest.c | 353 APP_DPRINT("[G722TEST] - failure to open WRITE pipe\n"); 356 APP_DPRINT("[G722TEST] - opened WRITE pipe\n"); 360 APP_DPRINT("[G722TEST] - failure to open READ pipe\n"); 364 APP_DPRINT("[G722TEST] - opened READ pipe\n"); 460 /* Create a pipe used to queue data from the callback. */ 461 retval = pipe(IpBuf_Pipe); 463 APP_DPRINT( "Error:Fill Data Pipe failed to open\n"); 466 retval = pipe(OpBuf_Pipe); 468 APP_DPRINT( "Error:Empty Data Pipe failed to open\n"); 471 retval = pipe(Event_Pipe) [all...] |
/system/core/adb/ |
adb.c | 700 /* we create a PIPE that will be used to wait for the server's "OK" */ 701 /* message since the pipe handles must be inheritable, we use a */ 714 /* create pipe, and ensure its read handle isn't inheritable */ 780 // set up a pipe so the child can tell us when it is ready. 782 if (pipe(fd)) { 783 fprintf(stderr, "pipe failed in launch_server, errno: %d\n", errno); 793 // redirect stderr to the pipe
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
WBAmrDecTest.c | 614 /* Create a pipe used to queue data from the callback. */ 615 retval = pipe(IpBuf_Pipe); 617 APP_DPRINT( "Error:Fill Data Pipe failed to open\n"); 621 retval = pipe(OpBuf_Pipe); 623 APP_DPRINT( "Error:Empty Data Pipe failed to open\n"); 627 retval = pipe(Event_Pipe); 629 APP_DPRINT( "Error:Empty Event Pipe failed to open\n"); 745 printf("[AMRTEST] - failure to open WRITE pipe\n"); 748 printf("[AMRTEST] - opened WRITE pipe\n"); 752 printf("[AMRTEST] - failure to open READ pipe\n") [all...] |
/build/tools/releasetools/ |
common.py | 103 stdout=subprocess.PIPE) 127 p = Run(cmd, stdout=subprocess.PIPE) 157 p = Run(cmd, stdout=subprocess.PIPE) 226 p = Run(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
|
/development/host/windows/usb/api/ |
adb_api.h | 43 /// Endpoint is device control pipe.
46 /// Endpoint is isochronous r/w pipe.
49 /// Endpoint is a bulk r/w pipe.
52 /// Endpoint is an interrupt r/w pipe.
145 3. Endpoint object (also called a pipe) represents an endpoint on interface
|
/external/blktrace/ |
blkiomon.c | 71 int pipe; member in struct:output 244 if (binary.pipe && fflush(binary.fp)) 440 if (drvdata.pipe && fflush(drvdata.fp)) 537 out->pipe = 1; 542 out->pipe = 0;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_Utils.c | 343 * the component thread, command pipe, data pipe and LCML Pipe. 382 /* create the pipe used to send buffers to the thread */ 383 eError = pipe (pComponentPrivate->cmdDataPipe); 389 /* create the pipe used to send buffers to the thread */ 390 eError = pipe (pComponentPrivate->dataPipe); 396 /* create the pipe used to send commands to the thread */ 397 eError = pipe (pComponentPrivate->cmdPipe); 427 * de-init to close component thread, Command pipe, data pipe & LCML pipe [all...] |
/system/core/libacc/tests/ |
test.py | 36 proc = subprocess.Popen(["acc"] + args, stderr=subprocess.PIPE, stdout=subprocess.PIPE) 41 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE) 96 proc = subprocess.Popen(["adb", "shell", "/system/bin/acc"] + args, stdout=subprocess.PIPE)
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
iochannels.sgml | 87 is reading output from a command using via pipe, you may need to 128 creat(), pipe() and fileno() calls in the Microsoft C runtime. In 353 @G_IO_CHANNEL_ERROR_PIPE: Broken pipe.
|
fileutils.sgml | 106 @G_FILE_ERROR_PIPE: Broken pipe; there is no process reading from the 107 other end of a pipe. Every library function that returns this
|
/external/icu4c/test/perf/perldriver/ |
PerfFramework.pm | 260 open(PIPE, "$cmd|") or die "Can't run \"$cmd\""; 262 while (<PIPE>) { 265 close(PIPE) or die "Program failed: \"$cmd\"";
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
mac.py | 296 self._proc = subprocess.Popen(self._cmd, stdin=subprocess.PIPE, 297 stdout=subprocess.PIPE, 298 stderr=subprocess.PIPE,
|
/system/core/fastboot/ |
usb_osx.c | 212 ERR("could not get pipe properties\n"); 234 ERR("could not clear input pipe; result %d", kr); 243 ERR("could not clear output pipe; result %d", kr);
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_Utils.c | 492 * the component thread, command pipe, data pipe and LCML Pipe.
519 /* create the pipe used to send commands to the thread */
520 eError = pipe (pComponentPrivate->cmdPipe);
526 /* create the pipe used to send commands data to the thread */
527 eError = pipe (pComponentPrivate->nCmdDataPipe);
533 /*Create pipe to hold filled input buffers from APP to Component*/
534 eError = pipe(pComponentPrivate->nFilled_iPipe);
539 /*Create pipe to hold empty output buffers from APP to Component*/ [all...] |
OMX_VPP_CompThread.c | 89 * ComponentThread() thread polling for messages and data in pipe 231 "Error from Component Thread while processing Command Pipe.\n");
|
/external/dropbear/ |
svr-main.c | 268 if (pipe(childpipe) < 0) { 269 TRACE(("error creating child pipe"))
|
/external/opencore/oscl/oscl/config/linux/ |
osclconfig_io.h | 158 #define OsclPipe(x) pipe(x) 188 //broken pipe crashes.
|
/external/zlib/ |
minigzip.c | 13 * or in pipe mode. 108 * pipe), use the normal fread loop.
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEnc_Thread.c | 157 OMX_PRBUFFER2(pComponentPrivate->dbg, "filled_inpBuf_Q pipe is set\n"); 181 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
OMX_VPP_Utils.h | 401 /*The Pipe to send empty output buffers to component*/
403 /*The pipe for sending Filled Input buffers to component*/
|
/external/dbus/dbus/ |
dbus-sysdeps-unix.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
G726DecTest.c | 512 printf("[G726TEST] - failure to open WRITE pipe\n"); 515 printf("[G726TEST] - opened WRITE pipe\n"); 519 printf("[G726TEST] - failure to open READ pipe\n"); 523 printf("[G726TEST] - opened READ pipe\n"); 544 /* Create a pipe used to queue data from the callback. */ 545 retval = pipe(IpBuf_Pipe); 547 printf( "Error:Fill Data Pipe failed to open\n"); 551 retval = pipe(OpBuf_Pipe); 553 printf( "Error:Empty Data Pipe failed to open\n"); [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | 735 VIDENCTEST_DPRINT ("Error while closing data pipe\n"); 741 VIDENCTEST_DPRINT ("Error while closing data pipe\n"); 747 VIDENCTEST_DPRINT ("Error while closing data pipe\n"); 753 VIDENCTEST_DPRINT ("Error while closing data pipe\n"); 759 VIDENCTEST_DPRINT ("Error while closing data pipe\n"); 765 VIDENCTEST_DPRINT ("Error while closing data pipe\n"); [all...] |
/bionic/libc/include/ |
unistd.h | 120 extern int pipe(int *);
|