HomeSort by relevance Sort by last modified time
    Searched full:logo (Results 251 - 275 of 1154) sorted by null

<<11121314151617181920>>

  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 10 .include "logo.include"
38 # PRINT LOGO
49 add r3,r11,#(logo-data_begin)
50 @ r3 points to logo data
52 @ r8 points to logo end
120 bl write_stdout @ print the logo
483 .include "logo.lzss_new"
  /frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
PreviewChannelHelperTest.java 82 .setLogoUri(Uri.parse("http://example.com/program-logo.mpg"))
178 .setLogoUri(Uri.parse("http://example.com/program-logo.mpg"))
329 * However, due to a known issue, when logo is persisted, the file status is not consistent
331 * to make sure that the logo file is written into the disk.
596 Bitmap logo = BitmapFactory.decodeResource(mContext.getResources(), local
598 assertNotNull(logo);
610 .setLogo(logo);
  /packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java 496 public void onBitmapLoaded(ChannelBannerView view, @Nullable Bitmap logo) {
498 // The logo is obsolete.
501 view.updateLogo(logo);
506 private void updateLogo(@Nullable Bitmap logo) {
507 if (logo == null) {
508 // Need to update the text size of the program text view depending on the channel logo.
513 mChannelLogoImageView.setImageBitmap(logo);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/
ArmVExpress-CTA15-A7.fdf 179 # TianoCore logo (splash screen)
182 SECTION RAW = MdeModulePkg/Logo/Logo.bmp
ArmVExpress-FVP-AArch64.fdf 171 # TianoCore logo (splash screen)
174 SECTION RAW = MdeModulePkg/Logo/Logo.bmp
  /external/owasp/sanitizer/tools/findbugs/doc/
users.html 61 <a href="http://findbugs.sourceforge.net/"><img src="buggy-sm.png" alt="FindBugs logo" border="0" /></a>
62 <a href="http://www.umd.edu/"><img src="informal.png" alt="UMD logo" border="0" /></a>
192 <A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=96405&amp;type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></A>
  /prebuilts/tools/common/http-client/src/
commons-codec-1.4-src.zip 
  /cts/apps/CtsVerifier/assets/report/
compatibility_result.css 24 /* Report logo and device name */
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/
AndroidManifest.xml 50 android:logo="@drawable/app_icon_your_company"
  /external/doclava/res/assets/templates-sdk/components/
masthead.cs 14 <?cs if:ndk ?><a class="dac-header-logo" style="width:144px;" href="<?cs var:toroot
16 <img class="dac-header-logo-image" src="<?cs var:toroot ?>assets/images/android_logo.png"
19 </a><?cs else ?><a class="dac-header-logo" href="<?cs var:toroot ?>index.html">
20 <img class="dac-header-logo-image" src="<?cs var:toroot ?>assets/images/android_logo.png"
  /external/eigen/doc/
eigendoxy_header.html.in 33 <td id="projectlogo"><img alt="Logo" src="$relpath$$projectlogo"/></td>
  /external/libvncserver/webclients/novnc/
LICENSE.txt 14 include/logo.js
  /external/libxml2/doc/
Makefile.am 73 Libxml2-Logo-180x168.gif \
74 Libxml2-Logo-90x34.gif \
343 -$(INSTALL) -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif $(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(HTML_DIR)
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
license.html 4 The name FindBugs and the FindBugs logo is trademarked by the University
  /external/python/cpython2/Demo/turtle/
tdemo_fractalcurves.py 43 # Visual Modeling with Logo: A Structural Approach to Seeing
  /external/python/cpython2/Doc/library/
htmlparser.rst 293 >>> parser.feed('<img src="python-logo.png" alt="The Python logo">')
295 attr: ('src', 'python-logo.png')
296 attr: ('alt', 'The Python logo')
  /external/python/cpython3/Doc/library/
html.parser.rst 277 >>> parser.feed('<img src="python-logo.png" alt="The Python logo">')
279 attr: ('src', 'python-logo.png')
280 attr: ('alt', 'The Python logo')
  /external/python/cpython3/Lib/turtledemo/
forest.py 11 a Logo program written by Erich Neuwirth. See
fractalcurves.py 43 # Visual Modeling with Logo: A Structural Approach to Seeing
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
LICENSE.txt 21 (B) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 317 // Draw a logo if requested
327 APIDrawLogo(ePVRTPrint3DLogoPowerVR, eBottom | eRight); // logo to the right
331 APIDrawLogo(ePVRTPrint3DLogoIMG, eBottom | eRight); // logo to the right
559 return; // Logo not recognised
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java 49 Arrays.asList("BEGIN", "END", "LOGO", "PHOTO", "LABEL", "FN", "TITLE", "SOUND",
VCardParser_V30.java 44 "BEGIN", "END", "LOGO", "PHOTO", "LABEL", "FN", "TITLE", "SOUND",
  /packages/apps/TV/res/layout/
program_guide_table_header_column_item.xml 27 <!-- The top margin is set to ensure input logo is in the same height as channel number.
  /packages/apps/UnifiedEmail/src/com/android/mail/print/
HtmlPrintTemplates.java 49 mLogo = readTemplate(R.raw.logo);

Completed in 265 milliseconds

<<11121314151617181920>>