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

1 2 3 4 5 67 8 91011>>

  /external/tensorflow/tensorflow/stream_executor/
stream.h 44 namespace host { namespace in namespace:perftools::gputools
49 } // namespace host
86 // BlockHostUntilDone() is invoked, which synchronously joins host code with
129 // Return the sub-stream back to the host stream so that it can be reused
    [all...]
  /external/valgrind/tests/
s390x_features.c 32 // z9 -- Host needs to be a z9 (and nothing else)
33 // z9: -- Host needs to be a z9 or any later model
34 // :z9 -- Host needs to be a model up to and including z9
35 // z900:z9 -- Host needs to be at least a z900 and at most a z9.
206 model_info *host, *from, *to, *p; local
243 /* Host provides facility. If no CPU was specified, we're done. */
246 host = get_host();
247 if (host == NULL) return 1; // unknown model
249 // printf("host = %s (%s)\n", host->cpuinfo_name, host->real_name)
    [all...]
  /external/webrtc/webrtc/base/
httprequest.h 44 // The DNS name of the host to connect to.
45 const std::string& host() { return host_; } function in class:rtc::HttpRequest
46 void set_host(const std::string& host) { host_ = host; }
48 // The port to connect to on the target host.
  /external/webrtc/webrtc/p2p/client/
httpportallocator.cc 157 // Choose the next host to try.
158 std::string host = relay_hosts_[attempts_ % relay_hosts_.size()]; local
160 LOG(LS_INFO) << "HTTPPortAllocator: sending to relay host " << host;
165 SendSessionRequest(host, rtc::HTTP_SECURE_PORT);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardMessageArea.java 158 AnnounceRunnable(View host, CharSequence textToAnnounce) {
159 mHost = new WeakReference<View>(host);
165 final View host = mHost.get(); local
166 if (host != null) {
167 host.announceForAccessibility(mTextToAnnounce);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileServicesTest.java 59 QSTileHost host = new QSTileHost(mContext, null, local
61 mTileService = new TestTileServices(host, Looper.getMainLooper());
128 public TestTileServices(QSTileHost host, Looper looper) {
129 super(host, looper);
  /frameworks/base/services/core/java/com/android/server/pm/
IntentFilterVerificationState.java 99 String host = mHosts.valueAt(i); local
101 if (host.startsWith("*.")) {
102 host = host.substring(2);
104 sb.append(host);
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/media/
PlaybackBannerControlGlueTest.java 80 PlaybackGlueHostImpl host = new PlaybackGlueHostImpl(); local
82 mGlue.setHost(host);
83 assertSame(mGlue, host.mGlue);
84 assertSame(host, mGlue.getHost());
85 assertTrue(host.mPlaybackRowPresenter instanceof PlaybackControlsRowPresenter);
86 assertTrue(host.mRow instanceof PlaybackControlsRow);
105 PlaybackGlueHostImpl host = new PlaybackGlueHostImpl(); local
107 mGlue.setHost(host);
108 assertSame(mGlue, host.mGlue);
109 assertSame(host, mGlue.getHost())
126 PlaybackGlueHostImpl host = new PlaybackGlueHostImpl(); local
154 PlaybackGlueHostImpl host = new PlaybackGlueHostImpl(); local
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
SSLSocketBenchmark.java 43 final InetAddress host; field in class:SSLSocketBenchmark.WebSite
50 this.host = InetAddress.getByName(url.getHost());
63 + "Host: " + host + portString + "\r\n"
83 Socket s = sf.createSocket(webSite.host, webSite.port);
  /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...]
  /libcore/ojluni/src/main/java/java/net/
CookieManager.java 327 // Domain Defaults to the effective request-host. (Note that because
328 // there is no dot at the beginning of effective request-host,
331 String host = uri.getHost(); local
332 if (host != null && !host.contains("."))
333 host += ".local";
334 cookie.setDomain(host);
InetSocketAddress.java 214 * is called with the host name as its argument to check the permission
221 * @param hostname the Host name
226 * permission to resolve the host name is
233 String host = null; local
237 host = hostname;
239 holder = new InetSocketAddressHolder(host, addr, checkPort(port));
258 * @param host the Host name
268 public static InetSocketAddress createUnresolved(String host, int port) {
269 return new InetSocketAddress(checkPort(port), checkHost(host));
    [all...]
  /libcore/ojluni/src/main/java/sun/net/spi/
DefaultProxySelector.java 64 * - subsequent elements are prefixes for Host & Port properties
157 String host = uri.getHost(); local
159 if (host == null) {
178 host = auth;
182 if (protocol == null || host == null) {
183 throw new IllegalArgumentException("protocol = "+protocol+" host = "+host);
208 final String urlhost = host.toLowerCase();
233 phost = NetProperties.get(props[i][j]+"Host");
260 // If a Proxy Host is defined for that protoco
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/
URLConnection.java 239 public synchronized static void setProxiedHost(String host) {
240 proxiedHosts.put(host.toLowerCase(), null);
243 public synchronized static boolean isProxiedHost(String host) {
244 return proxiedHosts.containsKey(host.toLowerCase());
  /libcore/ojluni/src/main/java/sun/security/x509/
URIName.java 44 * address as the host.
47 * (e.g., "http" is equivalent to "HTTP"). The host part is also not
50 * MUST compare the scheme and host without regard to case, but assume
63 * of an IP-based protocol to a specified host on the Internet use a
66 * //<user>:<password>@<host>:<port>/<url-path>
85 private String host; field in class:URIName
115 host = uri.getHost();
116 // RFC 3280 says that the host should be non-null, but we allow it to
120 if (host != null) {
121 if (host.charAt(0) == '[')
165 String host = uri.getSchemeSpecificPart(); local
    [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.15-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.h 33 char host; member in struct:ip_addr_t
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/host/
CoverageMeasurementForwarderTest.java 16 package com.android.tradefed.testtype.host;
  /build/make/core/
main.mk 48 # and host information.
418 NOTICE-HOST-%: ;
497 # APPS:Quake or HOST:SHARED_LIBRARIES:libutils.
531 # If a module is for a cross host os, the required modules must be for
562 # host dynamic binaries so that the timestamp of the final binary always
565 define add-required-host-so-deps
569 # Sets up dependencies such that whenever a host module is installed,
570 # any other host modules listed in $(ALL_MODULES.$(m).REQUIRED) will also be installed
571 define add-all-host-to-host-required-modules-dep
    [all...]
definitions.mk 80 # Target and host installed module's dependencies on shared libraries.
96 HOST_DISPLAY := host
97 HOST_CROSS_DISPLAY := host cross
501 define def-host-aux-target
502 $(eval _idf_val_:=$(if $(strip $(LOCAL_IS_HOST_MODULE)),HOST,$(if $(strip $(LOCAL_IS_AUX_MODULE)),AUX,))) \
508 ## { HOST, HOST_CROSS, AUX, TARGET }
514 # => HOST;
518 $(eval _idf_pfx_:=$(if $(strip $(1)),$(if $(_idf_pfx_),$(_idf_pfx_),$(if $(strip $(2)),HOST_CROSS,HOST)),TARGET)) \
533 # $(3): { HOST, HOST_CROSS, AUX, <empty (TARGET)>, <other non-empty (HOST)> }
    [all...]
  /art/build/
Android.gtest.mk 201 patchoatd-host
221 dexoptanalyzerd-host
233 dex2oatd-host
240 dex2oatd-host
249 ART_GTEST_dexdiag_test_HOST_DEPS := dexdiag-host
257 dexdump2-host
268 dexlayoutd-host \
269 dexdump2-host
280 dexlist-host
287 # For the host, also add the installed tool (in the base size, that should suffice). For th
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 516 // Create a host and start listening.
517 final AppWidgetHost host = new AppWidgetHost(getInstrumentation().getTargetContext(), 0); local
518 host.deleteHost();
519 host.startListening();
526 final int appWidgetId = host.allocateAppWidgetId();
558 host.deleteAppWidgetId(appWidgetId);
559 host.deleteHost();
    [all...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 98 @AppModeInstant(reason = "Instant apps cannot provide or host app widgets")
106 @AppModeInstant(reason = "Instant apps cannot provide or host app widgets")
111 // Create a host and start listening.
112 AppWidgetHost host = new AppWidgetHost(getInstrumentation().getTargetContext(), 0); local
114 assertSame(AppWidgetManager.INVALID_APPWIDGET_ID, host.allocateAppWidgetId());
117 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
127 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
138 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
160 @AppModeFull(reason = "Instant apps cannot provide or host app widgets")
163 // Create a host and start listening
164 AppWidgetHost host = new AppWidgetHost(getInstrumentation().getTargetContext(), 0); local
246 AppWidgetHost host = new AppWidgetHost(getInstrumentation().getTargetContext(), 0); local
358 AppWidgetHost host = new AppWidgetHost(getInstrumentation().getTargetContext(), 0); local
438 AppWidgetHost host = new AppWidgetHost( local
487 AppWidgetHost host = new AppWidgetHost( local
541 AppWidgetHost host = new AppWidgetHost( local
588 AppWidgetHost host = new AppWidgetHost( local
691 AppWidgetHost host = new AppWidgetHost( local
755 AppWidgetHost host = new AppWidgetHost( local
847 AppWidgetHost host = new AppWidgetHost( local
919 AppWidgetHost host = new AppWidgetHost( local
1013 AppWidgetHost host = new AppWidgetHost( local
1090 AppWidgetHost host = new AppWidgetHost( local
1202 final AppWidgetHost host = new AppWidgetHost(context, 0); local
    [all...]
  /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 
  /frameworks/support/leanback/src/main/java/androidx/leanback/media/
PlaybackBaseControlGlue.java 223 protected void onAttachedToHost(PlaybackGlueHost host) {
224 super.onAttachedToHost(host);
225 host.setOnKeyInterceptListener(this);
226 host.setOnActionClickedListener(this);
229 host.setPlaybackRowPresenter(getPlaybackRowPresenter());
230 host.setPlaybackRow(getControlsRow());
232 mPlayerCallback = host.getPlayerCallback();
234 mPlayerAdapter.onAttachedToHost(host);

Completed in 430 milliseconds

1 2 3 4 5 67 8 91011>>