/external/dhcpcd/ |
README | 58 29-lookup-hostname and 30-hostname. 59 The default dhcpcd.conf disables the lookup-hostname hook by default.
|
/external/okhttp/website/static/ |
jquery.smooth-scroll.min.js | 7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d& (…)
|
/external/smack/src/org/jivesoftware/smack/packet/ |
StreamError.java | 39 * entity in the stream header corresponds to a hostname that is no longer hosted by
42 * initiating entity in the stream header does not correspond to a hostname that is
48 * <tr><td> invalid-from </td><td> the JID or hostname provided in a 'from' address does
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_url_filter.cc | 62 // Adds a single hostname SHA1 hash for the site identified by |site_id|. 65 // Adds all the sites in |site_list|, with URL patterns and hostname hashes. 275 // Check manual overrides for the hostname. 281 // Look for patterns matching the hostname, with a value that is different 301 // Check the list of hostname hashes.
|
/external/chromium_org/google_apis/gcm/engine/ |
gservices_settings.cc | 84 // Because endpoint has 2 parts (hostname and port) we are defaulting and 91 DVLOG(1) << "Empty MCS hostname provided."; 100 // Simlarly we might have to default the port, when only hostname is 291 // Get alternative hostname or use default. 317 // Get alternative hostname or use default.
|
/external/chromium_org/net/dns/ |
host_resolver_impl.h | 29 // For each hostname that is requested, HostResolver creates a 87 // Maximum number retry attempts to resolve the hostname. 164 // ERR_NAME_NOT_RESOLVED if either hostname is invalid or IP literal is 195 // Returns the (hostname, address_family) key to use for |info|, choosing an 280 // True iff ProcTask has successfully resolved a hostname known to have IPv6
|
/external/libxml2/ |
nanohttp.c | 133 char *hostname; /* the host name */ member in struct:xmlNanoHTTPCtxt 288 if (ctxt->hostname != NULL) { 289 xmlFree(ctxt->hostname); 290 ctxt->hostname = NULL; 316 ctxt->hostname = (char *) xmlCharStrndup(uri->server + 1, len -2); 318 ctxt->hostname = xmlMemStrdup(uri->server); 320 ctxt->hostname = xmlMemStrdup(uri->server); 419 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname); 795 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname); [all...] |
/external/smack/src/org/jivesoftware/smack/sasl/ |
SASLMechanism.java | 63 protected String hostname;
field in class:SASLMechanism 76 * @param host the hostname where the user account resides.
88 this.hostname = host;
101 * @param host the hostname where the user account resides.
181 rcb.setText(hostname);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WifiConfigHelper.java | 136 * validate syntax of hostname and port entries 139 public static int validate(String hostname, String port, String exclList) { 140 Matcher match = HOSTNAME_PATTERN.matcher(hostname); 150 if (hostname.length() > 0 && port.length() == 0) { 155 if (hostname.length() == 0) {
|
/external/mksh/src/ |
dot.mkshrc | 31 PS1='#'; (( USER_ID )) && PS1='$'; [[ ${HOSTNAME:=$(ulimit -c 0; hostname -s \ 32 2>/dev/null)} = *([ ]|localhost) ]] && HOSTNAME=$(ulimit -c 0; hostname \ 33 2>/dev/null); : ${EDITOR:=/bin/ed} ${HOSTNAME:=nil} ${TERM:=vt100} 39 REPLY+=@${HOSTNAME%%.*}: 47 } '"$PS1 "; export EDITOR HOSTNAME MKSH TERM USER
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountCheckSettingsFragment.java | 100 * @param hostName Passed back from the MessagingException 102 void onCheckSettingsSecurityRequired(String hostName); 233 String hostName = ex.getMessage(); 234 if (hostName != null) { 235 hostName = hostName.trim(); 237 getCallbackTarget().onCheckSettingsSecurityRequired(hostName);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winldap.h | 245 WINLDAPAPI LDAP *LDAPAPI ldap_openW(const PWCHAR HostName,ULONG PortNumber); 246 WINLDAPAPI LDAP *LDAPAPI ldap_openA(const PCHAR HostName,ULONG PortNumber); 247 WINLDAPAPI LDAP *LDAPAPI ldap_initW(const PWCHAR HostName,ULONG PortNumber); 248 WINLDAPAPI LDAP *LDAPAPI ldap_initA(const PCHAR HostName,ULONG PortNumber); 249 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitW(PWCHAR HostName,ULONG PortNumber,int secure); 250 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitA(PCHAR HostName,ULONG PortNumber,int secure); 258 WINLDAPAPI LDAP *LDAPAPI ldap_open(PCHAR HostName,ULONG PortNumber); 259 WINLDAPAPI LDAP *LDAPAPI ldap_init(PCHAR HostName,ULONG PortNumber); 260 WINLDAPAPI LDAP *LDAPAPI ldap_sslinit(PCHAR HostName,ULONG PortNumber,int secure); 263 WINLDAPAPI LDAP *LDAPAPI cldap_openW(PWCHAR HostName,ULONG PortNumber) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urlparse.py | 55 self.assertEqual(result3.hostname, result.hostname) 79 self.assertEqual(result3.hostname, result.hostname) 346 for url, hostname, port in [ 369 self.assertEqual((urlparsed.hostname, urlparsed.port) , (hostname, port)) 404 self.assertEqual(p.hostname, "www.python.org") 419 self.assertEqual(p.hostname, "www.python.org") 436 self.assertEqual(p.hostname, "www.python.org" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urlparse.py | 55 self.assertEqual(result3.hostname, result.hostname) 79 self.assertEqual(result3.hostname, result.hostname) 346 for url, hostname, port in [ 369 self.assertEqual((urlparsed.hostname, urlparsed.port) , (hostname, port)) 404 self.assertEqual(p.hostname, "www.python.org") 419 self.assertEqual(p.hostname, "www.python.org") 436 self.assertEqual(p.hostname, "www.python.org" [all...] |
/external/chromium_org/third_party/libxml/src/ |
nanohttp.c | 138 char *hostname; /* the host name */ member in struct:xmlNanoHTTPCtxt 291 if (ctxt->hostname != NULL) { 292 xmlFree(ctxt->hostname); 293 ctxt->hostname = NULL; 315 ctxt->hostname = xmlMemStrdup(uri->server); 414 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname); 790 xmlStrcat(tmp_http, (const xmlChar *) ctxt->hostname); [all...] |
/external/chromium_org/net/http/ |
http_auth_handler_ntlm_portable.cc | 443 const std::string& hostname, 516 // Get workstation name (use local machine's hostname). 519 // hostname is ASCII, so we can do a simple zero-pad expansion: 520 ucs_host_buf.assign(hostname.begin(), hostname.end()); 528 host_ptr = hostname.data(); 529 host_len = hostname.length(); 690 std::string hostname = get_host_name_proc_(); local 691 if (hostname.empty()) 697 hostname, rand_buf [all...] |
transport_security_state_unittest.cc | 201 static bool StaticShouldRedirect(const char* hostname) { 205 hostname, true /* SNI ok */, &domain_state) && 209 static bool HasStaticState(const char* hostname) { 212 return state.GetStaticDomainState(hostname, true /* SNI ok */, &domain_state); 215 static bool HasStaticPublicKeyPins(const char* hostname, bool sni_enabled) { 218 if (!state.GetStaticDomainState(hostname, sni_enabled, &domain_state)) 224 static bool HasStaticPublicKeyPins(const char* hostname) { 225 return HasStaticPublicKeyPins(hostname, true); 228 static bool OnlyPinningInStaticState(const char* hostname) { 231 if (!state.GetStaticDomainState(hostname, true /* SNI ok */, &domain_state) [all...] |
/external/chromium_org/url/ |
gurl_unittest.cc | 51 EXPECT_EQ("something:///HOSTNAME.com/", 52 TypesTestCase("something:///HOSTNAME.com/")); 55 EXPECT_EQ("http://hostname.com/", TypesTestCase("http:HOSTNAME.com")); 56 EXPECT_EQ("http://hostname.com/", TypesTestCase("http:/HOSTNAME.com")); 57 EXPECT_EQ("http://hostname.com/", TypesTestCase("http://HOSTNAME.com")); 58 EXPECT_EQ("http://hostname.com/", TypesTestCase("http:///HOSTNAME.com")) [all...] |
/external/dnsmasq/contrib/lease-access/ |
lease.access.patch | 217 - char *hostname, time_t now); 218 + char *hostname, time_t now, unsigned int uid); 363 -void queue_script(int action, struct dhcp_lease *lease, char *hostname, time_t now) 364 +void queue_script(int action, struct dhcp_lease *lease, char *hostname, time_t now, unsigned int uid) 535 - queue_script(ACTION_DEL, lease, lease->hostname, now); 536 + queue_script(ACTION_DEL, lease, lease->hostname, now, 0); 553 - queue_script(lease->new ? ACTION_ADD : ACTION_OLD, lease, lease->hostname, now); 554 + queue_script(lease->new ? ACTION_ADD : ACTION_OLD, lease, lease->hostname, now, 0); 568 address of the host (or "<null>"), the IP address, and the hostname, 571 dnsmasq starts or a change to MAC address or hostname of an existin [all...] |
/external/tcpdump/ |
print-pptp.c | 108 u_char hostname[64]; member in struct:pptp_msg_sccrq 120 u_char hostname[64]; member in struct:pptp_msg_sccrp 252 2 u_char hostname[64]; 412 pptp_hostname_print(const u_char *hostname) 414 printf(" HOSTNAME(%.64s)", hostname); 604 TCHECK(ptr->hostname); 605 pptp_hostname_print(&ptr->hostname[0]); 634 TCHECK(ptr->hostname); 635 pptp_hostname_print(&ptr->hostname[0]) [all...] |
/external/dnsmasq/src/ |
rfc2131.c | 104 char *hostname, 133 char *hostname = NULL, *offer_hostname = NULL, *client_hostname = NULL, *domain = NULL; local 390 hostname = config->hostname; 480 if (hostname) 481 lease_set_hostname(lease, hostname, 1); 489 do_options(context, mess, end, NULL, hostname, get_domain(mess->yiaddr), 562 hostname = config->hostname; 565 /* be careful not to send an OFFER with a hostname not matching the DISCOVER. * [all...] |
/external/chromium_org/chrome/browser/resources/quota_internals/ |
event_handler.js | 218 * storage type and hostname. 220 * @param {!string} host Hostname. 240 * storage type, hostname and origin url. 242 * @param {!string} host Hostname. 313 * Hostname of the entry. (e.g. 'example.com') 355 * Hostname of the entry.
|
/external/chromium_org/tools/ |
post_perf_builder_job.py | 25 # Hostname of the tryserver where perf bisect builders are hosted. This is used 57 'host': Hostname of the try server. 66 raise ValueError('Hostname of server to connect is missing.') 211 builder_host: Hostname of the server where the builder is hosted. 230 builder_host: Hostname of the server where the builder is hosted. 272 builder_host: Hostname of the server where the builder is hosted.
|
/external/fio/ |
README | 251 'type,hostname or IP,port'. 'type' is either 'ip' (or ip4) for TCP/IP v4, 253 'hostname' is either a hostname or IP address, and 'port' is the port to 260 2) fio --server=ip:hostname,4444 262 Start a fio server, listening on IP belonging to hostname and on port 4444. 287 does on the server side, to allow IP/hostname/socket and port strings.
|
/external/lldb/test/pexpect-2.4/ |
pxssh.py | 38 hostname = raw_input('hostname: ') 41 s.login (hostname, username, password) 67 hostname = raw_input('hostname: ') 70 s.login (hostname, username, password)
|