/external/skia/tests/ |
Android.mk | 31 external/skia/include/ports \
|
/external/webkit/WebCore/manual-tests/ |
Default-port-frame.html | 3 We cannot make this a LayoutTest because we don't want to mess with people's default ports.
|
/external/webkit/WebCore/platform/chromium/ |
PlatformBridge.h | 40 // ports is gradually moving towards using PlatformBridge. Once the Android 42 // and merge the two classes into one that will be shared by both ports.
|
/external/iptables/extensions/ |
libipt_MASQUERADE.c | 18 " --to-ports <port>[-<port>]\n" 24 { "to-ports", 1, 0, '1' }, 39 /* Parses ports */ 99 "Unexpected `!' after --to-ports"); 125 printf("masq ports: "); 142 printf("--to-ports %hu", ntohs(r->min.tcp.port));
|
libipt_REDIRECT.c | 18 " --to-ports <port>[-<port>]\n" 24 { "to-ports", 1, 0, '1' }, 39 /* Parses ports */ 102 "Unexpected `!' after --to-ports"); 128 printf("redir ports "); 145 printf("--to-ports ");
|
libipt_dccp.c | 61 u_int16_t *ports) 69 ports[0] = ports[1] = parse_port(buffer, "dccp"); 75 ports[0] = buffer[0] ? parse_port(buffer, "dccp") : 0; 76 ports[1] = cp[0] ? parse_port(cp, "dccp") : 0xFFFF; 78 if (ports[0] > ports[1])
|
libip6t_tcp.c | 42 parse_tcp_ports(const char *portstring, u_int16_t *ports) 49 ports[0] = ports[1] = parse_port(buffer, "tcp"); 54 ports[0] = buffer[0] ? parse_port(buffer, "tcp") : 0; 55 ports[1] = cp[0] ? parse_port(cp, "tcp") : 0xFFFF; 57 if (ports[0] > ports[1])
|
libipt_tcp.c | 43 parse_tcp_ports(const char *portstring, u_int16_t *ports) 50 ports[0] = ports[1] = parse_port(buffer, "tcp"); 55 ports[0] = buffer[0] ? parse_port(buffer, "tcp") : 0; 56 ports[1] = cp[0] ? parse_port(cp, "tcp") : 0xFFFF; 58 if (ports[0] > ports[1])
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
MulticastSocketTest.java | 332 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 333 int groupPort = ports[0]; 339 mss = new MulticastSocket(ports[1]); 369 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 370 int groupPort = ports[0]; 371 int serverPort = ports[1]; 409 ports = Support_PortManager.getNextPortsForUDP(2); 410 groupPort = ports[0]; 411 serverPort = ports[1]; 439 ports = Support_PortManager.getNextPortsForUDP(2) 578 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 706 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 796 int[] ports = Support_PortManager.getNextPortsForUDP(2); local [all...] |
DatagramSocketTest.java | 428 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 429 int serverPortNumber = ports[0]; 432 DatagramSocket ds = new DatagramSocket(ports[1]); 433 DatagramSocket ds2 = new DatagramSocket(ports[2]); 509 ports = Support_PortManager.getNextPortsForUDP(3); 510 serverPortNumber = ports[0]; 513 DatagramSocket ds = new DatagramSocket(ports[1]); 514 DatagramSocket ds2 = new DatagramSocket(ports[2]); 562 ports = Support_PortManager.getNextPortsForUDP(3); 563 serverPortNumber = ports[0] 1027 final int[] ports = Support_PortManager.getNextPortsForUDP(2); local 1214 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 1612 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 1796 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 2070 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 2124 int[] ports = Support_PortManager.getNextPortsForUDP(4); local 2168 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 2415 int[] ports = Support_PortManager.getNextPortsForUDP(3); local 2498 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 2501 ports[0]); local 2550 int[] ports = Support_PortManager.getNextPortsForUDP(2); local 2553 ports[0]); local 2809 final int[] ports = Support_PortManager.getNextPortsForUDP(2); local [all...] |
/external/bluetooth/bluez/serial/ |
port.c | 71 GSList *ports; /* Available ports */ member in struct:serial_device 102 static struct serial_port *find_port(GSList *ports, const char *pattern) 110 for (l = ports; l != NULL; l = l->next) { 484 device->ports = g_slist_append(device->ports, port); 501 port = find_port(device->ports, pattern); 547 port = find_port(device->ports, dev); 615 if (find_port(device->ports, uuid)) 625 device->ports = g_slist_append(device->ports, port) [all...] |
/external/opencore/nodes/streaming/jitterbuffernode/include/ |
pvmf_jitter_buffer_port.h | 86 ipJitterBuffer = NULL; //Only Input ports will have the jitter buffer associated with them 102 PVMFJitterBuffer* ipJitterBuffer; //Only Input ports will have the jitter buffer associated with them 118 * Input (sink) ports have a simple flow control scheme. 119 * Ports report "busy" when their queue is full, then when the 123 * Output (source) ports assume the connected port uses the
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_node_interface.h | 167 A simple iterator for ports which just returns the number of ports 181 A base class for filter for ports 275 * Returns a list of ports currently available in the node that 278 * For now we return all the available ports. If no ports are 341 * might need to be done for ports created on demand, it will be 379 * Causes the node to start servicing all connected ports. 385 * Causes the node to stop servicing all connected ports and 392 * Causes the node to stop servicing all connected ports a [all...] |
/external/dnsmasq/contrib/port-forward/ |
dnsmasq-portforward | 43 ports=$(sed -n -e "/^${hostname}\ .*/ s/^.* //p" ${PORTSFILE}) 45 for port in $ports; do
|
/sdk/ddms/app/src/com/android/ddms/ |
StaticPortEditDialog.java | 63 /** List of ports already in use */ 73 * @param ports The list of already used port numbers. 75 public StaticPortEditDialog(Shell parent, ArrayList<Integer> ports) { 77 mPorts = ports; 84 * @param ports The list of already used port numbers. 89 public StaticPortEditDialog(Shell shell, ArrayList<Integer> ports, 91 this(shell, ports); 316 // check if its in the list of already used ports
|
/external/grub/netboot/ |
timer.h | 13 /* Ports for the 8254 timer chip */
|
/external/iproute2/include/linux/ |
inet_diag.h | 75 /* Base info structure. It contains socket identity (addrs/ports/cookie)
|
/external/skia/src/images/ |
SkImageDecoder_Factory.cpp | 1 /* libs/graphics/ports/SkImageDecoder_Factory.cpp
|
/external/skia/src/ports/ |
SkThread_win.cpp | 1 /* libs/graphics/ports/SkThread_none.cpp
|
SkTime_Unix.cpp | 1 /* libs/graphics/ports/SkTime_Unix.cpp
|
/external/opencore/engines/author/src/ |
pvaenodeutility.h | 44 /** Structure to contain a node and all ports and extensions associated to it */ 294 * node. The two ports will then be connected to establish a connection 297 * requested and connected ports will be added to the iInPorts or iOutPorts 313 * Disconnect and release all ports of a node. 315 * @param aNodeContainer Container for node which ports will be disonnected and released 382 * Start all ports of all nodes in the vector. 391 * Pause all ports of all nodes in the vector. 400 * Stop all ports of all nodes in the vector. 409 * Flush all ports of all nodes in the vector. 418 * Start all ports of all nodes in the vector [all...] |
/external/qemu/hw/ |
usb-hub.c | 40 USBHubPort ports[MAX_PORTS]; member in struct:USBHubState 170 USBHubPort *port = &s->ports[port1->index]; 257 * of ports */ 320 port = &s->ports[n]; 343 port = &s->ports[n]; 372 port = &s->ports[n]; 454 port = &s->ports[i]; 486 port = &s->ports[i]; 546 port = &s->ports[i];
|
/external/apache-http/src/org/apache/http/cookie/ |
SetCookie2.java | 51 * Sets the Port attribute. It restricts the ports to which a cookie 54 void setPorts(int[] ports);
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-natt | 11 # Define addresses and ports where racoon will listen for an incoming 12 # traffic. Don't forget to open these ports on your firewall!
|
/external/netcat/ |
netcat.blurb | 10 Outbound or inbound connections, TCP or UDP, to or from any ports 25 Scanning ports and inventorying services, automated probes
|