Searched
full:pipe (Results
526 -
550 of
1632) sorted by null
<<21222324252627282930>>
/development/ndk/platforms/android-8/include/ |
unistd.h | 115 extern int pipe(int *);
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 585 pipe
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 578 pipe
|
/development/ndk/platforms/android-9/include/ |
unistd.h | 115 extern int pipe(int *);
|
/development/testrunner/ |
android_build.py | 64 config = subprocess.Popen(command, stdout=subprocess.PIPE,
|
/docs/source.android.com/scripts/ |
build.py | 28 p = subprocess.Popen(command, stdout = subprocess.PIPE, shell = True)
|
/external/chromium/base/ |
message_pump_glib.h | 126 // We use a wakeup pipe to make sure we'll get out of the glib polling phase
|
/external/chromium/net/tools/flip_server/ |
epoll_server.cc | 60 // Clears the pipe and returns. Used for waking the epoll server up. 67 // Read until the pipe is empty. 97 if (pipe(pipe_fds) < 0) { 105 << " in pipe(): " << strerror_r(saved_errno, buf, sizeof(buf));
|
/external/dbus/bus/ |
dispatch.c | 50 #define TEST_CONNECTION "debug-pipe:name=test-server" [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-wince-glue.h | 104 #define _S_IFIFO 0010000 /* pipe */
|
/external/e2fsprogs/misc/ |
e2image.8.in | 45 pipe. This restriction will hopefully be lifted in a future version of
|
/external/genext2fs/ |
genext2fs.8 | 134 p Fifo (named pipe)
|
/external/iproute2/include/linux/ |
if_arp.h | 92 #define ARPHRD_PHONET_PIPE 821 /* PhoNet pipe header */
|
/external/iproute2/tc/ |
m_gact.c | 82 } else if (matches(*argv, "pipe") == 0) {
|
m_mirred.c | 163 } else if (matches(*argv, "pipe") == 0) {
|
m_nat.c | 125 } else if (matches(*argv, "pipe") == 0) {
|
m_skbedit.c | 107 } else if (matches(*argv, "pipe") == 0) {
|
/external/kernel-headers/original/asm-generic/ |
errno.h | 59 #define ESTRPIPE 86 /* Streams pipe error */
|
/external/kernel-headers/original/asm-mips/ |
errno.h | 66 #define ESTRPIPE 92 /* Streams pipe error */
|
/external/kernel-headers/original/linux/ |
if_arp.h | 92 #define ARPHRD_PHONET_PIPE 821 /* PhoNet pipe header */
|
/external/libnfc-nxp/src/ |
phHciNfc_AdminMgmt.h | 83 * Admin Gate pipe
|
phHciNfc_IDMgmt.h | 154 * \param[in] pPipeInfo Update the pipe Information of the Identity
|
phHciNfc_NfcIPMgmt.h | 189 * The phHciNfc_Initiator_Get_PipeID function gives the pipe id of the NFCIP-1 218 * \param[in] pPipeInfo Update the pipe Information of the NFCIP-1 274 * The phHciNfc_Target_Get_PipeID function gives the pipe id of the NFCIP-1 303 * \param[in] pPipeInfo Update the pipe Information of the NFCIP-1
|
/external/libpng/scripts/ |
makefile.cegcc | 67 cd $(PACKAGE) && CPPFLAGS="$(CPPFLAGS) -DPNG_BUILD_DLL -DPNG_CONSOLE_IO_SUPPORTED -DPNG_NO_MMX_CODE -D_WIN32_WCE=0x0420" CFLAGS="$(CFLAGS) -mms-bitfields -O3 -pipe -fomit-frame-pointer" LDFLAGS="$(LDFLAGS) -Wl,--enable-auto-import -Wl,-s" ./configure --prefix=/opt/wince --host=arm-mingw32ce && make
|
/external/libvpx/examples/includes/geshi/contrib/ |
langcheck.php | 594 report_error(TYPE_WARNING, "Language file contains a regular expression with an unescaped match for a pipe character '|' which needs escaping as '<PIPE>' instead at \$language_data['REGEXPS'][$rk]!"); [all...] |
Completed in 377 milliseconds
<<21222324252627282930>>