Searched refs:host (Results 76 - 100 of 141) sorted by relevance

123456

/frameworks/compile/mclinker/lib/LD/
H A DAndroid.mk47 # For the host
87 # For the host
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp133 const char *url, AString *host, unsigned *port, AString *path,
135 host->clear();
148 host->setTo(&url[7]);
151 host->setTo(&url[7], slashPos - &url[7]);
155 ssize_t atPos = host->find("@");
160 AString userPass(*host, 0, atPos);
161 host->erase(0, atPos + 1);
173 const char *colonPos = strchr(host->c_str(), ':');
183 size_t colonOffset = colonPos - host->c_str();
184 size_t trailing = host
132 ParseURL( const char *url, AString *host, unsigned *port, AString *path, AString *user, AString *pass) argument
234 AString host, path; local
[all...]
H A DARTSPConnection.h46 const char *url, AString *host, unsigned *port, AString *path,
/frameworks/base/core/java/android/content/
H A DIntentFilter.java124 * formal RFC host names!</em> You should thus always use lower case letters
145 private static final String HOST_STR = "host";
209 * authority host.
214 * authority host and port.
660 public AuthorityEntry(String host, String port) { argument
661 mOrigHost = host;
662 mWild = host.length() > 0 && host.charAt(0) == '*';
663 mHost = mWild ? host.substring(1).intern() : host;
857 addDataAuthority(String host, String port) argument
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp83 status_t HDCP::initAsync(const char *host, unsigned port) { argument
90 return mHDCPModule->initAsync(host, port);
/frameworks/base/core/java/android/net/
H A DPacProxySelector.java115 String host = hostPort[0];
117 return new Proxy(type, InetSocketAddress.createUnresolved(host, port));
H A DSntpClient.java66 * Sends an SNTP request to the given host and processes the response.
68 * @param host host name of the server.
72 public boolean requestTime(String host, int timeout) { argument
77 InetAddress address = InetAddress.getByName(host);
/frameworks/av/include/media/stagefright/foundation/
H A DANetworkSession.h41 const char *host, unsigned port, const sp<AMessage> &notify,
/frameworks/av/media/libmedia/
H A DIHDCP.cpp73 virtual status_t initAsync(const char *host, unsigned port) { argument
76 data.writeCString(host);
218 const char *host = data.readCString(); local
221 reply->writeInt32(initAsync(host, port));
/frameworks/compile/libbcc/bcinfo/
H A DAndroid.mk96 include $(LLVM_ROOT_PATH)/llvm-host-build.mk
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java83 public void savePassword(String host, String username, String password); argument
85 public void setHttpAuthUsernamePassword(String host, String realm, argument
88 public String[] getHttpAuthUsernamePassword(String host, String realm); argument
H A DWebViewClient.java31 * Give the host application a chance to take over the control when a new
35 * means the host application handles the url, while return false means the
41 * @return True if the host application wants to leave the current WebView
49 * Notify the host application that a page has started loading. This method
64 * Notify the host application that a page has finished loading. This method
76 * Notify the host application that the WebView will load the resource
86 * Notify the host application of a resource request and allow the
109 * Notify the host application of a resource request and allow the
129 * Notify the host application that there have been an excessive number of
130 * HTTP redirects. As the host applicatio
267 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument
[all...]
H A DWebView.java635 * Sets a username and password pair for the specified host. This data is
640 * @param host the host that required the credentials
641 * @param username the username for the given host
642 * @param password the password for the given host
648 public void savePassword(String host, String username, String password) { argument
650 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "savePassword=" + host);
651 mProvider.savePassword(host, username, password);
655 * Stores HTTP authentication credentials for a given host and realm. This
659 * @param host th
667 setHttpAuthUsernamePassword(String host, String realm, String username, String password) argument
688 getHttpAuthUsernamePassword(String host, String realm) argument
[all...]
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java94 String host = "";
99 host = proxyInfo.getHost();
104 Proxy.setHttpProxySystemProperty(host, port, exclList, pacFileUrl);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java42 public BluetoothTile(Host host) { argument
43 super(host);
44 mController = host.getBluetoothController();
H A DCellularTile.java43 public CellularTile(Host host) { argument
44 super(host);
45 mController = host.getNetworkController();
H A DWifiTile.java45 public WifiTile(Host host) { argument
46 super(host);
47 mController = host.getNetworkController();
/frameworks/volley/src/com/android/volley/
H A DRequest.java174 * @return The hashcode of the URL's host component, or 0 if there is none.
180 String host = uri.getHost();
181 if (host != null) {
182 return host.hashCode();
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1115 private boolean measureHierarchy(final View host, final WindowManager.LayoutParams lp, argument
1122 "Measuring " + host + " in display " + desiredWindowWidth
1143 + host.getMeasuredWidth() + "," + host.getMeasuredHeight() + ")");
1144 if ((host.getMeasuredWidthAndState()&View.MEASURED_STATE_TOO_SMALL) == 0) {
1154 + host.getMeasuredWidth() + "," + host.getMeasuredHeight() + ")");
1155 if ((host.getMeasuredWidthAndState()&View.MEASURED_STATE_TOO_SMALL) == 0) {
1167 if (mWidth != host.getMeasuredWidth() || mHeight != host
1201 dispatchApplyInsets(View host) argument
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java292 for (String host : PING_HOST_LIST) {
293 logv("Start ping test, ping " + host);
294 Process p = Runtime.getRuntime().exec("ping -c 10 -w 100 " + host);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java47 * State management done on a looper provided by the host. Tiles should update state in
69 protected QSTile(Host host) { argument
70 mHost = host;
71 mContext = host.getContext();
72 mHandler = new H(host.getLooper());
/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java141 HttpsConnection(Context context, HttpHost host, HttpHost proxy, argument
143 super(context, host, requestFeeder);
209 // to add 'host' header unless we want proxy to answer us with a
214 || headerName.equals("host")) {
290 // if we do not have a proxy, we simply connect to the host
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl35 int[] startListening(IAppWidgetHost host, String callingPackage, int hostId,
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java118 public static final String EXTRA_HOST = "host";
232 * <p>{@code host} and {@code port} may be used to give the user
248 * @param host The host name of the server requesting the
257 String host, int port,
284 intent.putExtra(EXTRA_HOST, host);
255 choosePrivateKeyAlias(Activity activity, KeyChainAliasCallback response, String[] keyTypes, Principal[] issuers, String host, int port, String alias) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java58 public DragDownHelper(Context context, View host, ExpandHelper.Callback callback, argument
67 mHost = host;

Completed in 446 milliseconds

123456