HomeSort by relevance Sort by last modified time
    Searched refs:hostname (Results 151 - 175 of 1117) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/autotest/contrib/
find_suite_tasks.py 46 @returns A dictionary keyed on hostname to a list of host queue entry
48 name, hostname, job_status, job_url, gs_url, start_time, end_time
64 s.job_owner, s.hostname, s.job_tag))
82 hostnames = {h.host.hostname for h in hqes if h.host}
84 for hostname in hostnames:
85 history = HostJobHistory.get_host_history(afe, hostname,
95 'hostname': history.hostname,
102 host_hqes.setdefault(history.hostname, []).append(entry)
119 @returns A dictionary keyed on hostname to a list of host queue entr
    [all...]
  /external/libcups/cups/
tls-boringssl.c 325 char hostname[256], /* Hostname */ local
326 *hostptr; /* Pointer into hostname */
369 * Client: get the hostname to use for TLS...
374 strlcpy(hostname, "localhost", sizeof(hostname));
379 * Otherwise make sure the hostname we have does not end in a trailing dot.
382 strlcpy(hostname, http->hostname, sizeof(hostname));
    [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/
RegistrationPage.cpp 203 CString hostname = name; local
207 m_hostnameControl.SetWindowText( hostname );
209 StringObjectToUTF8String( hostname, hostnameUTF8, sizeof( hostnameUTF8 ) );
290 CString hostname; local
300 m_hostnameControl.GetWindowText( hostname );
301 hostname.MakeLower();
302 hostname.TrimRight( '.' );
303 StringObjectToUTF8String( hostname, hostnameUTF8, sizeof( hostnameUTF8 ) );
317 err = RegSetValueEx( m_hostnameSetupKey, L"", 0, REG_SZ, (LPBYTE) (LPCTSTR) hostname, ( hostname.GetLength() + 1 ) * sizeof( TCHAR ) )
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 92 String hostname = mHostnameField.getText().toString().trim(); local
95 String msg = getActivity().getString(validate(hostname, portStr, exclList));
120 mHostnameField = (EditText)view.findViewById(R.id.hostname);
142 String hostname = ""; local
151 hostname = proxy.getHost();
156 if (hostname == null) {
157 hostname = "";
160 mHostnameField.setText(hostname);
183 * validate syntax of hostname and port entries
186 public static int validate(String hostname, String port, String exclList)
212 String hostname = mHostnameField.getText().toString().trim(); local
    [all...]
  /external/curl/lib/
asyn-ares.c 187 free(async->hostname);
201 async->hostname = NULL;
326 conn->async.hostname, ares_strerror(conn->async.status));
491 * Returns name information about the given hostname and port number. If
497 const char *hostname,
512 if(Curl_inet_pton(AF_INET, hostname, &in) > 0) {
514 return Curl_ip2addr(AF_INET, &in, hostname, port);
519 if(Curl_inet_pton (AF_INET6, hostname, &in6) > 0)
521 return Curl_ip2addr(AF_INET6, &in6, hostname, port);
540 bufp = strdup(hostname);
    [all...]
http_proxy.h 32 const char *hostname, int remote_port);
socks.c 109 const char *hostname,
132 protocol4a ? "a" : "", hostname, remote_port);
136 infof(data, "SOCKS4 communication to %s:%d\n", hostname, remote_port);
160 rc = Curl_resolv(conn, hostname, remote_port, &dns);
200 hostname);
235 /* If still enough room in buffer, also append hostname */
236 hostnamelen = (ssize_t)strlen(hostname) + 1; /* length including NUL */
238 strcpy((char *)socksreq + packetsize, hostname);
240 hostnamelen = 0; /* Flag: hostname did not fit in buffer */
252 /* SOCKS4a with very long hostname - send that name separately *
    [all...]
  /external/autotest/client/bin/result_tools/
runner.py 53 logging.debug('Deploy result utilities to %s', host.hostname)
56 fields={'dut_host_name': host.hostname}) as fields:
67 _deployed_duts.add(host.hostname)
83 fields={'dut_host_name': host.hostname}) as fields:
85 if host.hostname not in _deployed_duts:
89 host.hostname)
  /external/autotest/server/hosts/
ssh_multiplex.py 26 '-l %(user)s -p %(port)d %(hostname)s')
32 def __init__(self, hostname, user, port):
33 self._hostname = hostname
90 'hostname': self._hostname,
139 def get(self, hostname, user, port):
147 @param hostname: Host name of the endpoint.
151 key = (hostname, user, port)
152 logging.debug('Get master ssh connection for %s@%s:%d', user, hostname,
158 conn = MasterSsh(hostname, user, port)
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 175 String hostname; local
179 hostname = ipv6Reference();
187 hostname
192 //IPv4 address or hostname
196 hostname = lexer.getBuffer().substring(startPtr, lexer.getPtr());
199 if (hostname.length() == 0)
204 return new Host(hostname);
307 " Illegal character in hostname:" + lexer.lookAhead(0),
  /external/autotest/server/site_tests/sonic_AppTest/
sonic_AppTest.py 57 app, sonic_host.hostname, cros_host.hostname)
62 chromecast_ip=sonic_host.hostname,
  /external/webrtc/webrtc/base/
socketaddress.h 34 // literal IP string or a hostname to be resolved later.
35 SocketAddress(const std::string& hostname, int port);
50 // Determines if this is a nil address (empty hostname, any IP, null port)
59 // Changes the IP of this address to the given one, and clears the hostname
63 // Changes the IP of this address to the given one, and clears the hostname.
66 // Changes the hostname of this address to the given one.
68 void SetIP(const std::string& hostname);
70 // Sets the IP address while retaining the hostname. Useful for bypassing
75 // Sets the IP address while retaining the hostname. Useful for bypassing
82 // Returns the hostname
83 const std::string& hostname() const { return hostname_; } function in class:rtc::SocketAddress
    [all...]
  /test/vti/test_serving/gae/webapp/src/endpoint/
lab_info.py 63 lab.hostname = host.hostname
79 host_info.AddNullDevices(host.hostname, null_device_count)
  /bionic/libc/kernel/uapi/linux/
nfs4_mount.h 39 struct nfs_string hostname; member in struct:nfs4_mount_data
  /external/autotest/client/cros/chameleon/
chameleon_measurer.py 24 self.chameleon = chameleon.create_chameleon_board(cros_host.hostname,
  /external/autotest/scheduler/
thread_lib.py 68 logging.info('(Worker.%s) starting.', drone.hostname)
71 logging.info('(Worker.%s) finished.', drone.hostname)
102 (drone.hostname, err))
164 (self.name, drone.hostname.replace('.', '_')))
  /external/autotest/server/cros/network/
attenuator_controller.py 114 # attenuator hostname -> attenuator number -> frequency -> loss in dB.
208 hostname = host.hostname
209 if hostname.find('.') > 0:
210 hostname = hostname[0:hostname.find('.')]
211 if hostname not in HOST_TO_FIXED_ATTENUATIONS.keys():
212 raise error.TestError('Unexpected RvR host name %r.' % hostname)
213 self._fixed_attenuations = HOST_TO_FIXED_ATTENUATIONS[hostname]
    [all...]
rf_switch_client_box_test.py 18 self.client_box_host.hostname = 'chromeos9-clientbox1'
27 dut_host.hostname = 'chromeos9-device1'
53 stumpy_host.hostname = 'chromeos9-stumpy1'
67 stumpy_host.hostname = 'chromeos9-stumpy1'
  /external/curl/docs/cmdline-opts/
noproxy.d 9 a domain which contains the hostname, or the hostname itself. For example,
  /external/kernel-headers/original/uapi/linux/
nfs4_mount.h 46 struct nfs_string hostname; /* 1 */ member in struct:nfs4_mount_data
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
tirpc_rpcb_rmtcall_mt.c 49 char *hostname; variable
88 &svcaddr, hostname)) {
94 cs = rpcb_rmtcall(nconf, hostname, progNum + atoi(arg), VERSNUM,
107 //Program parameters : argc[1] : HostName or Host IP
124 hostname = argc[1];
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
tirpc_rpc_call_mt.c 44 char *hostname; variable
60 fprintf(stderr, "%s\n", hostname);
65 rslt = rpc_call(hostname, progNum + atoi(arg), VERSNUM, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in
79 //Program parameters : argc[1] : HostName or Host IP
98 hostname = argc[1];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nfs4_mount.h 45 struct nfs_string hostname; /* 1 */ member in struct:nfs4_mount_data
  /system/netd/server/
MDnsSdListener.h 41 DNSServiceErrorType errorCode, const char *hostname, void *inContext);
44 uint32_t interface, DNSServiceErrorType errorCode, const char *hostname,
127 void setHostname(SocketClient *cli, int requestId, const char *hostname);
130 uint32_t protocol, const char *hostname);
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
Platform.java 316 * Returns true if the supplied hostname is an literal IP address.
319 static boolean isLiteralIpAddress(String hostname) {
321 return AddressUtils.isLiteralIpAddress(hostname);
354 static ConscryptEngineSocket createEngineSocket(String hostname, int port,
357 return new Java8EngineSocket(hostname, port, sslParameters);
359 return new ConscryptEngineSocket(hostname, port, sslParameters);
370 static ConscryptEngineSocket createEngineSocket(String hostname, int port,
374 return new Java8EngineSocket(hostname, port, clientAddress, clientPort, sslParameters);
376 return new ConscryptEngineSocket(hostname, port, clientAddress, clientPort, sslParameters);
388 static ConscryptEngineSocket createEngineSocket(Socket socket, String hostname, int port
    [all...]

Completed in 441 milliseconds

1 2 3 4 5 67 8 91011>>