Home
last modified time | relevance | path

Searched defs:url (Results 1 – 25 of 3024) sorted by relevance

12345678910>>...121

/external/rust/android-crates-io/crates/url/tests/
Dunit.rs33 let url = base.join("/resources/testharness.js").unwrap(); in test_relative() localVariable
40 let url = base.join("").unwrap(); in test_relative_empty() localVariable
46 let mut url: Url = "data:space ?query".parse().unwrap(); in test_strip_trailing_spaces_from_opaque_path() localVariable
50 let mut url: Url = "data:space #hash".parse().unwrap(); in test_strip_trailing_spaces_from_opaque_path() localVariable
133 let url = Url::from_file_path(Path::new($path)).unwrap(); localVariable
168 let url = Url::from_file_path(Path::new(OsStr::from_bytes(b"/foo/ba\x80r"))).unwrap(); in new_path_bad_utf8() localVariable
190 let url = Url::parse("file:///C%3A/foo/bar").unwrap(); in new_path_windows_fun() localVariable
201 let url = Url::from_directory_path(Path::new("/foo/bar")).unwrap(); in new_directory_paths() localVariable
214 let url = Url::from_directory_path(Path::new(r"C:\foo\bar")).unwrap(); in new_directory_paths() localVariable
238 let url = Url::parse_with_params( in parse_with_params() localVariable
[all …]
/external/tinyxml2/docs/
Dmenudata.js26 {text:"Main Page",url:"index.html"}, property
27 {text:"Related Pages",url:"pages.html"}, property
28 {text:"Classes",url:"annotated.html",children:[ property
29 {text:"Class List",url:"annotated.html"}, property
30 {text:"Class Index",url:"classes.html"}, property
31 {text:"Class Hierarchy",url:"hierarchy.html"}, property
32 {text:"Class Members",url:"functions.html",children:[ property
33 {text:"All",url:"functions.html",children:[ property
34 {text:"a",url:"functions.html#index_a"}, property
35 {text:"b",url:"functions_b.html#index_b"}, property
[all …]
/external/angle/third_party/vulkan_memory_allocator/docs/html/
Dmenudata.js26 {text:"Main Page",url:"index.html"}, property
27 {text:"Related Pages",url:"pages.html"}, property
28 {text:"Modules",url:"modules.html"}, property
29 {text:"Classes",url:"annotated.html",children:[ property
30 {text:"Class List",url:"annotated.html"}, property
31 {text:"Class Index",url:"classes.html"}, property
32 {text:"Class Members",url:"functions.html",children:[ property
33 {text:"All",url:"functions.html",children:[ property
34 {text:"a",url:"functions.html#index_a"}, property
35 {text:"b",url:"functions.html#index_b"}, property
[all …]
/external/cronet/tot/components/cronet/android/test/javatests/src/org/chromium/net/urlconnection/
DCronetHttpURLConnectionTest.java103 URL url = new URL(NativeTestServer.getEchoMethodURL()); in testBasicGet() local
114 URL url = new URL(NativeTestServer.getEchoMethodURL()); in testSetRequestMethod() local
128 URL url = new URL(NativeTestServer.getEchoMethodURL()); in testConnectTimeout() local
146 URL url = new URL(MockUrlRequestJobFactory.getMockUrlForHangingRead()); in testReadTimeout() local
161 URL url = new URL(NativeTestServer.getEchoMethodURL()); in testDefaultToPostWhenDoOutput() local
179 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testInitOutputStreamInConnect() local
201 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testInitChunkedOutputStreamInConnect() local
218 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testSetFixedLengthStreamingModeLong() local
235 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testSetFixedLengthStreamingModeInt() local
252 URL url = new URL(NativeTestServer.getFileURL("/notfound.html")); in testNotFoundURLRequest() local
[all …]
DCronetBufferedOutputStreamTest.java67 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testGetOutputStreamAfterConnectionMade() local
85 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteAfterConnect() local
101 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteAfterReadingResponse() local
113 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithContentLength() local
141 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithContentLengthOneMassiveWrite() local
158 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithContentLengthWriteOneByte() local
176 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithZeroContentLength() local
190 URL url = new URL(NativeTestServer.getEchoHeaderURL("Content-Length")); in testPostZeroByteWithoutContentLength() local
212 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithoutContentLengthSmall() local
227 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithoutContentLength() local
[all …]
DCronetFixedModeOutputStreamTest.java72 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testConnectBeforeWrite() local
90 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testZeroLengthWriteWithNoResponseBody() local
104 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteAfterRequestFailed() local
128 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testGetResponseAfterWriteFailed() local
191 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteLessThanContentLength() local
205 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteMoreThanContentLength() local
225 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteMoreThanContentLengthWriteOneByte() local
246 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testFixedLengthStreamingMode() local
262 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testFixedLengthStreamingModeWriteOneByte() local
281 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testFixedLengthStreamingModeLargeData() local
[all …]
DCronetChunkedOutputStreamTest.java71 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testGetOutputStreamAfterConnectionMade() local
83 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteAfterReadingResponse() local
96 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteAfterRequestFailed() local
117 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testGetResponseAfterWriteFailed() local
151 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPost() local
166 URL url = new URL(NativeTestServer.getEchoHeaderURL("Transfer-Encoding")); in testTransferEncodingHeaderSet() local
181 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostOneMassiveWrite() local
197 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWriteOneByte() local
214 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostOneMassiveWriteWriteOneByte() local
232 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWholeNumberOfChunks() local
[all …]
/external/cronet/stable/components/cronet/android/test/javatests/src/org/chromium/net/urlconnection/
DCronetHttpURLConnectionTest.java103 URL url = new URL(NativeTestServer.getEchoMethodURL()); in testBasicGet() local
114 URL url = new URL(NativeTestServer.getEchoMethodURL()); in testSetRequestMethod() local
128 URL url = new URL(NativeTestServer.getEchoMethodURL()); in testConnectTimeout() local
146 URL url = new URL(MockUrlRequestJobFactory.getMockUrlForHangingRead()); in testReadTimeout() local
161 URL url = new URL(NativeTestServer.getEchoMethodURL()); in testDefaultToPostWhenDoOutput() local
179 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testInitOutputStreamInConnect() local
201 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testInitChunkedOutputStreamInConnect() local
218 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testSetFixedLengthStreamingModeLong() local
235 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testSetFixedLengthStreamingModeInt() local
252 URL url = new URL(NativeTestServer.getFileURL("/notfound.html")); in testNotFoundURLRequest() local
[all …]
DCronetBufferedOutputStreamTest.java67 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testGetOutputStreamAfterConnectionMade() local
85 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteAfterConnect() local
101 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteAfterReadingResponse() local
113 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithContentLength() local
141 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithContentLengthOneMassiveWrite() local
158 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithContentLengthWriteOneByte() local
176 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithZeroContentLength() local
190 URL url = new URL(NativeTestServer.getEchoHeaderURL("Content-Length")); in testPostZeroByteWithoutContentLength() local
212 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithoutContentLengthSmall() local
227 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWithoutContentLength() local
[all …]
DCronetFixedModeOutputStreamTest.java72 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testConnectBeforeWrite() local
90 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testZeroLengthWriteWithNoResponseBody() local
104 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteAfterRequestFailed() local
128 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testGetResponseAfterWriteFailed() local
191 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteLessThanContentLength() local
205 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteMoreThanContentLength() local
225 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteMoreThanContentLengthWriteOneByte() local
246 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testFixedLengthStreamingMode() local
262 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testFixedLengthStreamingModeWriteOneByte() local
281 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testFixedLengthStreamingModeLargeData() local
[all …]
DCronetChunkedOutputStreamTest.java71 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testGetOutputStreamAfterConnectionMade() local
83 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteAfterReadingResponse() local
96 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testWriteAfterRequestFailed() local
117 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testGetResponseAfterWriteFailed() local
151 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPost() local
166 URL url = new URL(NativeTestServer.getEchoHeaderURL("Transfer-Encoding")); in testTransferEncodingHeaderSet() local
181 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostOneMassiveWrite() local
197 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWriteOneByte() local
214 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostOneMassiveWriteWriteOneByte() local
232 URL url = new URL(NativeTestServer.getEchoBodyURL()); in testPostWholeNumberOfChunks() local
[all …]
/external/skia/tools/skp/page_sets/other/
DOLD-skia_nexus10_set.json8 "url": "http://game.deksiam.in.th/", string
13 "url": "http://www.sahadan.com/default.aspx", string
18 "url": "http://techmeme.com/", string
23 "url": "http://www.cnet.com/", string
28 …"url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that-an-lg-optimus-g-nexus-i… string
33 "url": "http://br.337.com/pages/196/DDTank", string
38 "url": "http://www.cnn.com/2012/10/03/politics/michelle-obama-debate/index.html", string
43 "url": "http://culturalsolutions.co.uk/", string
48 "url": "http://cuteoverload.com/", string
53 "url": "http://digg.com/", string
[all …]
DOLD-skia_desktop_set.json7 "url": "http://ie.microsoft.com/testdrive/Performance/Chalkboard/Images/Chalkboard.svg", string
12 "url": "https://www.google.com/#hl=en&q=barack+obama", string
17 "url": "https://plus.google.com/110031535020051778989/posts", string
24 "url": "http://googlewebmastercentral.blogspot.com/", string
30 … "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-editors-picks-for-august-2012/", string
36 "url": "http://www.facebook.com/barackobama", string
61 "url": "http://www.linkedin.com/in/linustorvalds", string
67 "url": "http://twitter.com/katyperry", string
74 "url": "http://pinterest.com", string
81 "url": "http://espn.go.com", string
[all …]
/external/tensorflow/tensorflow/core/data/service/
Durl_test.cc24 URL url("localhost"); in TEST() local
30 URL url("http://localhost"); in TEST() local
36 URL url("localhost:1234"); in TEST() local
43 URL url("http://localhost:1234"); in TEST() local
50 URL url("http://localhost:%port%"); in TEST() local
57 URL url("/worker/task/0"); in TEST() local
63 URL url("worker:/worker/task/0"); in TEST() local
69 URL url("/worker/task/0:worker"); in TEST() local
76 URL url("/worker/task/0:%port%"); in TEST() local
83 URL url("/worker/task/0:%port_worker%"); in TEST() local
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java486 HttpUrl url = HttpUrl.parse("http://host/#Σ"); in fragmentNonAscii() local
494 HttpUrl url = HttpUrl.parse("http://host/#\u0080"); in fragmentNonAsciiThatOffendsJavaNetUri() local
502 HttpUrl url = HttpUrl.parse("http://host/#%C2%80"); in fragmentPercentEncodedNonAscii() local
510 HttpUrl url = HttpUrl.parse("http://host/#%80"); in fragmentPercentEncodedPartialCodePoint() local
636 HttpUrl url = new HttpUrl.Builder().scheme("http").host("host").build(); in minimalUrlComposition() local
649 HttpUrl url = new HttpUrl.Builder() in fullUrlComposition() local
688 HttpUrl url = new HttpUrl.Builder() in composeEncodesWhitespace() local
707 HttpUrl url = new HttpUrl.Builder() in composeFromUnencodedComponents() local
733 HttpUrl url = new HttpUrl.Builder() in composeFromEncodedComponents() local
759 HttpUrl url = new HttpUrl.Builder() in composeWithEncodedPath() local
[all …]
/external/guava/android/guava/src/com/google/common/io/
DResources.java55 public static ByteSource asByteSource(URL url) { in asByteSource()
62 private final URL url; field in Resources.UrlByteSource
64 private UrlByteSource(URL url) { in UrlByteSource()
84 public static CharSource asCharSource(URL url, Charset charset) { in asCharSource()
95 public static byte[] toByteArray(URL url) throws IOException { in toByteArray()
108 public static String toString(URL url, Charset charset) throws IOException { in toString()
126 URL url, Charset charset, LineProcessor<T> callback) throws IOException { in readLines()
143 public static List<String> readLines(URL url, Charset charset) throws IOException { in readLines()
195 URL url = loader.getResource(resourceName); in getResource() local
208 URL url = contextClass.getResource(resourceName); in getResource() local
/external/guava/guava/src/com/google/common/io/
DResources.java55 public static ByteSource asByteSource(URL url) { in asByteSource()
62 private final URL url; field in Resources.UrlByteSource
64 private UrlByteSource(URL url) { in UrlByteSource()
84 public static CharSource asCharSource(URL url, Charset charset) { in asCharSource()
95 public static byte[] toByteArray(URL url) throws IOException { in toByteArray()
108 public static String toString(URL url, Charset charset) throws IOException { in toString()
126 URL url, Charset charset, LineProcessor<T> callback) throws IOException { in readLines()
143 public static List<String> readLines(URL url, Charset charset) throws IOException { in readLines()
195 URL url = loader.getResource(resourceName); in getResource() local
208 URL url = contextClass.getResource(resourceName); in getResource() local
/external/cronet/stable/net/device_bound_sessions/
Dsession_challenge_param_unittest.cc35 const GURL url(kTestUrl); in TEST() local
49 const GURL url(kTestUrl); in TEST() local
64 const GURL url("invalid.url"); in TEST() local
77 const GURL url(kTestUrl); in TEST() local
86 const GURL url(kTestUrl); in TEST() local
97 const GURL url(kTestUrl); in TEST() local
113 const GURL url(kTestUrl); in TEST() local
125 const GURL url(kTestUrl); in TEST() local
138 const GURL url(kTestUrl); in TEST() local
152 const GURL url(kTestUrl); in TEST() local
[all …]
/external/cronet/tot/net/device_bound_sessions/
Dsession_challenge_param_unittest.cc35 const GURL url(kTestUrl); in TEST() local
49 const GURL url(kTestUrl); in TEST() local
64 const GURL url("invalid.url"); in TEST() local
77 const GURL url(kTestUrl); in TEST() local
86 const GURL url(kTestUrl); in TEST() local
97 const GURL url(kTestUrl); in TEST() local
113 const GURL url(kTestUrl); in TEST() local
125 const GURL url(kTestUrl); in TEST() local
138 const GURL url(kTestUrl); in TEST() local
152 const GURL url(kTestUrl); in TEST() local
[all …]
/external/libbrillo/brillo/
Durl_utils.cc24 bool GetQueryStringPos(const std::string& url, in GetQueryStringPos()
57 std::string url::TrimOffQueryString(std::string* url) { in TrimOffQueryString()
66 std::string url::Combine(const std::string& url, const std::string& subpath) { in Combine()
70 std::string url::CombineMultiple(const std::string& url, in CombineMultiple()
89 std::string url::GetQueryString(const std::string& url, bool remove_fragment) { in GetQueryString()
99 const std::string& url) { in GetQueryStringParameters()
107 std::string url::GetQueryStringValue(const std::string& url, in GetQueryStringValue()
121 std::string url::RemoveQueryString(const std::string& url, in RemoveQueryString()
134 std::string url::AppendQueryParam(const std::string& url, in AppendQueryParam()
140 std::string url::AppendQueryParams(const std::string& url, in AppendQueryParams()
[all …]
/external/cronet/stable/url/android/javatests/src/org/chromium/url/
DGURLJavaTest.java75 GURL url = new GURL("http://user:pass@google.com:99/foo;bar?q=a#ref"); in testComponents() local
108 GURL url = new GURL(""); in testEmpty() local
145 GURL url = new GURL("http://\u03C0.com"); in testWideInput() local
219 GURL url = new GURL("https://www.google.com"); in testSerializationWithVersionSkew() local
244 GURL url = GURL.deserialize(serialization); in testSerializationOfPrivateFields() local
254 GURL url = GURL.deserialize(serialization); in testTruncatedDeserialization() local
265 GURL url = GURL.deserialize(corruptedParsed); in testCorruptedSerializations() local
266 Assert.assertEquals(GURL.emptyGURL(), url); in testCorruptedSerializations() local
271 Assert.assertEquals(GURL.emptyGURL(), url); in testCorruptedSerializations() local
295 GURL url = new GURL("http://user:pass@google.com:99/foo;bar?q=a#ref"); in testReplaceComponents() local
/external/cronet/tot/url/android/javatests/src/org/chromium/url/
DGURLJavaTest.java75 GURL url = new GURL("http://user:pass@google.com:99/foo;bar?q=a#ref"); in testComponents() local
108 GURL url = new GURL(""); in testEmpty() local
145 GURL url = new GURL("http://\u03C0.com"); in testWideInput() local
219 GURL url = new GURL("https://www.google.com"); in testSerializationWithVersionSkew() local
244 GURL url = GURL.deserialize(serialization); in testSerializationOfPrivateFields() local
254 GURL url = GURL.deserialize(serialization); in testTruncatedDeserialization() local
265 GURL url = GURL.deserialize(corruptedParsed); in testCorruptedSerializations() local
266 Assert.assertEquals(GURL.emptyGURL(), url); in testCorruptedSerializations() local
271 Assert.assertEquals(GURL.emptyGURL(), url); in testCorruptedSerializations() local
295 GURL url = new GURL("http://user:pass@google.com:99/foo;bar?q=a#ref"); in testReplaceComponents() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/
DHlsPlaylistTracker.java82 Uri url, LoadErrorHandlingPolicy.LoadErrorInfo loadErrorInfo, boolean forceRetry); in onPlaylistError()
89 public final Uri url; field in HlsPlaylistTracker.PlaylistStuckException
96 public PlaylistStuckException(Uri url) { in PlaylistStuckException()
105 public final Uri url; field in HlsPlaylistTracker.PlaylistResetException
112 public PlaylistResetException(Uri url) { in PlaylistResetException()
176 HlsMediaPlaylist getPlaylistSnapshot(Uri url, boolean isForPlayback); in getPlaylistSnapshot()
192 boolean isSnapshotValid(Uri url); in isSnapshotValid()
209 void maybeThrowPlaylistRefreshError(Uri url) throws IOException; in maybeThrowPlaylistRefreshError()
228 void refreshPlaylist(Uri url); in refreshPlaylist()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/
DHlsPlaylistTracker.java82 Uri url, LoadErrorHandlingPolicy.LoadErrorInfo loadErrorInfo, boolean forceRetry); in onPlaylistError()
89 public final Uri url; field in HlsPlaylistTracker.PlaylistStuckException
96 public PlaylistStuckException(Uri url) { in PlaylistStuckException()
105 public final Uri url; field in HlsPlaylistTracker.PlaylistResetException
112 public PlaylistResetException(Uri url) { in PlaylistResetException()
176 HlsMediaPlaylist getPlaylistSnapshot(Uri url, boolean isForPlayback); in getPlaylistSnapshot()
192 boolean isSnapshotValid(Uri url); in isSnapshotValid()
209 void maybeThrowPlaylistRefreshError(Uri url) throws IOException; in maybeThrowPlaylistRefreshError()
228 void refreshPlaylist(Uri url); in refreshPlaylist()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/
Dmember-search-index.js1 …enatedTimeline","l":"AbstractConcatenatedTimeline(boolean, ShuffleOrder)","url":"%3Cinit%3E(boolea… property

12345678910>>...121