/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
chromium_mac.py | 59 stdout=subprocess.PIPE).stdout.read())
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
vms-code.c | 72 flexerror("pipe output not supported.");
|
/frameworks/base/cmds/runtime/ |
SignalHandler.h | 117 // Pipe used to tell command processing thread when new commands.
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.c | 743 APP_EPRINT("%d :: APP: - failure to open WRITE pipe\n",__LINE__); 746 APP_DPRINT("%d :: APP: - opened WRITE pipe\n",__LINE__); 750 APP_EPRINT("%d :: APP: - failure to open READ pipe\n",__LINE__); 754 APP_DPRINT("%d :: APP: - opened READ pipe\n",__LINE__); 757 /* Create a pipe used to queue data from the callback. */ 758 retval = pipe(IpBuf_Pipe); 761 APP_EPRINT("App: Error: Fill Data Pipe failed to open\n"); 765 retval = pipe(OpBuf_Pipe); 768 APP_EPRINT( "App: Error: Empty Data Pipe failed to open\n"); 772 retval = pipe(Event_Pipe) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Enc_Utils.c | 170 G722ENC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__); 206 G722ENC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__); 209 G722ENC_DPRINT ("%d :: Error while reading from the pipe\n",__LINE__); 530 the component thread, command pipe, data pipe and LCML Pipe 560 /* create the pipe used to send buffers to the thread */ 561 eError = pipe (pComponentPrivate->dataPipe); 568 /* create the pipe used to send commands to the thread */ 569 eError = pipe (pComponentPrivate->cmdPipe) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Dec_Utils.c | 360 * the component thread, command pipe and data pipe. 399 /* create the pipe used to send buffers to the thread */ 400 eError = pipe (pComponentPrivate->cmdDataPipe); 406 /* create the pipe used to send buffers to the thread */ 407 eError = pipe (pComponentPrivate->dataPipe); 413 /* create the pipe used to send commands to the thread */ 414 eError = pipe (pComponentPrivate->cmdPipe); 442 * de-init to close component thread, Command pipe, data pipe & LCML pipe [all...] |
/hardware/ti/wlan/wl1271/CUDK/configurationutility/ |
makefile | 57 ARMFLAGS = -fno-common -pipe
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
makefile | 59 ARMFLAGS = -fno-common -pipe
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 116 extern int pipe(int *);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
unistd.h | 116 extern int pipe(int *);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
unistd.h | 116 extern int pipe(int *);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
unistd.h | 116 extern int pipe(int *);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
unistd.h | 120 extern int pipe(int *);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
unistd.h | 120 extern int pipe(int *);
|
/system/extras/tests/sdcard/ |
testcase.h | 45 enum Pipe {READ_FROM_CHILD = 0, WRITE_TO_PARENT, READ_FROM_PARENT, WRITE_TO_CHILD};
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/ |
makefile | 53 ARMFLAGS = -fno-common -pipe
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
makefile | 59 ARMFLAGS = -fno-common -pipe
|
/build/tools/dexpreopt/ |
dexpreopt.py | 122 em_stdin_r, em_stdin_w = posix.pipe() 123 em_stdout_r, em_stdout_w = posix.pipe() 145 stdin=subprocess.PIPE, 146 stdout=subprocess.PIPE, 147 stderr=subprocess.PIPE) 152 # if we called Popen() with stdin=subprocess.PIPE, etc. 303 # Prime the pipe; the emulator doesn't start without this.
|
/dalvik/libcore/x-net/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...] |
/build/tools/releasetools/ |
ota_from_target_files | 151 p = common.Run(["fs_config"], stdin=subprocess.PIPE, 152 stdout=subprocess.PIPE, stderr=subprocess.PIPE) 489 p = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/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));
|
/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...] |