/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/ |
D | content_test.go | 23 Srcset(`greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`), 75 `greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`, 105 …`greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5… 120 `greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`, 135 `greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`, 151 `"greeting=H%69,\u0026addressee=(World) 2x, https://golang.org/favicon.ico 500.5w"`, 167 `"greeting=H%69,\u0026addressee=(World) 2x, https://golang.org/favicon.ico 500.5w"`, 182 `greeting=H%69,\u0026addressee=(World) 2x, https:\/\/golang.org\/favicon.ico 500.5w`, 197 `greeting=H%69,\u0026addressee=(World) 2x, https:\/\/golang.org\/favicon.ico 500.5w`, 213 `"greeting=H%69,\u0026addressee=(World) 2x, https://golang.org/favicon.ico 500.5w"`, [all …]
|
/aosp_15_r20/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 241 map.put(Bookmarks.FAVICON, Bookmarks.FAVICON); in map.put() argument 291 map.put(History.FAVICON, History.FAVICON); in map.put() argument 309 map.put(Images.FAVICON, Images.FAVICON); in map.put() argument 324 map.put(Combined.FAVICON, Combined.FAVICON); in map.put() argument 338 map.put(Combined.FAVICON, Combined.FAVICON); in map.put() argument 419 Images.FAVICON + " BLOB," + in onCreate() 1120 db.insertOrThrow(TABLE_IMAGES, Images.FAVICON, imageValues); in insertInTransaction() 1141 db.insertOrThrow(TABLE_IMAGES, Images.FAVICON, imageValues); in insertInTransaction() 1363 db.insertOrThrow(TABLE_IMAGES, Images.FAVICON, values); in updateInTransaction() 1366 // Only favicon is exposed in the public API. If we updated in updateInTransaction() [all …]
|
/aosp_15_r20/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/ |
D | PartnerBookmarksProvider.java | 120 map.put(PartnerBookmarksContract.Bookmarks.FAVICON, in map.put() argument 121 PartnerBookmarksContract.Bookmarks.FAVICON); in map.put() 177 PartnerBookmarksContract.Bookmarks.FAVICON + in createTable() 272 PartnerBookmarksContract.Bookmarks.FAVICON); in addDefaultBookmarks() 281 byte[] favicon = null; in addDefaultBookmarks() 285 favicon = readRaw(res, faviconId); in addDefaultBookmarks() 287 Log.i(TAG, "Failed to read favicon for " + bookmarkTitle, e); in addDefaultBookmarks() 306 if (favicon != null) { in addDefaultBookmarks() 307 insertHelper.bind(faviconColumn, favicon); in addDefaultBookmarks()
|
D | PartnerBookmarksContract.java | 144 * The favicon of the bookmark, may be NULL. 148 public static final String FAVICON = "favicon"; field in PartnerBookmarksContract.Bookmarks
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/PartnerBookmarksProvider/PartnerBookmarksProvider/android_common/javac/ |
D | PartnerBookmarksProvider.jar | ... URL
public static final String TITLE
public static final String FAVICON
public static final String TOUCHICON
public static final String PARENT ... |
/aosp_15_r20/external/perfetto/ui/src/bigtrace/ |
H A D | index.ts | 87 const favicon = document.head.querySelector('#favicon') as HTMLLinkElement; constant 88 if (favicon) favicon.href = root + 'assets/favicon.png';
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/ |
H A D | javadoc_util.gradle | 23 // Add favicon to each page 28 "<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/assets/favicon-32x32.png\">" + 29 "<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/assets/favicon-16x16.png\">" + 32 "<link rel=\"shortcut icon\" href=\"/assets/favicon.ico\">" +
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/ |
H A D | javadoc_util.gradle | 23 // Add favicon to each page 28 "<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/assets/favicon-32x32.png\">" + 29 "<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/assets/favicon-16x16.png\">" + 32 "<link rel=\"shortcut icon\" href=\"/assets/favicon.ico\">" +
|
/aosp_15_r20/frameworks/base/core/java/android/provider/ |
H A D | Browser.java | 81 BookmarkColumns.FAVICON, // 6 190 * Stores a Bitmap extra in an {@link Intent} representing the favicon of a 192 * Browser, use this to access the favicon. 469 * The favicon of the bookmark. Must decode via {@link BitmapFactory#decodeByteArray}. 472 public static final String FAVICON = "favicon"; field in Browser.BookmarkColumns
|
/aosp_15_r20/external/perfetto/ui/src/frontend/ |
H A D | index.ts | 161 const favicon = document.head.querySelector('#favicon'); constant 162 if (favicon instanceof HTMLLinkElement) { 163 favicon.href = assetSrc('assets/favicon.png');
|
/aosp_15_r20/cts/tests/tests/webkit/assets/webkit/ |
H A D | test_favicon.html | 18 <title>test favicon</title> 19 <link rel="icon" type="image/png" href="favicon.png"> 22 <h3>hello favicon!</h3><br>
|
/aosp_15_r20/external/zxing/zxing.appspot.com/src/main/webapp/ |
H A D | app.yaml | 26 - url: /favicon.ico 27 static_files: favicon.ico 28 upload: favicon.ico
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/head/ |
H A D | favicon.html | 5 {%- include snippets/prepend-baseurl.html path='/assets/favicon-32x32.png' -%} 8 {%- include snippets/prepend-baseurl.html path='/assets/favicon-16x16.png' -%} 17 {%- include snippets/prepend-baseurl.html path='/assets/favicon.ico' -%}
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/head/ |
H A D | favicon.html | 5 {%- include snippets/prepend-baseurl.html path='/assets/favicon-32x32.png' -%} 8 {%- include snippets/prepend-baseurl.html path='/assets/favicon-16x16.png' -%} 17 {%- include snippets/prepend-baseurl.html path='/assets/favicon.ico' -%}
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/ |
H A D | overview-summary.html | 4 …favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png…
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/ |
H A D | overview-summary.html | 4 …favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png…
|
/aosp_15_r20/frameworks/base/core/java/android/webkit/ |
H A D | WebHistoryItem.java | 66 * Return the favicon of this history item or {@code null} if no favicon was found. 67 * @return A Bitmap containing the favicon for this history item or {@code null}.
|
/aosp_15_r20/external/accompanist/web/src/androidTest/kotlin/com/google/accompanist/web/ |
H A D | WebTest.kt | 279 override fun onPageStarted(view: WebView, url: String?, favicon: Bitmap?) { in <lambda>() 280 super.onPageStarted(view, url, favicon) in <lambda>() 428 // Check that state is reset on the loading of a new page (without a title or favicon set) in <lambda>() 651 override fun onPageStarted(view: WebView, url: String?, favicon: Bitmap?) { in <lambda>() 652 super.onPageStarted(view, url, favicon) in <lambda>()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowWebView.java | 274 webViewClient.onPageStarted(realWebView, url, /* favicon= */ null); in performSuccessfulPageLoad() 534 /** Gets the favicon for the current page set by {@link #setFavicon}. */ 540 /** Sets the favicon to return from {@link #getFavicon}. */ 541 public void setFavicon(Bitmap favicon) { in setFavicon() argument 542 currentFavicon = favicon; in setFavicon()
|
/aosp_15_r20/developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/ |
D | ShortcutHelper.java | 225 final Uri iconUri = uri.buildUpon().path("favicon.ico").build(); in fetchFavicon() 226 Log.i(TAG, "Fetching favicon from: " + iconUri); in fetchFavicon() 238 Log.w(TAG, "Failed to fetch favicon from " + iconUri, e); in fetchFavicon()
|
/aosp_15_r20/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/ |
H A D | ShortcutHelper.java | 225 final Uri iconUri = uri.buildUpon().path("favicon.ico").build(); in fetchFavicon() 226 Log.i(TAG, "Fetching favicon from: " + iconUri); in fetchFavicon() 238 Log.w(TAG, "Failed to fetch favicon from " + iconUri, e); in fetchFavicon()
|
/aosp_15_r20/developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/ |
H A D | ShortcutHelper.java | 225 final Uri iconUri = uri.buildUpon().path("favicon.ico").build(); in fetchFavicon() 226 Log.i(TAG, "Fetching favicon from: " + iconUri); in fetchFavicon() 238 Log.w(TAG, "Failed to fetch favicon from " + iconUri, e); in fetchFavicon()
|
/aosp_15_r20/external/cronet/third_party/jni_zero/test/golden/ |
H A D | testNonProxy-SampleNonProxy_jni.h.golden | 52 const jni_zero::JavaParamRef<jbyteArray>& favicon, 64 jbyteArray favicon, 75 jni_zero::JavaParamRef<jbyteArray>(env, favicon),
|
/aosp_15_r20/development/samples/ShortcutSample/src/com/example/android/shortcutsample/ |
H A D | ShortcutHelper.java | 238 final Uri iconUri = uri.buildUpon().path("favicon.ico").build(); in fetchFavicon() 239 Log.i(TAG, "Fetching favicon from: " + iconUri); in fetchFavicon() 251 Log.w(TAG, "Failed to fetch favicon from " + iconUri, e); in fetchFavicon()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/text/ttml/ |
H A D | package-summary.html | 4 …favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png…
|