HomeSort by relevance Sort by last modified time
    Searched refs:urls (Results 51 - 75 of 292) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 640 String[] urls = this.getURLs(protocol); local
641 return (urls.length > 0 ? urls[0] : protocol + "://null:" + getPort());
651 String[] urls = new String[addresses.length]; local
662 urls[i] = url;
664 return urls;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 322 URL [] urls = {new URL("file:file.jar"), local
325 for(URL url : urls) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundle.java 616 Enumeration<URL> urls = root.getResources(bn);
617 if (urls == null) {
628 while (urls.hasMoreElements()) {
629 URL url = urls.nextElement();
    [all...]
  /packages/apps/UnifiedEmail/assets/
script.js 465 var urls = new Array();
476 urls[k] = src;
488 window.mail.onInlineAttachmentsParsed(urls, messageIds);
507 // preserve cid urls as is
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/boot/
plexus-classworlds-2.5.1.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandler.java 461 URL[] urls = loader.getURLs(); local
463 for (int i = 0; i < urls.length; i++)
467 Resource resource = newResource(urls[i]);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 674 urls = [
684 urls.append("file://%s%s" % (localaddr, urlpath))
686 for url in urls:
735 # what was intended was to distinguish between URLs like:
848 # Issue4493: urllib2 to supply '/' when to urls where path does not
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 674 urls = [
684 urls.append("file://%s%s" % (localaddr, urlpath))
686 for url in urls:
735 # what was intended was to distinguish between URLs like:
848 # Issue4493: urllib2 to supply '/' when to urls where path does not
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 290 * Returns an iterator over the URLs in this cache. This iterator doesn't throw {@code
291 * ConcurrentModificationException}, but if new responses are added while iterating, their URLs
298 public Iterator<String> urls() throws IOException { method in class:Cache
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 1348 final URLSpan[] urls = textView.getUrls(); local
    [all...]
  /external/v8/src/
heap-snapshot-generator.cc 2221 const char** urls = NewArray<const char*>(enumerator.count()); local
    [all...]
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 

Completed in 1007 milliseconds

1 23 4 5 6 7 8 91011>>