Home
last modified time | relevance | path

Searched refs:URL (Results 1 – 25 of 34) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DConvertSwitchDialog.java39 import java.net.URL;
48 …private static final String URL = "http://tools.android.com/tips/non-constant-fields"; //$NON-NLS-… field in ConvertSwitchDialog
81 "For more information, see <a href=\"" + URL + "\">" + URL + "</a>", in createDialogArea()
114 browser.openURL(new URL(URL)); in showWebPage()
117 URL); in showWebPage()
DDexWrapper.java32 import java.net.URL;
77 URL url = f.toURI().toURL(); in loadDex()
80 URLClassLoader loader = new URLClassLoader(new URL[] { url }, in loadDex()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
DEclipseTestCollector.java21 import java.net.URL;
53 URL entry = (URL)entries.nextElement(); in addTestCases()
DAdtTestData.java27 import java.net.URL;
57 URL url = this.getClass().getClassLoader().getResource("."); //$NON-NLS-1$ in AdtTestData()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRuleLoader.java33 import java.net.URL;
118 List<URL> urls = new ArrayList<URL>(); in computeUserClassLoader()
129 URL url; in computeUserClassLoader()
144 return new URLClassLoader(urls.toArray(new URL[urls.size()]), in computeUserClassLoader()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DInstallDependencyPage.java43 import java.net.URL;
56 private static final String URL = field in InstallDependencyPage
105 …mLink.setText("<a href=\"" + URL + "\">" + URL + "</a>"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ in createControl()
286 browser.openURL(new URL(URL)); in widgetSelected()
289 URL); in widgetSelected()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DProjectClassLoader.java46 import java.net.URL;
271 URL[] jars = getExternalJars(); in loadClassFromJar()
294 private final URL[] getExternalJars() { in getExternalJars()
298 ArrayList<URL> oslibraryList = new ArrayList<URL>(); in getExternalJars()
338 return oslibraryList.toArray(new URL[oslibraryList.size()]); in getExternalJars()
341 private void handleClassPathEntry(IClasspathEntry e, ArrayList<URL> oslibraryList) { in handleClassPathEntry()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java60 import java.net.URL;
122 …private static final URL ICON_HORIZONTAL = GridLayoutRule.class.getResource("hlinear.png"); //$NON…
123 …private static final URL ICON_VERTICAL = GridLayoutRule.class.getResource("vlinear.png"); //$NON-N…
124 …private static final URL ICON_ADD_ROW = GridLayoutRule.class.getResource("addrow.png"); //$NON-NLS…
125 …private static final URL ICON_REMOVE_ROW = GridLayoutRule.class.getResource("removerow.png"); //$N…
126 …private static final URL ICON_ADD_COL = GridLayoutRule.class.getResource("addcol.png"); //$NON-NLS…
127 …private static final URL ICON_REMOVE_COL = GridLayoutRule.class.getResource("removecol.png"); //$N…
128 …private static final URL ICON_SHOW_STRUCT = GridLayoutRule.class.getResource("showgrid.png"); //$N…
129 …private static final URL ICON_GRID_MODE = GridLayoutRule.class.getResource("gridmode.png"); //$NON…
130 private static final URL ICON_SNAP = GridLayoutRule.class.getResource("snap.png"); //$NON-NLS-1$
[all …]
DTableLayoutRule.java32 import java.net.URL;
48 private static final URL ICON_ADD_ROW =
50 private static final URL ICON_REMOVE_ROW =
DLinearLayoutRule.java57 import java.net.URL;
76 private static final URL ICON_HORIZONTAL =
78 private static final URL ICON_VERTICAL =
80 private static final URL ICON_WEIGHTS =
82 private static final URL ICON_DISTRIBUTE =
84 private static final URL ICON_BASELINE =
86 private static final URL ICON_CLEAR_WEIGHTS =
88 private static final URL ICON_DOMINATE =
139 Arrays.<URL>asList(ICON_HORIZONTAL, ICON_VERTICAL), in addLayoutActions()
DRelativeLayoutRule.java62 import java.net.URL;
78 private static final URL ICON_CENTER_VERTICALLY =
80 private static final URL ICON_CENTER_HORIZONTALLY =
82 private static final URL ICON_SHOW_STRUCTURE =
84 private static final URL ICON_SHOW_CONSTRAINTS =
DBaseLayoutRule.java80 import java.net.URL;
96 private static final URL ICON_MARGINS =
98 private static final URL ICON_GRAVITY =
100 private static final URL ICON_FILL_WIDTH =
102 private static final URL ICON_FILL_HEIGHT =
161 public void addChoices(@NonNull List<String> titles, @NonNull List<URL> iconUrls, in createGravityAction()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
DActivator.java28 import java.net.URL;
80 public static URL findFile(IPath path) { in findFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DJUnitLaunchConfigDelegate.java31 import java.net.URL;
153 URL jarUrl = bundle.getEntry(AdtConstants.WS_SEP + JUNIT_JAR); in getJunitJarLocation()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-navigate10.txt5 After open, a browser is shown with this URL:
Dmanifest-expected-navigate11a.txt5 After open, a browser is shown with this URL:
Dmanifest-expected-navigate11g.txt5 After open, a browser is shown with this URL:
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java63 import java.net.URL;
324 URL iconUrl = toggle.getIconUrl(); in addToggle()
363 URL iconUrl = menuAction.getIconUrl(); in addPlainAction()
385 List<URL> icons = choices.getIconUrls(); in addRadio()
394 URL iconUrl = icons.get(i); in addRadio()
421 URL iconUrl = choices.getIconUrl(); in addDropdown()
435 List<URL> icons = choices.getIconUrls(); in addDropdown()
443 URL itemIconUrl = icons != null && icons.size() > 0 ? icons.get(i) : null; in addDropdown()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
DSimpleFile.java38 import java.net.URL;
99 URL sourceURL = FileLocator.find(bundle, new Path(op.source), null); in process()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DUsagePermissionPage.java37 import java.net.URL;
116 browser.openURL(new URL(event.text)); in widgetSelected()
/sdk/docs/
Dhowto_SDK_git_cygwin.txt137 URL=ssh://android-git.corp.google.com:29418/platform/manifest.git
143 repo init -u $URL -b $BRANCH
160 [[ $URL != ${URL/ssh/} ]] && export GIT_SSH=ssh
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DAndroidClasspathContainerInitializer.java55 import java.net.URL;
434 URL sourceURL = bundle.getEntry(sourcePath);
436 URL url = null;
556 URL testURL = new URL(androidApiURL);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DIconFactory.java39 import java.net.URL;
61 private Map<URL, Image> mUrlMap = Maps.newHashMap();
266 public Image getIcon(URL url) { in getIcon()
DAndroidTextEditor.java65 import java.net.URL;
477 wbs.createBrowser(BROWSER_ID).openURL(new URL(link));
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
DNdkDiscoveryUpdater.java42 import java.net.URL;
95 URL url = Activator.findFile(new Path( in runUpdate()

12