Searched refs:uri (Results 76 - 100 of 391) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorTemplateElem.java43 * @param uri The Namespace URI, or an empty string.
49 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
53 super.startElement(handler, uri, localName, rawName, attributes);
115 * @param uri The Namespace URI, or an empty string.
120 StylesheetHandler handler, String uri, String localName, String rawName)
123 super.endElement(handler, uri, localName, rawName);
48 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
119 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-resolver.jar ... xml.resolver.CatalogEntry) String publicid String systemid String uri String altURI org.apache.xml.resolver. ...
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWWWAuthenticate.java65 * @since 1.2 this method is deprecated, uri is not a valid paramter for this header
75 * @since 1.2 this method is deprecated, uri is not a valid paramter for this header
78 public void setURI(URI uri) { argument
/external/nist-sip/java/javax/sip/address/
H A DAddress.java18 void setURI(URI uri); argument
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dcanonicalform05.js17 * @return uri identifier of test
111 var uri;
164 uri = location.uri;
166 assertNull("uri",uri);
H A Ddocumentnormalizedocument05.js17 * @return uri identifier of test
111 var uri;
158 uri = location.uri;
160 assertNull("uri",uri);
H A Ddocumentnormalizedocument13.js17 * @return uri identifier of test
111 var uri;
158 uri = location.uri;
160 assertNull("uri",uri);
H A Ddocumentnormalizedocument07.js17 * @return uri identifier of test
97 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMLocator-uri
123 var uri;
168 uri = location.uri;
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframeprivate.h47 gchar* uri; member in struct:_WebKitWebFramePrivate
H A Dwebkitwebresource.cpp65 g_free(priv->uri);
66 priv->uri = NULL;
114 * WebKitWebResource:uri:
123 "uri",
125 _("The uri of the resource"),
207 g_free(webResource->priv->uri);
208 webResource->priv->uri = g_value_dup_string(value);
247 * @uri: the uri of the #WebKitWebResource
262 const gchar* uri,
260 webkit_web_resource_new(const gchar* data, gssize size, const gchar* uri, const gchar* mimeType, const gchar* encoding, const gchar* frameName) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DAlertInfoParser.java81 GenericURI uri;
88 uri = urlParser.uriReference( true );
89 alertInfo.setAlertInfo(uri);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java203 * @param uri The attribute's Namespace URI, or the empty
209 public int getIndex (String uri, String localName)
213 if (data[i].equals(uri) && data[i+1].equals(localName)) {
243 * @param uri The Namespace URI, or the empty string for a name
250 public String getType (String uri, String localName)
254 if (data[i].equals(uri) && data[i+1].equals(localName)) {
285 * @param uri The Namespace URI, or the empty string for a name
292 public String getValue (String uri, String localName)
296 if (data[i].equals(uri) && data[i+1].equals(localName)) {
380 * @param uri Th
207 getIndex(String uri, String localName) argument
248 getType(String uri, String localName) argument
290 getValue(String uri, String localName) argument
387 addAttribute(String uri, String localName, String qName, String type, String value) argument
421 setAttribute(int index, String uri, String localName, String qName, String type, String value) argument
474 setURI(int index, String uri) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLSAXHandler.java199 final String uri = getNamespaceURI(m_elemContext.m_elementName, true);
206 m_saxHandler.startElement(uri, localName, m_elemContext.m_elementName, m_attributes);
315 * @param uri The URI for the namespace
317 public void startPrefixMapping(String prefix, String uri) argument
320 startPrefixMapping(prefix, uri, true);
324 * Remember the prefix/uri mapping at the current nested element depth.
328 * @param uri The URI for the namespace
335 String uri,
359 pushed = m_prefixMap.pushNamespace(prefix, uri, pushDepth);
363 m_saxHandler.startPrefixMapping(prefix,uri);
333 startPrefixMapping( String prefix, String uri, boolean shouldFlush) argument
564 namespaceAfterStartElement( final String prefix, final String uri) argument
729 addAttribute( String uri, String localName, String rawName, String type, String value, boolean XSLAttribute) argument
[all...]
H A DSerializerBase.java204 * prefix/uri mappings. As processed elements come and go, so do
288 // If uri is "" then ignore prefix
289 final String uri = m_prefixMap.lookupNamespace(prefix);
290 if (uri != null && uri.length() == 0) {
355 * @param uri the URI of the attribute
364 String uri,
374 addAttributeAlways(uri, localName, rawName, type, value, XSLAttribute);
384 * @param uri the URI of the attribute
394 String uri,
363 addAttribute( String uri, String localName, String rawName, String type, String value, boolean XSLAttribute) argument
393 addAttributeAlways( String uri, String localName, String rawName, String type, String value, boolean XSLAttribute) argument
464 addXSLAttribute(String name, final String value, final String uri) argument
776 namespaceAfterStartElement(String uri, String prefix) argument
1306 addAttribute(String uri, String localName, String rawName, String type, String value) argument
1429 addCDATAElement(String uri, String localName) argument
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DCookiePolicyTest.java36 URI uri = new URI("");
45 CookiePolicy.ACCEPT_ORIGINAL_SERVER.shouldAccept(uri, null);
65 accept = CookiePolicy.ACCEPT_ALL.shouldAccept(uri, null);
75 accept = CookiePolicy.ACCEPT_NONE.shouldAccept(uri, null);
79 accept = CookiePolicy.ACCEPT_ORIGINAL_SERVER.shouldAccept(uri, cookie);
H A DCookieManagerTest.java35 private static void checkValidParams4Get(URI uri, argument
39 manager.get(uri, map);
47 private static void checkValidParams4Put(URI uri, argument
51 manager.put(uri, map);
99 URI uri = new URI(cookies[i][j]);
100 manager.put(uri, responseHeaders);
137 // requires path of cookie is the prefix of uri
138 // domain of cookie must match that of uri
153 // requires path of cookie is the prefix of uri
229 public void add(URI uri, HttpCooki
[all...]
/external/chromium/third_party/libevent/
H A Devhttp.h214 char *uri; /* uri after HTTP request was parsed */ member in struct:evhttp_request
300 enum evhttp_cmd_type type, const char *uri);
319 @param uri an unencoded URI
322 char *evhttp_encode_uri(const char *uri);
330 @param uri an encoded URI
333 char *evhttp_decode_uri(const char *uri);
339 * Parsing a uri like
348 * @param uri the request URI
351 void evhttp_parse_query(const char *uri, struc
[all...]
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestdownload.c36 const gchar* uri = "http://example.com"; local
39 request = webkit_network_request_new(uri);
42 g_assert_cmpstr(webkit_download_get_uri(download), ==, uri); local
44 g_assert(g_strrstr(uri, webkit_download_get_suggested_filename(download)));
89 gchar *uri = g_filename_to_uri(filename, NULL, NULL); local
91 webkit_download_set_destination_uri(theDownload, uri);
92 g_free(uri);
110 gchar *uri = g_filename_to_uri(temporaryFilename, NULL, NULL); local
111 if (uri)
112 webkit_download_set_destination_uri(download, uri);
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DNamespaceSupport.java65 * <prefix, uri>. The default size can be set to anything
116 // bind "xml" prefix to the XML uri
119 // bind "xmlns" prefix to the XMLNS uri
155 public boolean declarePrefix(String prefix, String uri) { argument
171 fNamespace[i - 1] = uri;
183 // bind prefix to uri in current context
185 fNamespace[fNamespaceSize++] = uri;
213 public String getPrefix(String uri) { argument
215 // find uri in current context
217 //if (fNamespace[i - 1] == uri) {
[all...]
/external/bluetooth/glib/gio/
H A Dglocalvfs.c90 const char *uri)
96 if (strchr (uri, '#') != NULL)
98 stripped_uri = g_strdup (uri);
103 stripped_uri = (char *)uri;
107 if (stripped_uri != uri)
113 file = _g_dummy_file_new (uri);
89 g_local_vfs_get_file_for_uri(GVfs *vfs, const char *uri) argument
H A Dgdummyfile.h47 GFile * _g_dummy_file_new (const char *uri);
/external/chromium/net/proxy/
H A Dproxy_list.cc27 ProxyServer uri = ProxyServer::FromURI( local
30 if (uri.is_valid())
31 proxies_.push_back(uri);
93 ProxyServer uri = ProxyServer::FromPacString( local
96 if (uri.is_valid())
97 proxies_.push_back(uri);
/external/webkit/Source/WebCore/xml/
H A DXPathNamespace.h41 XPathNamespace(PassRefPtr<Element> ownerElement, const AtomicString& prefix, const AtomicString& uri);
/external/bluetooth/glib/gio/tests/
H A Dg-icon.c40 const char *uri; local
49 uri = "file:///some/native/path/to/an/icon.png";
50 location = g_file_new_for_uri (uri);
62 uri = "file:///some/native/path/to/an/icon with spaces.png";
63 location = g_file_new_for_uri (uri);
75 uri = "sftp:///some/non-native/path/to/an/icon.png";
76 location = g_file_new_for_uri (uri);
89 uri = "sftp:///some/non-native/path/to/an/icon with spaces.png";
90 location = g_file_new_for_uri (uri);
/external/skia/src/views/
H A DSkImageView.cpp36 void SkImageView::getUri(SkString* uri) const
38 if (uri)
39 *uri = fUri;
42 void SkImageView::setUri(const char uri[]) argument
44 if (!fUri.equals(uri))
46 fUri.set(uri);
51 void SkImageView::setUri(const SkString& uri) argument
53 if (fUri != uri)
55 fUri = uri;
211 fUriIsValid = true; // give ensureUriIsLoaded() a shot at the new uri
[all...]

Completed in 489 milliseconds

1234567891011>>