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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/workers/
messageport_worker.js 2 var port = event.ports[0];
3 port.postMessage("Worker connected.");
4 port.onmessage = function(event2) {
5 port.postMessage("Worker got a port.");
6 var anotherport = event2.data.port;
9 anotherport.postMessage("Worker got a message via the passed port.");
  /external/dnsmasq/contrib/port-forward/
portforward 1 # This file is read by /usr/sbin/dnsmasq-portforward and used to set up port
3 # first column of this file, then a DNAT port-forward will be set up
5 # is port number(s). If there is only one, then the port-forward goes to
6 # the same port on the DHCP-client, if there are two seperated with a
7 # colon, then the second number is the port to which the connection
9 # for TCP, but it can done for UDP instead by prefixing the port to "u".
14 # will set up a port forward from port 80 on this host to port 80
    [all...]
  /external/chromium_org/jingle/notifier/communicator/
DEPS 3 "+talk/p2p/base/port.h",
  /external/chromium_org/mojo/system/
message_pipe.cc 30 unsigned MessagePipe::GetPeerPort(unsigned port) {
31 DCHECK(port == 0 || port == 1);
32 return port ^ 1;
35 MessagePipeEndpoint::Type MessagePipe::GetType(unsigned port) {
36 DCHECK(port == 0 || port == 1);
38 DCHECK(endpoints_[port]);
40 return endpoints_[port]->GetType();
43 void MessagePipe::CancelAllWaiters(unsigned port) {
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntentFilterAuthorityEntry.java 10 private int port; field in class:ShadowIntentFilterAuthorityEntry
12 public void __constructor__(String host, String port) {
14 if (port == null) {
15 this.port = -1;
17 this.port = Integer.parseInt(port);
28 return port;
  /external/libsepol/src/
port_record.c 37 ERR(handle, "out of memory, could not create " "port key");
63 const sepol_port_t * port,
68 (handle, port->low, port->high, port->proto, key_ptr) < 0) {
70 ERR(handle, "could not extract key from port %s %d:%d",
71 sepol_port_get_proto_str(port->proto),
72 port->low, port->high);
85 int sepol_port_compare(const sepol_port_t * port, const sepol_port_key_t * key
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
io_32.h 25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type (…)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
io_32.h 25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type (…)
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
io_32.h 25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type (…)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
io_32.h 25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type (…)
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
io_32.h 25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type (…)
    [all...]
  /external/libsepol/include/sepol/
port_record.h 16 extern int sepol_port_compare(const sepol_port_t * port,
19 extern int sepol_port_compare2(const sepol_port_t * port,
30 const sepol_port_t * port,
36 extern int sepol_port_get_proto(const sepol_port_t * port);
38 extern void sepol_port_set_proto(sepol_port_t * port, int proto);
42 /* Port */
43 extern int sepol_port_get_low(const sepol_port_t * port);
45 extern int sepol_port_get_high(const sepol_port_t * port);
47 extern void sepol_port_set_port(sepol_port_t * port, int port_num);
49 extern void sepol_port_set_range(sepol_port_t * port, int low, int high)
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/dns/
HostAddress.java 20 private int port; field in class:HostAddress
24 * Creates a new HostAddress with the given FQDN. The port will be set to the default XMPP client port: 5222
38 // Set port to the default port for XMPP client communication
39 this.port = 5222;
43 * Creates a new HostAddress with the given FQDN. The port will be set to the default XMPP client port: 5222
46 * @param port The port to connect on
    [all...]
  /external/chromium_org/media/midi/
OWNERS 1 # On Android port and USB support, yhirano@ is the best reviewer.
2 # On Win32 port, yukawa@ is the best reviewer.
  /external/iptables/extensions/
libxt_udp.man 4 [\fB!\fP] \fB\-\-source\-port\fP,\fB\-\-sport\fP \fIport\fP[\fB:\fP\fIport\fP]
5 Source port or port range specification.
7 \fB\-\-source\-port\fP
10 [\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP]
11 Destination port or port range specification.
13 \fB\-\-destination\-port\fP
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
NanoWebSocketServer.java 9 public NanoWebSocketServer(int port) {
10 super(port);
14 public NanoWebSocketServer(String hostname, int port) {
15 super(hostname, port);
19 public NanoWebSocketServer(int port, IWebSocketFactory webSocketFactory) {
20 super(port);
24 public NanoWebSocketServer(String hostname, int port, IWebSocketFactory webSocketFactory) {
25 super(hostname, port);
  /external/chromium_org/ui/views/widget/desktop_aura/
README.chromium 2 Desktop Aura port, and required supporting infrastructure.
  /external/iptables/include/linux/netfilter/
nf_conntrack_tuple_common.h 18 __be16 port; member in struct:nf_conntrack_man_proto::__anon26376
21 __be16 port; member in struct:nf_conntrack_man_proto::__anon26377
27 __be16 port; member in struct:nf_conntrack_man_proto::__anon26379
30 __be16 port; member in struct:nf_conntrack_man_proto::__anon26380
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_tuple_common.h 18 __be16 port; member in struct:nf_conntrack_man_proto::__anon27001
21 __be16 port; member in struct:nf_conntrack_man_proto::__anon27002
27 __be16 port; member in struct:nf_conntrack_man_proto::__anon27004
30 __be16 port; member in struct:nf_conntrack_man_proto::__anon27005
  /hardware/broadcom/libbt/conf/asus/grouper/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/moto/wingray/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/samsung/crespo/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/samsung/crespo4g/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /hardware/broadcom/libbt/conf/samsung/maguro/
bt_vendor.conf 1 # UART device port where Bluetooth controller is attached
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/test/
jasmine.rake 4 port = ENV['JASMINE_PORT'] || 8888
6 puts " http://localhost:#{port}/"
7 Jasmine::Server.new(port).start

Completed in 750 milliseconds

1 2 3 4 5 6 7 8 91011>>