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

<<11121314151617181920>>

  /external/v8/tools/
presubmit.py 208 process = subprocess.Popen(command, stderr=subprocess.PIPE)
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 71 * BackupService.doBackup() method. This may be a pipe rather than a file on
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 80 int pipe (int *);
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 80 int pipe (int *);
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 80 int pipe (int *);
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 80 int pipe (int *);
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 80 int pipe (int *);
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 80 int pipe (int *);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 38 * Internally, the processes are started in pipe mode to be able to query them
  /development/simulator/wrapsim/
Intercept.c 838 * Create a pipe. (Only needed for debugging an fd leak.)
840 int pipe(int filedes[2])
846 CALLTRACE("pipe(%p) -> %d,%d\n", filedes, filedes[0], filedes[1]);
  /external/dropbear/
svr-chansession.c 642 if (pipe(infds) != 0)
644 if (pipe(outfds) != 0)
646 if (pipe(errfds) != 0)
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 239 printf("[G722TEST] - failure to open WRITE pipe\n");
242 printf("[G722TEST] - opened WRITE pipe\n");
245 printf("[G722TEST] - failure to open READ pipe\n");
248 printf("[G722TEST] - opened READ pipe\n");
273 /* Create a pipe used to queue data from the callback. */
274 retval = pipe(IpBuf_Pipe);
276 printf( "Error:Fill In Buff Pipe failed to open\n");
280 retval = pipe(OpBuf_Pipe);
282 printf( "Error:Empty Out Buff Pipe failed to open\n");
286 retval = pipe(Event_Pipe)
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 639 * Pipe used to communicate back to the main thread from the component thread;
    [all...]
  /prebuilt/android-arm/gdbserver/
gdbserver 
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 350 /* create the pipe used to send buffers to the thread */
351 eError = pipe (pComponentPrivate->cmdDataPipe);
357 /* create the pipe used to send buffers to the thread */
358 eError = pipe (pComponentPrivate->dataPipe);
365 /* create the pipe used to send commands to the thread */
366 eError = pipe (pComponentPrivate->cmdPipe);
396 * de-init , to free Command pipe, data pipe & LCML pipe.
623 G711ENC_DPRINT("%d :: Error in Reading from the Data pipe\n", __LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 409 /* create the pipe used to send buffers to the thread */
410 eError = pipe (pComponentPrivate->cmdDataPipe);
416 /* create the pipe used to send buffers to the thread */
417 eError = pipe (pComponentPrivate->dataPipe);
424 /* create the pipe used to send commands to the thread */
425 eError = pipe (pComponentPrivate->cmdPipe);
455 * de-init , to free Command pipe, data pipe & LCML pipe.
661 G726ENC_DPRINT("%d :: Error in Reading from the Data pipe\n", __LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c 364 /* create the pipe used to send buffers to the thread */
365 eError = pipe (pComponentPrivate->cmdDataPipe);
372 /* create the pipe used to send buffers to the thread */
373 eError = pipe (pComponentPrivate->dataPipe);
381 /* create the pipe used to send commands to the thread */
382 eError = pipe (pComponentPrivate->cmdPipe);
414 * de-init , to free Command pipe, data pipe & LCML pipe.
656 G729ENC_EPRINT("in Reading from the Command pipe.\n")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 668 APP_IPRINT("[AMRTEST] - failure to open WRITE pipe\n");
671 APP_IPRINT("[AMRTEST] - opened WRITE pipe\n");
675 APP_IPRINT("[AMRTEST] - failure to open READ pipe\n");
679 APP_IPRINT("[AMRTEST] - opened READ pipe\n");
684 /* Create a pipe used to queue data from the callback. */
685 retval = pipe(IpBuf_Pipe);
687 APP_DPRINT("Error:Fill Data Pipe failed to open\n");
691 retval = pipe(OpBuf_Pipe);
693 APP_DPRINT("Error:Empty Data Pipe failed to open\n");
697 retval = pipe(Event_Pipe)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 652 APP_IPRINT("[AMRTEST] - failure to open WRITE pipe\n");
654 APP_IPRINT("[AMRTEST] - opened WRITE pipe\n");
658 APP_IPRINT("[AMRTEST] - failure to open READ pipe\n");
661 APP_IPRINT("[AMRTEST] - opened READ pipe\n");
666 /* Create a pipe used to queue data from the callback. */
667 retval = pipe(IpBuf_Pipe);
670 APP_DPRINT("Error:Fill Data Pipe failed to open\n");
674 retval = pipe(OpBuf_Pipe);
677 APP_DPRINT("Error:Empty Data Pipe failed to open\n");
681 retval = pipe(Event_Pipe)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /external/bluetooth/glib/po/
id.po 884 msgid "Failed to create pipe for communicating with child process (%s)"
886 "Gagal saat membuat pipe untuk sarana komunikasi dengan proses child (%s)"
890 msgid "Failed to read from child pipe (%s)"
891 msgstr "Gagal saat membaca dari pipe child (%s)"
978 msgid "Failed to read enough data from child pid pipe (%s)"
979 msgstr "Gagal saat membaca data yang dibutuhkan dai pipe pid child (%s)"
    [all...]
  /external/qemu/block/
raw-posix.c 500 /* read all bytes from signal pipe */
585 if (pipe(fds) == -1) {
586 fprintf(stderr, "failed to create pipe\n");
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
collect2 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/
collect2 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
collect2 

Completed in 363 milliseconds

<<11121314151617181920>>