Home
last modified time | relevance | path

Searched refs:urls (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRuleLoader.java118 List<URL> urls = new ArrayList<URL>(); in computeUserClassLoader() local
132 urls.add(url); in computeUserClassLoader()
143 if (urls.size() > 0) { 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/editors/layout/gle2/
DIncludeFinder.java553 @Nullable List<String> urls) { in findIncludesInDocument() argument
569 if (urls == null) { in findIncludesInDocument()
570 urls = new ArrayList<String>(); in findIncludesInDocument()
572 urls.add(resourceName); in findIncludesInDocument()
581 urls = findIncludesInDocument(children.item(i), urls); in findIncludesInDocument()
584 return urls; in findIncludesInDocument()
/sdk/eclipse/
Ddictionary.txt340 urls
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-completion39.txt41 android:autoLink : Controls whether links such as urls and email addresses are automatically found…
Dcompletion5-expected-completion40.txt41 android:autoLink : Controls whether links such as urls and email addresses are automatically found…
Dcompletionvalues1-expected-completion32.txt15 android:autoLink : Controls whether links such as urls and email addresses are automatically found…