HomeSort by relevance Sort by last modified time
    Searched defs:getURI (Results 1 - 25 of 37) sorted by null

1 2

  /external/nist-sip/java/javax/sip/header/
WWWAuthenticateHeader.java 11 URI getURI();
AuthorizationHeader.java 39 URI getURI();
  /external/apache-http/src/org/apache/http/client/methods/
HttpUriRequest.java 67 URI getURI();
HttpRequestBase.java 86 public URI getURI() {
93 URI uri = getURI();
  /external/nist-sip/java/gov/nist/javax/sip/header/
ProxyAuthenticate.java 61 * @see gov.nist.javax.sip.header.AuthenticationHeader#getURI()
66 public URI getURI() {
WWWAuthenticate.java 63 * @see gov.nist.javax.sip.header.AuthenticationHeader#getURI()
68 public URI getURI() {
Challenge.java 116 public String getURI() {
AuthenticationHeader.java 278 public javax.sip.address.URI getURI() {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XMLNSDecl.java 68 public String getURI()
AVT.java 134 public String getURI()
ElemTemplateElement.java 865 String uri = nsSupport.getURI(prefix);
930 return decl.getURI();
1050 String uri = decl.getURI();
1103 decl.getURI());
1107 decl = new XMLNSDecl(decl.getPrefix(), decl.getURI(),
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 105 public String getURI(int index)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
AttList.java 96 public String getURI(int index)
NamespaceSupport2.java 183 * you have to look it up explicitly using {@link #getURI getURI}.
192 * @see #getURI
270 public String getURI (String prefix)
272 return currentContext.getURI(prefix);
281 * using the {@link #getURI getURI} with an argument of "".</p>
287 * @see #getURI
305 * #getURI getURI} method with an argument of "".</p
    [all...]
  /external/nist-sip/java/javax/sip/address/
Address.java 17 URI getURI();
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicRetriever.java 147 public Uri getURI() {
MusicService.java 433 mPlayer.setDataSource(getApplicationContext(), playingItem.getURI());
  /external/apache-http/src/org/apache/http/impl/client/
RequestWrapper.java 83 this.uri = ((HttpUriRequest) request).getURI();
89 this.uri = new URI(requestLine.getUri());
92 + requestLine.getUri(), ex);
130 public URI getURI() {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 192 * @see org.apache.xerces.xni.NamespaceContext#getURI(String)
194 public String getURI(String prefix) {
207 } // getURI(String):String
219 //if (getURI(fNamespace[i - 2]) == uri)
220 if (getURI(fNamespace[i - 2]).equals(uri) )
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 158 const char* getURI() const { return fURI.size() ? fURI.c_str() : NULL; }
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 267 return this.getURI().equals( o.getURI() );
300 public URI getURI() {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/jdiff/
xerces.jar 

Completed in 183 milliseconds

1 2