Searched refs:URI (Results 176 - 200 of 214) sorted by relevance

123456789

/external/chromium_org/third_party/libxml/src/
H A Dxmlreader.c687 * @URI: the element namespace name if available
689 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
692 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
701 const xmlChar *URI,
715 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
732 * @URI: the element namespace name if available
740 const xmlChar * URI)
749 reader->endElementNs(ctx, localname, prefix, URI);
2028 * @URI: the URI informatio
698 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
737 xmlTextReaderEndElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI) argument
2035 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) argument
2145 xmlNewTextReaderFilename(const char *URI) argument
[all...]
H A Dxmllint.c1518 const xmlChar *URI,
1535 if (URI == NULL)
1538 fprintf(stdout, ", '%s'", (char *) URI);
1575 const xmlChar *URI)
1585 if (URI == NULL)
1588 fprintf(stdout, ", '%s')\n", (char *) URI);
1515 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
1572 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
H A Dxpointer.c1064 xmlChar *URI; local
1092 URI = xmlSaveUri(value);
1094 if (URI == NULL) {
1101 xmlXPathRegisterNs(ctxt->context, prefix, URI);
1103 xmlFree(URI);
H A DdebugXML.c696 if (ent->URI != NULL) {
698 fprintf(ctxt->output, " URI=%s\n", (char *) ent->URI);
800 if (ent->URI) {
802 fprintf(ctxt->output, "URI=%s\n", (char *) ent->URI);
2625 * @dtd: the DTD URI (optional)
2893 fprintf(ctxt->output, "\tsetbase URI change the XML base of the node\n");
H A Dxpath.c4735 * @ns_uri: the function namespace URI
4808 * @ns_uri: the function namespace URI
4883 * @ns_uri: the variable namespace URI
4958 * @ns_uri: the variable namespace URI
8630 * namespace URI of the expanded name of the node in the argument
8633 * URI, an empty string is returned. If the argument is omitted it
11941 const xmlChar *URI = NULL; local
11984 URI = xmlXPathNsLookup(xpctxt, prefix);
11985 if (URI == NULL) {
12304 (xmlStrEqual(URI, cu
13347 const xmlChar *URI; local
13391 const xmlChar *URI = NULL; local
[all...]
H A Dtestapi.c1536 const char * filename; /* an optional file name or URI */
3145 xmlChar * URI; /* URI for the dtd, or NULL */ local
3153 URI = gen_const_xmlChar_ptr(n_URI, 0);
3156 ret_val = htmlNewDoc((const xmlChar *)URI, (const xmlChar *)ExternalID);
3159 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
3186 xmlChar * URI; /* URI for the dtd, or NULL */ local
3194 URI = gen_const_xmlChar_ptr(n_URI, 0);
3197 ret_val = htmlNewDocNoDtD((const xmlChar *)URI, (cons
4116 xmlChar * URI; /* the element namespace name if available */ local
5088 xmlChar * URI; /* the element namespace name if available */ local
5866 xmlChar * URI; /* the URI */ local
6132 xmlChar * URI; /* the URI */ local
6295 xmlChar * URI; /* the URI */ local
24170 xmlChar * URI; /* the URI reference under consideration */ local
24209 xmlChar * URI; /* the URI instance found in the document */ local
28328 const char * URI; /* a C string containing the URI or filename */ local
28597 const char * URI; /* a C string containing the URI or filename */ local
29763 const char * URI; /* the URI information for the source if available */ local
29802 const char * URI; /* the URI of the resource to process */ local
[all...]
/external/libxml2/
H A Dxmlreader.c690 * @URI: the element namespace name if available
692 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
695 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
704 const xmlChar *URI,
718 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
735 * @URI: the element namespace name if available
743 const xmlChar * URI)
752 reader->endElementNs(ctx, localname, prefix, URI);
2049 * @URI: the URI informatio
701 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
740 xmlTextReaderEndElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI) argument
2056 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) argument
2167 xmlNewTextReaderFilename(const char *URI) argument
[all...]
H A Dxmllint.c1524 const xmlChar *URI,
1541 if (URI == NULL)
1544 fprintf(stdout, ", '%s'", (char *) URI);
1581 const xmlChar *URI)
1591 if (URI == NULL)
1594 fprintf(stdout, ", '%s')\n", (char *) URI);
1521 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
1578 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
H A Dxpointer.c1064 xmlChar *URI; local
1092 URI = xmlSaveUri(value);
1094 if (URI == NULL) {
1101 xmlXPathRegisterNs(ctxt->context, prefix, URI);
1103 xmlFree(URI);
H A DdebugXML.c696 if (ent->URI != NULL) {
698 fprintf(ctxt->output, " URI=%s\n", (char *) ent->URI);
800 if (ent->URI) {
802 fprintf(ctxt->output, "URI=%s\n", (char *) ent->URI);
2628 * @dtd: the DTD URI (optional)
2902 fprintf(ctxt->output, "\tsetbase URI change the XML base of the node\n");
H A Dxpath.c4849 * @ns_uri: the function namespace URI
4922 * @ns_uri: the function namespace URI
4997 * @ns_uri: the variable namespace URI
5072 * @ns_uri: the variable namespace URI
8755 * namespace URI of the expanded name of the node in the argument
8758 * URI, an empty string is returned. If the argument is omitted it
12104 const xmlChar *URI = NULL; local
12143 URI = xmlXPathNsLookup(xpctxt, prefix);
12144 if (URI == NULL) {
12437 (xmlStrEqual(URI, cu
13488 const xmlChar *URI; local
13537 const xmlChar *URI = NULL; local
[all...]
/external/chromium_org/net/quic/crypto/
H A Dcommon_cert_set_51_100.inc50 URI:http://crl.verisign.com/pca3.crl
65 OCSP - URI:http://ocsp.verisign.com
248 OCSP - URI:http://ocsp.thawte.com
255 URI:http://crl.verisign.com/pca3-g5.crl
460 URI:http://crl.verisign.com/pca3.crl
473 OCSP - URI:http://ocsp.verisign.com
672 URI:http://crl.usertrust.com/AddTrustExternalCARoot.crl
675 CA Issuers - URI:http://crt.usertrust.com/AddTrustExternalCARoot.p7c
676 CA Issuers - URI:http://crt.usertrust.com/AddTrustUTNSGCCA.crt
677 OCSP - URI
[all...]
H A Dcommon_cert_set_1_50.inc47 URI:http://crl.geotrust.com/crls/secureca.crl
184 URI:http://crl.geotrust.com/crls/secureca.crl
341 URI:http://crl.verisign.com/pca3.crl
500 URI:http://crl.geotrust.com/crls/secureca.crl
663 URI:http://crl.geotrust.com/crls/secureca.crl
820 URI:http://www.public-trust.com/cgi-bin/CRL/2018/cdp.crl
968 URI:http://www.public-trust.com/cgi-bin/CRL/2018/cdp.crl
1149 URI:http://crl.geotrust.com/crls/gtglobal.crl
1152 OCSP - URI:http://ocsp.geotrust.com
1327 URI
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpreproc.c1294 const xmlChar *URI; local
1304 * @prop will be in the string dict afterwards, @URI not.
1306 URI = xsltGetQNameURI2(style, inst, &prop);
1313 if (URI != NULL) {
1320 *nsName = xmlDictLookup(style->dict, URI, -1);
H A Dpattern.c104 const xmlChar *modeURI; /* the mode URI */
620 * @modeURI: the mode URI or NULL
1525 const xmlChar *URI = NULL; local
1631 URI = xsltGetQNameURI(ctxt->elem, &token);
1636 if (URI != NULL)
1637 URL = xmlStrdup(URI);
2022 * @modeURI: the mode URI or NULL
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCatalogDictionary_autogen.cpp207 SkPdfDictionary* SkPdfCatalogDictionary::URI(SkPdfNativeDoc* doc) { function in class:SkPdfCatalogDictionary
208 SkPdfNativeObject* ret = get("URI", "");
216 return get("URI", "") != NULL;
H A DSkPdfCatalogDictionary_autogen.h557 SkPdfDictionary* URI(SkPdfNativeDoc* doc);
H A DSkPdfURIActionDictionary_autogen.h13 // Additional entries specific to a URI action
523 SkString URI(SkPdfNativeDoc* doc);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCatalogDictionary_autogen.cpp207 SkPdfDictionary* SkPdfCatalogDictionary::URI(SkPdfNativeDoc* doc) { function in class:SkPdfCatalogDictionary
208 SkPdfNativeObject* ret = get("URI", "");
216 return get("URI", "") != NULL;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DURLConnectionTest.java52 import java.net.URI;
412 // Note that 1234.1.1.1 is an invalid host in a URI, but URL isn't as strict.
1953 final List<URI> proxySelectionRequests = new ArrayList<URI>();
1955 @Override public List<Proxy> select(URI uri) {
1960 @Override public void connectFailed(URI uri, SocketAddress address, IOException failure) {
2429 @Override public CacheResponse get(URI uri, String requestMethod,
2434 @Override public CacheRequest put(URI uri, URLConnection connection) throws IOException {
3173 @Override public List<Proxy> select(URI uri) {
3179 @Override public void connectFailed(URI ur
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py147 # requesting that URI again.
158 URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") variable
161 """Parses a URI using the regex given in Appendix B of RFC 3986.
165 groups = URI.match(uri).groups()
176 # Could do syntax based normalization of the URI before
608 # For the rest we guess based on the URI
968 The 'uri' is the URI of the HTTP resource and can begin
969 with either 'http' or 'https'. The value of 'uri' must be an absolute URI.
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h305 URI, enumerator in enum:CPDF_Action::ActionType

Completed in 2884 milliseconds

123456789