/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
ValidatorHandler.java | 336 * using names built on their own URIs.</p> 432 * using names built on their own URIs.</p>
|
/dalvik/libcore/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
|
/dalvik/libcore/xml/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
|
/dalvik/libcore/xml/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>
|
/frameworks/base/core/java/android/net/ |
Uri.java | 132 * Absolute URIs are hierarchical if the scheme-specific part starts with 133 * a '/'. Relative URIs are always hierarchical. 463 // All relative URIs are hierarchical. 577 // All relative URIs are hierarchical. 747 * which means this method cannot be used to create hierarchical URIs. 980 * Support for hierarchical URIs. [all...] |
/frameworks/base/docs/html/guide/topics/intents/ |
intents-filters.jd | 215 {@code content:} URIs, which indicate that the data is located on the device and 277 kinds of data URIs, some are paired with particular extras. For example, an 560 For example, if a filter specifies only a scheme, all URIs with that scheme match 561 the filter. If a filter specifies a scheme and an authority but no path, all URIs 563 specifies a scheme, an authority, and a path, only URIs with the same scheme, 582 test only if the filter likewise does not specify any URIs or data types.</li> 587 only for URIs like {@code mailto:} and {@code tel:} that do not refer to actual data.</p></li> [all...] |
/external/apache-http/src/org/apache/http/client/utils/ |
URIUtils.java | 38 * A collection of utilities for {@link URI URIs}, to workaround
|
/external/bluetooth/glib/gio/win32/ |
gwinhttpvfs.c | 166 /* For other URIs fallback to the wrapped GVfs */
|
/external/webkit/WebCore/wml/ |
WMLPageState.cpp | 161 // current deck, the path attribute accepts relative URIs. The user agent converts the relative
|
/frameworks/base/core/java/android/content/ |
UriMatcher.java | 26 Utility class to aid in matching URIs in content providers.
|
/frameworks/base/media/java/android/media/ |
AsyncPlayer.java | 30 * Plays a series of audio URIs, but does all the hard work on another thread
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPath.java | 157 * namespace URIs. 205 * namespace URIs. 257 * namespace URIs.
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Parser.java | 69 A value of "true" indicates namespace URIs and unprefixed local 115 be absolutized (relative to their base URIs) before reporting. 119 "http://xml.org/sax/features/resolve-dtd-uris"; 124 names), as well as Namespace URIs, will have been interned 178 "http://xml.org/sax/features/xmlns-uris"; [all...] |
/frameworks/base/docs/html/guide/topics/providers/ |
content-providers.jd | 157 <h3><a name="uri"></a>URIs</h3> 163 URIs for providers begin with the string "{@code content://}". The {@code content:} 227 ContentProvider and data set (see <a href="#uri">URIs</a> earlier). 728 each of the subtables. These URIs should all have the same authority (since 738 For an overview of {@code content:} URIs, see the <a href="#urisum">Content URI [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/parsers/ |
DocumentBuilder.java | 120 * @param systemId Provide a base for resolving relative URIs.
|
SAXParser.java | 144 * @param systemId The systemId which is needed for resolving relative URIs. 199 * @param systemId The systemId which is needed for resolving relative URIs.
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/ |
ParserAdapterTest.java | 63 private final static String XMLNS_URIs = FEATURES + "xmlns-uris";
|
/frameworks/base/core/java/android/net/http/ |
HttpAuthHeader.java | 74 * requests with URIs in the same protection space.
|
/frameworks/base/docs/html/resources/articles/ |
qsb.jd | 66 URIs and column formats specified by the
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
TransformerFactoryImpl.java | 980 * Set an object that will be used to resolve URIs used in 992 * Get the object that will be used to resolve URIs used in
|
/external/webkit/WebCore/platform/network/soup/ |
ResourceHandleSoup.cpp | 831 // FIXME: to be able to handle ftp URIs properly, we must 891 // using GIO internally, and providing URIs instead of file paths
|
/frameworks/base/core/java/android/app/ |
SuggestionsAdapter.java | 495 * All resources and URIs are read using the suggestion provider's context. 560 // Let the ContentResolver handle content and file URIs.
|
/frameworks/base/docs/html/guide/topics/security/ |
security.jd | 359 also need to hand specific URIs to other applications for them to operate on. 383 cooperation with the content provider holding those URIs. It is strongly
|
/frameworks/base/services/java/com/android/server/am/ |
HistoryRecord.java | 78 HashSet<UriPermission> readUriPermissions; // special access to reading uris. 79 HashSet<UriPermission> writeUriPermissions; // special access to writing uris.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | 781 ArrayList<String> uris local 2714 final ArrayList<Parcelable> uris = extras.getParcelableArrayList(Intent.EXTRA_STREAM); local [all...] |