HomeSort by relevance Sort by last modified time
    Searched defs:host (Results 376 - 400 of 695) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/msan/tests/
msan_test.cc 945 char host[500]; local
947 int res = getnameinfo((struct sockaddr *)&sai, sizeof(sai), host,
948 sizeof(host), serv, sizeof(serv), 0);
950 EXPECT_NOT_POISONED(host[0]);
951 EXPECT_POISONED(host[sizeof(host) - 1]);
953 ASSERT_NE(0U, strlen(host));
1110 int res = gethostbyname_r("bad-host-name", &he, buf, sizeof(buf), &result, &err);
    [all...]
  /external/elfutils/src/backends/
Makefile 349 host = x86_64-unknown-linux-gnu macro
    [all...]
  /external/libvncserver/examples/
Makefile 341 host = x86_64-unknown-linux-gnu macro
  /external/libvncserver/rfb/
rfb.h 462 char *host; member in struct:_rfbClientRec
753 extern int rfbConnect(rfbScreenInfoPtr rfbScreen, char* host, int port);
754 extern int rfbConnectToTcpAddr(char* host, int port);
786 extern rfbClientPtr rfbReverseConnection(rfbScreenInfoPtr rfbScreen,char *host, int port);
    [all...]
  /external/libvncserver/x11vnc/
screen.c 767 rfbLog("framebuffer requested in -nofb mode by client %s\n", cl->host);
3763 char *host = this_host(); local
3827 char *host = this_host(); local
    [all...]
  /external/openssh/
channels.c 115 /* XXX: streamlocal wants a path instead of host:port */
119 char *host_to_connect; /* Connect to 'host'. */
126 /* List of all permitted host/port pairs to connect by the user. */
129 /* List of all permitted host/port pairs to connect by the admin. */
132 /* Number of permitted host/port pairs in the array permitted by the user. */
135 /* Number of permitted host/port pair in the array permitted by the admin. */
1046 char *p, *host; local
1108 host = inet_ntoa(s4_req.dest_addr);
1109 c->path = xstrdup(host);
1114 debug2("channel %d: decode socks4a: host %s/%d"
2670 char *host, *originator_string; local
2804 const char *host, *addr; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
maven-settings-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /external/elfutils/src/src/
Makefile 404 host = x86_64-unknown-linux-gnu macro
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 180 domainname host; member in struct:request_state::__anon16028::__anon16030
1593 char domain[MAX_ESCAPED_DOMAIN_NAME], host[MAX_ESCAPED_DOMAIN_NAME]; local
    [all...]
  /external/v8/src/heap/
mark-compact.cc 74 if (!rinfo->host()->IsWeakObject(rinfo->target_object())) {
81 Code* code = rinfo->host();
4485 Code* host = local
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 4186 String host = sa.getNonConfigurationString( local
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 636 AppWidgetHostView host = (AppWidgetHostView) rootParent; local
637 intent.putExtra(EXTRA_REMOTEADAPTER_APPWIDGET_ID, host.getAppWidgetId());
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 333 SSLSocket client = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
391 final SSLSocket client1 = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
404 final SSLSocket client2 = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
426 SSLSocket client = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
457 SSLSocket client = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
488 clientContext.getSocketFactory().createSocket(c.host, c.port);
508 c.clientContext.getSocketFactory().createSocket(c.host, c.port);
630 c.clientContext.getSocketFactory().createSocket(c.host, c.port);
657 SSLSocket client = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
694 SSLSocket client = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
1357 InetAddress host = InetAddress.getLocalHost(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 398 AppsCustomizeTabHost host = (AppsCustomizeTabHost) getTabHost(); local
399 final boolean hostIsTransitioning = host.isTransitioning();
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 
  /external/elfutils/src/tests/
Makefile 851 host = x86_64-unknown-linux-gnu macro
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 490 host name rather than the IP address. added
507 #define CURLSSH_AUTH_HOST (1<<2) /* host key files */
540 CURLKHMATCH_MISMATCH, /* host found, key mismatch! */
541 CURLKHMATCH_MISSING, /* no matching host/key found */
1819 const char *host; \/* OS\/host\/cpu\/machine when configured *\/ member in struct:__anon9641
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 9976 const domainname *host = sr->RR_SRV.AutoTarget ? mDNSNULL : &sr->RR_SRV.resrec.rdata->u.srv.target; local
    [all...]

Completed in 787 milliseconds

<<11121314151617181920>>