/system/core/rootdir/ |
ueventd.rc | 80 # CDMA radio interface MUX
|
/external/openssh/contrib/cygwin/ |
Makefile | 46 $(INSTALL) -m 644 $(srcdir)/PROTOCOL.mux $(DESTDIR)$(sshdocdir)/PROTOCOL.mux
|
/external/openssh/ |
ChangeLog | 140 [channels.c channels.h clientloop.c clientloop.h mux.c ssh.c] 175 setproctitle for a mux master that has been gracefully stopped; 193 bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg 303 [mux.c] 335 [clientloop.c mux.c readconf.c readconf.h ssh.c ssh_config.5] 342 [PROTOCOL.mux] 353 [PROTOCOL.mux clientloop.c clientloop.h mux.c] 445 [PROTOCOL.mux clientloop.c clientloop.h mux.c ssh.1 ssh.c [all...] |
clientloop.h | 72 #define SSHMUX_COMMAND_STOP 6 /* Disable mux but not conn */
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
dispatch.py | 42 from mod_pywebsocket import mux namespace 283 if mux.use_mux(request): 284 mux.start(request, self)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
dispatch.py | 42 from mod_pywebsocket import mux namespace 286 if mux.use_mux(request): 287 mux.start(request, self)
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/ |
hybi.py | 190 # We need to take care of mux extension here. Extensions that 191 # are placed before mux should be applied to logical channels. 217 # When there is mux extension, here, |processors| contain only 218 # prosessors for extensions placed after mux.
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasession_unittest.cc | 426 EXPECT_TRUE(acd->rtcp_mux()); // rtcp-mux defaults on 453 EXPECT_TRUE(acd->rtcp_mux()); // rtcp-mux defaults on 460 EXPECT_TRUE(vcd->rtcp_mux()); // rtcp-mux defaults on 561 EXPECT_TRUE(acd->rtcp_mux()); // rtcp-mux defaults on 569 EXPECT_TRUE(dcd->rtcp_mux()); // rtcp-mux defaults on 628 EXPECT_TRUE(acd->rtcp_mux()); // negotiated rtcp-mux 657 EXPECT_TRUE(acd->rtcp_mux()); // negotiated rtcp-mux 662 EXPECT_TRUE(vcd->rtcp_mux()); // negotiated rtcp-mux 690 EXPECT_TRUE(acd->rtcp_mux()); // negotiated rtcp-mux 695 EXPECT_TRUE(vcd->rtcp_mux()); // negotiated rtcp-mux [all...] |
/external/chromium_org/third_party/libwebp/webp/ |
format_constants.h | 68 // Mux related constants.
|
mux_types.h | 10 // Data-types common to the mux and demux libraries.
|
/external/kernel-headers/original/asm-mips/ |
ioctls.h | 84 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
|
/external/llvm/test/CodeGen/X86/ |
2008-02-18-TailMergingBug.ll | 54 %tmp4.mux = select i1 %tmp82, float* %tmp4, float* %tmp7 ; <float*> [#uses=1] 61 %iftmp.0.0.in = phi float* [ %tmp10, %bb103 ], [ %result, %bb26 ], [ %result, %bb40 ], [ %result, %bb50 ], [ %tmp4.mux, %bb80 ], [ %tmp4.mux787, %bb72 ] ; <float*> [#uses=1] 156 %tmp232.mux = select i1 %tmp312, float* %tmp232, float* %tmp235 ; <float*> [#uses=1] 163 %iftmp.14.0.in = phi float* [ %tmp238, %bb333 ], [ %tmp229, %bb280 ], [ %tmp229, %bb270 ], [ %tmp229, %bb256 ], [ %tmp232.mux, %bb310 ], [ %tmp232.mux794, %bb302 ] ; <float*> [#uses=1]
|
cmov.ll | 100 %.mux.i = select i1 %2, i8 %g_96.promoted.i, i8 0 ; <i8> [#uses=1] 108 %g_96.tmp.0.i = phi i8 [ %g_96.promoted.i, %bb.i.i ], [ %.mux.i, %func_4.exit.i ] ; <i8> [#uses=2]
|
/external/webp/include/webp/ |
format_constants.h | 68 // Mux related constants.
|
mux_types.h | 10 // Data-types common to the mux and demux libraries.
|
/frameworks/av/include/media/stagefright/ |
MediaMuxer.h | 35 // MediaMuxer is used to mux multiple tracks into a video. Currently, we only
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.h | 191 void set_rtcp_mux(bool mux) { rtcp_mux_ = mux; }
|
channel.cc | 268 // If we've negotiated RTCP mux, send RTCP over the RTP transport. 516 // We activated RTCP mux, close down the RTCP transport. 524 // CA_UPDATE, no RTCP mux info. 780 // set RTCP mux 807 // set RTCP mux [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 681 /* basic mux operation - can be optimized on several architectures */ 682 #define MUX(pred, true, false) ((pred) ? (true) : (false)) 685 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) 686 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) 694 MUX((x) + (y) >= (bound), (x) + (y) - (bound), (x) + (y)) 696 MUX(((int)(x)) - ((int)(y)) < 0, (x) - (y) + (bound), (x) - (y))
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
testsdpstrings.h | 109 "a=rtcp-mux\r\n" 134 "a=rtcp-mux\r\n"
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
session.cc | 660 // We need both a local and remote description to decide if we should mux. 670 // Ensure that this is the case, regardless of whether we are going to mux. 678 // If both sides agree to BUNDLE, mux all the specified contents onto the 700 // of enabling mux. 722 // If content is part of the mux group, then repoint its proxy at the 723 // transport object that we have chosen to mux onto. If the proxy 950 MaybeEnableMuxingSupport(); // Enable transport channel mux if supported. [all...] |
/external/llvm/test/CodeGen/Generic/ |
2006-03-01-dagcombineinfloop.ll | 65 %.mux = xor i32 %bothcond9.upgrd.3, 1 ; <i32> [#uses=1] 93 %retval.0 = phi i32 [ 1, %entry ], [ 1, %cond_next84 ], [ %.mux, %cond_true34 ], [ 0, %cond_next18 ], [ 0, %cond_next12 ], [ 0, %cond_true ] ; <i32> [#uses=1]
|
/hardware/qcom/media/mm-core/inc/ |
QOMX_CoreExtensions.h | 113 * For example, In recording scenario, MUX component can know the available 116 * the meta data. When the space limit reached in recording media, MUX component
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_port_if.c | 143 /* mux has not been set yet, use our default value. If it has been set, */
|
/external/chromium_org/remoting/protocol/ |
content_description.cc | 42 { ChannelConfig::TRANSPORT_MUX_STREAM, "mux-stream" },
|