HomeSort by relevance Sort by last modified time
    Searched full:pipe (Results 376 - 400 of 834) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-addr2line.1 164 in a pipe to convert dynamically chosen addresses.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-addr2line.1 164 in a pipe to convert dynamically chosen addresses.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-addr2line.1 164 in a pipe to convert dynamically chosen addresses.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 58 * i.e. enum names separated by pipe (|) characters.
  /system/core/sh/
trap.c 68 "PIPE", "ALRM", "TERM",
  /system/core/toolbox/
dd.c 381 * If it's not a tape drive or a pipe, seek past the
629 /* If not a pipe or tape device, try to seek on it. */
643 * Read the data. If a pipe, read until satisfy the number of bytes
697 * If not a tape, try seeking on the file. Seeking on a pipe is
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 388 nRet = pipe (pComponentPrivate->dataPipe);
390 AACDEC_OMX_ERROR_EXIT(eError, OMX_ErrorInsufficientResources,"Pipe Creation Failed");
393 nRet = pipe (pComponentPrivate->cmdPipe);
395 AACDEC_OMX_ERROR_EXIT(eError, OMX_ErrorInsufficientResources,"Pipe Creation Failed");
398 nRet = pipe (pComponentPrivate->cmdDataPipe);
400 AACDEC_OMX_ERROR_EXIT(eError, OMX_ErrorInsufficientResources,"Pipe Creation Failed");
573 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error in Reading from the Data pipe\n", __LINE__);
586 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error in Reading from the Data pipe\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 404 nRet = pipe (pComponentPrivate->dataPipe);
407 "Pipe Creation Failed");
410 nRet = pipe (pComponentPrivate->cmdPipe);
413 "Pipe Creation Failed");
416 nRet = pipe (pComponentPrivate->cmdDataPipe);
419 "Pipe Creation Failed");
619 "Error while reading the command pipe");
630 "Error while reading the commandData pipe");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 373 /* create the pipe used to send buffers to the thread */
374 eError = pipe (pComponentPrivate->cmdDataPipe);
380 /* create the pipe used to send buffers to the thread */
381 eError = pipe (pComponentPrivate->dataPipe);
388 /* create the pipe used to send commands to the thread */
389 eError = pipe (pComponentPrivate->cmdPipe);
417 * de-init , to newfree Command pipe, data pipe & LCML pipe.
661 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error in Reading from the Data pipe\n", __LINE__)
    [all...]
  /dalvik/vm/jdwp/
JdwpAdb.c 217 if (pipe(netState->wakeFds) < 0) {
218 LOGE("pipe failed");
  /external/bison/data/
Makefile 134 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
138 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
  /external/bison/examples/
Makefile 134 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
138 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
  /external/bison/tests/
Makefile 123 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
127 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
  /external/bluetooth/glib/docs/reference/glib/tmpl/
glib-unused.sgml 930 <!-- ##### MACRO pipe ##### -->
932 Provided for UNIX emulation on Windows; see documentation for pipe()
  /external/icu4c/samples/ustring/
ustring.cpp 84 // However, if you pipe the output into a file and look at it with Notepad
582 // You can change this call to e.g. ucnv_open("UTF-8", &errorCode) if you pipe
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Component.h 161 /* Parameter specifying the pipe to use. */
167 OMX_HANDLETYPE hPipe; /**< The pipe handle*/
  /external/qemu/slirp/
misc.c 837 if (pipe(fd)<0) {
838 lprint("Error: pipe failed: %s\n", strerror(errno));
  /external/qemu/slirp-android/
misc.c 800 if (pipe(fd)<0) {
801 lprint("Error: pipe failed: %s\n", strerror(errno));
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 87 OMXDBG_PRINT(stderr, PRINT, 2, OMX_DBG_BASEMASK, "%d :: CLOSING PIPE \n",__LINE__);\
91 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Error while closing pipe\n",__LINE__);\
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 392 nRet = pipe (pComponentPrivate->dataPipe);
395 "Pipe Creation Failed");
398 nRet = pipe (pComponentPrivate->cmdPipe);
401 "Pipe Creation Failed");
404 nRet = pipe (pComponentPrivate->cmdDataPipe);
407 "Pipe Creation Failed");
572 G726DEC_DPRINT ("%d :: Error in Reading from the Data pipe\n", __LINE__);
578 G726DEC_DPRINT ("%d :: Error in Reading from the Data pipe\n", __LINE__);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
libiberty.h 415 /* Capture stderr to a pipe. The output can be read by
507 /* Return a stream for a pipe connected to the standard input of the
  /external/bluetooth/glib/po/
kn.po 861 msgid "Failed to create pipe for communicating with child process (%s)"
866 msgid "Failed to read from child pipe (%s)"
867 msgstr "child pipe (%s) ???? ???????? ??????"
955 msgid "Failed to read enough data from child pid pipe (%s)"
956 msgstr "child pid pipe (%s) ??? ??????? ???????????? ???????? ???????????"
    [all...]
  /external/dbus/bus/
dispatch.c     [all...]
  /external/strace/
strace.c 352 /* See if they want to pipe the output. */
366 fprintf(stderr,"output to a pipe not supported on android.\n");
    [all...]
  /dalvik/libcore/x-net/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 682 * (3) The pipe is used primarily as a means of cancelling a blocking select()
693 * another thread stuck in a select(), it will write a byte to the pipe, waking
695 * knows whether it's been woken up by the pipe. If so, it will consume the
698 * The pipe may seem like a bit of overhead, but it fits in nicely with the
737 if (pipe(data->fdsEmergency) == -1) {
901 // If we have been woken up by the emergency pipe, there must be a token in
928 // Write a byte to the emergency pipe, so a concurrent select() can return.
    [all...]

Completed in 535 milliseconds

<<11121314151617181920>>