/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/sdk/emulator/tests/ |
test-qemud-pipes.c | 63 printf("Starting pipe test server on local port %d\n", port);
|
/system/core/adb/ |
usb_windows.c | 43 /// Handle to USB read pipe (endpoint) 46 /// Handle to USB write pipe (endpoint) 209 // Open read pipe (endpoint) 215 // Open write pipe (endpoint)
|
/system/core/toolbox/ |
kill.c | 21 _SIG(PIPE),
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
FileChannelTest.java | 39 import java.nio.channels.Pipe; 103 private Pipe pipe; field in class:FileChannelTest 212 if (null != pipe) { 213 if (null != pipe.source()) { 215 pipe.source().close(); 220 if (null != pipe.sink()) { 222 pipe.sink().close(); [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_Generic.c | 915 /* Get the Pipe ID from the HCP Header */ [all...] |
/development/tools/emulator/system/libqemu/ |
test_host_1.c | 188 printf("Starting pipe test server on unix path: %s\n", path); 191 printf("Starting pipe test server on local port %d\n", port);
|
/device/moto/stingray/ril/ |
libbabysit.so | |
libmoto_qmi_ril.so | |
/external/bison/src/ |
parse-gram.h | 85 PIPE = 300, 138 #define PIPE 300
|
/external/chromium/base/ |
message_pump_libevent.h | 135 // Unix pipe used to implement ScheduleWork() 136 // ... callback; called by libevent inside Run() when pipe is ready to read
|
/external/chromium/chrome/browser/ |
process_info_snapshot_mac_unittest.cc | 99 // Create a pipe to be able to read top's output. 101 PCHECK(pipe(fds) == 0);
|
/external/chromium/net/test/ |
test_server.h | 183 // The pipe file handle we read from. 186 // The pipe file handle the child and we write to.
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.cc | 320 // 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. 451 // straightforward fork, with a simple pipe to transmit the status byte. 459 GTEST_DEATH_TEST_CHECK(pipe(pipe_fd) != -1); 543 int close_fd; // File descriptor to close; the read end of a pipe 606 GTEST_DEATH_TEST_CHECK(pipe(pipe_fd) != -1); 607 // Clear the close-on-exec flag on the write end of the pipe, lest
|
/external/chromium/third_party/libevent/test/ |
bench.c | 170 if (pipe(cp) == -1) { 174 perror("pipe");
|