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

1 2 3 4 5 6 7 891011>>

  /external/opencore/oscl/oscl/osclio/src/
oscl_ip_socket.cpp 41 iAddress.port = aAddress.port;
55 iAddress.port = aAddress.port;
  /external/ppp/pppd/plugins/radius/etc/
issue 3 \S \R (\N) (port \L)
  /external/quake/quake/src/WinQuake/
dosisms.h 78 int dos_inportb(int port);
79 int dos_inportw(int port);
80 void dos_outportb(int port, int val);
81 void dos_outportw(int port, int val);
  /external/speex/
AUTHORS 9 wave_out.[ch], some #ifdefs for windows port and MSVC project files
  /external/webkit/WebCore/manual-tests/
location-host-canonicalization.html 10 <p>This will test the URL canonicalization by assigning a host with an empty port specifier to window.location.host</p>
  /external/webkit/WebCore/workers/
DedicatedWorkerContext.cpp 50 void DedicatedWorkerContext::postMessage(PassRefPtr<SerializedScriptValue> message, MessagePort* port, ExceptionCode& ec)
53 if (port)
54 ports.append(port);
67 // Disentangle the port in preparation for sending it to the remote context.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
__init__.py 30 """Port-specific entrypoints for the layout tests test infrastructure."""
37 """Returns an object implementing the Port interface. If
39 appropriate port on this platform."""
65 raise NotImplementedError('unsupported port: %s' % port_to_use)
  /frameworks/base/core/java/android/net/
WebAddress.java 37 * If given an https scheme but no port, fills in port
60 /* port */ "(?:\\:([0-9]*))?" +
93 throw new ParseException("Bad port");
112 /* Get port from scheme or scheme from port, if necessary and
126 String port = ""; local
129 port = ":" + Integer.toString(mPort);
136 return mScheme + "://" + authInfo + mHost + port + mPath;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
kernelcapi.h 26 unsigned int port; member in struct:kcapi_carddef
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
kernelcapi.h 26 unsigned int port; member in struct:kcapi_carddef
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
kernelcapi.h 26 unsigned int port; member in struct:kcapi_carddef
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
kernelcapi.h 26 unsigned int port; member in struct:kcapi_carddef
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
kernelcapi.h 26 unsigned int port; member in struct:kcapi_carddef
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
kernelcapi.h 26 unsigned int port; member in struct:kcapi_carddef
  /system/core/include/cutils/
sockets.h 86 extern int socket_loopback_client(int port, int type);
87 extern int socket_network_client(const char *host, int port, int type);
88 extern int socket_loopback_server(int port, int type);
94 extern int socket_inaddr_any_server(int port, int type);
  /dalvik/vm/jdwp/
JdwpSocket.c 69 static JdwpNetState* netStartup(short port);
76 unsigned short port; local
79 if (pParams->port != 0) {
80 /* try only the specified port */
81 port = pParams->port;
82 state->netState = netStartup(port);
85 for (port = kBasePort; port <= kMaxPort; port++)
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_IVCommon.h 164 OMX_U32 nPortIndex; /**< Port that this struct applies to */
178 OMX_U32 nPortIndex; /**< Port that this struct applies to */
211 * nPortIndex : Port that this structure applies to
228 * nPortIndex : Port that this structure applies to
251 * nPortIndex : Port that this structure applies to
297 * nPortIndex : Port that this structure applies to
316 * nPortIndex : Port that this structure applies to
335 * nPortIndex : Port that this structure applies to
372 * nPortIndex : Port that this structure applies to
389 * nPortIndex : Port that this structure applies t
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 147 OMX_U32 nPortIndex; /**< Port that this struct applies to */
161 OMX_U32 nPortIndex; /**< Port that this struct applies to */
194 * nPortIndex : Port that this structure applies to
211 * nPortIndex : Port that this structure applies to
234 * nPortIndex : Port that this structure applies to
280 * nPortIndex : Port that this structure applies to
299 * nPortIndex : Port that this structure applies to
318 * nPortIndex : Port that this structure applies to
355 * nPortIndex : Port that this structure applies to
372 * nPortIndex : Port that this structure applies to
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
Socket.java 136 int port = address.getPort(); local
137 checkConnectPermission(host, port);
151 * the port on the target host to connect to.
155 * the port on the local host to bind to.
165 * connect to the given address and port.
201 * to any available port on the local host.
210 * the port on the target host to connect to.
217 * connect to the given address and port.
229 * the socket is bound to the given address {@code localAddress} on port
241 * the port on the target host to connect to
958 int port = 0; local
1040 int port = inetAddr.getPort(); local
    [all...]
DatagramSocketImpl.java 37 * The number of the local port to which this socket is bound.
49 * Binds the datagram socket to the given localhost/port. Sockets must be
52 * @param port
53 * the port on the localhost to bind.
57 * if an error occurs while binding, for example, if the port
60 protected abstract void bind(int port, InetAddress addr)
97 * Gets the local port of this socket.
99 * @return the local port to which this socket is bound.
213 * data and the address and port information of the target host as well.
250 * Connects this socket to the specified remote address and port
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_node_utils.h 68 //A vector for holding port pointers, with a built-in port iterator.
69 //This vector automatically calls the port destructor when pointers are
73 template<class Port, class Alloc>
77 typedef Port vec_element_deref;
78 typedef Port* vec_element;
95 { //must explicitly call port destructor, since
111 {//allocate space for a port.
113 return alloc.ALLOCATE(sizeof(Port));
115 void DestructAndDealloc(Port* port
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
StaticPortEditDialog.java 42 * Small dialog box to edit a static port number.
66 /** This is the port being edited. */
73 * @param ports The list of already used port numbers.
84 * @param ports The list of already used port numbers.
87 * @param oldPortNumber The port number to display
147 mShell.setText("Static Port");
192 l2.setText("Debug Port:");
297 mWarning.setText("Port Number missing.");
304 mWarning.setText("Port Number invalid.");
309 // get the int from the port number to validat
310 long port = Long.valueOf(mPortNumber); local
    [all...]
  /system/core/adb/
services.c 142 int port = (int)cookie; local
144 if (port <= 0) {
145 snprintf(buf, sizeof(buf), "invalid port\n");
151 snprintf(value, sizeof(value), "%d", port);
152 property_set("service.adb.tcp.port", value);
153 snprintf(buf, sizeof(buf), "restarting in TCP mode port: %d\n", port);
166 property_set("service.adb.tcp.port", "0");
347 int port = atoi(name + 4); local
350 ret = socket_loopback_client(port, SOCK_STREAM)
411 int port; local
    [all...]
  /external/opencore/nodes/pvsocketnode/src/
pvmf_socket_port.cpp 144 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_ERR, (0, "PVMFSocketPort::releaseParameters: Error - Not a PvmiKvp created by this port"));
205 //In this node, we skip the outgoing queue and go directly to the connected port's
210 //If port is not connected, don't accept data on the
214 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFSocketPort::QueueOutgoingMsg: Error - Port not connected"));
220 // Connected Port incoming Queue is in busy / flushing state. Do not accept more outgoing messages
225 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFSocketPort::QueueOutgoingMsg: Connected Port Incoming queue in busy / flushing state - Attempting to Q in output port's outgoing msg q"));
232 // port queues grow indefinitely (we either a connected port busy or outgoing Q busy
245 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFSocketPort::QueueOutgoingMsg: Connected Port incoming queue is full. Goes into busy state"))
    [all...]
  /external/webkit/WebCore/dom/
ScriptExecutionContext.cpp 158 MessagePort* port = ports[i]; local
159 // The port may be destroyed, and another one created at the same address, but this is safe, as the worst that can happen
161 if (m_messagePorts.contains(port) && port->started())
162 port->dispatchMessages();
166 void ScriptExecutionContext::createdMessagePort(MessagePort* port)
168 ASSERT(port);
174 m_messagePorts.add(port);
177 void ScriptExecutionContext::destroyedMessagePort(MessagePort* port)
179 ASSERT(port);
    [all...]

Completed in 217 milliseconds

1 2 3 4 5 6 7 891011>>