HomeSort by relevance Sort by last modified time
    Searched defs:port1 (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessageChannel.h 50 MessagePort* port1() const { return m_port1.get(); } function in class:blink::FINAL
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax.js 38 channel_.port1.onmessage = function(evt) {
52 channel_.port1.postMessage({'cmd': cmd, 'id': callbackId, 'args': args});
  /bionic/libc/kernel/uapi/linux/
serial.h 81 int port1; member in struct:serial_multiport_struct
  /development/ndk/platforms/android-L/include/linux/
serial.h 81 int port1; member in struct:serial_multiport_struct
  /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...]
  /external/kernel-headers/original/uapi/linux/
serial.h 80 int port1; member in struct:serial_multiport_struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
serial.h 81 int port1; member in struct:serial_multiport_struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
serial.h 81 int port1; member in struct:serial_multiport_struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
serial.h 81 int port1; member in struct:serial_multiport_struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
serial.h 81 int port1; member in struct:serial_multiport_struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
serial.h 81 int port1; member in struct:serial_multiport_struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
serial.h 81 int port1; member in struct:serial_multiport_struct
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 77 channel_.port1.close();
84 channel_.port1.onmessage = function(event) {
114 channel_.port1.postMessage(JSON.stringify(message));
267 channel_.port1.postMessage(JSON.stringify(message));
319 channel_.port1.postMessage(JSON.stringify(message));
345 channel_.port1.postMessage(JSON.stringify(message));
402 channel_.port1.postMessage(JSON.stringify(message));
522 channel_.port1.postMessage(JSON.stringify(message));
559 channel_.port1.postMessage(JSON.stringify(msg));
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
serial.h 158 int port1; member in struct:serial_multiport_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
serial.h 158 int port1; member in struct:serial_multiport_struct
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port_unittest.cc 370 Port* port1 = CreateUdpPort(kLocalAddr1); local
372 TestConnectivity("udp", port1, "udp", port2, true, true, true, true);
375 Port* port1 = CreateUdpPort(kLocalAddr1); local
378 TestConnectivity("udp", port1, StunName(ntype), port2,
383 Port* port1 = CreateUdpPort(kLocalAddr1); local
385 TestConnectivity("udp", port1, RelayName(rtype, proto), port2,
390 Port* port1 = CreateStunPort(kLocalAddr1, &nat_socket_factory1_); local
392 TestConnectivity(StunName(ntype), port1, "udp", port2, local
397 Port* port1 = CreateStunPort(kLocalAddr1, &nat_socket_factory1_); local
400 TestConnectivity(StunName(ntype1), port1, StunName(ntype2), port2 local
1083 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local
1196 TCPPort* port1 = CreateTcpPort(kLocalAddr1); local
2307 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local
2376 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local
2469 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local
2495 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local
    [all...]
  /external/libpcap/
gencode.c 6036 int port1, port2; local
    [all...]

Completed in 392 milliseconds