HomeSort by relevance Sort by last modified time
    Searched full:uris (Results 26 - 50 of 302) sorted by null

12 3 4 5 6 7 8 91011>>

  /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
  /libcore/luni/src/main/java/javax/xml/transform/
Source.java 34 * relative URIs and to include in error messages and warnings.</p>
package.html 74 not hold identity. Rather, it is the URIs that they contextually map to that
181 <h3>Resolution of URIs within a transformation</h3>
183 <p>The API provides a way for URIs referenced from within the stylesheet
  /libcore/luni/src/main/java/javax/xml/transform/stream/
package.html 16 relative URIs. The public identifier is always optional: if the application
  /libcore/luni/src/main/java/org/apache/xpath/
XPathFactory.java 42 * to namespace URIs.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
IconLoader.java 38 * All resources and URIs are read using the suggestion provider's context.
  /packages/apps/Tag/src/com/android/vcard/
VCardEntryCommitter.java 62 * Returns the list of created Uris. This list should not be modified by the caller as it is
  /external/bluetooth/glib/gio/
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/WebCore/platform/graphics/gtk/
DataSourceGStreamer.cpp 65 (gchar*) "Handles data: uris",
185 // we parse URIs like this one:
195 // we require uris with a specified mime-type and base64-encoded
  /system/media/opensles/tests/sandbox/
multithread.c 104 //const char * const uris[4] = {"wav/frog.wav", "wav/bach.wav", "wav/8days.wav", "wav/help16.wav"};
105 const char * const uris[4] = {"wav/frog.wav", "wav/frog.wav", "wav/frog.wav", "wav/frog.wav"}; variable
149 ta->mURI = (SLchar *) uris[(r >> 1) & 3];
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 30 * This class is used to resolve relative URIs and SystemID
31 * strings into absolute URIs.
33 * <p>This is a generic utility for resolving URIs, other than the
  /libcore/luni/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 30 * This class is used to resolve relative URIs and SystemID
31 * strings into absolute URIs.
33 * <p>This is a generic utility for resolving URIs, other than the
  /external/webkit/LayoutTests/http/tests/appcache/
cyrillic-uri.html 6 <p>Test that non-ASCII URIs work correctly in cache manifests.</p>
  /frameworks/base/core/java/android/webkit/
ContentLoader.java 25 * "content:" URIs
  /frameworks/base/docs/html/guide/topics/testing/
contentprovider_testing.jd 168 Test all the URIs offered by your provider. Your provider may offer several URIs,
176 Test invalid URIs: Your unit tests should deliberately call the provider with an
178 IllegalArgumentException for invalid URIs.
  /libcore/luni/src/main/java/javax/xml/transform/sax/
TemplatesHandler.java 48 * resolve relative URIs in the stylesheet. This must be
  /libcore/luni/src/main/java/org/w3c/dom/
EntityReference.java 31 * URIs. When an <code>EntityReference</code> node represents a reference to
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 213 public void saveSendingFileInfo(String mimeType, ArrayList<Uri> uris) {
217 mUrisOfSendingFiles = uris;
329 String typeOfSingleFile, String uri, String typeOfMultipleFiles, ArrayList<Uri> uris) {
336 this.mUris = uris;
BluetoothOppUtility.java 126 ArrayList<String> uris = Lists.newArrayList(); local
146 uris.add(path.toString());
150 return uris;
  /packages/apps/Gallery/src/com/android/camera/
DeleteImage.java 51 mUriList = intent.getParcelableArrayListExtra("delete-uris");
  /frameworks/base/core/java/android/content/pm/
ProviderInfo.java 43 /** If true, additional permissions to specific Uris in this content
53 * allowed to be granted. If null, all URIs are allowed. The
  /libcore/luni/src/main/java/org/xml/sax/
EntityResolver.java 60 * identifiers to local URIs or to look up replacements in a catalog
87 * system identifiers to secure and/or local URIs, to look up
InputSource.java 103 * for resolving relative URIs, may use setPublicId to include a
124 * for resolving relative URIs, and may use setPublicId to include a
176 * since the application can use it to resolve relative URIs
  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 690 ArrayList<Uri> uris = new ArrayList<Uri>(); local
729 uris.add(uri);
735 if (uris.size() != 0) {
746 for (int i = 0, size = uris.size(); i < size; ++i) {
747 builder.append(uris.get(i));
754 if (uris.size() == 1) {
756 intent.putExtra(Intent.EXTRA_STREAM, uris.get(0));
759 intent.putExtra(Intent.EXTRA_STREAM, uris);
    [all...]
  /packages/providers/DownloadProvider/
AndroidManifest.xml 37 <!-- Allows an app to access all downloads in the system via the /all_downloads/ URIs. The
62 these URIs -->

Completed in 3053 milliseconds

12 3 4 5 6 7 8 91011>>