HomeSort by relevance Sort by last modified time
    Searched refs:port (Results 351 - 375 of 3866) sorted by null

<<11121314151617181920>>

  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/scripts/
memory.sh 32 jrunscript -J-Dcom.sun.management.jmxremote.port=1090 -J-Dcom.sun.management.jmxremote.ssl=false -J-Dcom.sun.management.jmxremote.authenticate=false memory.js
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
rdl_relay_board.py 32 bb.port |= self.address[relay_position]
34 bb.port &= ~(self.address[relay_position])
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
StartHandoverOp.java 22 * A remote operation for starting handover with another Remote Manager at a given port.
26 private static final String PORT = "port";
29 StartHandoverOp(int port) {
30 mPort = port;
41 return new StartHandoverOp(json.getInt(PORT));
51 j.put(PORT, mPort);
  /external/autotest/server/cros/servo/
pd_device.py 23 """Checks if the port is connected as a source
30 """Checks if the port is connected as a sink
38 """Checks if the port is connected
45 """Checks if the port is disconnected
140 it stores both the UART console and port for the PD device.
143 def __init__(self, console, port):
147 @param port: USB PD port number
153 # Save the PD port number for this device
154 self.port = por
    [all...]
  /external/libmicrohttpd/src/testcurl/
test_concurrent_stop.c 102 do_gets (int port)
112 sprintf(url, "http://127.0.0.1:%d/hello_world", port);
169 testMultithreadedGet (int port, int poll_flag)
175 port, NULL, NULL, &ahc_echo, "GET", MHD_OPTION_END);
178 p = do_gets (port);
187 testMultithreadedPoolGet (int port, int poll_flag)
193 port,
200 p = do_gets (port);
212 int port = 1081; local
221 errorCount += testMultithreadedGet (port++, 0)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 81 * The port where I am listening
83 private int port; field in class:MessageProcessor
110 * @param port -- port where i am listening for incoming requests.
113 protected MessageProcessor( InetAddress ipAddress, int port, String transport,
116 this.initialize(ipAddress, port, transactionStack);
127 public final void initialize( InetAddress ipAddress, int port,
133 this.port = port;
136 this.sentByHostPort.setPort(port);
247 int port = Integer.parseInt(portStr); local
    [all...]
  /external/selinux/libsemanage/src/
ports_file.c 24 semanage_port_t * port, FILE * str)
29 int low = semanage_port_get_low(port);
30 int high = semanage_port_get_high(port);
31 int proto = semanage_port_get_proto(port);
33 semanage_context_t *con = semanage_port_get_con(port);
55 ERR(handle, "could not print port range %u - %u (%s) to stream",
62 parse_info_t * info, semanage_port_t * port)
84 semanage_port_set_proto(port, SEMANAGE_PROTO_TCP);
86 semanage_port_set_proto(port, SEMANAGE_PROTO_UDP);
95 /* Range/Port */
    [all...]
  /external/toybox/toys/pending/
wget.c 41 // extract port number
42 static unsigned get_port(const char *url, char *port, unsigned url_i) {
46 if('0' <= url[i] && url[i] <= '9') port[i] = url[i];
47 else error_exit("wrong decimal port number");
49 if(i <= 6) port[i] = '\0';
50 else error_exit("too long port number");
56 static void get_info(const char *url, char* hostname, char *port, char *path) {
63 // get port if exists
66 i = get_port(url+i, port, i);
67 } else strcpy(port, "80")
134 char ua[18] = "toybox wget\/", ver[6], hostname[1024], port[6], path[1024]; local
    [all...]
  /external/adhd/cras/src/tests/
dsp_ini_unittest.cc 107 struct port *port = ARRAY_ELEMENT(&plugin->ports, 0); local
108 EXPECT_EQ(PORT_INPUT, port->direction);
109 EXPECT_EQ(PORT_CONTROL, port->type);
110 EXPECT_EQ(INVALID_FLOW_ID, port->flow_id);
111 EXPECT_EQ(10, port->init_value);
136 struct port *foo0 = ARRAY_ELEMENT(&foo->ports, 0);
137 struct port *foo1 = ARRAY_ELEMENT(&foo->ports, 1);
145 struct port *bar0 = ARRAY_ELEMENT(&bar->ports, 0);
146 struct port *bar1 = ARRAY_ELEMENT(&bar->ports, 1)
    [all...]
  /hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
HidlUtils.impl.h 249 void HidlUtils::audioPortFromHal(const struct audio_port& halPort, AudioPort* port) {
250 port->id = halPort.id;
251 port->role = AudioPortRole(halPort.role);
252 port->type = AudioPortType(halPort.type);
253 port->name.setToExternal(halPort.name, strlen(halPort.name));
254 port->sampleRates.resize(halPort.num_sample_rates);
256 port->sampleRates[i] = halPort.sample_rates[i];
258 port->channelMasks.resize(halPort.num_channel_masks);
260 port->channelMasks[i] = mkEnumConverter<AudioChannelMask>(halPort.channel_masks[i]);
262 port->formats.resize(halPort.num_formats)
    [all...]
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 19 #include "webrtc/p2p/base/port.h"
174 delete it->port();
279 // Updating port state to error, which didn't finish allocating candidates
432 void BasicPortAllocatorSession::AddAllocatedPort(Port* port,
435 if (!port)
438 LOG(LS_INFO) << "Adding allocated port for " << content_name();
439 port->set_content_name(content_name());
440 port->set_component(component_);
441 port->set_generation(generation())
879 UDPPort* port = NULL; local
922 Port* port = TCPPort::Create(session_->network_thread(), local
952 StunPort* port = StunPort::Create(session_->network_thread(), local
997 RelayPort* port = RelayPort::Create(session_->network_thread(), local
1030 TurnPort* port = NULL; local
1086 TurnPort* port = *it; local
    [all...]
  /external/libevent/test/
regress_iocp.c 157 struct event_iocp_port *port = NULL; local
173 port = event_iocp_port_launch_(0);
174 tt_assert(port);
176 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100));
177 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200));
179 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101));
180 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201));
182 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102));
183 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202));
185 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 13, 103))
240 struct event_iocp_port *port = NULL; local
308 struct event_iocp_port *port = NULL; local
    [all...]
  /external/syslinux/gpxe/src/core/
i82365.c 125 ioaddr_t port = pccsock[sock].ioaddr; local
128 outb(reg, port); val = inb(port+1);
139 ioaddr_t port = pccsock[sock].ioaddr; local
141 outb(val, port); outb(data, port+1);
146 void add_socket_i365(u_short port, int psock, int type) {
147 pccsock[pccsocks].ioaddr = port;
157 printf ( "Found a PCMCIA controller (i82365) at io %x, type '%s'\n", port, pcic[type].name );
205 int identify_i365 ( u_short port, u_short sock )
257 ioaddr_t port; local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
AbstractPlainSocketImpl.java 142 * Creates a socket and connects it to the specified port on
145 * @param port the specified port
147 protected void connect(String host, int port)
153 this.port = port;
156 connectToAddress(address, port, timeout);
172 * the specified port.
174 * @param port the specified port
228 doConnect(InetAddress.getLocalHost(), port, timeout); local
    [all...]
  /external/tensorflow/tensorflow/stream_executor/
dnn.cc 208 return port::StrCat(algorithm_.algo_id(), ", ",
267 port::Appendf(&spatial, "%lld ", spatial_size_[i]);
269 return port::Printf(
280 string depth = port::StrCat("d", feature_map_count());
281 string batch = port::StrCat("b", count());
285 port::Appendf(&spatial, "%lld ", spatial_size_[i]);
290 port::StrAppend(&suffix, "[", value_min(), ";", value_max(), "]");
298 return port::StrCat(spatial, depth, batch, suffix);
300 return port::StrCat(spatial, batch, depth, suffix);
302 return port::StrCat(batch, spatial, depth, suffix)
    [all...]
  /bionic/libc/kernel/uapi/linux/
kernelcapi.h 30 unsigned int port; member in struct:kcapi_carddef
  /cts/suite/audio_quality/lib/include/
ClientSocket.h 25 virtual bool init(const char* hostIp, int port, bool enableTimeout = false);
  /device/generic/goldfish/libqemu/
test_util.h 29 int pipe_openSocket( Pipe* pipe, int port );
  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_server.h 36 explicit VncServer(int port, bool aggressive);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcsclient.py 16 PORT = 4127
33 port = PORT
44 port = string.atoi(p)
46 port = string.atoi(a)
59 address = (host, port)
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_ntoa.c 51 u_short port = htons(addr.x_port); local
63 if (port) {
75 if (port) {
76 sprintf(cp, ".%x", port);
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 98 Usage: port <subcommand> [options] [args]
116 my $port = YAML::Tiny->read('port.yml');
117 my $status = $port->[0]->{status};
119 $status = $port->[0]->{status} = {};
130 $port->write('port.yml');
139 my $port = YAML::Tiny->read('port.yml');
141 my $status = $port->[0]->{status}
    [all...]
  /external/brotli/c/common/
dictionary.h 12 #include <brotli/port.h>
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
EndpointFactory.java 9 ClientEndpoint newClient(ChannelType channelType, int port, String[] protocols,
  /external/curl/lib/
curl_addrinfo.h 75 Curl_he2ai(const struct hostent *he, int port);
78 Curl_ip2addr(int af, const void *inaddr, const char *hostname, int port);
80 Curl_addrinfo *Curl_str2addr(char *dotted, int port);
104 void Curl_addrinfo_set_port(Curl_addrinfo *addrinfo, int port);

Completed in 1246 milliseconds

<<11121314151617181920>>