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

<<11121314151617181920>>

  /development/tools/emulator/system/camera/
QemuClient.h 22 * in the emulator via qemu pipe.
34 * Guest exchanges data with the emulator via queries sent over the qemu pipe.
196 * pipe.
211 /* Connects to the 'camera' service in the emulator via qemu pipe.
287 /* Qemu pipe handle. */
  /external/dnsmasq/src/
helper.c 19 /* This file has code to fork a helper process which recieves data via a pipe
27 not settable via the pipe, once the fork has taken place it is not alterable by the
59 /* create the pipe through which the main program sends us commands,
61 if (pipe(pipefd) == -1 || !fix_fd(pipefd[1]) || (pid = fork()) == -1)
117 /* we read zero bytes when pipe closed: this is our signal to exit */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 435 printf("[G729TEST] - failure to open WRITE pipe\n");
438 printf("[G729TEST] - opened WRITE pipe\n");
442 printf("[G729TEST] - failure to open READ pipe\n");
447 printf("[G729TEST] - opened READ pipe\n");
516 /* Create a pipe used to queue data from the callback. */
517 retval = pipe(IpBuf_Pipe);
519 APP_DPRINT( "Error:Fill Data Pipe failed to open\n");
524 retval = pipe(OpBuf_Pipe);
526 APP_DPRINT( "Error:Empty Data Pipe failed to open\n");
634 /* Create a pipe used to queue data from the callback. *
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 830 /* Create a pipe used to queue data from the callback. */
831 retval = pipe(IpBuf_Pipe);
833 fprintf(stderr, "Error:Fill Data Pipe failed to open\n");
836 /* Create a pipe used to queue data from the callback. */
837 retval = pipe(OvlyBuf_Pipe);
839 fprintf(stderr, "Error:Fill Data Pipe failed to open\n");
843 retval = pipe(OpRGBBuf_Pipe);
845 fprintf(stderr, "Error:Empty Data Pipe failed to open\n");
848 retval = pipe(OpYUVBuf_Pipe);
850 fprintf(stderr, "Error:Empty Data Pipe failed to open\n")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 506 printf("APP: - failure to open WRITE pipe\n");
509 APP_DPRINT("APP: - opened WRITE pipe\n");
513 printf("APP: - failure to open READ pipe\n");
517 APP_DPRINT("APP: - opened READ pipe\n");
520 /* Create a pipe used to queue data from the callback. */
521 retval = pipe(IpBuf_Pipe);
523 APP_DPRINT("Error:Fill Data Pipe failed to open\n");
527 retval = pipe(OpBuf_Pipe);
529 APP_DPRINT("Error:Empty Data Pipe failed to open\n");
532 retval = pipe(Event_Pipe)
    [all...]
  /external/chromium/base/
process_util_win.cc 332 // Set the bInheritHandle flag so pipe handles are inherited.
337 // Create the pipe for the child process's STDOUT.
339 NOTREACHED() << "Failed to create pipe";
347 // Ensure the read handle to the pipe for STDOUT is not inherited.
349 NOTREACHED() << "Failed to disabled pipe inheritance";
377 // Close our writing end of pipe now. Otherwise later read would not be able
381 // Read output from the child process's pipe for STDOUT
  /external/chromium/net/tools/dump_cache/
upgrade.cc 26 const wchar_t kPipePrefix[] = L"\\\\.\\pipe\\dump_cache_";
900 int CopyCache(const std::wstring& output_path, HANDLE pipe, bool copy_to_text) {
903 MasterSM master(output_path, pipe, copy_to_text);
917 base::win::ScopedHandle pipe(OpenServer(pipe_number));
918 if (!pipe.IsValid()) {
919 printf("Unable to open the server pipe\n");
923 SlaveSM slave(input_path, pipe);
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 29 #include "dbus-pipe.h"
69 * @param print_pid_pipe pipe to print daemon's pid to, or -1 for none
142 _dbus_verbose ("pid file or pipe write failed: %s\n",
217 * pipe (if non-NULL). Does nothing if pidfile and print_pid_pipe are both
221 * @param print_pid_pipe the pipe to write to or #NULL
254 _dbus_verbose ("writing our pid to pipe %"PRIuPTR"\n",
288 _dbus_verbose ("No pid pipe to write to\n");
  /external/llvm/lib/Target/PowerPC/
PPCSchedule440.td 36 // the simple integer (J-pipe) and
37 // load/store (L-pipe) pipelines
39 // the complex integer (I-pipe) pipeline
41 // the floating-point execution (F-pipe) pipeline
62 // lwarx/stwcx. is in the L pipe.
74 // For most I-pipe operations, the result is available at the end of
78 // J-pipe instructions, the result is available
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 50 0x01 Add pipe ops excluding load ops and SSE move ops
51 0x02 Multiply pipe ops excluding load ops and SSE move ops
52 0x04 Store pipe ops excluding load ops and SSE move ops
53 0x08 Add pipe load ops and SSE move ops
54 0x10 Multiply pipe load ops and SSE move ops
55 0x20 Store pipe load ops and SSE move ops
204 0x04 Load pipe error
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 228 /* pipe management */
557 /* Create a pipe used to queue data from the callback. */
558 retval = pipe(IpBuf_Pipe);
560 APP_DPRINT( "Error:Fill Data Pipe failed to open\n");
564 retval = pipe(OpBuf_Pipe);
566 APP_DPRINT( "Error:Empty Data Pipe failed to open\n");
569 retval = pipe(Event_Pipe);
571 APP_DPRINT( "%d %s Error: Empty Data Pipe failed to open\n",__LINE__, __FUNCTION__);
686 /* Create a pipe used to queue data from the callback. */
687 retval = pipe( IpBuf_Pipe)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 586 /* Create a pipe used to queue data from the callback. */
587 retval = pipe(IpBuf_Pipe);
589 APP_DPRINT( "Error:Fill Data Pipe failed to open\n");
593 retval = pipe(OpBuf_Pipe);
595 APP_DPRINT( "Error:Empty Data Pipe failed to open\n");
598 retval = pipe(Event_Pipe);
600 APP_DPRINT( "%d [WMADECTEST] Error: Empty Data Pipe failed to open\n",__LINE__);
717 /* Create a pipe used to queue data from the callback. */
718 retval = pipe(IpBuf_Pipe);
720 APP_DPRINT( "Error:Fill Data Pipe failed to open\n")
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 354 /* create the pipe used to maintain free output buffers*/
355 eError = pipe (pComponentPrivate->free_outBuf_Q);
361 /* create the pipe used to maintain filled input buffers*/
362 eError = pipe (pComponentPrivate->filled_inpBuf_Q);
368 /* create the pipe used to send commands to the thread */
369 eError = pipe (pComponentPrivate->nCmdPipe);
375 /* create the pipe used to send commands to the thread */
376 eError = pipe (pComponentPrivate->nCmdDataPipe);
411 * de-init to close component thread, Command pipe, data pipe & LCML pipe
    [all...]
  /external/dbus/bus/
main.c 66 _dbus_warn ("Unable to write to reload pipe.\n");
180 _dbus_warn ("Couldn't read from reload pipe.\n");
222 _dbus_warn ("Unable to create reload pipe: %s\n",
  /external/oprofile/events/ia64/itanium2/
events 37 event:0x00 counters:0,1,2,3 um:back_end_bubble minimum:5000 name:BACK_END_BUBBLE : Full pipe bubbles in main pipe
38 event:0x02 counters:0,1,2,3 um:be_exe_bubble minimum:5000 name:BE_EXE_BUBBLE : Full pipe bubbles in main pipe due to Execution unit stalls
39 event:0x04 counters:0,1,2,3 um:be_flush_bubble minimum:5000 name:BE_FLUSH_BUBBLE : Full pipe bubbles in main pipe due to flushes
40 event:0xca counters:0,1,2,3 um:be_l1d_fpu_bubble minimum:5000 name:BE_L1D_FPU_BUBBLE : Full pipe bubbles in main pipe due to FP or L1 dcache
43 event:0x01 counters:0,1,2,3 um:be_rse_bubble minimum:5000 name:BE_RSE_BUBBLE : Full pipe bubbles in main pipe due to RSE stall
    [all...]
  /external/qemu/docs/
CHAR-DEVICES.TXT 183 Essentially, a "charpipe" is a bi-directionnal communication pipe whose two
185 pipe, and this function will return the two endpoints to you:
191 When you write to one end of the pipe (with qemu_chr_write()), the charpipe will
  /external/v8/tools/
presubmit.py 46 from subprocess import PIPE
110 process = subprocess.Popen(command, stderr=subprocess.PIPE)
276 stdout=PIPE, cwd=path, shell=True)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 75 self._proc = subprocess.Popen(self._cmd, stdin=subprocess.PIPE,
76 stdout=subprocess.PIPE,
77 stderr=subprocess.PIPE,
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 170 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
202 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
205 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Error while reading from the pipe\n",__LINE__);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 166 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
175 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error while reading from the pipe\n",__LINE__);
195 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_ComponentThread.c 150 G711ENC_DPRINT("%d :: DATA pipe is set in Component Thread\n",__LINE__);
153 G711ENC_DPRINT("%d :: Error while reading from the pipe\n",__LINE__);
163 G711ENC_DPRINT("%d :: CMD pipe is set in Component Thread\n",__LINE__);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_ComponentThread.c 135 G726ENC_DPRINT("%d :: CMD pipe is set in Component Thread\n",__LINE__);
162 G726ENC_DPRINT("%d :: DATA pipe is set in Component Thread\n",__LINE__);
165 G726ENC_DPRINT("%d :: Error while reading from the pipe\n",__LINE__);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_ComponentThread.c 190 G729DEC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__);
193 G729DEC_DPRINT ("%d :: Error while reading from the pipe\n",__LINE__);
204 G729DEC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_ComponentThread.c 183 G729ENC_DPRINT("DATA pipe is set in Component Thread\n");
188 OMX_EPRINT("while reading from the pipe\n");
202 G729ENC_DPRINT("CMD pipe is set in Component Thread\n");
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_CompThread.c 183 OMX_PRCOMM2(pComponentPrivate->dbg, ":: DATA pipe is set in Component Thread\n");
186 OMX_ERROR2(pComponentPrivate->dbg, ":: Error while reading from the pipe\n");
195 OMX_PRCOMM2(pComponentPrivate->dbg, ":: CMD pipe is set in Component Thread\n");

Completed in 1887 milliseconds

<<11121314151617181920>>