/dalvik/libcore/xml/src/main/java/javax/xml/namespace/ |
NamespaceContext.java | 146 * specified Namespace URIs 213 * specified Namespace URIs</td>
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/stream/ |
StreamSource.java | 83 * to the input stream, which allows relative URIs 220 * since the application can use it to resolve relative URIs
|
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
XPathFactory.java | 116 * In particular, colons ':' need to be escaped in a property file, so make sure the URIs are properly escaped in it. 125 * the org.w3c.dom package, and implementations are free to introduce other URIs for other object models.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
StylesheetPIHandler.java | 67 * Get the object that will be used to resolve URIs in href 79 * Get the object that will be used to resolve URIs in href
|
Constants.java | 31 * Mnemonics for standard XML Namespace URIs, as Java Strings:
|
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...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
SourceTreeManager.java | 63 * Set an object that will be used to resolve URIs used in 74 * Get the object that will be used to resolve URIs used in
|
/external/bluetooth/glib/ |
README.in | 33 FUSE file:// URIs will be mapped back to gio URIs in the GFile
|
/external/bluetooth/glib/gio/ |
gwin32appinfo.c | 330 GList *uris, 336 _("URIs not supported"));
|
/external/bluetooth/glib/glib/ |
gconvert.c | 1978 GSList *uris, *u; local [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
SchemaFactory.java | 67 * introduce their own URIs to represent themselves. 163 * URIs are properly escaped in it. For example:</p> 252 * using names built on their own URIs.</p> 361 * using names built on their own URIs.</p>
|
Validator.java | 330 * using names built on their own URIs.</p> 422 * using names built on their own URIs.</p>
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
DictionaryProvider.java | 67 * Quick Search Box, in which case, the following Uris would be provided and we
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string_uri.h | 32 \brief Utilities to unescape URIs.
|
/external/webkit/WebCore/svg/ |
SVGImageElement.cpp | 172 // We can only resolve base URIs properly, after that!
|
/external/webkit/WebKit/gtk/webkit/ |
webkitnetworkrequest.cpp | 39 * can find the URI of the request, and, for valid URIs, a
|
/frameworks/base/core/java/android/net/ |
WebAddress.java | 33 * Unlike java.net.uri, this parser will not choke on URIs missing
|
/frameworks/base/core/java/android/provider/ |
SocialContract.java | 27 * definitions for the supported URIs and columns.
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
SettingsProviderTest.java | 129 // The bookmarks table (and everything else) uses standard row number content URIs.
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MediaItemTexture.java | 101 // Special case for non-MediaStore content URIs, do not cache the
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
PackageIconLoader.java | 131 // Let the ContentResolver handle content and file URIs.
|
/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...] |
/dalvik/libcore/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...] |
/dalvik/libcore/xml/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 | 210 * to resolve URIs used in document(), xsl:import, or xsl:include. 219 * to resolve URIs used in document(), xsl:import, or xsl:include.
|