Searched refs:URL (Results 226 - 250 of 413) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryImporter.java40 import java.net.URL;
254 public Savable load(URL f) throws IOException {
258 public Savable load(URL f, ReadListener listener) throws IOException {
/external/libxml2/
H A Dschematron.c181 const xmlChar *URL; member in struct:_xmlSchematronParserCtxt
580 * @URL: the location of the schema
588 xmlSchematronNewParserCtxt(const char *URL) argument
592 if (URL == NULL)
606 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
1090 if (ctxt->URL != NULL) {
1091 doc = xmlReadFile((const char *) ctxt->URL, NULL,
1097 ctxt->URL, NULL);
1111 doc->URL
[all...]
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java23 import java.net.URL;
57 * HttpResponseMessage.LOCATION = the redirect URL. Such a redirect can't be
90 * the URL (determined by the service provider) for getting a
107 * the URL (determined by the service provider) for getting a
126 * the URL (determined by the service provider) for getting a
172 * URL (determined by the service provider) for getting an access
271 String url = request.URL;
314 final HttpMessage httpRequest = new HttpMessage(request.method, new URL(url), body);
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_result_view.cc165 colors[i][URL] = color_utils::GetReadableColor(SkColorSetRGB(0, 128, 0),
276 // Check whether or not this text is a URL. URLs are always displayed LTR
281 if (!(i->style & ACMatchClassification::URL)) {
340 if (style & ACMatchClassification::URL)
341 current_data->color = GetColor(state, URL);
/external/libvpx/examples/includes/geshi/geshi/
H A Djava.php21 * - Added URL support
878 'URL', 'URLClassLoader', 'URLConnection',
H A Drebol.php20 * - Added URL support
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFramePrivate.h64 WebFrameLoadTypeSame, // user loads same URL again (but not reload button)
126 - (BOOL)_allowsFollowingLink:(NSURL *)URL;
/external/webkit/Source/WebKit/win/
H A DWebResource.cpp120 HRESULT STDMETHODCALLTYPE WebResource::URL( function in class:WebResource
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestNavigationController.h74 const WebKit::WebURL& URL() const { return m_url; } function in class:TestNavigationEntry
/external/webkit/Tools/MiniBrowser/mac/
H A DAppDelegate.m98 static void didUpdateHistoryTitle(WKContextRef context, WKPageRef page, WKStringRef title, WKURLRef URL, WKFrameRef frame, const void *clientInfo)
101 CFURLRef cfURL = WKURLCopyCFURL(0, URL);
102 LOG(@"HistoryClient - didUpdateHistoryTitle - title: %@ - URL: %@", cfTitle, cfURL);
/external/webkit/Tools/Scripts/
H A Dupdate-webkit-dependency47 update-webkit-dependancy <URL with the dependancy zip file> <*prefix dir inside zip without filename>
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectStreamClassTest.java28 import java.net.URL;
131 ClassLoader loader = new URLClassLoader(new URL[] { file.toURL() },
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider.cc79 // TODO(pkasting): http://b/888148 We disallow URL input and "URL-like" input
82 if ((input.type() == AutocompleteInput::URL) ||
220 ACMatchClassification(0, ACMatchClassification::URL));
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model.cc55 type_ = !url_.is_empty() ? URL : BOOKMARK_BAR;
65 DCHECK(entry.type != history::StarredEntry::URL || entry.url == url_);
69 case history::StarredEntry::URL:
70 type_ = BookmarkNode::URL;
286 // We cannot change the URL of a folder.
303 // i points to the first node with the URL, advance until we find the
418 new_node->set_type(BookmarkNode::URL);
525 if (node->type() == BookmarkNode::URL) {
530 // i points to the first node with the URL, advance until we find the
610 // RemoveNode adds an entry to changed_urls for each node of type URL
[all...]
/external/chromium/sdch/open-vcdiff/packages/rpm/
H A Drpm.spec10 URL: http://code.google.com/p/open-vcdiff
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java24 import java.net.URL;
170 public ApiInfo parseApi(URL url) throws ApiParseException {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedWatcherTask.java19 import java.net.URL;
34 * feedURL - URL of the feed where it will be published - eg., http://servername/path/to/feed.xml
232 RSSFeedUtil.transferData((new URL(feedURL)).openStream(), new FileOutputStream(destFile));
/external/guava/guava-tests/test/com/google/common/io/
H A DFilesSimplifyPathTest.java28 import java.net.URL;
298 URL url = getClass().getResource(resourceName);
/external/libpcap/packaging/
H A Dpcap.spec12 URL: http://www.tcpdump.org
/external/quake/quake/src/WinQuake/
H A Dquake-data.spec.sh16 URL: http://www.idsoftware.com/
H A Dquake-shareware.spec.sh16 URL: http://www.idsoftware.com/
H A Dquake.spec.sh16 URL: http://www.idsoftware.com/
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceResponseMac.mm84 m_url = [m_nsResponse.get() URL];
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.mm75 URL:(NSURL *)URL
83 self = [super initWithFrame:frame pluginPackage:pluginPackage URL:URL baseURL:baseURL MIMEType:MIME attributeKeys:keys attributeValues:values loadManually:loadManually element:element];
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginController.mm375 LOG_ERROR("nil URL passed");
379 LOG_ERROR("could not load URL %@ because plug-in has already been destroyed", request);
384 LOG_ERROR("could not load URL %@ because plug-in has already been stopped", request);
390 NSString *JSString = [[request URL] _webkit_scriptIfJavaScriptURL];
399 LOG_ERROR("could not load URL %@", [request URL]);
447 NSURL *responseURL = [[[[self webFrame] _dataSource] response] URL];
460 contentURL:[response URL]

Completed in 525 milliseconds

1234567891011>>