Searched refs:host (Results 51 - 75 of 199) sorted by relevance

12345678

/frameworks/compile/mclinker/lib/Object/
H A DAndroid.mk8 # For the host
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAndroid.mk17 # For the host
/frameworks/compile/mclinker/lib/Target/ARM/
H A DAndroid.mk18 # For the host
/frameworks/compile/mclinker/lib/Target/
H A DAndroid.mk16 # For the host
/frameworks/compile/mclinker/lib/Target/Mips/
H A DAndroid.mk16 # For the host
/frameworks/compile/mclinker/lib/Target/X86/
H A DAndroid.mk13 # For the host
/frameworks/compile/mclinker/
H A Dmcld-host-build.mk29 $(LLVM_ROOT_PATH)/host/include \
/frameworks/compile/slang/BitWriter_2_9/
H A DAndroid.mk11 # For the host
/frameworks/compile/slang/BitWriter_2_9_func/
H A DAndroid.mk11 # For the host
/frameworks/rs/
H A Drun_rs_cts.sh7 CTS_TRADEFED=$ANDROID_BUILD_TOP/out/host/linux-x86/bin/cts-tradefed
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardMessageArea.java179 AnnounceRunnable(View host, CharSequence textToAnnounce) { argument
180 mHost = new WeakReference<View>(host);
186 final View host = mHost.get();
187 if (host != null) {
188 host.announceForAccessibility(mTextToAnnounce);
/frameworks/base/core/java/android/net/
H A DRouteInfo.java244 public static RouteInfo makeHostRoute(InetAddress host, String iface) { argument
245 return makeHostRoute(host, null, iface);
251 public static RouteInfo makeHostRoute(InetAddress host, InetAddress gateway, String iface) { argument
252 if (host == null) return null;
254 if (host instanceof Inet4Address) {
255 return new RouteInfo(new IpPrefix(host, 32), gateway, iface);
257 return new RouteInfo(new IpPrefix(host, 128), gateway, iface);
341 * Indicates if this route is a host route (ie, matches only a single host address).
H A DSSLCertificateSocketFactory.java436 public Socket createSocket(Socket k, String host, int port, boolean close) throws IOException { argument
437 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(k, host, port, close);
443 verifyHostname(s, host);
449 * Creates a new socket which is not connected to any remote host.
509 public Socket createSocket(String host, int port, InetAddress localAddr, int localPort) argument
512 host, port, localAddr, localPort);
518 verifyHostname(s, host);
530 public Socket createSocket(String host, int port) throws IOException { argument
531 OpenSSLSocketImpl s = (OpenSSLSocketImpl) getDelegate().createSocket(host, port);
537 verifyHostname(s, host);
[all...]
/frameworks/base/core/java/android/net/http/
H A DX509TrustManagerExtensions.java91 * description of the chain and authType parameters. The final parameter, host, should be the
98 String host) throws CertificateException {
100 return mDelegate.checkServerTrusted(chain, authType, host);
104 authType, host);
97 checkServerTrusted(X509Certificate[] chain, String authType, String host) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWorkModeTile.java41 public WorkModeTile(Host host) { argument
42 super(host);
43 mProfileController = host.getManagedProfileController();
H A DLocationTile.java47 public LocationTile(Host host) { argument
48 super(host);
49 mController = host.getLocationController();
50 mKeyguard = host.getKeyguardMonitor();
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java82 public void savePassword(String host, String username, String password) { argument
85 public void setHttpAuthUsernamePassword(String host, String realm, argument
89 public String[] getHttpAuthUsernamePassword(String host, String realm) { argument
/frameworks/base/core/java/android/security/net/config/
H A DRootTrustManager.java86 String host = session.getPeerHost();
87 NetworkSecurityConfig config = mConfig.getConfigForHostname(host);
102 String host = session.getPeerHost();
103 NetworkSecurityConfig config = mConfig.getConfigForHostname(host);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileServicesTests.java46 QSTileHost host = new QSTileHost(mContext, null, null, null, null,
50 mTileService = new TestTileServices(host, Looper.myLooper());
108 public TestTileServices(QSTileHost host, Looper looper) { argument
109 super(host, looper);
/frameworks/base/tools/aapt/
H A DAndroid.mk64 libziparchive-host \
80 # Build the host static library: libaapt
96 # Build the host executable: aapt
114 # Build the host tests: libaapt_tests
/frameworks/base/tools/preload2/
H A DAndroid.mk16 LOCAL_STATIC_JAVA_LIBRARIES += apache-harmony-jdwp-tests-host junit
22 # Copy the preload-tool shell script to the host's bin directory.
/frameworks/base/core/java/android/view/
H A DInputFilter.java134 * @param host The input filter host environment.
136 public final void install(IInputFilterHost host) { argument
137 mH.obtainMessage(MSG_INSTALL, host).sendToTarget();
/frameworks/base/tools/layoutlib/
H A DAndroid.mk41 built_icudata_dep := $(call java-lib-deps,icu4j-icudata-host-jarjar,HOST)
42 built_icutzdata_dep := $(call java-lib-deps,icu4j-icutzdata-host-jarjar,HOST)
66 $(hide) echo "host layoutlib_create: $@"
/frameworks/compile/mclinker/lib/Support/
H A DAndroid.mk20 # For the host
/frameworks/compile/slang/BitWriter_3_2/
H A DAndroid.mk11 # For the host

Completed in 2897 milliseconds

12345678