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

1 2 3 4 56 7 8 91011>>

  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /bionic/libc/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 270 // severity. On Windows, the message is read from a pipe handle. On other
353 // test child process via a pipe, interprets it to set the outcome_
371 // Descriptor to the read end of the pipe to the child process. It is
373 // pipe in write_fd_.
375 // Descriptor to the child's write end of the pipe to the parent process.
377 // pipe in read_fd_.
382 // test child process via a pipe, interprets it to set the outcome_
390 // failure of the death test) or until the pipe is closed (signifying
432 // it finds any data in our pipe. So, here we write a single flag byte
433 // to the pipe, then exit
    [all...]
  /external/dbus/dbus/
Android.mk 33 dbus-pipe.c \
34 dbus-pipe-unix.c \
dbus-server-debug-pipe.h 2 /* dbus-server-debug-pipe.h In-proc debug server implementation
  /external/e2fsprogs/lib/
fpopen.c 90 * Get the pipe
92 if (pipe(fds) < 0)
  /external/gtest/src/
gtest-death-test.cc 270 // severity. On Windows, the message is read from a pipe handle. On other
353 // test child process via a pipe, interprets it to set the outcome_
371 // Descriptor to the read end of the pipe to the child process. It is
373 // pipe in write_fd_.
375 // Descriptor to the child's write end of the pipe to the parent process.
377 // pipe in read_fd_.
382 // test child process via a pipe, interprets it to set the outcome_
390 // failure of the death test) or until the pipe is closed (signifying
432 // it finds any data in our pipe. So, here we write a single flag byte
433 // to the pipe, then exit
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 270 // severity. On Windows, the message is read from a pipe handle. On other
353 // test child process via a pipe, interprets it to set the outcome_
371 // Descriptor to the read end of the pipe to the child process. It is
373 // pipe in write_fd_.
375 // Descriptor to the child's write end of the pipe to the parent process.
377 // pipe in read_fd_.
382 // test child process via a pipe, interprets it to set the outcome_
390 // failure of the death test) or until the pipe is closed (signifying
432 // it finds any data in our pipe. So, here we write a single flag byte
433 // to the pipe, then exit
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 257 // severity. On Windows, the message is read from a pipe handle. On other
340 // test child process via a pipe, interprets it to set the outcome_
358 // Descriptor to the read end of the pipe to the child process. It is
360 // pipe in write_fd_.
362 // Descriptor to the child's write end of the pipe to the parent process.
364 // pipe in read_fd_.
369 // test child process via a pipe, interprets it to set the outcome_
377 // failure of the death test) or until the pipe is closed (signifying
416 // it finds any data in our pipe. So, here we write a single flag byte
417 // to the pipe, then exit
    [all...]
  /external/webkit/Tools/BuildSlaveSupport/gtk/
daemontools-buildbot.conf 83 env_CFLAGS="-pipe"
84 env_CXXFLAGS="-pipe"
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 75 * The wakeup pipe. To trigger a wakeup, write a byte to wakeupOut. Each
87 * Create a pipes to trigger wakeup. We can't use a NIO pipe because it
89 * configure the pipe so we can fully drain it without blocking.
92 FileDescriptor[] pipeFds = Libcore.os.pipe();
207 int i = 1; // Our wakeup pipe comes before all the user's fds.
224 // We need one slot for each element of mutableKeys, plus one for the wakeup pipe.
235 // Read bytes from the wakeup pipe until the pipe is empty.
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 50 __BIONIC_SIGDEF(PIPE,13,"Broken pipe")
  /sdk/monkeyrunner/scripts/
monkey_playback.py 21 # parts with a | character. Text to the left of the pipe denotes
22 # which command to run. The text to the right of the pipe is a python
  /sdk/emulator/opengl/
DESIGN 37 through a high-speed communication channel called a "QEMU Pipe".
39 For now, all you need to know is that the pipe is implemented with a
55 | QEMU PIPE |
121 | QEMU PIPE |
178 named pipe between these two. A shared memory segment with appropriate
216 - The QEMU Pipe kernel driver is under $KERNEL/drivers/misc/qemupipe
224 $QEMU/hw/goldfish_pipe.c -> implement QEMU pipe virtual hardware
226 $QEMU/hw/hw-pipe-net.c -> implements the communication channel
227 between the QEMU Pipe and the renderer library
331 $EMUGL/system/OpenglSystemCommon/QemuPipeStream.cpp -> uses QEMU pipe from the gues
    [all...]
  /external/bluetooth/glib/tests/
mainloop-test.c 13 #include <fcntl.h> /* For _O_BINARY used by pipe() macro */
15 #define pipe(fds) _pipe(fds, 4096, _O_BINARY) macro
200 if (pipe(fds) < 0)
202 g_warning ("Cannot create pipe %s\n", g_strerror (errno));
  /external/checkpolicy/
Android.mk 13 -pipe -fno-strict-aliasing \
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 38 readelf_pipe = subprocess.Popen([readelf, "-l", path], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
71 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  /external/dropbear/
common-chansession.c 36 {SIGPIPE, "PIPE"},

Completed in 524 milliseconds

1 2 3 4 56 7 8 91011>>