HomeSort by relevance Sort by last modified time
    Searched full:ports (Results 201 - 225 of 514) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node.cpp 75 //This node can support an unlimited number of ports.
107 //Cleanup allocated ports
596 //If we get here we did not process any ports or commands.
    [all...]
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node.cpp 76 //This node can support an unlimited number of ports.
108 //Cleanup allocated ports
680 //If we get here we did not process any ports or commands.
    [all...]
  /external/webkit/WebCore/page/
DOMWindow.cpp 653 MessagePortArray ports; local
655 ports.append(port);
656 postMessage(message, &ports, targetOrigin, source, ec);
659 void DOMWindow::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, const String& targetOrigin, DOMWindow* source, ExceptionCode& ec)
675 OwnPtr<MessagePortChannelArray> channels = MessagePort::disentanglePorts(ports, ec);
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
adb.jd 20 <li><a href="#forwardports">Forwarding Ports</a></li>
53 <dt><a href="#forwardports">Forwarding Ports</a></dt>
84 <p>The server then sets up connections to all running emulator/device instances. It locates emulator/device instances by scanning odd-numbered ports in the range 5555 to 5585, the range used by emulators/devices. Where the server finds an adb daemon, it sets up a connection to that port. Note that each emulator/device instance acquires a pair of sequential ports &mdash; an even-numbered port for console connections and an odd-numbered port for adb connections. For example: </p>
179 <h2>Forwarding Ports</h2>
298 <td rowspan="2">Ports and Networking</td>
  /dalvik/libcore/luni/src/main/java/java/net/
SocketPermission.java 63 * www.company.com} on ports in the range {@code 7000} to {@code 65535}.
244 * permission actions, hosts and ports must be implied by this permission
InetSocketAddress.java 212 // check the ports as we always need to do this
  /external/bluetooth/glib/gio/fen/
fen-kernel.c 54 static GList *pn_vq; /* the queue of ports which don't have the max objs */
55 static GList *pn_fq; /* the queue of ports which have the max objs */
  /external/dropbear/
options.h 31 * on chosen ports and keeps accepting connections. This is the default.
258 #define DROPBEAR_MAX_PORTS 10 /* max number of ports which can be specified,
session.h 165 /* Whether to allow binding to privileged ports (<1024). This doesn't
CHANGES 112 connections to listening forwarded ports from remote machines.
302 - Fix for network vs. host byte order in logging remote TCP ports, also
536 - Can listen on multiple ports
  /external/ipsec-tools/src/racoon/
remoteconf.c 111 * We never have ports set in our remote configurations, but when
112 * NAT-T is enabled, the kernel can have policies with ports and
  /external/kernel-headers/original/asm-x86/
voyager.h 25 /* voyager ports in standard I/O space */
209 /* VMC Ports */
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node.h 470 // Input ports media msg queue should be used, but difficult without disturbing input port activity handling
473 // Vector of ports contained in this node
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_port.cpp 78 * Odd numbered ports are output
85 * Even numbered ports are input
  /external/webkit/
Android.mk 99 external/skia/include/ports \
101 external/skia/src/ports \
  /bionic/libc/kernel/common/linux/
rtnetlink.h 330 } ports; member in union:rta_session::__anon364
  /external/dnsmasq/src/
config.h 26 #define RANDOM_SOCKS 64 /* max simultaneous random ports */
  /external/ipsec-tools/
NEWS 26 o gets ports from SADB_X_EXT_NAT_T_[SD]PORT if present in purge_ipsec_spi()
  /external/iptables/extensions/
libip6t_dst.c 87 "too many ports specified");
libip6t_hbh.c 89 "too many ports specified");
  /external/kernel-headers/original/asm-arm/arch/
fpga.h 67 /* plus also 4 rs232 ports ... */
  /external/opencore/pvmi/pvmf/include/
pvmf_port_base_impl.h 104 * function. This implementation does not perform capability exchange when two ports
  /external/qemu/hw/
usb.h 274 /* usb ports of the VM */
  /external/skia/xcode/Simple/Simple.xcodeproj/
project.pbxproj 38 00AFCD730EF1679700BD2FF1 /* skia_mac.cp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = skia_mac.cp; path = ../ports/skia_mac.cp; sourceTree = SOURCE_ROOT; };
  /external/dnsmasq/man/fr/
dnsmasq.8 158 requêtes sortantes : lorsque cette option est fournie, les ports utilisés seront toujours
452 des valeurs issues d'une configuration BIND : les ports, poids et priorités sont
    [all...]

Completed in 621 milliseconds

1 2 3 4 5 6 7 891011>>