/external/icu4c/test/intltest/ |
transtst.cpp | 92 PIPE =((UChar)0x007C), /*|*/ 551 append((UChar)PIPE). [all...] |
/external/kernel-headers/original/linux/ |
sched.h | 993 * cache last used pipe for splice [all...] |
/external/libpcap/ |
savefile.c | 1033 * on pipes. We want to be able to read from a pipe, so [all...] |
/external/srec/audio/AudioIn/UNIX/src/ |
audioin.c | 156 static int bClose = 1; /* audio pipe is closed */ [all...] |
/external/strace/strace/linux/ia64/ |
syscallent.h | [all...] |
/external/strace/ |
system.c | 592 { _PC_PIPE_BUF, "_PC_PIPE_BUF" }, /* size of a pipe */ [all...] |
/external/tcpdump/ |
print-smb.c | 380 if (strcmp((const char *)(data1 + 2), "\\PIPE\\LANMAN") == 0) { [all...] |
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
DumpRenderTree.mm | 513 signal(SIGPIPE, crashHandler); /* 13: write on a pipe with no reader */ [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant.conf | 66 # For Windows Named Pipe: This value can be used to set the security descriptor
|
ChangeLog | 265 commands if client program opens a named pipe and closes it 298 Named Pipe (CONFIG_CTRL_IFACE=named_pipe); this is now the default [all...] |
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
public_commands.h | 579 /* When this bit is set,the firmware will flush all Tx frames in the pipe and will not transmit them. */ [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | [all...] |
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_commands.h | 579 /* When this bit is set,the firmware will flush all Tx frames in the pipe and will not transmit them. */ [all...] |
/dalvik/libcore/luni/src/main/native/ |
org_apache_harmony_luni_platform_OSNetworkSystem.cpp | 120 #define SOCKERR_EPIPE -253 /* broken pipe */ 743 return "Broken pipe"; [all...] |
/external/bison/ |
config.log | [all...] |
config.status | 560 s,@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,;t t 600 s,@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,;t t [all...] |
/external/bison/src/ |
parse-gram.c | 120 PIPE = 300, 173 #define PIPE 300 [all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-18 | 918 the spawned process to the error report pipe. Patch by Hiroyuki 990 Bug 538119 ? glib's mainloop leaks a pipe to sub-processes [all...] |
/external/bluetooth/glib/glib/ |
gstrfuncs.c | 1265 case EPIPE: return "broken pipe"; [all...] |
/external/dropbear/libtommath/ |
bn.tex | 137 is included in the package}. Simply pipe mtest into test using 143 If you do not have a ``/dev/urandom'' style RNG source you will have to write your own PRNG and simply pipe that into [all...] |
/external/openssl/apps/ |
speed.c | [all...] |
/hardware/ril/libril/ |
ril.cpp | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
OMX_G711Enc_Utils.h | 177 G711ENC_DPRINT("%d :: CLOSING PIPE \n",__LINE__); \ 181 printf("%d :: Error while closing pipe\n",__LINE__); \ [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Decoder.c | 436 G722DEC_DPRINT("[G722 Component] - failure to open WRITE pipe\n"); 440 G722DEC_DPRINT("[G722 Component] - failure to open READ pipe\n"); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Encoder.c | 591 G722ENC_DPRINT("[G722 Component] - failure to open WRITE pipe\n"); 595 G722ENC_DPRINT("[G722 Component] - failure to open READ pipe\n"); [all...] |