HomeSort by relevance Sort by last modified time
    Searched defs:host (Results 201 - 225 of 1129) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libvncserver/libvncserver/
httpd.c 229 char host[1024]; local
231 if(getnameinfo((struct sockaddr*)&addr, addrlen, host, sizeof(host), NULL, 0, NI_NUMERICHOST) != 0) {
233 host[0] = '\0';
236 memcpy(host, inet_ntoa(addr.sin_addr), sizeof(host));
238 if(!hosts_ctl("vnc",STRING_UNKNOWN, host,
241 host);
403 char host[1024]; local
404 if(getnameinfo((struct sockaddr*)&addr, addrlen, host, sizeof(host), NULL, 0, NI_NUMERICHOST) != 0)
    [all...]
sockets.c 465 char host[1024]; local
466 if(getnameinfo((struct sockaddr*)&addr, addrlen, host, sizeof(host), NULL, 0, NI_NUMERICHOST) != 0) {
469 rfbLog("Got connection from client %s\n", host);
530 char *host,
536 rfbLog("Making connection to client on host %s port %d\n",
537 host,port);
539 if ((sock = rfbConnectToTcpAddr(host, port)) < 0) {
965 rfbConnectToTcpAddr(char *host,
980 if ((rv = getaddrinfo(host, port_str, &hints, &servinfo)) != 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 90 * Destroy HW storage if separate from the host surface.
91 * In the GB case, the HW storage is associated with the host surface
198 * as svga_screen_surface_create might have passed a recycled host
336 * Issue DMA commands to transfer guest memory to the host.
346 struct svga_winsys_surface *host = sbuf->handle; local
383 swc->surface_relocation(swc, &cmd->host.sid, NULL, host, surface_flags);
384 cmd->host.face = 0;
385 cmd->host.mipmap = 0;
413 * Issue commands to transfer guest memory to the host
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 28 import gov.nist.core.Host;
135 this.sentByHostPort.setHost(new Host(ipAddress.getHostAddress()));
171 Host host = new Host(); local
172 host.setHostname(this.getIpAddress().getHostAddress());
173 via.setHost(host);
226 this.sentByHostPort.setHost( new Host(ipAddress.getHostAddress()));
241 this.sentByHostPort.setHost(new Host(sentBy));
244 this.sentByHostPort.setHost(new Host(sentBy.substring(0, ind)))
    [all...]
  /external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
HttpLoggingInterceptorTest.java 49 private String host; field in class:HttpLoggingInterceptorTest
70 host = server.getHostName() + ":" + server.getPort();
180 .assertLogEqual("Host: " + host)
217 .assertLogEqual("Host: " + host)
252 .assertLogEqual("Host: " + host)
296 .assertLogEqual("Host: " + host)
    [all...]
  /external/perfetto/src/ipc/
host_impl_unittest.cc 149 FAIL() << "Unexpected frame received from host " << frame->msg_case();
169 Host* host = Host::CreateInstance(kSockName, task_runner_.get()).release(); variable
170 ASSERT_NE(nullptr, host);
171 host_.reset(static_cast<HostImpl*>(host));
  /external/python/cpython2/Lib/test/
test_imaplib.py 143 server, thread = self.make_server((support.HOST, 0), hdlr)
195 host = 'cyrus.andrew.cmu.edu' variable in class:RemoteIMAPTest
202 with transient_internet(self.host):
203 self.server = self.imap_class(self.host, self.port)
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
HttpFacade.java 209 @Rpc(description = "Ping to host(URL or IP), return success (true) or fail (false).")
211 public Boolean pingHost(@RpcParameter(name = "host") String hostString,
215 String host; local
218 host = url.getHost();
221 host = hostString;
224 Log.d("Host:" + host);
232 pingCmdString = pingCmdString + host;
  /external/syslinux/gpxe/src/include/gpxe/
uri.h 31 * scheme = "http", host = "www.etherboot.org", path = "/wiki"
44 * host = "insecure.org", port = "8081", path = "/hidden/path/to",
58 /** Host name */
59 const char *host; member in struct:uri
  /external/syslinux/gpxe/src/net/tcp/
http.c 420 const char *host = http->uri->host; local
458 "Host: %s\r\n"
466 host ) ) != 0 ) {
543 if ( ! uri->host )
566 uri->host, NULL ) ) != 0 )
  /external/tensorflow/tensorflow/core/platform/
env_test.cc 281 StringPiece scheme, host, path; variable
282 io::ParseURI(dir, &scheme, &host, &path);
297 StringPiece scheme, host, path; variable
298 io::ParseURI(dir, &scheme, &host, &path);
302 if (host != "testhost") {
303 return errors::FailedPrecondition("host must be testhost");
file_system.cc 235 StringPiece scheme, host, remaining_dir; local
236 io::ParseURI(dirname, &scheme, &host, &remaining_dir);
239 Status status = FileExists(io::CreateURI(scheme, host, remaining_dir));
260 Status status = CreateDir(io::CreateURI(scheme, host, built_path));
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 18 #include "tensorflow/stream_executor/host/host_gpu_executor.h"
23 #include "tensorflow/stream_executor/host/host_platform_id.h"
24 #include "tensorflow/stream_executor/host/host_stream.h"
25 #include "tensorflow/stream_executor/host/host_timer.h"
33 namespace host { namespace in namespace:perftools::gputools
95 // Enqueue this [asynchronous] "device-to-device" (i.e., host-to-host, given
268 } // namespace host
  /external/testng/src/test/java/test/distributed/
DistributedTest.java 144 String host = tr.getHost(); local
146 found1 = host.contains(m_ports[0]);
149 found2 = host.contains(m_ports[1]);
  /external/v8/src/heap/
objects-visiting-inl.h 230 Code* host = rinfo->host(); local
231 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, object);
235 if (!host->IsWeakObject(object)) {
246 Code* host = rinfo->host(); local
247 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, cell);
248 if (!host->IsWeakObject(cell)) {
260 Code* host = rinfo->host(); local
271 Code* host = rinfo->host(); local
282 Code* host = rinfo->host(); local
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclientsettings.h 28 void set_host(const std::string& host) { host_ = host; }
46 const std::string& host() const { return host_; } function in class:buzz::XmppUserSettings
83 void set_proxy_host(const std::string& host) { proxy_host_ = host; }
  /frameworks/base/core/java/android/net/
Proxy.java 102 * @param ctx A Context used to get the settings for the proxy host.
104 * @return Proxy (java.net) object containing the host name. If the
105 * user did not set a hostname it returns the default host.
106 * A null value means that no host is to be used.
110 String host = ""; local
111 if ((url != null) && !isLocalHost(host)) {
126 * Return the proxy host set by the user.
127 * @param ctx A Context used to get the settings for the proxy host.
128 * @return String containing the host name. If the user did not set a host
173 String host = System.getProperty("http.proxyHost"); local
243 String host = null; local
    [all...]
  /frameworks/base/media/java/android/media/
Media2HTTPConnection.java 154 String host = url.getHost(); local
156 if (host == null) {
161 if (host.equalsIgnoreCase("localhost")) {
164 if (NetworkUtils.numericToInetAddress(host).isLoopbackAddress()) {
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/media/
PlaybackTransportControlGlueTest.java 88 PlaybackGlueHostImpl host = new PlaybackGlueHostImpl();
89 mGlue.setHost(host);
117 PlaybackGlueHostImpl host = new PlaybackGlueHostImpl(); local
119 mGlue.setHost(host);
120 assertSame(mGlue, host.mGlue);
121 assertSame(host, mGlue.getHost());
122 assertTrue(host.mPlaybackRowPresenter instanceof PlaybackTransportRowPresenter);
123 assertTrue(host.mRow instanceof PlaybackControlsRow);
142 PlaybackGlueHostImpl host = new PlaybackGlueHostImpl(); local
144 mGlue.setHost(host);
163 PlaybackGlueHostImpl host = new PlaybackGlueHostImpl(); local
191 PlaybackGlueHostImpl host = new PlaybackGlueHostImpl(); local
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsFragmentBackgroundController.java 224 * creates a VideoFragment and VideoFragmentGlueHost to host the PlaybackGlue.
315 * When fragment is started and no running transition. First set host if not yet set, second
376 * Creates a Fragment to host {@link PlaybackGlue}. Returns a new {@link VideoFragment} by
389 * Creates a PlaybackGlueHost to host PlaybackGlue. App may override this if it overrides
394 * @return A new PlaybackGlueHost to host PlaybackGlue.
404 PlaybackGlueHost host = onCreateGlueHost(); local
406 host.showControlsOverlay(false);
408 host.hideControlsOverlay(false);
410 return host;
DetailsSupportFragmentBackgroundController.java 219 * creates a VideoSupportFragment and VideoSupportFragmentGlueHost to host the PlaybackGlue.
310 * When fragment is started and no running transition. First set host if not yet set, second
371 * Creates a Fragment to host {@link PlaybackGlue}. Returns a new {@link VideoSupportFragment} by
384 * Creates a PlaybackGlueHost to host PlaybackGlue. App may override this if it overrides
389 * @return A new PlaybackGlueHost to host PlaybackGlue.
399 PlaybackGlueHost host = onCreateGlueHost(); local
401 host.showControlsOverlay(false);
403 host.hideControlsOverlay(false);
405 return host;
  /libcore/benchmarks/src/benchmarks/regression/
HostnameVerifierBenchmark.java 45 "www.ubs.com"}) String host; field in class:HostnameVerifierBenchmark
53 URL url = new URL("https", host, "/");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContext2Test.java 109 sslC.createSSLEngine("host",1);
125 assertNull("Incorrect host", sslE.getPeerHost());
127 String host = "ZZZ"; local
129 sslE = sslC.createSSLEngine(host, port);
131 assertEquals("Incorrect host", sslE.getPeerHost(), host);
  /libcore/ojluni/src/main/java/java/net/
URLStreamHandler.java 127 String host = u.getHost(); local
177 host = authority = spec.substring(start, i);
184 host = null;
187 host = authority.substring(ind+1);
192 if (host != null) {
193 // If the host is surrounded by [ and ] then its an IPv6
195 if (host.length()>0 && (host.charAt(0) == '[')) {
196 if ((ind = host.indexOf(']')) > 2) {
198 String nhost = host ;
558 u.set(u.getProtocol(), host, port, authority, userInfo, path, query, ref); local
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
URLJarFile.java 104 String host = url.getHost(); local
105 if (host == null || host.equals("") || host.equals("~") ||
106 host.equalsIgnoreCase("localhost"))

Completed in 533 milliseconds

1 2 3 4 5 6 7 891011>>