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

  /external/webkit/Source/WebCore/dom/
MessageChannel.h 44 MessagePort* port1() const { return m_port1.get(); } function in class:WebCore::MessageChannel
  /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...]
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 160 MessagePort* port1 = static_cast<MessagePort*>(object); local
161 if (port1->isEntangled() || port1->hasPendingActivity())
460 MessagePort* port1 = static_cast<MessagePort*>(object); local
464 if ((!wrapper.IsWeak() && !wrapper.IsNearDeath()) || port1->hasPendingActivity())
465 wrapper.MakeWeak(port1, &DOMDataStore::weakActiveDOMObjectCallback);
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 697 unsigned port0, port1; local
701 &port1) != 2
702 || port0 == 0 || port0 > 65535 || port1 != 0) {
    [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
  /external/libpcap/
gencode.c 4973 int port1, port2; local
    [all...]

Completed in 737 milliseconds