/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ClassTest.java | 30 import java.net.URL; 431 URL res = getClass().getResource(name);
|
/external/ceres-solver/scripts/ |
ceres-solver.spec | 5 # URL). Non-RC releases go back to incrementing integers starting at 1. 11 URL: http://code.google.com/p/ceres-solver/
|
/external/chromium/chrome/browser/resources/net_internals/ |
testview.js | 8 * - Has an input box to specify the URL. 81 addTextNode(experimentCell, 'Fetch ' + experiment.url);
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view_unittest.cc | 166 // The URL shouldn't have changed. 170 // Changes the url and makes sure parent/visual order doesn't change. 184 // The URL should have changed. 201 // Moves 'a' to be a child of the other node and changes its url to new_a. 251 // Brings up the editor, creating a new URL on the bookmark bar. 271 // Brings up the editor with no tree and modifies the url. 318 // The url field shouldn't be visible. 333 // Make sure the child url/title match. 334 EXPECT_EQ(BookmarkNode::URL, new_child->type()); 362 // Make sure the child url/title match [all...] |
bookmark_menu_controller_views.cc | 96 if (node->type() == BookmarkNode::URL) 125 *formats = ui::OSExchangeData::URL; 152 // Drag originated from same profile and is not a URL. Only accept it if
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsTest.java | 25 import java.net.URL; 69 public void notifyCalled(String url, String userAgent, String contentDisposition, 71 mUrl = url; 94 public void onDownloadStart(String url, 99 getOnDownloadStartHelper().notifyCalled(url, userAgent, contentDisposition, mimeType, 345 final Object originalFaviconSource = (new URL(faviconUrl)).getContent(); 462 // We must wait for two onPageFinished callbacks. One for the original failing URL, and
|
/external/chromium_org/chrome/browser/android/bookmarks/ |
bookmarks_bridge.cc | 199 std::string url; local 201 url = node->url().spec(); 208 ConvertUTF8ToJavaString(env, url).obj(), 245 if (!folder || folder->type() == BookmarkNode::URL || 254 node->type() != BookmarkNode::URL)) {
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view_unittest.cc | 194 // The URL shouldn't have changed. 195 ASSERT_TRUE(GURL(base_path() + "a") == bb_node->GetChild(0)->url()); 198 // Changes the url and makes sure parent/visual order doesn't change. 213 // The URL should have changed. 214 ASSERT_TRUE(GURL(base_path() + "new_a") == bb_node->GetChild(0)->url()); 229 ASSERT_TRUE(GURL(base_path() + "a") == other_node->GetChild(2)->url()); 232 // Moves 'a' to be a child of the other node and changes its url to new_a. 247 ASSERT_TRUE(GURL(base_path() + "new_a") == other_node->GetChild(2)->url()); 285 // Brings up the editor, creating a new URL on the bookmark bar. 305 EXPECT_TRUE(GURL(base_path() + "a") == new_node->url()); [all...] |
/external/chromium_org/chrome/browser/ui/webui/ntp/android/ |
bookmarks_handler.cc | 57 case BookmarkNode::URL: 58 return "URL"; 265 filler_value->SetString("url", node->url().spec()); 452 node->url(), 479 tab->AddShortcutToBookmark(node->url(), 559 node->type() != BookmarkNode::URL)) {
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
startup_page_list_browsertest.js | 54 url: 'http://yahoo.com', 60 url: 'http://facebook.com', 95 * The URL data in this mock drop event. 129 mockDropEvent.dataTransfer.setData('url', NEW_PAGE);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/ |
popup.js | 35 anchor.attr('href', bookmarkNode.url); 39 * the bookmark url. 42 chrome.tabs.create({url: bookmarkNode.url}); 50 '<input id="title"></td></tr><tr><td>URL</td><td><input id="url">' + 84 title: $('#title').val(), url: $('#url').val()});
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 23 * request's tab ID, frame ID, and URL in order to ensure uniqueness. 32 * request's tab ID, frame ID, and URL in order to ensure uniqueness. 41 * request's tab ID, frame ID, and URL in order to ensure uniqueness. 116 * @typedef {{url: string, transitionType: NavigationCollector.NavigationType, 147 * @param {!string} url The request's URL. 149 prepareDataStorage_: function(id, url) { 160 this.completed_[url] = this.completed_[url] || []; 161 this.errored_[url] = this.errored_[url] || [] [all...] |
/external/chromium_org/chrome/tools/ |
webforms_aggregator.py | 16 Usage: webforms_aggregator.py [options] [single url or file containing urls] 79 def __init__(self, url, domain, cookie_file): 83 url: url to download page from. 88 self._url = url 112 """Adds url |link|, if not already present, to the appropriate list. 118 link: the url that is inserted to the appropriate links list. 144 """Parses downloaded page and gets url link for non registration page. 147 the url links. If it is a registration page, it saves it in a file as 233 self._curl_object.setopt(pycurl.URL, self._url [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
DrawUtils.java | 28 import java.net.URL; 207 URL resource = clazz.getResource(path);
|
/external/javassist/src/main/javassist/ |
ClassPool.java | 24 import java.net.URL; 570 * Searches the class path to obtain the URL of the class file 578 public URL find(String classname) { [all...] |
CtClass.java | 25 import java.net.URL; 246 * Returns the uniform resource locator (URL) of the class file. 248 public URL getURL() throws NotFoundException { [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/ |
TestChooser.java | 48 import java.net.URL; 97 URL url; local 107 // URL url = UPBClassLoader.get().getResource(name); 108 url = this.getClass().getResource(name); 109 // URL url = ClassLoader.getSystemClassLoader().getResource(name); 114 directory = new File(URLDecoder.decode(url.getFile(), "UTF-8")); 127 logger.info("Searching for Demo classes in \"" + url + "\".") [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
libcap-ng.spec | 9 URL: http://people.redhat.com/sgrubb/libcap-ng
|
/external/libogg/ |
libogg.spec | 8 URL: http://www.xiph.org/
|
/external/libvorbis/ |
libvorbis.spec | 8 URL: http://www.xiph.org/
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
Platform.java | 34 import java.net.URL; 76 public URI toUriLenient(URL url) throws URISyntaxException { 77 return url.toURI(); // this isn't as good as the built-in toUriLenient
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
HttpOverSpdyTest.java | 35 import java.net.URL; 242 URL url = server.getUrl("/"); local 243 assertContent("A", client.open(url), Integer.MAX_VALUE); 246 cookieManager.get(url.toURI(), requestHeaders)); 248 assertContent("B", client.open(url), Integer.MAX_VALUE);
|
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
DocumentBuilderTest.java | 42 import java.net.URL; 488 URL resource = getClass().getResource("/simple.xml");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidTextEditor.java | 65 import java.net.URL; 472 * @param link The URL to open in a browser 477 wbs.createBrowser(BROWSER_ID).openURL(new URL(link));
|
/external/chromium_org/third_party/libxslt/libxslt/ |
transform.c | [all...] |