/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MessageChannel.h | 45 MessagePort* port1() const { return m_port1.get(); } function in class:WebCore::MessageChannel
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
mathjax.js | 49 channel_.port1.onmessage = function(evt) { 63 channel_.port1.postMessage({'cmd': cmd, 'id': callbackId, 'args': args});
|
api.js | 89 channel_.port1.close(); 96 channel_.port1.onmessage = function(event) { 126 channel_.port1.postMessage(JSON.stringify(message)); 279 channel_.port1.postMessage(JSON.stringify(message)); 331 channel_.port1.postMessage(JSON.stringify(message)); 357 channel_.port1.postMessage(JSON.stringify(message)); 414 channel_.port1.postMessage(JSON.stringify(message)); 534 channel_.port1.postMessage(JSON.stringify(message)); 571 channel_.port1.postMessage(JSON.stringify(msg));
|
/external/chromium_org/mojo/public/bindings/sample/ |
sample_service_unittests.cc | 268 mojo::ScopedMessagePipeHandle port0, port1; local 269 mojo::CreateMessagePipe(&port0, &port1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emu8000.h | 69 unsigned long port1; /* Port usually base+0 */ member in struct:snd_emu8000
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emu8000.h | 69 unsigned long port1; /* Port usually base+0 */ member in struct:snd_emu8000
|
/external/ipsec-tools/src/racoon/ |
sockmisc.c | 141 u_short port1, port2; local 162 port1 = ((struct sockaddr_in *)addr1)->sin_port; 164 if (!(port1 == IPSEC_PORT_ANY || 166 port1 == port2)) 175 port1 = ((struct sockaddr_in6 *)addr1)->sin6_port; 177 if (!(port1 == IPSEC_PORT_ANY || 179 port1 == port2)) 206 u_short port1, port2; local 227 port1 = ((struct sockaddr_in *)addr1)->sin_port; 229 if (port1 != port2 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
serial.h | 132 int port1; member in struct:serial_multiport_struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
serial.h | 132 int port1; member in struct:serial_multiport_struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
serial.h | 132 int port1; member in struct:serial_multiport_struct
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
WifiDisplaySource.cpp | 816 unsigned port0 = 0, port1 = 0; local 820 &port1) == 2 824 &port1) == 2) { 825 if (port0 == 0 || port0 > 65535 || port1 != 0) { [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
port_unittest.cc | 355 Port* port1 = CreateUdpPort(kLocalAddr1); local 357 TestConnectivity("udp", port1, "udp", port2, true, true, true, true); 360 Port* port1 = CreateUdpPort(kLocalAddr1); local 363 TestConnectivity("udp", port1, StunName(ntype), port2, 368 Port* port1 = CreateUdpPort(kLocalAddr1); local 370 TestConnectivity("udp", port1, RelayName(rtype, proto), port2, 375 Port* port1 = CreateStunPort(kLocalAddr1, &nat_socket_factory1_); local 377 TestConnectivity(StunName(ntype), port1, "udp", port2, local 382 Port* port1 = CreateStunPort(kLocalAddr1, &nat_socket_factory1_); local 385 TestConnectivity(StunName(ntype1), port1, StunName(ntype2), port2 local 1020 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local 1133 TCPPort* port1 = CreateTcpPort(kLocalAddr1); local 2134 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local 2206 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local [all...] |
/external/libpcap/ |
gencode.c | 4973 int port1, port2; local [all...] |