HomeSort by relevance Sort by last modified time
    Searched full:mailto (Results 26 - 50 of 406) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2109Spec.java 53 * @author <a href="mailto:jericho@thinkfree.com">Park, Sung-Gu</a>
54 * @author <a href="mailto:dsale@us.britannica.com">Doug Sale</a>
58 * @author <a href="mailto:JEvans@Cyveillance.com">John Evans</a>
60 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
61 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
BasicClientCookie.java 48 * @author <a href="mailto:jericho@thinkfree.com">Park, Sung-Gu</a>
49 * @author <a href="mailto:dsale@us.britannica.com">Doug Sale</a>
53 * @author <a href="mailto:JEvans@Cyveillance.com">John Evans</a>
55 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
56 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URITest.java 41 "mailto:mduerst@ifi.unizh.ch", // mailto
98 "mailto:user^name@fklkf.com" // invalid char in scheme
140 new URI("mailto", "user@domain.com", null),
291 uri = new URI("mailto", "mduerst@ifi.unizh.ch", null);
307 uri = new URI("mailto", null, null);
592 { "mailto:abc", "mailto:abc" }, // same ssp
593 { "mailto:abC", "mailto:Abc" }, // different, by cas
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
package.html 9 <meta name="@author" content="mailto:Ben@galbraiths.org" />
10 <meta name="@author" content="mailto:Norman.Walsh@Sun.com" />
11 <meta name="@author" content="mailto:Jeff.Suttor@Sun.com" />
254 <li>Author <a href="mailto:Ben@galbraiths.org">Ben Galbraith</a></li>
255 <li>Author <a href="mailto:Norman.Walsh@Sun.com">Norman Walsh</a></li>
256 <li>Author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a></li>
XPathConstants.java 26 * @author <a href="mailto:Norman.Walsh@Sun.COM">Norman Walsh</a>
27 * @author <a href="mailto:Jeff.Suttor@Sun.COM">Jeff Suttor</a>
XPathFunctionResolver.java 40 * @author <a href="mailto:Norman.Walsh@Sun.com">Norman Walsh</a>
41 * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
  /frameworks/base/docs/html/community/
index.jd 56 <li>Subscribe via email:&nbsp;<a href="mailto:android-beginners-subscribe@googlegroups.com">android-beginners-subscribe@googlegroups.com</a></li>
63 <li>Subscribe via email:&nbsp;<a href="mailto:android-developers-subscribe@googlegroups.com">android-developers-subscribe@googlegroups.com</a></li>
70 <li>Subscribe via email:&nbsp;<a href="mailto:android-discuss-subscribe@googlegroups.com">android-discuss-subscribe@googlegroups.com</a></li>
77 <li>Subscribe via email:&nbsp;<a href="mailto:android-ndk-subscribe@googlegroups.com">android-ndk-subscribe@googlegroups.com</a></li>
84 <li>Subscribe via email:&nbsp;<a href="mailto:android-security-discuss@googlegroups.com">android-security-discuss@googlegroups.com</a></li>
91 <li>Subscribe via email:&nbsp;<a href="mailto:android-security-announce-subscribe@googlegroups.com">android-security-announce-subscribe@googlegroups.com</a></li>
  /external/apache-http/src/org/apache/http/
Header.java 52 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
53 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
StatusLine.java 41 * @author <a href="mailto:jsdever@apache.org">Jeff Dever</a>
42 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
  /external/apache-http/src/org/apache/http/params/
AbstractHttpParams.java 42 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
43 * @author <a href="mailto:rolandw at apache.org">Roland Weber</a>
  /external/apache-http/src/org/apache/http/protocol/
HttpProcessor.java 45 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
46 * @author <a href="mailto:rolandw at apache.org">Roland Weber</a>
  /external/apache-http/src/org/apache/http/util/
ExceptionUtils.java 38 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
39 * @author <a href="mailto:laura@lwerner.org">Laura Werner</a>
  /dalvik/dx/src/junit/framework/
ComparisonFailure.java 6 * Inspired by a patch from Alex Chaffee mailto:alex@purpletech.com
  /dalvik/libcore/junit/src/main/java/junit/framework/
ComparisonFailure.java 6 * Inspired by a patch from Alex Chaffee mailto:alex@purpletech.com
  /dalvik/tests/021-string2/src/junit/framework/
ComparisonFailure.java 6 * Inspired by a patch from Alex Chaffee mailto:alex@purpletech.com
  /dalvik/tests/082-inline-execute/src/junit/framework/
ComparisonFailure.java 6 * Inspired by a patch from Alex Chaffee mailto:alex@purpletech.com
  /development/pdk/docs/community/
index.jd 46 Subscribe via email: <a href="mailto:android-building+subscribe@googlegroups.com">android-building+subscribe@googlegroups.com</a>
58 Subscribe via email: <a href="mailto:android-porting+subscribe@googlegroups.com">android-porting+subscribe@googlegroups.com</a>
68 Subscribe via email: <a href="mailto:android-platform+subscribe@googlegroups.com">android-platform+subscribe@googlegroups.com</a>
80 Subscribe via email: <a href="mailto:android-kernel+subscribe@googlegroups.com">android-kernel+subscribe@googlegroups.com</a>
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java 72 * @author <a href="mailto:bcholmes@interlog.com">B.C. Holmes</a>
73 * @author <a href="mailto:jericho@thinkfree.com">Park, Sung-Gu</a>
74 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
75 * @author <a href="mailto:oleg at ural.com">Oleg Kalnichevski</a>
BasicHeader.java 56 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
57 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
58 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
  /external/webkit/JavaScriptCore/tests/mozilla/
importList.html 63 <address><a href="mailto:rginda@netscape.com"></a></address>
  /external/apache-http/src/org/apache/http/auth/
NTCredentials.java 40 * @author <a href="mailto:adrian@ephox.com">Adrian Sutton</a>
41 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
42 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
UsernamePasswordCredentials.java 40 * @author <a href="mailto:remm@apache.org">Remy Maucherat</a>
42 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
43 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionManager.java 44 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
45 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>
46 * @author <a href="mailto:rolandw at apache.org">Roland Weber</a>
  /frameworks/base/core/java/com/android/internal/http/multipart/
FilePartSource.java 43 * @author <a href="mailto:becke@u.washington.edu">Michael Becke</a>
44 * @author <a href="mailto:mdiggory@latte.harvard.edu">Mark Diggory</a>
45 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
  /frameworks/base/docs/html/resources/
community-groups.jd 90 (<a href="mailto:android-developers-subscribe@googlegroups.com">subscribe via email</a>)<br>
95 (<a href="mailto:android-discuss-subscribe@googlegroups.com">subscribe via email</a>)<br>
100 (<a href="mailto:android-ndk-subscribe@googlegroups.com">subscribe via email</a>)<br>
105 (<a href="mailto:android-security-discuss-subscribe@googlegroups.com">subscribe via email</a>)<br>
110 (<a href="mailto:android-security-announce-subscribe@googlegroups.com">subscribe via email</a>)<br>

Completed in 357 milliseconds

12 3 4 5 6 7 8 91011>>