/frameworks/base/core/tests/coretests/src/android/content/ |
ObserverNodeTest.java | 37 Uri[] uris = new Uri[] { local 51 root.addObserverLocked(uris[0], new TestObserver().getContentObserver(), false, root); 52 for(int i = 1; i < uris.length; i++) { 53 root.addObserverLocked(uris[i], new TestObserver().getContentObserver(), true, root); 59 root.collectObserversLocked(uris[i], 0, null, false, calls); 67 Uri[] uris = new Uri[] { local 79 for(int i = 0; i < uris.length; i++) { 80 root.addObserverLocked(uris[i], new TestObserver().getContentObserver(), false, root); 85 for (int i = uris.length - 1; i >=0; --i) { 86 root.collectObserversLocked(uris[i], 0, null, false, calls) [all...] |
/external/webkit/WebCore/platform/gtk/ |
DataObjectGtk.cpp | 55 Vector<KURL> uris(uriList()); 58 for (size_t i = 0; i < uris.size(); i++) { 59 KURL& uri = uris[0]; 71 Vector<KURL> uris(uriList()); 72 for (size_t i = 0; i < uris.size(); i++) { 73 KURL& uri = uris[0];
|
/external/apache-http/src/org/apache/http/impl/client/ |
RedirectLocations.java | 39 * A collection of URIs that were used as redirects. 43 private final Set<URI> uris; field in class:RedirectLocations 47 this.uris = new HashSet<URI>(); 54 return this.uris.contains(uri); 61 this.uris.add(uri); 68 return this.uris.remove(uri);
|
/frameworks/base/core/java/android/provider/ |
OpenableColumns.java | 20 * These are standard columns for openable URIs. (See 21 * {@link android.content.Intent#CATEGORY_OPENABLE}.) If possible providers that have openable URIs
|
/external/bluetooth/glib/tests/ |
bookmarkfile-test.c | 40 gchar **uris; local 45 uris = g_bookmark_file_get_uris (bookmark, &uris_len); 55 if (!g_bookmark_file_has_item (bookmark, uris[i])) 57 g_print ("URI/bookmark mismatch: bookmark for '%s' does not exist\n", uris[i]); 62 g_strfreev (uris);
|
uri-test.c | 145 /* URIs with backslashes come from some nonstandard application, but accept them anyhow */ 419 gchar **uris; local 422 uris = g_uri_list_extract_uris (list); 424 if (g_strv_length (uris) != 3) 427 " expected %d uris, but got %d\n", 428 3, g_strv_length (uris)); 434 if (safe_strcmp (uris[j], expected_uris[j])) 438 expected_uris[j], uris[j]); 443 g_strfreev (uris); 445 uris = g_uri_list_extract_uris ("# just hot air\r\n# more hot air") [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_failures.py | 131 uris = [self.relative_output_filename(filename, fn) for 133 if len(uris) > 1: 134 links.append("<a href='%s'>expected</a>" % uris[1]) 135 if len(uris) > 0: 136 links.append("<a href='%s'>actual</a>" % uris[0]) 137 if len(uris) > 2: 138 links.append("<a href='%s'>diff</a>" % uris[2]) 139 if len(uris) > 3: 140 links.append("<a href='%s'>wdiff</a>" % uris[3])
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
URITest.java | 34 private URI[] uris; field in class:URITest 103 if (uris != null) { 104 return uris; 107 uris = new URI[] { 153 return uris; 668 // test URIs with host names with different casing 674 // test URIs with one undefined component 680 // test URIs with one undefined component 842 URI[] uris = getUris(); local 932 URI[] uris = getUris(); local 962 URI[] uris = getUris(); local 989 URI[] uris = getUris(); local 1020 URI[] uris = getUris(); local 1077 URI[] uris = getUris(); local 1107 URI[] uris = getUris(); local 1142 URI[] uris = getUris(); local 1174 URI[] uris = getUris(); local 1206 URI[] uris = getUris(); local 1240 URI[] uris = getUris(); local 1277 URI[] uris = getUris(); local 1310 URI[] uris = getUris(); local 1337 URI[] uris = getUris(); local 1376 URI[] uris = getUris(); local 1652 URI[] uris = null; local 2053 URI[] uris = getUris(); local 2110 URI[] uris = getUris(); local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppLauncherActivity.java | 107 ArrayList<Uri> uris = new ArrayList<Uri>(); local 109 uris = intent.getParcelableArrayListExtra(Intent.EXTRA_STREAM); 110 if (mimeType != null && uris != null) { 111 if (V) Log.v(TAG, "Get ACTION_SHARE_MULTIPLE intent: uris " + uris + "\n Type= " 113 BluetoothOppManager.getInstance(this).saveSendingFileInfo(mimeType, uris); 115 Log.e(TAG, "type is null; or sending files URIs are null");
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
package.html | 19 Since features are identified by (absolute) URIs, anyone 21 Currently defined standard feature URIs have the prefix 77 <td> A value of "true" indicates namespace URIs and unprefixed local names 92 <td>resolve-dtd-uris</td> 96 be absolutized (relative to their base URIs) before reporting. 119 as well as Namespace URIs, will have been interned 188 <td>xmlns-uris</td> 233 the standard property URIs have the prefix
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URITest.java | 116 // Both URIs with empty hosts 158 // URIs whose host names have different casing 164 // URIs with one undefined component (port) 170 // URIs with one undefined component (user-info)
|
/external/bluetooth/glib/gio/ |
gappinfo.h | 67 * @supports_uris: Indicates whether the application specified supports launching URIs. 69 * @launch_uris: Launches an application with a list of URIs. 107 GList *uris, 152 GList *uris,
|
gappinfo.c | 39 * As of GLib 2.20, URIs will always be converted to POSIX paths 49 * unmodified to the application. Some URIs, such as 51 * path (in gvfs there's no FUSE mount for it); such URIs will be 84 * of a particular URIs. Different launcher applications (e.g. file 487 * Some URIs can be changed when passed through a GFile (for instance 488 * unsupported uris with strange formats like mailto:), so if you have 514 * Checks if the application supports reading files and directories from URIs. 516 * Returns: %TRUE if the @appinfo supports URIs. 555 * @uris: a #GList containing URIs to launch. [all...] |
gdesktopappinfo.c | 567 GList *uris = *uri_list; local 605 if (uris) 607 uri = uris->data; 626 uris = uris->next; 635 while (uris) 637 uri = uris->data; 658 uris = uris->next; 660 if (uris != NULL && expanded 1111 GList *uris; local [all...] |
/external/webkit/LayoutTests/http/tests/appcache/ |
cyrillic-uri-expected.txt | 1 Test that non-ASCII URIs work correctly in cache manifests.
|
/cts/tests/tests/net/src/android/net/cts/ |
UriTest.java | 518 notes = "Test hierarchical uris.", 524 notes = "Test hierarchical uris.", 530 notes = "Test hierarchical uris.", 536 notes = "Test hierarchical uris.", 542 notes = "Test hierarchical uris.", 548 notes = "Test hierarchical uris.", 554 notes = "Test hierarchical uris.", 560 notes = "Test hierarchical uris.", 566 notes = "Test hierarchical uris.", 572 notes = "Test hierarchical uris." [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MediaFeed.java | 535 // We need to eliminate duplicate uris in this array 536 final HashMap<String, String> uris = new HashMap<String, String>(); local 542 uris.put(uri, uri); 546 databaseUris = (String[]) uris.keySet().toArray(databaseUris); 926 String[] uris = new String[numObservers]; local [all...] |
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
BusinessCardActivity.java | 102 protected ContactInfo doInBackground(Uri... uris) { 103 return mContactAccessor.loadContact(getContentResolver(), uris[0]);
|
/external/opencore/doc/oscl_html/ |
oscl__string__uri_8h.html | 9 <hr><h1>oscl_string_uri.h File Reference</h1>Utilities to unescape URIs. 25 Utilities to unescape URIs.
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
Source.java | 34 * relative URIs and to include in error messages and warnings.</p>
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/stream/ |
package.html | 16 relative URIs. The public identifier is always optional: if the application
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPathFactory.java | 42 * to namespace URIs.
|
/frameworks/base/core/java/android/content/ |
ContentUris.java | 30 * <p>This supports a common convention for content URIs where an ID is
|
/frameworks/base/core/java/android/pim/vcard/ |
VCardEntryCommitter.java | 62 * Returns the list of created Uris. This list should not be modified by the caller as it is
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
IconLoader.java | 38 * All resources and URIs are read using the suggestion provider's context.
|