HomeSort by relevance Sort by last modified time
    Searched defs:URI (Results 51 - 75 of 198) sorted by null

1 23 4 5 6 7 8

  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 29 import android.net.Uri;
127 public static final Uri URI =
128 Uri.withAppendedPath(ContactsContract.AUTHORITY_URI, "directories");
169 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, null, null, null);
176 Uri.Builder builder = Email.CONTENT_FILTER_URI.buildUpon()
184 Uri uri = builder.build(); local
185 cursor = mContentResolver.query(uri, EmailQuery.PROJECTION, null, null, null);
232 Uri uri = Email.CONTENT_FILTER_URI.buildUpon( local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URITest.java 21 import java.net.URI;
28 private URI[] uris;
30 private URI[] getUris() throws URISyntaxException {
35 uris = new URI[] {
37 new URI(
40 new URI(
43 new URI(
46 // URI("ascheme://user\u00df\u00a3info@host:0/a\u0080path?qu\u00a9\u00aeery#fr\u00e4\u00e8g"),
49 new URI("http", "user%60%20info", "host", 80, "/a%20path", //$NON-NLS-4$
52 new URI("http", "user%C3%9F%C2%A3info", "host", -1
231 URI uri = new URI("http:\/\/host:-8096\/path\/index.html"); local
265 URI uri = new URI("path[one"); local
273 URI uri = new URI(" "); local
287 URI uri = new URI("mailto", "mduerst@ifi.unizh.ch", null); local
378 URI uri; local
403 URI uri = new URI(scheme, userinfo, host, port, path, query, local
429 URI uri; local
478 URI uri = new URI("ht12-3+tp", "", "\/p#a%E2%82%ACth", "q^u%25ery", local
513 URI uri = new URI("ftp", "[0001:1234::0001]", "\/dir1\/dir2", "query", local
615 URI uri, uri2; local
727 URI uri = new URI("http:\/\/\/~\/dictionary"); local
784 URI uri = new URI("file:\/\/\/tmp\/"); local
917 URI uri = new URI("http:\/\/myhost:-8096\/site\/index.html"); local
1497 URI uri = uris[i].parseServerAuthority(); local
1518 URI uri = new URI("http:\/\/us[er@host:80\/"); local
1525 URI uri = new URI("http:\/\/[ddd::hgghh]\/"); local
1532 URI uri = new URI("http", "[3ffe:2a00:100:7031:2e:1:80:80]a:80", local
1540 URI uri = new URI("http", "host:80", "\/path", "fragment"); local
1603 URI uri = new URI("file", null, "\/test\/location", null); local
1837 URI uri = new URI("http:\/\/harmony.apache.org\/"); local
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 33 * <h3>Parts of a URI</h3>
34 * A URI is composed of many parts. This class can both parse URI strings into
35 * parts and compose URI strings from parts. For example, consider the parts of
36 * this URI:
59 * URL}, you can use {@link #toURL} to convert an absolute URI to a URL.
62 * have the absolute URI that a relative URI is relative to, you can use {@link
63 * #resolve} to compute the referenced absolute URI. Symmetrically, you can use
64 * {@link #relativize} to compute the relative URI from one URI to another
214 StringBuilder uri = new StringBuilder(); local
247 StringBuilder uri = new StringBuilder(); local
312 StringBuilder uri = new StringBuilder(); local
826 URI uri = (URI) o; local
    [all...]
URLClassLoader.java 228 URI.PATH_ENCODER.appendEncoded(fileBuilder, name);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/
HttpExchange.java 23 import java.net.URI;
49 * <li>The HTTP server address, see {@link #setAddress(Address)}, or {@link #setURI(URI)}, or {@link #setURL(String)})
50 * <li>The HTTP request method, URI and HTTP version (see {@link #setMethod(String)}, {@link #setRequestURI(String)}, and {@link #setVersion(int)})
431 setURI(URI.create(url));
546 * @return request URI
557 * @return request URI
565 * Set the request URI
567 * @param uri
568 * new request URI
573 public void setURI(String uri)
    [all...]
  /external/libxml2/python/
libxml.c 801 pythonInputMatchCallback(ATTRIBUTE_UNUSED const char *URI)
803 /* Always return success, real decision whether URI is supported will be
809 pythonInputOpenCallback(const char *URI)
814 (char *)"s", URI);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 263 URI,
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 26 import android.net.Uri;
107 public static final Uri URI =
108 Uri.withAppendedPath(ContactsContract.AUTHORITY_URI, "directories");
327 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION,
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 28 import android.net.Uri;
97 public static final Uri SMART_DIAL_UPDATED_URI =
98 Uri.parse("content://com.android.dialer/smart_dial_updated");
129 static final Uri URI = Phone.CONTENT_URI.buildUpon().
185 static final Uri URI = ContactsContract.DeletedContacts.CONTENT_URI;
529 DeleteContactQuery.URI,
778 final Cursor updatedContactCursor = mContext.getContentResolver().query(PhoneQuery.URI,
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 36 import android.net.Uri;
117 * Input: {@link Intent#getData} has the event URI. The extra
163 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
166 * An optional insert, update or delete URI parameter that allows the caller
170 * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}
176 * @see Uri.Builder#appendQueryParameter(java.lang.String, java.lang.String)
199 * editable as part of the Calendars Uri, but can only be read if accessed
200 * through any other Uri.
333 * Columns specific to the Calendars Uri that other Uris can query
    [all...]
  /external/libxml2/
HTMLparser.c 45 #include <libxml/uri.h>
791 { "base", 0, 2, 2, 1, 0, 0, 0, "document base uri ",
    [all...]
parser.c 57 #include <libxml/uri.h>
406 errmsg = "SYSTEM or PUBLIC, the URI is missing";
5520 xmlURIPtr uri; local
5584 xmlURIPtr uri; local
9373 xmlURIPtr uri; local
9436 xmlURIPtr uri; local
14098 xmlChar *uri; local
    [all...]
xpath.c     [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 39 import android.net.Uri;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 23 import android.net.Uri;
172 * uri as its parent uri.
185 .put(AccountColumns.URI, String.class)
404 * This string column contains the uri to directly access the information for this account.
406 public static final String URI = "accountUri";
415 * This string column contains the content provider uri to return the
421 * This string column contains the content provider uri to return the
427 * This string column contains the content provider uri to return the
433 * This string column contains the content provider uri that can be queried for searc
    [all...]
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI;
    [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI;
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 40 import android.net.Uri;
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI;
    [all...]

Completed in 1459 milliseconds

1 23 4 5 6 7 8