HomeSort by relevance Sort by last modified time
    Searched full:port1 (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/Target/X86/
X86ScheduleAtom.td 22 def Port1 : FuncUnit; // ALU: ALU1, bit processing, jump, and LEA
26 [ Port0, Port1 ],
35 // Default is 1 cycle, port0 or port1
36 InstrItinData<IIC_DEFAULT, [InstrStage<1, [Port0, Port1]>] >,
38 InstrItinData<IIC_ALU_NONMEM, [InstrStage<1, [Port0, Port1]>] >,
39 InstrItinData<IIC_LEA, [InstrStage<1, [Port1]>] >,
40 InstrItinData<IIC_LEA_16, [InstrStage<2, [Port0, Port1]>] >,
42 InstrItinData<IIC_MUL8, [InstrStage<7, [Port0, Port1]>] >,
43 InstrItinData<IIC_MUL16_MEM, [InstrStage<8, [Port0, Port1]>] >,
44 InstrItinData<IIC_MUL16_REG, [InstrStage<7, [Port0, Port1]>] >,
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
InjectedFakeWorker.js 46 return impl.channel.port1.onmessage;
50 impl.channel.port1.onmessage = callback;
54 this.addEventListener = bind(impl.channel.port1.addEventListener, impl.channel.port1);
55 this.removeEventListener = bind(impl.channel.port1.removeEventListener, impl.channel.port1);
56 this.dispatchEvent = bind(impl.channel.port1.dispatchEvent, impl.channel.port1);
76 this.channel.port1.postMessage.apply(this.channel.port1, arguments)
    [all...]
  /external/webkit/Source/WebCore/dom/
MessageChannel.idl 37 readonly attribute MessagePort port1;
MessageChannel.h 44 MessagePort* port1() const { return m_port1.get(); } function in class:WebCore::MessageChannel
  /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)
133 port1->entangle(MessagePortChannel::create(channel2));
  /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)
153 port1->entangle(MessagePortChannel::create(channel2));
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8MessageChannelConstructor.cpp 70 V8DOMWrapper::setNamedHiddenReference(messageChannel, "port1", toV8(obj->port1()));
  /external/webkit/Source/WebCore/bindings/js/
JSMessageChannelCustom.cpp 40 if (MessagePort* port = m_impl->port1())
  /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);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 92 public static String Port1 = "COM1";
198 value = props.get("Port1");
200 Port1 = value;
  /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/workers/
SharedWorker.cpp 57 worker->m_port = channel->port1();
  /external/chromium/chrome/browser/extensions/
extension_message_service.cc 30 // Port1 is always even, port2 is always odd.
99 void ExtensionMessageService::AllocatePortIdPair(int* port1, int* port2) {
113 *port1 = port1_id;
extension_message_service.h 62 static void AllocatePortIdPair(int* port1, int* port2);
  /external/libpcap/
nametoaddr.c 225 pcap_nametoportrange(const char *name, int *port1, int *port2, int *proto)
242 if (pcap_nametoport(cpy, port1, proto) == 0) {
256 *port1 = p1;
gencode.c 4973 int port1, port2; local
    [all...]
  /external/qemu/hw/
usb-hub.c 167 static void usb_hub_attach(USBPort *port1, USBDevice *dev)
169 USBHubState *s = port1->opaque;
170 USBHubPort *port = &s->ports[port1->index];
174 usb_attach(port1, NULL);
usb-ohci.c 330 static void ohci_attach(USBPort *port1, USBDevice *dev)
332 OHCIState *s = port1->opaque;
333 OHCIPort *port = &s->rhport[port1->index];
338 usb_attach(port1, NULL);
356 dprintf("usb-ohci: Attached port %d\n", port1->index);
374 dprintf("usb-ohci: Detached port %d\n", port1->index);
    [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/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/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/sound/
emu8000.h 69 unsigned long port1; /* Port usually base+0 */ member in struct:snd_emu8000
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DebugPortProvider.java 99 // port1|port2|port3|...
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 803 unsigned port0 = 0, port1 = 0; local
807 &port1) == 2
811 &port1) == 2) {
812 if (port0 == 0 || port0 > 65535 || port1 != 0) {
    [all...]

Completed in 1518 milliseconds

1 2