Searched refs:uri (Results 101 - 125 of 391) sorted by relevance

1234567891011>>

/external/webkit/Tools/GtkLauncher/
H A Dmain.c37 const gchar* uri = gtk_entry_get_text(GTK_ENTRY(entry)); local
38 g_assert(uri);
39 webkit_web_view_load_uri(webView, uri);
73 const gchar *uri = webkit_web_frame_get_uri(frame); local
74 if (uri)
75 gtk_entry_set_text(GTK_ENTRY(uriEntry), uri); local
244 gchar *uri =(gchar*)(argc > 1 ? argv[1] : "http://www.google.com/"); local
245 gchar *fileURL = filenameToURL(uri);
247 webkit_web_view_load_uri(webView, fileURL ? fileURL : uri);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java295 * @param uri reference to namespace that prefix maps to
299 public boolean containsExcludeResultPrefix(String prefix, String uri) argument
301 if (uri == null ||
305 return super.containsExcludeResultPrefix(prefix, uri);
315 if (uri.equals(getNamespaceForPrefix(m_excludeResultPrefixes.elementAt(i))))
320 if(m_ExtensionElementURIs!=null && m_ExtensionElementURIs.contains(uri))
323 return super.containsExcludeResultPrefix(prefix, uri);
589 String uri = null;
593 uri = name.substring(0, index);
603 if ((uri
1184 containsExtensionElementURI(String uri) argument
1278 excludeResultNSDecl(String prefix, String uri) argument
[all...]
H A DFuncDocument.java177 // From http://www.ics.uci.edu/pub/ietf/uri/rfc1630.txt
218 * @param uri Relative(?) URI of the document
226 int getDoc(XPathContext xctxt, int context, String uri, String base) argument
230 // System.out.println("base: "+base+", uri: "+uri);
237 source = treeMgr.resolveURI(base, uri, xctxt.getSAXLocator());
253 // If the uri length is zero, get the uri of the stylesheet.
254 if (uri.length() == 0)
257 uri
[all...]
H A DElemTemplateElement.java865 String uri = nsSupport.getURI(prefix);
867 if (excludeXSLDecl && uri.equals(Constants.S_XSLNAMESPACEURL))
870 // System.out.println("setPrefixes - "+prefix+", "+uri);
871 XMLNSDecl decl = new XMLNSDecl(prefix, uri, false);
980 public boolean containsExcludeResultPrefix(String prefix, String uri) argument
984 return parent.containsExcludeResultPrefix(prefix, uri);
994 * @param uri reference to namespace that prefix maps to, which is protected
1001 private boolean excludeResultNSDecl(String prefix, String uri) argument
1005 if (uri != null)
1007 if (uri
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorLRE.java63 * @param uri The Namespace URI, or an empty string.
69 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
210 isExtension = parentElem.containsExtensionElementURI(uri);
216 isExtension = parentElem.containsExtensionElementURI(uri);
218 if ((false == isExtension) && (null != uri)
219 && (uri.equals(Constants.S_BUILTIN_EXTENSIONS_URL)
220 || uri.equals(Constants.S_BUILTIN_OLD_EXTENSIONS_URL)))
243 // System.out.println("Creating extension(1): "+uri);
267 ((ElemLiteralResult) elem).setNamespace(uri);
289 ((ElemLiteralResult) elem).containsExtensionElementURI(uri);
68 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
338 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
[all...]
H A DProcessorAttributeSet.java43 * @param uri The Namespace URI, or the empty string if the
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
95 * @param uri The Namespace URI, or an empty string.
100 StylesheetHandler handler, String uri, String localName, String rawName)
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
99 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
H A DProcessorExsltFuncResult.java46 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
51 super.startElement(handler, uri, localName, rawName, attributes);
45 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DXSLTElementDef.java439 * @param uri The namespace uri, which may be null.
442 * @return true if the uri and local name arguments are considered
443 * to match the uri and local name of this element def.
445 private boolean QNameEquals(String uri, String localName) argument
448 return (equalsMayBeNullOrZeroLen(m_namespace, uri)
457 * @param uri The Namespace URI, or an empty string.
462 XSLTElementProcessor getProcessorFor(String uri, String localName) argument
484 if (!equalsMayBeNullOrZeroLen(uri, Constants.S_XSLNAMESPACEURL))
491 else if (def.QNameEquals(uri, localNam
530 getProcessorForUnknown(String uri, String localName) argument
576 getAttributeDef(String uri, String localName) argument
[all...]
H A DProcessorDecimalFormat.java43 * @param uri The Namespace URI, or the empty string if the
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorExsltFunction.java62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
72 super.startElement(handler, uri, localName, rawName, attributes);
109 StylesheetHandler handler, String uri, String localName, String rawName)
114 super.endElement(handler, uri, localName, rawName);
61 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
108 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
H A DProcessorText.java67 * @param uri The Namespace URI, or an empty string.
72 StylesheetHandler handler, String uri, String localName, String rawName)
71 endElement( StylesheetHandler handler, String uri, String localName, String rawName) argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemContext.java189 * @param uri The URI for the namespace for the element name,
197 final String uri,
214 frame.m_elementURI = uri;
196 push( final String uri, final String localName, final String qName) argument
H A DToXMLStream.java421 * @param uri the URI associated with the element name
431 String uri,
441 boolean was_added = addAttributeAlways(uri, localName, rawName, type, value, xslAttribute);
455 uri,
468 addAttributeAlways(uri, localName, rawName, type, value, xslAttribute);
524 * The official SAX startPrefixMapping(prefix,uri) is to define a mapping for a child
530 final String uri)
542 // setting the uri for prefix "", so we have
543 // the uri for the element... lets remember it
544 m_elemContext.m_elementURI = uri;
430 addAttribute( String uri, String localName, String rawName, String type, String value, boolean xslAttribute) argument
528 namespaceAfterStartElement( final String prefix, final String uri) argument
557 pushNamespace(String prefix, String uri) argument
[all...]
H A DToUnknownStream.java258 * @param uri the URI of a namespace
267 String uri,
279 m_handler.addAttribute(uri, localName, rawName, type, value, XSLAttribute);
345 * @param uri The URI for the namespace
347 public void startPrefixMapping(String prefix, String uri) throws SAXException argument
349 this.startPrefixMapping(prefix,uri, true);
353 * This method is used when a prefix/uri namespace mapping
356 * startPrefixMapping(prefix,uri) would be used before the
358 * @param uri the URI of the namespace
363 public void namespaceAfterStartElement(String prefix, String uri) argument
266 addAttribute( String uri, String localName, String rawName, String type, String value, boolean XSLAttribute) argument
382 startPrefixMapping(String prefix, String uri, boolean shouldFlush) argument
[all...]
/external/bluetooth/glib/gio/
H A Dgvfs.h71 const char *uri);
98 const char *uri);
H A Dgvfs.c101 * @uri: a string containing a URI
103 * Gets a #GFile for @uri.
114 const char *uri)
119 g_return_val_if_fail (uri != NULL, NULL);
123 return (* class->get_file_for_uri) (vfs, uri);
113 g_vfs_get_file_for_uri(GVfs *vfs, const char *uri) argument
/external/qemu/
H A Dmigration.c37 void qemu_start_incoming_migration(const char *uri) argument
41 if (strstart(uri, "tcp:", &p))
44 else if (strstart(uri, "exec:", &p))
48 fprintf(stderr, "unknown migration protocol: %s\n", uri);
51 void do_migrate(Monitor *mon, int detach, const char *uri) argument
56 if (strstart(uri, "tcp:", &p))
59 else if (strstart(uri, "exec:", &p))
63 monitor_printf(mon, "unknown migration protocol: %s\n", uri);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_settings.cpp290 ERR("no proxy uri. remove proxy feature in soup.");
295 SoupURI* uri = soup_uri_new(proxy); local
296 EINA_SAFETY_ON_NULL_RETURN(uri);
298 g_object_set(session, SOUP_SESSION_PROXY_URI, uri, NULL);
299 soup_uri_free(uri);
313 SoupURI* uri; local
315 g_object_get(session, SOUP_SESSION_PROXY_URI, &uri, NULL);
317 if (!uri) {
318 ERR("no proxy uri");
322 WTF::String proxy = soup_uri_to_string(uri, EINA_FALS
[all...]
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitnetworkrequest.h60 webkit_network_request_new (const gchar *uri);
64 const gchar* uri);
H A Dwebkitnetworkresponse.h60 webkit_network_response_new (const gchar *uri);
64 const gchar* uri);
/external/chromium/third_party/libevent/
H A Devrpc.c88 assert(evrpc_unregister_rpc(base, rpc->uri));
191 evrpc_construct_uri(const char *uri) argument
196 constructed_uri_len = strlen(EVRPC_URI_PREFIX) + strlen(uri) + 1;
199 __func__, uri);
201 memcpy(constructed_uri + strlen(EVRPC_URI_PREFIX), uri, strlen(uri));
211 char *constructed_uri = evrpc_construct_uri(rpc->uri);
237 if (strcmp(rpc->uri, name) == 0)
246 free((char *)rpc->uri);
514 char *uri local
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dmock_drt.py169 self.uri = vals[0]
172 self.uri = vals[0]
203 if test_input.uri.startswith('http'):
204 test_name = port.uri_to_test_name(test_input.uri)
207 test_path = test_input.uri
248 self.uri, self.timeout, self.checksum = vals
250 self.uri = vals[0]
261 test_name = self._port.uri_to_test_name(test_input.uri)
272 self._stdout.write("#URL:%s\n" % test_input.uri)
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddocumentnormalizedocument06.js17 * @return uri identifier of test
98 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMLocator-uri
124 var uri;
197 uri = location.uri;
/external/libxml2/
H A Dnanoftp.c68 #include <libxml/uri.h>
303 xmlURIPtr uri; local
322 uri = xmlParseURIRaw(URL, 1);
323 if (uri == NULL)
326 if ((uri->scheme == NULL) || (uri->server == NULL)) {
327 xmlFreeURI(uri);
331 ctxt->protocol = xmlMemStrdup(uri->scheme);
332 ctxt->hostname = xmlMemStrdup(uri->server);
333 if (uri
372 xmlURIPtr uri; local
428 xmlURIPtr uri; local
[all...]
/external/bluetooth/glib/gio/win32/
H A Dgwinhttpfile.c85 * @uri: URI of the GWinHttpFile to create.
91 const char *uri)
96 wuri = g_utf8_to_utf16 (uri, -1, NULL, NULL, NULL);
240 char *uri; local
246 uri = g_winhttp_file_get_uri (file);
247 if (uri == NULL)
250 last_slash = strrchr (uri, '/');
253 g_free (uri);
257 while (last_slash > uri && *last_slash == '/')
262 parent = _g_winhttp_file_new (winhttp_file->vfs, uri);
90 _g_winhttp_file_new(GWinHttpVfs *vfs, const char *uri) argument
272 char *uri = g_winhttp_file_get_uri (file); local
283 char *uri = g_winhttp_file_get_uri (file); local
[all...]

Completed in 433 milliseconds

1234567891011>>