Searched refs:URL (Results 276 - 300 of 542) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libxml/src/
H A Dxmlreader.c533 if (cur->URL != NULL) xmlFree((char *) cur->URL);
4921 * @URL: the base URL to use for the document
4931 xmlParserInputBufferPtr input, const char *URL,
5008 (const char *) reader->input->buffer->content, 4, URL);
5013 xmlCreatePushParserCtxt(reader->sax, NULL, NULL, 0, URL);
5031 if (URL == NULL)
5035 xmlCanonicPath((const xmlChar *) URL);
5112 if ((URL !
4930 xmlTextReaderSetup(xmlTextReaderPtr reader, xmlParserInputBufferPtr input, const char *URL, const char *encoding, int options) argument
5193 xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) argument
5243 xmlReaderForMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) argument
5279 xmlReaderForFd(int fd, const char *URL, const char *encoding, int options) argument
5316 xmlReaderForIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
5399 xmlReaderNewDoc(xmlTextReaderPtr reader, const xmlChar * cur, const char *URL, const char *encoding, int options) argument
5463 xmlReaderNewMemory(xmlTextReaderPtr reader, const char *buffer, int size, const char *URL, const char *encoding, int options) argument
5498 xmlReaderNewFd(xmlTextReaderPtr reader, int fd, const char *URL, const char *encoding, int options) argument
5533 xmlReaderNewIO(xmlTextReaderPtr reader, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DJavaApiConverterTest.java42 import java.net.URL;
149 final URL serverUrl;
688 private URL configureServer(MockResponse mockResponse) throws Exception {
694 private URL configureHttpsServer(MockResponse mockResponse) throws Exception {
707 public HttpURLConnection open(URL serverUrl) throws IOException;
718 public HttpURLConnection open(URL serverUrl) {
725 public HttpURLConnection open(URL serverUrl) throws IOException {
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java21 import java.net.URL;
507 URL basis = new URL("file", "", System.getProperty("user.dir") + "/.");
508 URL url = new URL(basis, systemid);
867 theDoctypeSystemId = new URL(new URL(theDoctypeSystemId), systemid).toString();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java145 BookmarkColumns._ID, BookmarkColumns.URL, BookmarkColumns.VISITS,
153 BookmarkColumns.URL,
280 // Match against common URL prefixes.
371 throw new IllegalArgumentException(TAG + ": query - unknown URL uri = " + uri);
405 throw new IllegalArgumentException(TAG + ": insert - unknown URL " + uri);
456 throw new IllegalArgumentException(TAG + ": delete - unknown URL " + uri);
475 if (values.containsKey(Browser.BookmarkColumns.URL)) {
476 url = values.getAsString(Browser.BookmarkColumns.URL);
518 throw new IllegalArgumentException(TAG + ": update - unknown URL " + uri);
544 throw new IllegalArgumentException(TAG + ": getType - unknown URL "
746 URL, enum constant in enum:ChromeBrowserProvider.Type
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php29 // Full URL of the current application is running under.
58 * Makes an HTTP GET request to the specified URL.
60 * @param string $url Full URL of the resource to access
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUtils.java19 import java.net.URL;
129 URL url = (URL) imageFiles.nextElement();
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java3 import java.net.URL;
24 simple = (SimpleInterface) simpleClass.toClass(new URLClassLoader(new URL[0], getClass().getClassLoader()), Class.class.getProtectionDomain()).newInstance();
34 ComplexInterface instance = (ComplexInterface) clazz.toClass(new URLClassLoader(new URL[0], getClass().getClassLoader()), Class.class.getProtectionDomain()).newInstance();
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Ddata.js102 var blobUrl = window.URL.createObjectURL(textBlob);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver_unittest.cc42 storage::FileSystemURL URL(const GURL& origin, const std::string& path) { function in namespace:sync_file_system::drive_backend::__anon4848
383 storage::FileSystemURL kURL = URL(kOrigin, kTitle);
430 storage::FileSystemURL kURL = URL(kOrigin, kTitle);
466 expected_changes[URL(kOrigin, "foo/nested")].push_back(
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.h44 URL, enumerator in enum:OmniboxResultView::ColorKind
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dhome_button.cc152 *formats = ui::OSExchangeData::URL;
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.h59 URL = 1 << 0, // A URL enumerator in enum:AutocompleteMatch::ACMatchClassification::Style
159 // Convenience function to check if |type| is a search (as opposed to a URL or
180 // NULL, it is used to get a template URL corresponding to this match. If
182 // left empty and the template URL (if any) is determined from the
183 // destination's hostname. The template URL is used to strip off query args
190 // Computes the stripped destination URL (via GURLToStrippedGURL()) and
195 // the URL-what-you-typed match (i.e., would be dupped against the UWYT
197 // the AutocompleteInput interpreted as a URL (i.e.,
247 // Returns whether this match is a "verbatim" match: a URL navigatio
[all...]
H A Dautocomplete_provider.cc112 // However, if the parser did not mark this as a URL, then the user probably
117 if ((input.type() != metrics::OmniboxInputType::URL) &&
/external/chromium_org/components/policy/core/browser/
H A Dmanaged_bookmarks_tracker.cc67 child->set_type(BookmarkNode::URL);
/external/chromium_org/media/test/data/eme_player_js/
H A Dplayer_utils.js139 player.video.src = window.URL.createObjectURL(mediaSource);
159 // separate key system to choose from; however it can be set in URL query.
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
H A DTestWebServer.java33 import java.net.URL;
135 URL url = new URL(mServerUri + SHUTDOWN_PREFIX);
190 * Gets the URL on the server under which a particular request path will be accessible.
192 * This only gets the URL, you still need to set the response if you intend to access it.
195 * @return The full URL including the requestPath.
205 * @return The full URL including the path that should be requested to get the expected
222 * @return The full URL including the path that should be requested to get the expected
244 * @return The full URL including the path that should be requested to get the expected
260 * @return The full URL includin
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DAPPRTCAppClient.m74 [httpResponse URL],
153 [self logVerbose:[NSString stringWithFormat:@"POST message URL:\n%@",
198 NSString* requestUrl = [[request URL] absoluteString];
311 NSLog(@"Failed URL request for:%@\nError:%@", request, error);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dcatalog.h151 const xmlChar *URL);
H A Drelaxng.h124 xmlRelaxNGNewParserCtxt (const char *URL);
H A Dxmlschemas.h120 xmlSchemaNewParserCtxt (const char *URL);
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfWebCaptureCommandDictionary_autogen.cpp11 SkString SkPdfWebCaptureCommandDictionary::URL(SkPdfNativeDoc* doc) { function in class:SkPdfWebCaptureCommandDictionary
12 SkPdfNativeObject* ret = get("URL", "");
20 return get("URL", "") != NULL;
/external/chromium_org/third_party/webrtc/tools/loopback_test/
H A Dadapter.js200 element.src = URL.createObjectURL(stream);
/external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/
H A Dadapter.js187 element.src = URL.createObjectURL(stream);
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data.cc105 if ((formats & URL) != 0 && HasURL(CONVERT_FILENAMES))
H A Dos_exchange_data.h60 URL = 1 << 1, enumerator in enum:ui::OSExchangeData::Format
72 // getting a URL.
176 // A URL can have an optional title in some exchange formats.

Completed in 6596 milliseconds

<<11121314151617181920>>