/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ShortcutRepositoryImplLog.java | 450 // Get URIs for all icons, to make sure that they are stable 482 // Fast path for icon URIs [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 108 // We can provide data as either content: or file: URIs, 110 // everything as content: URIs)
|
DownloadService.java | 625 // We can provide data as either content: or file: URIs, 627 // everything as content: URIs) [all...] |
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTests.java | 149 // Check the path part of the URIs. 217 * Test the various combinations of SSL, TLS, and trust-certificates encoded as Uris 226 // Set various URIs and check the resulting flags 258 * Test port assignments made from Uris 264 // Set various URIs and check the resulting flags [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
Stylesheet.java | 211 * The "extension-element-prefixes" property, actually contains URIs. 221 * property: a vector of extension element URIs. 252 * @return Number of URIs in the list [all...] |
FuncDocument.java | 181 // unencoded slashes in their naming schemes. If they do, absolute URIs
|
ElemLiteralResult.java | 527 * The "extension-element-prefixes" property, actually contains URIs. 536 * @param v Vector of URIs (not prefixes) to set as the "extension-element-prefixes" property [all...] |
/dalvik/libcore/xml/src/test/java/tests/xml/ |
DomTest.java | [all...] |
/frameworks/base/core/java/android/content/ |
ContentResolver.java | 113 * as the base type along with their own sub-type of their content: URIs 127 * as the base type along with their own sub-type of their content: URIs [all...] |
IntentFilter.java | 215 * The filter didn't match due to different data URIs. 879 * and normalize any MIME types or Uris you receive from [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 207 * A list of whitespace-separated URIs representing the schemas to validate
|
NodeImpl.java | 453 * this element when mapping prefixes to URIs and vice versa.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
Lexer.java | 77 * to namespace URIs.
|
/external/bluetooth/glib/gio/ |
gioenums.h | 46 G_APP_INFO_CREATE_SUPPORTS_URIS = (1 << 1) /*< nick=supports-uris >*/
|
/external/opencore/ |
ChangeLog | 140 - Check URIs for illegal characters and run escaping algorithm if any
|
/external/webkit/WebCore/platform/graphics/gtk/ |
WebKitWebSourceGStreamer.cpp | 144 (gchar*) "Handles HTTP/HTTPS uris",
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
LayoutTestControllerGtk.cpp | 348 g_object_set(G_OBJECT(settings), "enable-universal-access-from-file-uris", flag, NULL);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppProvider.java | 82 /** URI matcher used to recognize URIs sent by applications */
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
FileTest.java | 288 // invalid file URIs 289 String[] uris = new String[] { "mailto:user@domain.com", // not local 298 for (int i = 0; i < uris.length; i++) { 300 uri = new URI(uris[i]); [all...] |
/external/bluetooth/glib/ |
NEWS | 80 561172 gnome-open fails on local URIs with anchors 171 566747 URIs opened with firefox %u load as local files 374 * When launching applications, always pass fuse file:// uris when possible, 375 and let gio convert such uris back to gio uris. 496 - Add a vfs implementation for HTTP and HTTPS URIs on Windows [all...] |
/external/bluetooth/glib/glib/ |
gtestutils.c | 770 * @uri_pattern: the base pattern for bug URIs 780 * Bug URIs are constructed by appending a bug specific URI 799 * Bug URIs are constructed from a base URI set with g_test_bug_base() [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
TransformerIdentityImpl.java | 594 * Set an object that will be used to resolve URIs used in 609 * Get an object that will be used to resolve URIs used in [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTMdefaultNamespaceDeclarationNode.java | 664 * by resolution of relative namespace URIs issue?It's not.Should this
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
NamespaceSupport2.java | 34 * routines to map prefixes to URIs and vice versa.</p>
|