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

1 2 34 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetSocketAddressTest.java 47 new HostPortPair("strange host", 65535) };
50 legalHostPortPairs[i].host, legalHostPortPairs[i].port);
53 assertEquals(isa.getHostName(), legalHostPortPairs[i].host);
63 new HostPortPair("host", -1), new HostPortPair("host", 65536) };
67 illegalHostPortPairs[i].host,
69 fail("should throw IllegalArgumentException, host = "
70 + illegalHostPortPairs[i].host + ",port = "
82 String host; field in class:InetSocketAddressTest.HostPortPair
86 public HostPortPair(String host, int port)
    [all...]
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 147 struct hostent *host;
198 host = gethostbyaddr((char *)&permit.addr, sizeof(permit.addr), AF_INET);
205 host ? host->h_name : inet_ntoa (permit.addr),
214 host ? host->h_name : inet_ntoa (permit.addr),
221 host ? host->h_name : inet_ntoa (permit.addr),
145 struct hostent *host; local
  /packages/apps/Browser/src/com/android/browser/
Performance.java 60 String host; local
63 host = uri.getHost();
65 host = "browser";
67 host = host.replace('.', '_');
68 host += ".trace";
70 Debug.startMethodTracing(host, 20 * 1024 * 1024);
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
OverviewScreenAccessibilityDelegate.java 55 public boolean performAccessibilityAction(View host, int action, Bundle args) {
56 if (host != null) {
58 int index = mWorkspace.indexOfChild(host);
61 movePage(mWorkspace.indexOfChild(host) + 1, host); local
64 movePage(mWorkspace.indexOfChild(host) - 1, host); local
69 return super.performAccessibilityAction(host, action, args);
84 public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfo info) {
85 super.onInitializeAccessibilityNodeInfo(host, info)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraPreview.java 47 public CameraPreview(final CameraPreviewHost host) {
48 Assert.notNull(host);
49 Assert.notNull(host.getView());
50 mHost = host;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.h 33 char host; member in struct:ip_addr_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.h 33 char host; member in struct:ip_addr_t
  /ndk/build/core/
init.mk 110 # Function : host-prebuilt-tag
114 # Usage : $(call host-prebuilt-tag, <path>)
120 host-prebuilt-tag = $1/prebuilt/$(HOST_TAG)
122 host-prebuilt-tag = \
128 # Host system auto-detection.
133 # Determine host system and architecture from the environment
163 $(call ndk_log,Host OS was auto-detected: $(HOST_OS))
165 $(call ndk_log,Host OS from environment: $(HOST_OS))
187 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
209 $(call ndk_log, Host operating system detected: $(HOST_OS), base OS: $(HOST_OS_BASE)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /build/core/
definitions.mk 84 # Target and host installed module's dependencies on shared libraries.
423 # $(3): if non-empty, this is a HOST target.
434 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
473 # $(3): if non-empty, this is a HOST target.
483 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
518 define normalize-host-libraries
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java 49 TabHost host = mTabManager.handleCreateView(v); local
51 mTabManager.addTab(host.newTabSpec("result").setIndicator("Result"),
53 mTabManager.addTab(host.newTabSpec("contacts").setIndicator("Contacts"),
55 mTabManager.addTab(host.newTabSpec("apps").setIndicator("Apps"),
57 mTabManager.addTab(host.newTabSpec("throttle").setIndicator("Throttle"),
83 * associating fragments with the tabs in a tab host. DO NOT USE THIS.
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext2Test.java 114 sslC.createSSLEngine("host", 1);
130 assertNull("Incorrect host", sslE.getPeerHost());
132 String host = "ZZZ"; local
134 sslE = sslC.createSSLEngine(host, port);
136 assertEquals("Incorrect host", sslE.getPeerHost(), host);
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965Spec.java 213 * Set 'effective host name' as defined in RFC 2965.
215 * If a host name contains no dots, the effective host name is
217 * the effective host name is the same as the host name. Note
218 * that all effective host names contain at least one dot.
224 String host = origin.getHost(); local
226 // Test if the host name appears to be a fully qualified DNS name,
229 for (int i = 0; i < host.length(); i++) {
230 char ch = host.charAt(i)
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3nametest.c 82 "set CN: host: [*.example.com] matches [a.example.com]",
83 "set CN: host: [*.example.com] matches [b.example.com]",
84 "set CN: host: [*.example.com] matches [www.example.com]",
85 "set CN: host: [*.example.com] matches [xn--rger-koa.example.com]",
86 "set CN: host: [*.www.example.com] matches [test.www.example.com]",
87 "set CN: host: [*.www.example.com] matches [.www.example.com]",
88 "set CN: host: [*www.example.com] matches [www.example.com]",
89 "set CN: host: [test.www.example.com] matches [.www.example.com]",
90 "set CN: host-no-wildcards: [*.www.example.com] matches [.www.example.com]",
91 "set CN: host-no-wildcards: [test.www.example.com] matches [.www.example.com]"
271 int host; member in struct:set_name_fn
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
FileClientSessionCache.java 44 * This cache creates one file per SSL session using "host.port" for
118 * Gets the file name for the given host and port.
120 private static String fileName(String host, int port) {
121 if (host == null) {
122 throw new NullPointerException("host == null");
124 return host + "." + port;
128 public synchronized byte[] getSessionData(String host, int port) {
135 String name = fileName(host, port);
160 logReadError(host, file, e);
169 logReadError(host, file, e)
191 String host = session.getPeerHost(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildProperties.java 31 private String host = ""; field in class:BuildProperties
136 host = buildProperties.get("host").toString();
139 "Value for host not found in monitor.properties");
229 * Returns the host.
233 return host;
253 * Sets the host.
254 * @param host The host to set
256 public void setHost(String host) {
    [all...]
  /external/google-breakpad/src/common/windows/
http_upload.cc 82 wchar_t scheme[16], host[256], path[256]; local
88 components.lpszHostName = host;
89 components.dwHostNameLength = sizeof(host) / sizeof(host[0]);
113 host,
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 135 vchar_t *host; member in struct:xauth_ldap_config
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandlerCollection.java 200 // { virtual host => context }
217 String host = normalizeHostname(request.getServerName()); local
220 list=hosts.get(host);
230 list=hosts.get("*."+host.substring(host.indexOf(".")+1));
240 // will handle any request that does not match to a specific virtual host above
321 private String normalizeHostname( String host )
323 if ( host == null )
326 if ( host.endsWith( "." ) )
327 return host.substring( 0, host.length() -1)
    [all...]
  /external/libvncserver/libvncserver/
httpd.c 217 char host[1024]; local
219 if(getnameinfo((struct sockaddr*)&addr, addrlen, host, sizeof(host), NULL, 0, NI_NUMERICHOST) != 0) {
221 host[0] = '\0';
224 memcpy(host, inet_ntoa(addr.sin_addr), sizeof(host));
226 if(!hosts_ctl("vnc",STRING_UNKNOWN, host,
229 host);
390 char host[1024]; local
391 if(getnameinfo((struct sockaddr*)&addr, addrlen, host, sizeof(host), NULL, 0, NI_NUMERICHOST) != 0)
    [all...]
sockets.c 439 char host[1024]; local
440 if(getnameinfo((struct sockaddr*)&addr, addrlen, host, sizeof(host), NULL, 0, NI_NUMERICHOST) != 0) {
443 rfbLog("Got connection from client %s\n", host);
503 char *host,
509 rfbLog("Making connection to client on host %s port %d\n",
510 host,port);
512 if ((sock = rfbConnectToTcpAddr(host, port)) < 0) {
938 rfbConnectToTcpAddr(char *host,
953 if ((rv = getaddrinfo(host, port_str, &hints, &servinfo)) != 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 149 * as svga_screen_surface_create might have passed a recycled host
181 struct svga_winsys_surface *host = sbuf->handle; local
216 swc->surface_relocation(swc, &cmd->host.sid, host, surface_flags);
217 cmd->host.face = 0;
218 cmd->host.mipmap = 0;
398 * host buffer data, for SW TNL, and the host never modifies the buffer.
459 * Upload the buffer to the host in a piecewise fashion.

Completed in 322 milliseconds

1 2 34 5 6 7 8 91011>>