HomeSort by relevance Sort by last modified time
    Searched full:uris (Results 201 - 225 of 690) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 438 * safely included in URIs. For details on escaping URIs, see section 2.4 of
477 * safely included in URI path segments. For details on escaping URIs, see
515 * <p>For details on escaping URIs, see
550 * be safely included in URIs. For details on escaping URIs, see section 2.4
595 * <p>For details on escaping URIs, see
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 239 * The filter didn't match due to different data URIs.
481 * Set whether this filter will needs to be automatically verified against its data URIs or not.
489 * True means that the filter will need to use its data URIs to be verified.
509 * Return if this filter will needs to be automatically verified again its data URIs or not.
542 * Return if this filter handles HTTP or HTTPS data URIs.
595 * Return if this filter needs to be automatically verified again its data URIs or not.
    [all...]
ContentProvider.java 70 * URIs.</p>
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/
webapp2.py 737 #: Route name, used to build URIs.
757 The name of this route, used to build URIs based on it.
759 If True, this route never matches and is used only to build URIs.
926 The name of this route, used to build URIs based on it.
932 If True, this route never matches and is used only to build URIs.
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 140 * Absolute URIs are hierarchical if the scheme-specific part starts with
141 * a '/'. Relative URIs are always hierarchical.
518 // All relative URIs are hierarchical.
632 // All relative URIs are hierarchical.
802 * which means this method cannot be used to create hierarchical URIs.
1035 * Support for hierarchical URIs.
    [all...]
  /packages/providers/DownloadProvider/docs/
index.html 61 <li> <a href="#URIs">URIs</a>
222 structured), but the second one relies on arbitrary strings (URIs and SQL fragments) passed by applications and is therefore at a
254 <li> Storing the intermediate URIs in the provider.
260 If the <code>URI</code> column gets hidden, it could be used to store the intermediate URIs. After 1.0 the only available integer columns were <code>METHOD</code> and <code>CONTROL</code>. <code>CONTROL</code> was re-exposed to applications and can't be used. <code>METHOD</code> is slated to be re-used for 503 retry-after delays. It could be split into two halves, one for retry-after and one for the redirect count. It would make more sense to count the redirect loop with <code>FAILED_CONNECTIONS</code>, but since there's already quite some code using it it'd take a bit more effort. Ideally handling of redirects would be delayed until a future release, with a cleanup of the database schema (going along with the cleanup of the handling of filenames).
266 In order to allow a UI that can "see" all the relevant downloads, there'll need to be a separate URI (or set of URIs) in the content provider: trying to use the exact same URIs for regular download control and for UI purposes (distinguishing them based on the permissions of the caller) will break down if a same app (or actually a same UID) tries to do both. It'll also break down if the system process tries to do regular download activities, since it has all permissions.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 29 * is designed to handle the parsing of URIs and provide access to
37 * part. For URIs that follow the "generic URI" syntax, the scheme-
46 * For URIs that do not follow the "generic URI" syntax (e.g. mailto),
355 * the URI and Section 5 for specifications on resolving relative URIs
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 31 * is designed to handle the parsing of URIs and provide access to
39 * part. For URIs that follow the "generic URI" syntax, the scheme-
48 * For URIs that do not follow the "generic URI" syntax (e.g. mailto),
352 * the URI and Section 5 for specifications on resolving relative URIs
    [all...]
  /external/fio/
gfio.c 1649 gchar **uris; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 73 * Each entry (prefix) in this hashtable points to a Stack of URIs
234 // Get the stack that contains URIs for the specified prefix
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 88 * <p>This class uses the life cycle methods to read in a list of starting URIs and save the set of
89 * outstanding URIs when shutting down. Also, it takes advantage of the scheduling functionality to
  /external/robolectric/v1/src/main/java/android/net/
Uri__FromAndroid.java 128 * Absolute URIs are hierarchical if the scheme-specific part starts with
129 * a '/'. Relative URIs are always hierarchical.
459 // All relative URIs are hierarchical.
573 // All relative URIs are hierarchical.
743 * which means this method cannot be used to create hierarchical URIs.
976 * Support for hierarchical URIs.
    [all...]
  /frameworks/base/core/java/android/provider/
BlockedNumberContract.java 26 * the supported URIs and columns.
31 * The content provider exposes a table containing blocked numbers. The columns and URIs for
  /frameworks/base/docs/html/guide/topics/text/
copy-paste.jd 427 // Declares a path string for URIs that you use to copy data
690 The following sections describe how to set up URIs, how to provide complex data, and how to
730 You could add another path that is specific to copy URIs:
    [all...]
  /frameworks/base/docs/html/training/beam-files/
receive-files.jd 19 >Content URIs</a>
280 * Handle content URIs for other content providers
  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 167 * Set an object that will be used to resolve URIs used in
179 * Get an object that will be used to resolve URIs used in
TransformerFactory.java 211 * to resolve URIs used in document(), xsl:import, or xsl:include.
220 * to resolve URIs used in document(), xsl:import, or xsl:include.
  /libcore/luni/src/main/java/javax/xml/validation/
Validator.java 328 * using names built on their own URIs.</p>
426 * using names built on their own URIs.</p>
ValidatorHandler.java 336 * using names built on their own URIs.</p>
435 * using names built on their own URIs.</p>
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSInput.java 116 * relative URIs and can include it in error messages and warnings. (The
135 * relative URIs and can include it in error messages and warnings. (The
  /libcore/luni/src/main/java/org/xml/sax/
XMLReader.java 115 * using names built on their own URIs.</p>
171 * using names built on their own URIs.</p>
  /packages/apps/Messaging/src/com/android/messaging/util/
AvatarUriUtil.java 37 * avatars uris are basically multiple avatar uri which can be any of the below types but not
116 * instead of a group avatar uri. All uris in the list must be a valid avatar uri. This will
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 258 // file:// uris not content:// uris. We do the same
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java 158 // Load the uris for the account list
458 // Build a set of the account uris that had been associated with that query
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedProvider.java 55 * UriMatcher, used to decode incoming URIs.

Completed in 1953 milliseconds

1 2 3 4 5 6 7 891011>>