HomeSort by relevance Sort by last modified time
    Searched defs:URI (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-82306.js 31 var URI = '';
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 += '</zcti>'
    [all...]
  /external/nist-sip/java/javax/sip/address/
URI.java 5 public interface URI extends Cloneable, Serializable {
  /external/apache-http/src/org/apache/http/client/methods/
HttpDelete.java 34 import java.net.URI;
43 * identified by the Request-URI. [...] The client cannot
58 public HttpDelete(final URI uri) {
60 setURI(uri);
64 * @throws IllegalArgumentException if the uri is invalid.
66 public HttpDelete(final String uri) {
68 setURI(URI.create(uri));
HttpGet.java 34 import java.net.URI;
43 * entity) is identified by the Request-URI. If the Request-URI refers
65 public HttpGet(final URI uri) {
67 setURI(uri);
71 * @throws IllegalArgumentException if the uri is invalid.
73 public HttpGet(final String uri) {
75 setURI(URI.create(uri));
    [all...]
HttpHead.java 34 import java.net.URI;
65 public HttpHead(final URI uri) {
67 setURI(uri);
71 * @throws IllegalArgumentException if the uri is invalid.
73 public HttpHead(final String uri) {
75 setURI(URI.create(uri));
HttpPost.java 34 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) {
71 setURI(uri);
75 * @throws IllegalArgumentException if the uri is invalid.
77 public HttpPost(final String uri) {
79 setURI(URI.create(uri));
HttpPut.java 34 import java.net.URI;
43 * supplied Request-URI. If the Request-URI refers to an already
61 public HttpPut(final URI uri) {
63 setURI(uri);
67 * @throws IllegalArgumentException if the uri is invalid.
69 public HttpPut(final String uri) {
71 setURI(URI.create(uri));
    [all...]
HttpTrace.java 34 import java.net.URI;
64 public HttpTrace(final URI uri) {
66 setURI(uri);
70 * @throws IllegalArgumentException if the uri is invalid.
72 public HttpTrace(final String uri) {
74 setURI(URI.create(uri));
HttpOptions.java 34 import java.net.URI;
51 * identified by the Request-URI. This method allows the client to
70 public HttpOptions(final URI uri) {
72 setURI(uri);
76 * @throws IllegalArgumentException if the uri is invalid.
78 public HttpOptions(final String uri) {
80 setURI(URI.create(uri));
  /frameworks/ex/photoviewer/src/com/android/ex/photo/provider/
PhotoContract.java 20 import android.net.Uri;
27 * This column is a {@link Uri} that can be queried
30 public static final String URI = "uri";
37 * This column is a {@link Uri} that points to the downloaded local file.
42 * This column is a {@link Uri} that points to a thumbnail of the image
57 PhotoViewColumns.URI,
  /frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
PhotoContract.java 20 import android.net.Uri;
27 * This column is a {@link Uri} that can be queried
30 public static final String URI = "uri";
37 * This column is a {@link Uri} that points to the downloaded local file.
42 * This column is a {@link Uri} that points to a thumbnail of the image
62 PhotoViewColumns.URI,
  /frameworks/base/core/java/android/provider/
Applications.java 22 import android.net.Uri;
41 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
77 Uri searchUri = CONTENT_URI.buildUpon().appendPath(SEARCH_PATH).appendPath(query).build();
82 * Gets the application component name from an application URI.
84 * @param appUri A URI of the form
87 * <code>null</code> if the given URI was <code>null</code>
90 public static ComponentName uriToComponentName(Uri appUri) {
103 * Gets the URI for an application component.
107 * @return A URI of the for
    [all...]
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 272 URI.AUTHORITY_ENCODER.appendPartiallyEncoded(result, authority);
281 URI.FILE_AND_QUERY_ENCODER.appendPartiallyEncoded(result, fileAndQuery);
291 URI.ALL_LEGAL_ENCODER.appendPartiallyEncoded(result, ref);
  /external/libxslt/libxslt/
imports.c 40 #include <libxml/uri.h>
92 xmlChar *URI = NULL;
107 URI = xmlBuildURI(uriRef, base);
108 if (URI == NULL) {
110 "xsl:import : invalid URI reference %s\n", uriRef);
118 if (xmlStrEqual(res->doc->URL, URI)) {
120 "xsl:import : recursion detected on imported URL %s\n", URI);
133 secres = xsltCheckRead(sec, NULL, URI);
137 URI);
142 import = xsltDocDefaultLoader(URI, style->dict, XSLT_PARSE_OPTIONS
    [all...]
namespaces.c 45 #include <libxml/uri.h>
108 * "If a namespace URI is declared to be an alias for multiple
179 * Same target namespace URI for multiple different aliases:
652 const xmlChar *URI = NULL; /* the replacement URI */
660 URI = (const xmlChar *)
662 if (URI != NULL)
669 if (URI == UNDEFINED_DEFAULT_NS) {
680 URI = dflt->href;
684 } else if (URI == NULL
    [all...]
functions.c 34 #include <libxml/uri.h>
60 * @ns_uri: the function namespace URI
105 xsltDocumentFunctionLoadDocument(xmlXPathParserContextPtr ctxt, xmlChar* URI)
108 xmlURIPtr uri; local
123 uri = xmlParseURI((const char *) URI);
124 if (uri == NULL) {
126 "document() : failed to parse URI\n");
134 fragment = (xmlChar *)uri->fragment;
137 uri->fragment = NULL
    [all...]
preproc.c 28 #include <libxml/uri.h>
631 * href = { uri-reference }
872 * namespace = { uri-reference }
990 * namespace = { uri-reference }>
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 49 private static String URI = ParameterNames.URI;
110 if (nameValue.getName().compareToIgnoreCase(URI) == 0)
Challenge.java 57 private static String URI = ParameterNames.URI;
113 * get the URI field
117 return (String) authParams.getValue(URI);
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 61 * {@code URI} is for attributes taking a URI such as "href" and "src".
71 URI,
226 * {@link #getAttributeType()} returning {@code .ATTR_TYPE#URI}.
  /external/libxml2/include/libxml/
entities.h 54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
57 const xmlChar *URI; /* the full URI as computed */
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 19 import android.net.Uri;
100 static final Uri CONTENT_URI = Uri.parse("content://" +
105 * The content:// style URL for this table. When this Uri is used, no notification is
108 static final Uri CONTENT_URI_NO_NOTIFICATION = Uri.parse("content://" +
120 static Uri getContentUri(long id, boolean notify) {
121 return Uri.parse("content://" + LauncherProvider.AUTHORITY +
221 * The URI associated with the favorite. It is used, for instance, by
225 static final String URI = "uri"
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionBundle.java 59 * Key of the URI.
61 * Uri of the M-Send.req/M-Read-Rec.ind in TYPE_SEND_TRANSACTION and
64 public static final String URI = "uri";
87 * @param uri The relevant URI for this transaction. Indicates the URL of the
88 * M-Retrieve.conf in TYPE_RETRIEVE_TRANSACTION, or the Uri of the
92 public TransactionBundle(int transactionType, String uri) {
94 mBundle.putString(URI, uri);
    [all...]
  /tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/jobs/
UpdateStudioJob.java 18 import java.net.URI;
108 List<URI> updateSites = new ArrayList<URI>();
109 updateSites.add(URI.create(STUDIO_UPDATE_SITE));
  /development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
NativeAudio.java 43 static String URI;
64 // initialize URI spinner
73 URI = parent.getItemAtPosition(pos).toString();
77 URI = null;
131 if (!created && URI != null) {
132 created = createUriAudioPlayer(URI);
295 public static native boolean createUriAudioPlayer(String uri);

Completed in 1924 milliseconds

1 2 3 4