Searched refs:URI (Results 1 - 25 of 142) sorted by relevance

123456

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-82306.js31 var URI = ''; variable
45 URI += '<?xml version="1.0"?>';
46 URI += '<zcti application="xxxx_demo">';
47 URI += '<pstn_data>';
48 URI += '<ani>650-930-xxxx</ani>';
49 URI += '<dnis>877-485-xxxx</dnis>';
50 URI += '</pstn_data>';
51 URI += '<keyvalue key="name" value="xxx"/>';
52 URI += '<keyvalue key="phone" value="6509309000"/>';
53 URI
[all...]
/external/nist-sip/java/javax/sip/header/
H A DAlertInfoHeader.java3 import javax.sip.address.URI;
8 URI getAlertInfo();
9 void setAlertInfo(URI alertInfo);
H A DWWWAuthenticateHeader.java3 import javax.sip.address.URI;
11 URI getURI();
16 void setURI(URI uri);
H A DCallInfoHeader.java3 import javax.sip.address.URI;
8 URI getInfo();
9 void setInfo(URI info);
H A DErrorInfoHeader.java4 import javax.sip.address.URI;
9 URI getErrorInfo();
10 void setErrorInfo(URI errorInfo);
/external/apache-http/src/org/apache/http/impl/client/
H A DRedirectLocations.java34 import java.net.URI;
43 private final Set<URI> uris;
47 this.uris = new HashSet<URI>();
51 * Returns true if this collection contains the given URI.
53 public boolean contains(final URI uri) {
58 * Adds a new URI to the list of redirects.
60 public void add(final URI uri) {
65 * Removes a URI from the list of redirects.
67 public boolean remove(final URI uri) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURITest.java21 import java.net.URI;
28 private URI[] uris;
30 private URI[] getUris() throws URISyntaxException {
35 uris = new URI[] {
37 new URI(
40 new URI(
43 new URI(
46 // URI("ascheme://user\u00df\u00a3info@host:0/a\u0080path?qu\u00a9\u00aeery#fr\u00e4\u00e8g"),
49 new URI("http", "user%60%20info", "host", 80, "/a%20path", //$NON-NLS-4$
52 new URI("htt
[all...]
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpDelete.java34 import java.net.URI;
43 * identified by the Request-URI. [...] The client cannot
58 public HttpDelete(final URI uri) {
68 setURI(URI.create(uri));
H A DHttpGet.java34 import java.net.URI;
43 * entity) is identified by the Request-URI. If the Request-URI refers
65 public HttpGet(final URI uri) {
75 setURI(URI.create(uri));
H A DHttpHead.java34 import java.net.URI;
65 public HttpHead(final URI uri) {
75 setURI(URI.create(uri));
H A DHttpPost.java34 import java.net.URI;
44 * the Request-URI in the Request-Line. POST is designed to allow a uniform
69 public HttpPost(final URI uri) {
79 setURI(URI.create(uri));
H A DHttpPut.java34 import java.net.URI;
43 * supplied Request-URI. If the Request-URI refers to an already
61 public HttpPut(final URI uri) {
71 setURI(URI.create(uri));
H A DHttpTrace.java34 import java.net.URI;
64 public HttpTrace(final URI uri) {
74 setURI(URI.create(uri));
H A DHttpUriRequest.java34 import java.net.URI;
40 * convenience methods to access request properties such as request URI
59 * Returns the URI this request uses, such as
62 URI getURI();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DProxyAuthenticate.java31 import javax.sip.address.URI;
66 public URI getURI() {
71 * @see gov.nist.javax.sip.header.AuthenticationHeader#setURI(javax.sip.address.URI)
76 public void setURI(URI uri) {
H A DSipRequestLine.java3 import javax.sip.address.URI;
13 /** get the Request-URI.
15 * @return the request URI
17 public abstract URI getUri();
34 * Set the URI.
36 * @param uri URI to set.
38 public abstract void setUri(URI uri);
H A DWWWAuthenticate.java33 import javax.sip.address.URI;
68 public URI getURI() {
73 * @see gov.nist.javax.sip.header.AuthenticationHeader#setURI(javax.sip.address.URI)
78 public void setURI(URI uri) {
/external/libxslt/libxslt/
H A Dextensions.h39 * @URI: the namespace URI for the extension
46 const xmlChar *URI);
51 * @URI: the namespace URI for the extension
57 const xmlChar *URI,
63 * @URI: the namespace URI for the extension
70 const xmlChar *URI);
75 * @URI
[all...]
H A Dextensions.c57 xmlChar *URI; member in struct:_xsltExtDef
100 * @URI: the namespace URI
107 xsltNewExtDef(const xmlChar * prefix, const xmlChar * URI) argument
120 if (URI != NULL)
121 cur->URI = xmlStrdup(URI);
138 if (extensiond->URI != NULL)
139 xmlFree(extensiond->URI);
302 * @URI
320 xsltExtModuleRegisterDynamic(const xmlChar * URI) argument
503 xsltRegisterExtPrefix(xsltStylesheetPtr style, const xmlChar * prefix, const xmlChar * URI) argument
587 xsltRegisterExtFunction(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI, xmlXPathFunction function) argument
621 xsltRegisterExtElement(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI, xsltTransformFunction function) argument
663 xsltStyleInitializeStylesheetModule(xsltStylesheetPtr style, const xmlChar * URI) argument
756 xsltStyleGetExtData(xsltStylesheetPtr style, const xmlChar * URI) argument
823 xsltStyleStylesheetLevelGetExtData(xsltStylesheetPtr style, const xmlChar * URI) argument
862 xsltGetExtData(xsltTransformContextPtr ctxt, const xmlChar * URI) argument
937 xsltInitCtxtExt(xsltExtDataPtr styleData, xsltInitExtCtxt * ctxt, const xmlChar * URI) argument
1055 xsltShutdownCtxtExt(xsltExtDataPtr data, xsltTransformContextPtr ctxt, const xmlChar * URI) argument
1101 xsltShutdownExt(xsltExtDataPtr data, xsltStylesheetPtr style, const xmlChar * URI) argument
1158 xsltCheckExtPrefix(xsltStylesheetPtr style, const xmlChar * URI) argument
1218 xsltCheckExtURI(xsltStylesheetPtr style, const xmlChar * URI) argument
1248 xsltRegisterExtModuleFull(const xmlChar * URI, xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc, xsltStyleExtInitFunction styleInitFunc, xsltStyleExtShutdownFunction styleShutdownFunc) argument
1300 xsltRegisterExtModule(const xmlChar * URI, xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc) argument
1317 xsltUnregisterExtModule(const xmlChar * URI) argument
1387 xsltRegisterExtModuleFunction(const xmlChar * name, const xmlChar * URI, xmlXPathFunction function) argument
1418 xsltExtModuleFunctionLookup(const xmlChar * name, const xmlChar * URI) argument
1456 xsltUnregisterExtModuleFunction(const xmlChar * name, const xmlChar * URI) argument
1621 xsltRegisterExtModuleElement(const xmlChar * name, const xmlChar * URI, xsltPreComputeFunction precomp, xsltTransformFunction transform) argument
1666 xsltExtElementLookup(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI) argument
1696 xsltExtModuleElementLookup(const xmlChar * name, const xmlChar * URI) argument
1739 xsltExtModuleElementPreComputeLookup(const xmlChar * name, const xmlChar * URI) argument
1779 xsltUnregisterExtModuleElement(const xmlChar * name, const xmlChar * URI) argument
1823 xsltRegisterExtModuleTopLevel(const xmlChar * name, const xmlChar * URI, xsltTopLevelFunction function) argument
1854 xsltExtModuleTopLevelLookup(const xmlChar * name, const xmlChar * URI) argument
1891 xsltUnregisterExtModuleTopLevel(const xmlChar * name, const xmlChar * URI) argument
1933 xsltGetExtInfo(xsltStylesheetPtr style, const xmlChar * URI) argument
2121 xsltExtInitTest(xsltTransformContextPtr ctxt, const xmlChar * URI) argument
2155 xsltExtShutdownTest(xsltTransformContextPtr ctxt, const xmlChar * URI, void *data) argument
2182 xsltExtStyleInitTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, const xmlChar * URI) argument
2206 xsltExtStyleShutdownTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, const xmlChar * URI, void *data) argument
2296 xsltDebugDumpExtensionsCallback(void *function ATTRIBUTE_UNUSED, FILE * output, const xmlChar * name, const xmlChar * URI, const xmlChar * not_used ATTRIBUTE_UNUSED) argument
2307 xsltDebugDumpExtModulesCallback(void *function ATTRIBUTE_UNUSED, FILE * output, const xmlChar * URI, const xmlChar * not_used ATTRIBUTE_UNUSED, const xmlChar * not_used2 ATTRIBUTE_UNUSED) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPAssociatedURIHeader.java34 import javax.sip.address.URI;
39 * <p>P-Associated-URI SIP Private Header. </p>
40 * <p>An associated URI is a URI that the service provider
45 * P-Associated-URI = "P-Associated-URI" HCOLON
68 public final static String NAME = "P-Associated-URI";
72 * <p>Set the URI on this address</p>
74 * @throws NullPointerException when supplied URI is null
76 public void setAssociatedURI(URI associatedUR
[all...]
/external/apache-http/src/org/apache/http/client/utils/
H A DURIUtils.java32 import java.net.URI;
38 * A collection of utilities for {@link URI URIs}, to workaround
44 * Constructs a {@link URI} using all the parameters. This should be
46 * {@link URI#URI(String, String, String, int, String, String, String)}
47 * or any of the other URI multi-argument URI constructors.
68 * relative, if the URI string constructed from the given
73 public static URI createURI(
107 return new URI(buffe
[all...]
/external/nist-sip/java/javax/sip/address/
H A DAddressFactory.java8 Address createAddress(URI uri);
9 Address createAddress(String displayName, URI uri)
14 URI createURI(String uri) throws ParseException;
/external/nist-sip/java/javax/sip/message/
H A DRequest.java4 import javax.sip.address.URI;
26 URI getRequestURI();
27 void setRequestURI(URI requestURI);
/external/apache-harmony/luni/src/test/impl/common/org/apache/harmony/luni/tests/java/net/
H A DURLClassLoaderImplTest.java20 import java.net.URI;
60 final URI e = new URI("jar:" + base.toExternalForm() + "!/swt.dll");
61 final URI a = res.toURI();
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DURIParameterTest.java19 import java.net.URI;
29 private URI uri;
32 * @tests {@link java.security.URIParamter#constructor(java.net.URI)}
50 URI u = uriParameter.getURI();
60 uri = new URI("http://www.test.com");

Completed in 9426 milliseconds

123456