Home
last modified time | relevance | path

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

12345678910>>...47

/external/oboe/docs/reference/
Dmenudata.js25 {text:"Main Page",url:"index.html"}, property
26 {text:"Related Pages",url:"pages.html"}, property
27 {text:"Namespaces",url:"namespaces.html",children:[ property
28 {text:"Namespace List",url:"namespaces.html"}, property
29 {text:"Namespace Members",url:"namespacemembers.html",children:[ property
30 {text:"All",url:"namespacemembers.html",children:[ property
31 {text:"a",url:"namespacemembers.html#index_a"}, property
32 {text:"c",url:"namespacemembers.html#index_c"}, property
33 {text:"d",url:"namespacemembers.html#index_d"}, property
34 {text:"g",url:"namespacemembers.html#index_g"}, property
[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:"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 Members",url:"functions.html",children:[ property
32 {text:"All",url:"functions.html",children:[ property
33 {text:"a",url:"functions.html#index_a"}, property
34 {text:"b",url:"functions.html#index_b"}, property
35 {text:"c",url:"functions.html#index_c"}, property
[all …]
/external/rust/crates/url/tests/
Dunit.rs26 let url = base.join("/resources/testharness.js").unwrap(); in test_relative() localVariable
33 let url = base.join("").unwrap(); in test_relative_empty() localVariable
71 let url = Url::from_file_path(Path::new($path)).unwrap(); localVariable
104 let url = Url::from_file_path(Path::new(OsStr::from_bytes(b"/foo/ba\x80r"))).unwrap(); in new_path_bad_utf8() localVariable
126 let url = Url::parse("file:///C%3A/foo/bar").unwrap(); in new_path_windows_fun() localVariable
137 let url = Url::from_directory_path(Path::new("/foo/bar")).unwrap(); in new_directory_paths() localVariable
150 let url = Url::from_directory_path(Path::new(r"C:\foo\bar")).unwrap(); in new_directory_paths() localVariable
174 let url = Url::parse_with_params( in parse_with_params() localVariable
188 let url: Url = "file:a".parse().unwrap(); in issue_124() localVariable
190 let url: Url = "file:...".parse().unwrap(); in issue_124() localVariable
[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/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.java57 public static ByteSource asByteSource(URL url) { in asByteSource()
64 private final URL url; field in Resources.UrlByteSource
66 private UrlByteSource(URL url) { in UrlByteSource()
86 public static CharSource asCharSource(URL url, Charset charset) { in asCharSource()
97 public static byte[] toByteArray(URL url) throws IOException { in toByteArray()
110 public static String toString(URL url, Charset charset) throws IOException { in toString()
128 URL url, Charset charset, LineProcessor<T> callback) throws IOException { in readLines()
145 public static List<String> readLines(URL url, Charset charset) throws IOException { in readLines()
197 URL url = loader.getResource(resourceName); in getResource() local
210 URL url = contextClass.getResource(resourceName); in getResource() local
/external/guava/guava/src/com/google/common/io/
DResources.java57 public static ByteSource asByteSource(URL url) { in asByteSource()
64 private final URL url; field in Resources.UrlByteSource
66 private UrlByteSource(URL url) { in UrlByteSource()
86 public static CharSource asCharSource(URL url, Charset charset) { in asCharSource()
97 public static byte[] toByteArray(URL url) throws IOException { in toByteArray()
110 public static String toString(URL url, Charset charset) throws IOException { in toString()
128 URL url, Charset charset, LineProcessor<T> callback) throws IOException { in readLines()
145 public static List<String> readLines(URL url, Charset charset) throws IOException { in readLines()
197 URL url = loader.getResource(resourceName); in getResource() local
210 URL url = contextClass.getResource(resourceName); in getResource() local
/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/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/
DHlsPlaylistTracker.java83 boolean onPlaylistError(Uri url, long blacklistDurationMs); in onPlaylistError()
90 public final Uri url; field in HlsPlaylistTracker.PlaylistStuckException
97 public PlaylistStuckException(Uri url) { in PlaylistStuckException()
106 public final Uri url; field in HlsPlaylistTracker.PlaylistResetException
113 public PlaylistResetException(Uri url) { in PlaylistResetException()
175 HlsMediaPlaylist getPlaylistSnapshot(Uri url, boolean isForPlayback); in getPlaylistSnapshot()
191 boolean isSnapshotValid(Uri url); in isSnapshotValid()
208 void maybeThrowPlaylistRefreshError(Uri url) throws IOException; in maybeThrowPlaylistRefreshError()
218 void refreshPlaylist(Uri url); in refreshPlaylist()
/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
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/
Dmember-search-index.js1 …enatedTimeline","l":"AbstractConcatenatedTimeline(boolean, ShuffleOrder)","url":"%3Cinit%3E(boolea… property
/external/libbrillo/brillo/http/
Dhttp_utils.cc24 std::unique_ptr<Response> GetAndBlock(const std::string& url, in GetAndBlock()
32 RequestID Get(const std::string& url, in Get()
45 std::unique_ptr<Response> HeadAndBlock(const std::string& url, in HeadAndBlock()
52 RequestID Head(const std::string& url, in Head()
64 std::unique_ptr<Response> PostTextAndBlock(const std::string& url, in PostTextAndBlock()
74 RequestID PostText(const std::string& url, in PostText()
93 const std::string& url, in SendRequestAndBlock()
114 const std::string& url, in SendRequestWithNoDataAndBlock()
123 const std::string& url, in SendRequest()
148 const std::string& url, in SendRequest()
[all …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DUrlTest.java51 URL url = path.toUri().toURL(); in creatUrl() local
59 URL url = path.toUri().toURL(); in readFromUrl() local
71 URL url = path.toUri().toURL(); in readDirectoryContents() local
81 URL url = path.toUri().toURL(); in headers() local
116 URL url = path.toUri().toURL(); in contentType() local
/external/downloader/src/main/java/com/google/android/downloader/
DDataUrlEngine.java43 public UrlRequest.Builder createRequest(String url) { in createRequest()
54 private final String url; field in DataUrlEngine.DataUrlRequestBuilder
56 DataUrlRequestBuilder(String url) { in DataUrlRequestBuilder()
72 private final String url; field in DataUrlEngine.DataUrlRequest
74 DataUrlRequest(String url) { in DataUrlRequest()
/external/vulkan-validation-layers/build-android/
Dknown_good.json5 "url" : "https://github.com/google/shaderc.git", string
11 "url" : "https://github.com/KhronosGroup/glslang.git", string
17 "url" : "https://github.com/KhronosGroup/Vulkan-Headers.git", string
23 "url" : "https://github.com/KhronosGroup/Vulkan-Tools.git", string
29 "url" : "https://github.com/KhronosGroup/SPIRV-Tools.git", string
35 "url" : "https://github.com/KhronosGroup/SPIRV-Headers.git", string
/external/jazzer-api/
Dmaven_install.json17 … "url": "https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.75/fastjson-1.2.75.jar" string
36 "url": "https://repo1.maven.org/maven2/com/beust/klaxon/5.5/klaxon-5.5.jar" string
47 …"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jacks… string
58 …"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core… string
75 …"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-… string
93 …"url": "https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.… string
104 … "url": "https://repo1.maven.org/maven2/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar" string
115 … "url": "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar" string
126 …"url": "https://repo1.maven.org/maven2/com/mikesamuel/json-sanitizer/1.2.1/json-sanitizer-1.2.1.ja… string
137 …"url": "https://repo1.maven.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activatio… string
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentProviderClient.java49 Uri url, String[] projection, String selection, String[] selectionArgs, String sortOrder) in query()
56 Uri url, in query()
67 protected Uri insert(Uri url, ContentValues initialValues) throws RemoteException { in insert()
72 protected int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException { in bulkInsert()
77 protected int delete(Uri url, String selection, String[] selectionArgs) throws RemoteException { in delete()
82 protected int update(Uri url, ContentValues values, String selection, String[] selectionArgs) in update()
88 protected ParcelFileDescriptor openFile(Uri url, String mode) in openFile()
94 protected AssetFileDescriptor openAssetFile(Uri url, String mode) in openAssetFile()
/external/python/cpython2/Lib/
Durllib.py72 def urlopen(url, data=None, proxies=None, context=None): argument
90 def urlretrieve(url, filename=None, reporthook=None, data=None, context=None): argument
230 def retrieve(self, url, filename=None, reporthook=None, data=None): argument
295 def open_http(self, url, data=None): argument
368 def http_error(self, url, fp, errcode, errmsg, headers, data=None): argument
383 def http_error_default(self, url, fp, errcode, errmsg, headers): argument
389 def open_https(self, url, data=None): argument
462 def open_file(self, url): argument
471 def open_local_file(self, url): argument
508 def open_ftp(self, url): argument
[all …]
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DRequest.java32 private final HttpUrl url; field in Request
56 public URL url() { in url() method in Request
129 private HttpUrl url; field in Request.Builder
148 public Builder url(HttpUrl url) { in url() argument
160 public Builder url(String url) { in url() method in Request.Builder
181 public Builder url(URL url) { in url() argument
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRequest.java29 private final HttpUrl url; field in Request
51 public URL url() { in url() method in Request
121 private HttpUrl url; field in Request.Builder
140 public Builder url(HttpUrl url) { in url() argument
152 public Builder url(String url) { in url() method in Request.Builder
173 public Builder url(URL url) { in url() argument
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentProviderClient.java54 Uri url, String[] projection, String selection, String[] selectionArgs, String sortOrder) in query()
61 Uri url, in query()
72 protected Uri insert(Uri url, ContentValues initialValues) throws RemoteException { in insert()
77 protected int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException { in bulkInsert()
82 protected int delete(Uri url, String selection, String[] selectionArgs) throws RemoteException { in delete()
87 protected int update(Uri url, ContentValues values, String selection, String[] selectionArgs) in update()
93 protected ParcelFileDescriptor openFile(Uri url, String mode) in openFile()
99 protected AssetFileDescriptor openAssetFile(Uri url, String mode) in openAssetFile()

12345678910>>...47