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

12 3 4 5 6 7 8 91011>>

  /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
  /dalvik/libcore/xml/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
  /dalvik/libcore/xml/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
PrefixResolver.java 59 * @return The base identifier from where relative URIs should be absolutized, or null
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
TemplatesHandler.java 49 * resolve relative URIs in the stylesheet. This must be
SAXSource.java 137 * since the application can use it to resolve relative URIs
154 * <p>Get the base ID (URI or system ID) from where URIs
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
EntityReference.java 31 * URIs. When an <code>EntityReference</code> node represents a reference to
  /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
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 212 public void saveSendingFileInfo(String mimeType, ArrayList<Uri> uris) {
216 mUrisOfSendingFiles = uris;
328 String typeOfSingleFile, String uri, String typeOfMultipleFiles, ArrayList<Uri> uris) {
335 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");
  /dalvik/libcore/xml/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
Attributes.java 41 * (<code>http://xml.org/sax/features/xmlns-uris</code>) to request
42 * that those attributes be given URIs, conforming to a later
  /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
  /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...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
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
  /frameworks/base/core/java/android/provider/
Applications.java 44 * The content path for application component URIs.
  /frameworks/base/docs/html/guide/publishing/
publishing.jd 229 <h4>Android Market URIs</h4>
231 <p>The table below provides a list of URIs and actions currently
234 <p>Note that these URIs work only when passed as Intent data &mdash; you
235 can't currently load the URIs in a web browser, either on a desktop machine or
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 163 private final static String XMLNS_URIs = FEATURES + "xmlns-uris";
197 uris = value;
226 return uris;
562 if (uris)
715 if (uris)
835 private boolean uris = false;
831 private boolean uris = false; field in class:ParserAdapter
  /frameworks/base/core/java/com/android/internal/widget/
EditStyledText.java 457 * @param uris
458 * The array of used uris.
461 public String getHtml(ArrayList<Uri> uris) {
462 mConverter.getUriArray(uris, getText());
    [all...]
  /external/bluetooth/glib/gio/tests/
g-file.c 52 const char *uris[] = {"file:///", local
70 while (uris[i])
72 file = g_file_new_for_uri (uris[i++]);
  /frameworks/base/docs/html/resources/articles/
wikinotes-intents.jd 83 with the system to handle URIs matching our Content URI format.</p>
102 <code>com.google.android.wikinotes.db.wikinotes</code> root authority (i.e. URIs
116 <p>These are the definitions of URIs that our ContentProvider recognizes and can
  /external/webkit/WebKit/gtk/webkit/
webkitwebsettings.cpp 647 * WebKitWebSettings:enable-universal-access-from-file-uris
649 * Whether to allow files loaded through file:// URIs universal access to
656 g_param_spec_boolean("enable-universal-access-from-file-uris",
657 _("Enable universal access from file URIs"),
658 _("Whether to allow universal access from file URIs"),
    [all...]

Completed in 590 milliseconds

12 3 4 5 6 7 8 91011>>