Searched refs:getURI (Results 1 - 25 of 83) sorted by relevance

1234

/external/nist-sip/java/javax/sip/header/
H A DWWWAuthenticateHeader.java11 URI getURI(); method in interface:WWWAuthenticateHeader
H A DAuthorizationHeader.java39 URI getURI(); method in interface:AuthorizationHeader
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpUriRequest.java62 URI getURI(); method in interface:HttpUriRequest
H A DHttpRequestBase.java81 public URI getURI() { method in class:HttpRequestBase
88 URI uri = getURI();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DProxyAuthenticate.java61 * @see gov.nist.javax.sip.header.AuthenticationHeader#getURI()
66 public URI getURI() { method in class:ProxyAuthenticate
H A DWWWAuthenticate.java63 * @see gov.nist.javax.sip.header.AuthenticationHeader#getURI()
68 public URI getURI() { method in class:WWWAuthenticate
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXMLNSDecl.java68 public String getURI() method in class:XMLNSDecl
H A DElemLiteralResult.java202 avt.getURI().equals(namespaceURI))
252 namespace = avt.getURI();
366 String ns = avt.getURI();
602 String nsURI = avt.getURI();
633 String nsURI = avt.getURI();
838 String uri = m_attribute.getURI();
859 String uri = m_attribute.getURI();
914 String uri = m_attribute.getURI();
1359 avt.getURI(),
/external/nist-sip/java/javax/sip/address/
H A DAddress.java17 URI getURI(); method in interface:Address
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDiscardablePixelRef.cpp113 return pixelRef && pixelRef->getURI() && discardable.equals(pixelRef->getURI());
H A DDeferredImageDecoder.cpp76 && bitmap.pixelRef()->getURI()
77 && (!memcmp(bitmap.pixelRef()->getURI(), labelLazyDecoded, sizeof(labelLazyDecoded))
78 || !memcmp(bitmap.pixelRef()->getURI(), labelDiscardable, sizeof(labelDiscardable)));
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DURIParameterTest.java47 * @tests {@link java.security.URIParameter#getURI()}
50 URI u = uriParameter.getURI();
/external/chromium_org/third_party/skia/src/images/
H A DSkImageRefPool.cpp33 ref->getURI(),
69 ref->getURI(),
187 ref->isLocked(), ref->getURI());
H A DSkImageRef.cpp126 SkDebugf("--- ImageRef: <%s> failed to find codec\n", this->getURI());
129 this->getURI(), mode);
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java267 return this.getURI().equals( o.getURI() );
300 public URI getURI() { method in class:AddressImpl
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpMethodResponse.java54 super(request.getMethod(), new URL(request.getURI().toString()));
98 request.append(" ").append(httpRequest.getURI().getPath());
99 String query = httpRequest.getURI().getQuery();
/external/skia/src/images/
H A DSkImageRefPool.cpp33 ref->getURI(),
69 ref->getURI(),
187 ref->isLocked(), ref->getURI());
H A DSkImageRef.cpp134 SkDebugf("--- ImageRef: <%s> failed to find codec\n", this->getURI());
137 this->getURI(), mode);
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java78 this.uri = ((HttpUriRequest) request).getURI();
125 public URI getURI() { method in class:RequestWrapper
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNamespaceSupport2.java183 * you have to look it up explicitly using {@link #getURI getURI}.
192 * @see #getURI
270 public String getURI (String prefix) method in class:NamespaceSupport2
272 return currentContext.getURI(prefix);
281 * using the {@link #getURI getURI} with an argument of "".</p>
287 * @see #getURI
305 * #getURI getURI} metho
646 String getURI (String prefix) method in class:Context2
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DBOSHConfiguration.java118 public URI getURI() throws URISyntaxException { method in class:BOSHConfiguration
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DNamespaceSupport.java192 * @see org.apache.xerces.xni.NamespaceContext#getURI(String)
194 public String getURI(String prefix) { method in class:NamespaceSupport
207 } // getURI(String):String
219 //if (getURI(fNamespace[i - 2]) == uri)
220 if (getURI(fNamespace[i - 2]).equals(uri) )
/external/smack/src/com/kenai/jbosh/
H A DBOSHClientConfig.java147 Builder result = new Builder(cfg.getURI(), cfg.getTo());
365 public URI getURI() { method in class:BOSHClientConfig
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPAssociatedURI.java143 return this.address.getURI();
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java142 public String getURI() { method in class:Schema

Completed in 3045 milliseconds

1234