Searched refs:URI (Results 126 - 150 of 214) sorted by relevance

123456789

/external/libxml2/include/libxml/
H A Dentities.h54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
57 const xmlChar *URI; /* the full URI as computed */ member in struct:_xmlEntity
H A Dglobals.h33 * @URI: the URI to read from
37 * corresponding to an URI.
42 typedef xmlParserInputBufferPtr (*xmlParserInputBufferCreateFilenameFunc) (const char *URI, xmlCharEncoding enc);
46 * @URI: the URI to write to
50 * corresponding to an URI.
55 typedef xmlOutputBufferPtr (*xmlOutputBufferCreateFilenameFunc) (const char *URI, xmlCharEncodingHandlerPtr encoder, int compression);
H A Dxmlreader.h113 const char *URI);
115 xmlNewTextReaderFilename(const char *URI);
/external/chromium_org/third_party/libxml/src/
H A Dentities.c117 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI)))
118 xmlFree((char *) entity->URI);
131 if (entity->URI != NULL)
132 xmlFree((char *) entity->URI);
189 ret->URI = NULL; /* to be computed by the layer knowing
849 if (ent->URI != NULL)
850 cur->URI = xmlStrdup(ent->URI);
H A DxmlIO.c854 * @filename: the URI for matching
867 * @filename: the URI for matching
925 * @filename: the URI for matching
952 * @filename: the URI for matching
1122 * @filename: the URI for matching
1135 * @filename: the URI for matching
1182 * @filename: the URI for matching
1206 * @filename: the URI for matching
1693 * @filename: the URI for matching
1695 * check if the URI matche
2481 __xmlParserInputBufferCreateFilename(const char *URI, xmlCharEncoding enc) argument
2559 xmlParserInputBufferCreateFilename(const char *URI, xmlCharEncoding enc) argument
2568 __xmlOutputBufferCreateFilename(const char *URI, xmlCharEncodingHandlerPtr encoder, int compression ATTRIBUTE_UNUSED) argument
2706 xmlOutputBufferCreateFilename(const char *URI, xmlCharEncodingHandlerPtr encoder, int compression ATTRIBUTE_UNUSED) argument
[all...]
H A Dlibxml2.spec21 URI library.
40 URI library.
H A Druntest.c1412 const xmlChar *URI,
1429 if (URI == NULL)
1432 fprintf(SAXdebug, ", '%s'", (char *) URI);
1469 const xmlChar *URI)
1479 if (URI == NULL)
1482 fprintf(SAXdebug, ", '%s')\n", (char *) URI);
2562 * URI based tests *
2602 * Parse a file containing URI and check for errors
2690 * Parse a file containing URI and check for errors
2708 * Parse a file containing URI, compos
1409 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
1466 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
2767 uripMatch(const char * URI) argument
2786 uripOpen(const char * URI) argument
[all...]
H A DparserInternals.c1464 return(xmlLoadExternalEntity((char *) entity->URI,
1488 if (entity->URI != NULL)
1489 input->filename = (char *) xmlStrdup((xmlChar *) entity->URI);
1543 xmlChar *URI = NULL; local
1571 URI = xmlStrdup((xmlChar *) filename);
1573 URI = xmlStrdup((xmlChar *) inputStream->filename);
1574 directory = xmlParserGetDirectory((const char *) URI);
1576 inputStream->filename = (char *) xmlCanonicPath((const xmlChar *) URI);
1577 if (URI != NULL) xmlFree((char *) URI);
[all...]
/external/libxml2/
H A Dentities.c119 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI)))
120 xmlFree((char *) entity->URI);
133 if (entity->URI != NULL)
134 xmlFree((char *) entity->URI);
191 ret->URI = NULL; /* to be computed by the layer knowing
932 if (ent->URI != NULL)
933 cur->URI = xmlStrdup(ent->URI);
H A DxmlIO.c868 * @filename: the URI for matching
881 * @filename: the URI for matching
939 * @filename: the URI for matching
966 * @filename: the URI for matching
1136 * @filename: the URI for matching
1149 * @filename: the URI for matching
1196 * @filename: the URI for matching
1220 * @filename: the URI for matching
1332 * @filename: the URI for matching
1345 * @filename: the URI fo
2615 __xmlParserInputBufferCreateFilename(const char *URI, xmlCharEncoding enc) argument
2693 xmlParserInputBufferCreateFilename(const char *URI, xmlCharEncoding enc) argument
2702 __xmlOutputBufferCreateFilename(const char *URI, xmlCharEncodingHandlerPtr encoder, int compression ATTRIBUTE_UNUSED) argument
2840 xmlOutputBufferCreateFilename(const char *URI, xmlCharEncodingHandlerPtr encoder, int compression ATTRIBUTE_UNUSED) argument
[all...]
H A DparserInternals.c1426 return(xmlLoadExternalEntity((char *) entity->URI,
1450 if (entity->URI != NULL)
1451 input->filename = (char *) xmlStrdup((xmlChar *) entity->URI);
1505 xmlChar *URI = NULL; local
1533 URI = xmlStrdup((xmlChar *) filename);
1535 URI = xmlStrdup((xmlChar *) inputStream->filename);
1536 directory = xmlParserGetDirectory((const char *) URI);
1538 inputStream->filename = (char *) xmlCanonicPath((const xmlChar *) URI);
1539 if (URI != NULL) xmlFree((char *) URI);
[all...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DDefaultRouter.java51 * URI Jiang He - use address in route header. Significant changes to conform to
69 * <li> If the request contains one or more Route headers, use the URI of the
74 * <li> Otherwise, use the request URI as next hop. If the request URI is not a
75 * SIP URI, call {@link javax.sip.address.Router#getNextHop(Request)} provided
86 * <li>The implementation places the Request-URI into the Route header field as
89 * the Request-URI and removes that value from the Route header field.
91 * Subsequently, the request URI will be used as next hop target
137 * URI uri = firstRoute.getAddress().getURI();
146 * // error: non-SIP URI no
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java30 import java.net.URI;
61 public static int getEffectivePort(URI uri) {
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
H A DTestWebServer.java32 import java.net.URI;
401 URI uri = URI.create(uriString);
617 URI uri = URI.create(uriString);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DMediaResourceGetter.java24 import java.net.URI;
212 URI uri;
214 uri = URI.create(url);
240 Log.w(TAG, "non-file URI can't be read due to unsuitable network conditions");
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java38 import java.net.URI;
65 * will disregard any {@link #put(java.net.URI, java.net.URLConnection)}
67 * return cached data for any calls to {@link #get(java.net.URI, String,
144 URI uri, String requestMethod, Map<String, List<String>> requestHeaders)
184 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DJavaApiConverter.java32 import java.net.URI;
53 * Creates an OkHttp {@link Response} using the supplied {@link URI} and {@link URLConnection}
56 public static Response createOkResponse(URI uri, URLConnection urlConnection) throws IOException {
160 URI uri, String requestMethod, Map<String, List<String>> requestHeaders) {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DCookiesTest.java33 import java.net.URI;
259 public Map<String, List<String>> get(URI uri,
310 @Override public Map<String, List<String>> get(URI uri,
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxslt.c1178 const xmlChar *URI; local
1190 URI = xsltGetQNameURI(cur, &prop);
1193 } else if (URI == NULL) {
1205 style->methodURI = xmlStrdup(URI);
1297 const xmlChar *URI; local
1302 URI = xsltGetQNameURI(cur, &element);
1323 if (URI == NULL) {
1326 URI = ns->href;
1328 xmlHashAddEntry2(style->cdataSection, element, URI,
1510 const xmlChar *URI; local
1649 const xmlChar *URI; local
3629 const xmlChar *URI; local
5059 const xmlChar *URI; local
5329 const xmlChar *URI; local
5367 const xmlChar *URI; local
6860 xmlURIPtr URI; local
[all...]
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java246 return ATTR_TYPE.URI;
258 return ATTR_TYPE.URI;
307 // Or when the HTML attribute is not of URI type.
308 if (getAttributeType() != ATTR_TYPE.URI) {
319 // or we would not have the URI attribute type.
324 // For all other URI attributes, check if we are at index 0.
409 && getAttributeType() == ATTR_TYPE.URI
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpServerTest.java21 public static final String URI = "http://www.myserver.org/pub/WWW/someFile.html"; field in class:HttpServerTest
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageFactoryImpl.java94 * containing the URI of the Request, the mandatory headers of the message
98 * the new URI object of the requestURI value of this Message.
121 public Request createRequest(javax.sip.address.URI requestURI,
151 * containing the URI of the Request, the mandatory headers of the message
155 * the new URI object of the requestURI value of this Message.
178 public Request createRequest(URI requestURI, String method,
209 * containing the URI of the Request, the mandatory headers of the message.
213 * the new URI object of the requestURI value of this Message.
231 public Request createRequest(URI requestURI, String method,
517 * containing the URI o
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DAccessibilityInjector.java32 import java.net.URI;
314 new URI(mContentViewCore.getWebContents().getUrl()), null);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dglobals.h33 * @URI: the URI to read from
37 * corresponding to an URI.
42 typedef xmlParserInputBufferPtr (*xmlParserInputBufferCreateFilenameFunc) (const char *URI, xmlCharEncoding enc);
46 * @URI: the URI to write to
50 * corresponding to an URI.
55 typedef xmlOutputBufferPtr (*xmlOutputBufferCreateFilenameFunc) (const char *URI, xmlCharEncodingHandlerPtr encoder, int compression);
H A Dxmlreader.h113 const char *URI);
115 xmlNewTextReaderFilename(const char *URI);

Completed in 2514 milliseconds

123456789