Home
last modified time | relevance | path

Searched refs:http (Results 1 – 25 of 1424) sorted by relevance

12345678910>>...57

/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestHttpClient.java36 import org.apache.http.ConnectionReuseStrategy;
37 import org.apache.http.HttpClientConnection;
38 import org.apache.http.HttpException;
39 import org.apache.http.HttpHost;
40 import org.apache.http.HttpRequest;
41 import org.apache.http.HttpResponse;
42 import org.apache.http.HttpVersion;
44 import org.apache.http.params.BasicHttpParams;
47 import org.apache.http.params.HttpParams;
50 import org.apache.http.protocol.HttpContext;
[all …]
H A DHttpHeaderTest.java19 import org.apache.http.util.CharArrayBuffer;
21 import android.net.http.Headers;
/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_full_proto.txt889 uri: "http://schemas.android.com/apk/res/android"
899 namespace_uri: "http://schemas.android.com/apk/res/android"
919 namespace_uri: "http://schemas.android.com/apk/res/android"
947 uri: "http://schemas.android.com/apk/res/android"
954 namespace_uri: "http://schemas.android.com/apk/res/android"
966 namespace_uri: "http://schemas.android.com/apk/res/android"
972 namespace_uri: "http://schemas.android.com/apk/res/android"
984 namespace_uri: "http://schemas.android.com/apk/res/android"
1017 namespace_uri: "http://schemas.android.com/apk/res/android"
1029 namespace_uri: "http://schemas.android.com/apk/res/android"
[all …]
/aosp14/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java21 import com.android.internal.http.multipart.FilePart;
22 import com.android.internal.http.multipart.MultipartEntity;
23 import com.android.internal.http.multipart.Part;
24 import com.android.internal.http.multipart.StringPart;
26 import org.apache.http.HttpResponse;
27 import org.apache.http.client.HttpClient;
28 import org.apache.http.client.methods.HttpPost;
29 import org.apache.http.impl.client.DefaultHttpClient;
30 import org.apache.http.util.ByteArrayBuffer;
/aosp14/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientTest.java17 package android.net.http;
30 import org.apache.http.HttpResponse;
31 import org.apache.http.auth.AuthenticationException;
32 import org.apache.http.auth.UsernamePasswordCredentials;
33 import org.apache.http.client.methods.HttpGet;
34 import org.apache.http.impl.auth.DigestScheme;
35 import org.apache.http.impl.client.DefaultHttpClient;
36 import org.apache.http.message.BasicHeader;
H A DCookiesTest.java17 package android.net.http;
30 import org.apache.http.HttpHost;
31 import org.apache.http.HttpResponse;
32 import org.apache.http.client.HttpClient;
33 import org.apache.http.client.methods.HttpGet;
34 import org.apache.http.conn.params.ConnRoutePNames;
35 import org.apache.http.impl.client.DefaultHttpClient;
H A DAbstractProxyTest.java17 package android.net.http;
30 import org.apache.http.HttpHost;
31 import org.apache.http.HttpRequest;
32 import org.apache.http.HttpResponse;
33 import org.apache.http.client.HttpClient;
34 import org.apache.http.client.methods.HttpGet;
35 import org.apache.http.conn.params.ConnRoutePNames;
36 import org.apache.http.conn.params.ConnRouteParams;
37 import org.apache.http.conn.scheme.Scheme;
38 import org.apache.http.conn.ssl.AllowAllHostnameVerifier;
[all …]
H A DDefaultHttpClientProxyTest.java17 package android.net.http;
19 import org.apache.http.client.HttpClient;
20 import org.apache.http.impl.client.DefaultHttpClient;
H A DAndroidHttpClientProxyTest.java17 package android.net.http;
19 import org.apache.http.client.HttpClient;
/aosp14/frameworks/base/core/java/org/apache/http/conn/scheme/
H A DSocketFactory.java32 package org.apache.http.conn.scheme;
39 import org.apache.http.conn.ConnectTimeoutException;
40 import org.apache.http.params.HttpParams;
/aosp14/frameworks/base/core/tests/bandwidthtests/
H A DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
16 // See: http://go/android-license-faq
31 "org.apache.http.legacy",
/aosp14/frameworks/base/tests/OneMedia/
H A DAndroid.bp2 // See: http://go/android-license-faq
18 libs: ["org.apache.http.legacy"],
/aosp14/frameworks/base/tests/CoreTests/android/
H A DAndroid.bp2 // See: http://go/android-license-faq
15 "org.apache.http.legacy",
/aosp14/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java32 package org.apache.http.conn.ssl;
37 import org.apache.http.conn.scheme.HostNameResolver;
38 import org.apache.http.conn.scheme.LayeredSocketFactory;
39 import org.apache.http.params.HttpConnectionParams;
40 import org.apache.http.params.HttpParams;
/aosp14/frameworks/base/media/mca/filterpacks/
H A DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
17 // See: http://go/android-license-faq
63 // Bug: http://b/29823425 Disable constant-conversion warning triggered in
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/
H A DREADME.md5 - [Introduction to Flicker Test Library](http://cs/android/platform_testing/libraries/flicker/)
6 - [Flicker Test in frameworks/base](http://cs/android/frameworks/base/tests/FlickerTests/)
/aosp14/frameworks/base/wifi/tests/
H A DREADME.md4 [Android Testing Support Library](http://developer.android.com/tools/testing-support-library/index.…
5 The test cases are built using the [JUnit](http://junit.org/) and [Mockito](http://mockito.org/)
/aosp14/frameworks/base/packages/SettingsLib/ActivityEmbedding/
H A DAndroid.bp2 // See: http://go/android-license-faq
25 "org.apache.http.legacy",
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
H A DMultipartTest.java17 package com.android.internal.http.multipart;
20 import org.apache.http.Header;
21 import org.apache.http.util.EncodingUtils;
/aosp14/frameworks/base/tests/Camera2Tests/CameraToo/
H A DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
16 // See: http://go/android-license-faq
/aosp14/system/core/fs_mgr/libsnapshot/scripts/
H A DAndroid.bp8 // http://www.apache.org/licenses/LICENSE-2.0
18 // See: http://go/android-license-faq
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Dtesting.md18 tests tests can be found at [go/wm-tests](http://go/wm-tests).
20 This [GCL file](http://go/wm-unit-tests-gcl) configures the tests being run on the server.
37 dashboards for these tests tests can be found at [go/wm-tests-flicker](http://go/wm-tests-flicker).
/aosp14/frameworks/base/identity/
H A DAndroid.bp8 // http://www.apache.org/licenses/LICENSE-2.0
21 // See: http://go/android-license-faq
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
H A DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
17 // See: http://go/android-license-faq
/aosp14/frameworks/base/keystore/
H A DAndroid.bp8 // http://www.apache.org/licenses/LICENSE-2.0
21 // See: http://go/android-license-faq

12345678910>>...57