/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng.h | 225 LocServerType type, const char *hostname, int port);
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
SSLContextImpl.java | 846 String hostname = session.getPeerHost(); local 848 hostname, chain[0], identityAlg); 888 String hostname = session.getPeerHost(); local [all...] |
/system/connectivity/shill/ |
device_info.h | 157 // Sets the system hostname to |hostname|. 158 virtual bool SetHostname(const std::string& hostname) const;
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
NanoHTTPD.java | 1783 private final String hostname; local [all...] |
/external/mdnsresponder/mDNSShared/ |
dnssd_clientstub.c | 1247 char hostname[kDNSServiceMaxDomainName]; local [all...] |
/external/autotest/scheduler/ |
monitor_db.py | 220 server_manager_utils.confirm_server_has_role(hostname='localhost', 723 logging.info(print_message, host.hostname) 792 (queue_entry, host.hostname, host_agent_task, [all...] |
/external/curl/lib/vtls/ |
schannel.c | 1421 xcharp_u hostname; local [all...] |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/ |
grpc-okhttp-0.13.2.jar | |
/external/webrtc/talk/app/webrtc/ |
peerconnection_unittest.cc | [all...] |
/external/autotest/cli/ |
job.py | 190 hostname = qe['host']['hostname'] 193 []).append(hostname) 297 # Real hostname and not a duplicate 334 self.hosts.append(host['hostname']) 635 self.data['hosts'].extend(host['hostname']
|
/external/autotest/client/common_lib/cros/ |
autoupdater_unittest.py | 389 host.hostname = 'test_host' 493 host.hostname = 'test_host'
|
/external/autotest/frontend/tko/ |
rpc_interface_unittest_fixme.py | 34 tko_machines.hostname AS hostname, 141 machine = models.Machine.objects.create(hostname='myhost') 237 self.assertEquals(test['hostname'], 'myhost') 294 [], rpc_interface.get_test_views(hostname='fakehost'))
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
start_try_job.py | 829 hostname = app_identity.get_default_version_hostname() 831 issue_url = 'https://%s/buildbucket_job_status/%s' % (hostname, job_id)
|
/external/libevent/ |
bufferevent_sock.c | 469 struct evdns_base *evdns_base, int family, const char *hostname, int port) 497 err = evutil_getaddrinfo_async(evdns_base, hostname, portbuf,
|
/external/libvncserver/libvncclient/ |
sockets.c | 359 ConnectClientToTcpAddr6(const char *hostname, int port) 375 if ((n = getaddrinfo(hostname, port_s, &hints, &res)))
|
/external/regex-re2/ |
Makefile | 263 (echo '==BENCHMARK==' `hostname` `date`; \ 266 ./obj/test/regexp_benchmark 'PCRE|RE2') | tee -a benchlog.$$(hostname | sed 's/\..*//')
|
/external/toybox/generated/ |
globals.h | 197 char *hostname; member in struct:login_data 454 char *hostname; member in struct:dhcp_data
|
/external/toybox/toys/pending/ |
dhcpd.c | 193 char hostname[20]; member in struct:__anon23704 298 {"hostname" , DHCP_STRING | 0x0c, NULL, 0}, [all...] |
/external/webrtc/webrtc/base/ |
openssladapter.cc | 301 OpenSSLAdapter::StartSSL(const char* hostname, bool restartable) { 305 ssl_host_name_ = hostname;
|
win32socketserver.cc | 329 LOG_F(LS_INFO) << "async dns lookup (" << addr.hostname() << ")"; 338 addr.hostname().c_str(), dns->buffer,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
nis.x | 279 nis_name hostname;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
nis.x | 280 nis_name hostname;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
mailbox.py | 470 hostname = socket.gethostname() 471 if '/' in hostname: 472 hostname = hostname.replace('/', r'\057') 473 if ':' in hostname: 474 hostname = hostname.replace(':', r'\072') 476 Maildir._count, hostname) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
mailbox.py | 470 hostname = socket.gethostname() 471 if '/' in hostname: 472 hostname = hostname.replace('/', r'\057') 473 if ':' in hostname: 474 hostname = hostname.replace(':', r'\072') 476 Maildir._count, hostname) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailbox.py | 470 hostname = socket.gethostname() 471 if '/' in hostname: 472 hostname = hostname.replace('/', r'\057') 473 if ':' in hostname: 474 hostname = hostname.replace(':', r'\072') 476 Maildir._count, hostname) [all...] |