HomeSort by relevance Sort by last modified time
    Searched refs:port2 (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/WebCore/dom/
MessageChannel.idl 38 readonly attribute MessagePort port2;
MessageChannel.h 45 MessagePort* port2() const { return m_port2.get(); } function in class:WebCore::MessageChannel
  /external/libsepol/src/
port_record.c 111 int sepol_port_compare2(const sepol_port_t * port, const sepol_port_t * port2)
114 if ((port->low == port2->low) &&
115 (port->high == port2->high) && (port->proto == port2->proto))
118 if (port->low < port2->low)
121 else if (port2->low < port->low)
124 else if (port->high < port2->high)
127 else if (port2->high < port->high)
130 else if (port->proto < port2->proto)
  /external/webkit/Source/WebCore/inspector/front-end/
InjectedFakeWorker.js 88 this.channel.port2.close();
142 return self.channel.port2.onmessage ? self.channel.port2.onmessage.originalCallback : null;
149 self.channel.port2.onmessage = wrappedCallback;
156 workerFrame.dispatchEvent = bind(this.channel.port2.dispatchEvent, this.channel.port2);
157 workerFrame.postMessage = bind(this.channel.port2.postMessage, this.channel.port2);
169 this.channel.port2.addEventListener(type, wrappedCallback, useCapture);
180 this.channel.port2.removeEventListener(type, listeners[i], useCapture)
    [all...]
ExtensionAPI.js 395 top.postMessage("registerExtension", [ channel.port2 ], "*");
  /external/webkit/Source/WebCore/bindings/js/
JSMessageChannelCustom.cpp 43 if (MessagePort* port = m_impl->port2())
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8MessageChannelConstructor.cpp 71 V8DOMWrapper::setNamedHiddenReference(messageChannel, "port2", toV8(obj->port2()));
  /external/webkit/Source/WebCore/dom/default/
PlatformMessagePortChannel.cpp 40 void MessagePortChannel::createChannel(PassRefPtr<MessagePort> port1, PassRefPtr<MessagePort> port2)
42 PlatformMessagePortChannel::createChannel(port1, port2);
118 void PlatformMessagePortChannel::createChannel(PassRefPtr<MessagePort> port1, PassRefPtr<MessagePort> port2)
134 port2->entangle(MessagePortChannel::create(channel1));
  /external/webkit/Source/WebCore/workers/
SharedWorker.cpp 58 OwnPtr<MessagePortChannel> remotePort = channel->port2()->disentangle(ec);
  /external/libsepol/include/sepol/
port_record.h 20 const sepol_port_t * port2);
  /external/webkit/Source/WebKit/chromium/src/
PlatformMessagePortChannel.cpp 52 void MessagePortChannel::createChannel(PassRefPtr<MessagePort> port1, PassRefPtr<MessagePort> port2)
54 PlatformMessagePortChannel::createChannel(port1, port2);
142 void PlatformMessagePortChannel::createChannel(PassRefPtr<MessagePort> port1, PassRefPtr<MessagePort> port2)
154 port2->entangle(MessagePortChannel::create(channel1));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 70 unsigned long port2; /* Port usually at base+0x400 */ member in struct:snd_emu8000
emu8000_reg.h 30 #define EMU8000_DATA1(e) ((e)->port2)
31 #define EMU8000_DATA2(e) ((e)->port2+2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 70 unsigned long port2; /* Port usually at base+0x400 */ member in struct:snd_emu8000
emu8000_reg.h 30 #define EMU8000_DATA1(e) ((e)->port2)
31 #define EMU8000_DATA2(e) ((e)->port2+2)
  /external/chromium/chrome/browser/extensions/
extension_message_service.h 62 static void AllocatePortIdPair(int* port1, int* port2);
extension_message_service.cc 30 // Port1 is always even, port2 is always odd.
99 void ExtensionMessageService::AllocatePortIdPair(int* port1, int* port2) {
114 *port2 = port2_id;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serial.h 134 int port2; member in struct:serial_multiport_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serial.h 134 int port2; member in struct:serial_multiport_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serial.h 134 int port2; member in struct:serial_multiport_struct
  /external/ipsec-tools/src/racoon/
sockmisc.c 141 u_short port1, port2; local
163 port2 = ((struct sockaddr_in *)addr2)->sin_port;
165 port2 == IPSEC_PORT_ANY ||
166 port1 == port2))
176 port2 = ((struct sockaddr_in6 *)addr2)->sin6_port;
178 port2 == IPSEC_PORT_ANY ||
179 port1 == port2))
206 u_short port1, port2; local
228 port2 = ((struct sockaddr_in *)addr2)->sin_port;
229 if (port1 != port2)
    [all...]
  /external/libpcap/
nametoaddr.c 225 pcap_nametoportrange(const char *name, int *port1, int *port2, int *proto)
248 if (pcap_nametoport(off + 1, port2, proto) == 0) {
257 *port2 = p2;
gencode.c 4973 int port1, port2; local
    [all...]
  /external/kernel-headers/original/linux/
serial_core.h 387 int uart_match_port(struct uart_port *port1, struct uart_port *port2);

Completed in 1259 milliseconds