/development/simulator/app/ |
Android.mk | 27 Pipe.cpp \
|
/external/bluetooth/bluez/plugins/ |
hciops.c | 67 error("child_exit: unable to read child pid from pipe"); 84 error("unable to write to child pipe"); 372 if (pipe(child_pipe) < 0) { 374 error("pipe(): %s (%d)", strerror(errno), errno);
|
/external/bluetooth/glib/glib/ |
gpoll.h | 47 * from CreateFile, SOCKETs, nor pipe handles. (But you can use
|
gwin32.h | 60 * pipe: <io.h> (actually, _pipe())
|
/external/iproute2/tc/ |
m_skbedit.c | 96 } else if (matches(*argv, "pipe") == 0) {
|
/external/v8/tools/ |
run-valgrind.py | 48 process = subprocess.Popen(command, stderr=subprocess.PIPE)
|
/external/webkit/WebCore/WebCore.gyp/scripts/ |
action_maketokenizer.py | 89 p1 = subprocess.Popen(['flex', '-t', flexInput], stdout=subprocess.PIPE)
|
/hardware/ti/omap3/omx/ |
Android.mk | 16 TI_OMX_CFLAGS := -Wall -fpic -pipe -DSTATIC_TABLE -O0 -DOMAP_3430
|
/prebuilt/linux-x86/oprofile/arm/armv6/ |
events | 4 event:0x01 counters:0,1 um:zero minimum:500 name:CYCLES_IFU_MEM_STALL : cycles instruction fetch pipe is stalled
|
/prebuilt/linux-x86_64/oprofile/arm/armv6/ |
events | 4 event:0x01 counters:0,1 um:zero minimum:500 name:CYCLES_IFU_MEM_STALL : cycles instruction fetch pipe is stalled
|
/system/core/toolbox/ |
dd.h | 47 #define ISPIPE 0x02 /* pipe (not truncatable) */
|
/bionic/libc/include/sys/ |
_errdefs.h | 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" ) 122 __BIONIC_ERRDEF( ESTRPIPE , 86, "Streams pipe error" )
|
/external/dbus/dbus/ |
Makefile.am | 66 dbus-server-debug-pipe.c \ 67 dbus-server-debug-pipe.h \
|
/external/dnsmasq/src/ |
dnsmasq.c | 64 static void async_event(int pipe, time_t now); 272 /* Use a pipe to carry signals and other events back to the event loop 278 /* prime the pipe to load stuff first time. */ 300 /* pipe to carry errors back to original process. 753 /* error pipe, debug mode. */ 757 /* pipe is non-blocking and struct event_desc is smaller than 797 static void async_event(int pipe, time_t now) 803 if (read_write(pipe, (unsigned char *)&ev, sizeof(ev), 1)) [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Thread.c | 33 * functionality for the pipe - Buffer manager thread. 138 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
_errdefs.h | 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" ) 122 __BIONIC_ERRDEF( ESTRPIPE , 86, "Streams pipe error" )
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
_errdefs.h | 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" ) 122 __BIONIC_ERRDEF( ESTRPIPE , 86, "Streams pipe error" )
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
_errdefs.h | 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" ) 122 __BIONIC_ERRDEF( ESTRPIPE , 86, "Streams pipe error" )
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
_errdefs.h | 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" ) 122 __BIONIC_ERRDEF( ESTRPIPE , 86, "Streams pipe error" )
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
_errdefs.h | 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" ) 122 __BIONIC_ERRDEF( ESTRPIPE , 86, "Streams pipe error" )
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
_errdefs.h | 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" ) 122 __BIONIC_ERRDEF( ESTRPIPE , 86, "Streams pipe error" )
|
/system/core/libcutils/ |
abort_socket.c | 38 /* create pipe with non-blocking write, so that asocket_close() cannot 40 if (pipe(abort_fd))
|
/external/dbus/tools/ |
dbus-launch.c | 257 fprintf (stderr, "Failed to write data to pipe! %s\n", 815 if (pipe (bus_pid_to_launcher_pipe) < 0 || 816 pipe (bus_address_to_launcher_pipe) < 0 || 817 pipe (bus_pid_to_babysitter_pipe) < 0) 820 "Failed to create pipe: %s\n", 974 /* Read the pipe data, print, and exit */
|
/external/v8/src/ |
d8-posix.cc | 276 dup2(stdout_fds[kWriteFD], 1); // Dup pipe fd to stdout. 281 // them it went wrong. If it went well the pipe is closed. 487 if (pipe(exec_error_fds) != 0) { 488 return ThrowException(String::New("pipe syscall failed.")); 490 if (pipe(stdout_fds) != 0) { 491 return ThrowException(String::New("pipe syscall failed."));
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
OMX_VideoEncoder.c | [all...] |