HomeSort by relevance Sort by last modified time
    Searched full:pipe (Results 626 - 650 of 1632) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
unistd.h 115 extern int pipe(int *);
  /sdk/emulator/opengl/
README 20 bytes sent to the host through a fast pipe mechanism.
  /system/core/adb/
framebuffer_service.c 61 if (pipe(fds) < 0) goto done;
  /system/extras/tests/sdcard/
testcase.h 45 enum Pipe {READ_FROM_CHILD = 0, WRITE_TO_PARENT, READ_FROM_PARENT, WRITE_TO_CHILD};
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java 23 import java.nio.channels.Pipe;
24 import java.nio.channels.Pipe.SinkChannel;
25 import java.nio.channels.Pipe.SourceChannel;
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c     [all...]
main.c 227 /* File descriptors for the jobs pipe. */
    [all...]
  /external/bison/lib/
Makefile 43 malloc.c obstack.c obstack.h pipe-safer.c quote.c quote.h \
95 am__DEPENDENCIES_1 = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
168 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
172 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo
385 include $(DEPDIR)/pipe-safer.Po
  /external/dropbear/
scp.c 183 pipe(reserved);
186 if (pipe(pin) < 0)
187 fatal("pipe: %s", strerror(errno));
188 if (pipe(pout) < 0)
189 fatal("pipe: %s", strerror(errno));
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 225 FileDescriptor[] pipeFds = Libcore.os.pipe();
234 logAndPrintError(newStderr, "Exception creating pipe", ex);
236 logAndPrintError(newStderr, "Exception creating pipe", ex);
787 * @param pipeFd null-ok; pipe for communication back to Zygote.
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 398 * the component thread, command pipe, data pipe and LCML Pipe.
435 /* create the pipe used to send buffers to the thread */
436 eError = pipe (pComponentPrivate->cmdDataPipe);
444 /* create the pipe used to send buffers to the thread */
445 eError = pipe (pComponentPrivate->dataPipe);
453 /* create the pipe used to send commands to the thread */
454 eError = pipe (pComponentPrivate->cmdPipe);
461 /* create the pipe used to send commands to the thread *
    [all...]
  /system/core/sh/
eval.c 137 if (pipe(fds))
510 error("Pipe call failed");
547 * we fork off a subprocess and get the output of the command via a pipe.
581 error("Pipe call failed");
841 error("Pipe call failed");
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 382 * the component thread, command pipe, data pipe and LCML Pipe.
416 /* create the pipe used to send buffers to the thread */
417 eError = pipe (pComponentPrivate->cmdDataPipe);
423 /* create the pipe used to send buffers to the thread */
424 eError = pipe (pComponentPrivate->dataPipe);
430 /* create the pipe used to send commands to the thread */
431 eError = pipe (pComponentPrivate->cmdPipe);
437 /* create the pipe used to send commands to the thread *
    [all...]
  /external/openssh/
session.c 459 if (pipe(pin) < 0) {
460 error("%s: pipe in: %.100s", __func__, strerror(errno));
463 if (pipe(pout) < 0) {
464 error("%s: pipe out: %.100s", __func__, strerror(errno));
469 if (pipe(perr) < 0) {
470 error("%s: pipe err: %.100s", __func__,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 615 /* Create a pipe used to queue data from the callback. */
616 retval = pipe(IpBuf_Pipe);
618 APP_DPRINT("Error:Fill Data Pipe failed to open\n");
622 retval = pipe(OpBuf_Pipe);
624 APP_DPRINT("Error:Empty Data Pipe failed to open\n");
628 retval = pipe(Event_Pipe);
630 APP_DPRINT( "Error:Empty Event Pipe failed to open\n");
847 APP_DPRINT("%d :: [G726E Component] - failure to open WRITE pipe\n",__LINE__);
850 APP_DPRINT("%d :: [G726E Component] - failure to open READ pipe\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 419 printf("[G729TEST] - failure to open WRITE pipe\n");
422 printf("[G729TEST] - opened WRITE pipe\n");
426 printf("[G729TEST] - failure to open READ pipe\n");
430 printf("[G729TEST] - opened READ pipe\n");
515 /* Create a pipe used to queue data from the callback. */
516 retval = pipe(IpBuf_Pipe);
518 APP_DPRINT("Error:Fill Data Pipe failed to open\n");
521 retval = pipe(OpBuf_Pipe);
523 APP_DPRINT("Error:Empty Data Pipe failed to open\n");
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 370 * the component thread, command pipe, data pipe and LCML Pipe.
404 /* create the pipe used to send buffers to the thread */
405 eError = pipe (pComponentPrivate->cmdDataPipe);
411 /* create the pipe used to send buffers to the thread */
412 eError = pipe (pComponentPrivate->dataPipe);
418 /* create the pipe used to send commands to the thread */
419 eError = pipe (pComponentPrivate->cmdPipe);
425 /* create the pipe used to send commands to the thread *
    [all...]
  /external/chromium/base/
message_loop_unittest.cc     [all...]
  /frameworks/base/services/input/
EventHub.cpp 220 result = pipe(wakeFds);
221 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
227 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
231 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
236 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
734 ALOGW("Received unexpected epoll event 0x%08x for wake read pipe.",
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 388 * the component thread, command pipe, data pipe and LCML Pipe.
422 /* create the pipe used to send buffers to the thread */
423 eError = pipe (pComponentPrivate->cmdDataPipe);
430 /* create the pipe used to send buffers to the thread */
431 eError = pipe (pComponentPrivate->dataPipe);
438 /* create the pipe used to send commands to the thread */
439 eError = pipe (pComponentPrivate->cmdPipe);
475 * de-init to close component thread, Command pipe, data pipe & LCML pipe
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 165 G722DEC_DPRINT (":: DATA pipe is set in Component Thread\n");
168 G722DEC_DPRINT (":: Error while reading from the pipe\n");
177 G722DEC_DPRINT (":: CMD pipe is set in Component Thread\n");
505 nRet = pipe (pComponentPrivate->dataPipe);
508 "Pipe Creation Failed");
511 nRet = pipe (pComponentPrivate->cmdPipe);
514 "Pipe Creation Failed");
517 nRet = pipe (pComponentPrivate->cmdDataPipe);
520 "Pipe Creation Failed");
523 nRet = pipe (pComponentPrivate->lcml_Pipe)
    [all...]
  /development/scripts/
stack 160 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 144 /* Parameter specifying the pipe to use. */
150 OMX_HANDLETYPE hPipe; /**< The pipe handle*/
  /external/bison/build-aux/
Makefile 124 LIBOBJS = dirname$U.o exitfail$U.o hard-locale$U.o hash$U.o quote$U.o quotearg$U.o fopen-safer$U.o dup-safer$U.o fd-safer$U.o pipe-safer$U.o xmalloc$U.o
128 LTLIBOBJS = dirname$U.lo exitfail$U.lo hard-locale$U.lo hash$U.lo quote$U.lo quotearg$U.lo fopen-safer$U.lo dup-safer$U.lo fd-safer$U.lo pipe-safer$U.lo xmalloc$U.lo

Completed in 804 milliseconds

<<21222324252627282930>>