HomeSort by relevance Sort by last modified time
    Searched defs:logo (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/wpa_supplicant_8/src/utils/
http-utils.h 34 struct http_logo *logo; member in struct:http_cert
http_curl.c 476 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
480 hcert->logo = n;
481 n = &hcert->logo[hcert->num_logo];
552 wpa_printf(MSG_DEBUG, "OpenSSL: No SHA256 hash found for the logo");
747 static void debug_print_logotypeext(LogotypeExtn *logo)
757 if (logo->communityLogos) {
758 num = sk_LogotypeInfo_num(logo->communityLogos);
761 info = sk_LogotypeInfo_value(logo->communityLogos, i);
766 if (logo->issuerLogo) {
767 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent )
789 LogotypeExtn *logo; local
    [all...]
  /external/python/cpython3/Lib/test/
test_urllibnet.py 156 with self.urlretrieve(self.logo) as (file_location, info):
165 with self.urlretrieve(self.logo,
174 with self.urlretrieve(self.logo) as (file_location, info):
178 logo = "http://www.pythontest.net/" variable in class:urlretrieveNetworkTests
181 with self.urlretrieve(self.logo) as (file_location, fileheaders):
194 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
  /frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
ChannelLogoUtilsTest.java 73 Bitmap logo = BitmapFactory.decodeResource(getContext().getResources(), local
75 assertNotNull(logo);
76 assertTrue(ChannelLogoUtils.storeChannelLogo(getContext(), mChannelId, logo)); local
78 // wait 10 secs to make sure that the logo file is written into the disk.
96 // wait 10 secs to make sure that the logo file is written into the disk.
PreviewChannelTest.java 160 Bitmap logo = BitmapFactory.decodeResource(mContext.getResources(), local
162 assertNotNull(logo);
163 return logo;
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);
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
PreviewChannelHelper.java 118 * {@link PreviewChannel.Builder#setLogo(Uri) url as your logo}. In such case,
119 * {@link #updatePreviewChannel(long, PreviewChannel)} will load the logo over the network. To
135 // Rollback channel insertion if logo could not be added.
138 throw new IOException("Failed to add logo, so channel (ID="
161 * {@link PreviewChannel.Builder#setLogo(Uri) url as your logo}. In such case,
162 * {@link #updatePreviewChannel(long, PreviewChannel)} will load the logo over the network. To
223 * {@link PreviewChannel.Builder#setLogo(Uri) url as your logo}. In such case,
224 * {@link #updatePreviewChannel(long, PreviewChannel)} will load the logo over the network. To
238 throw new IOException("Fail to update channel (ID=" + channelId + ") logo.");
259 * Internally, a logo is added to a channel after the channel has been added to the TvProvider
270 Bitmap logo = channel.getLogo(mContext); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieActivity.java 50 * The client of this activity can pass a logo bitmap in the intent (KEY_LOGO_BITMAP)
51 * to set the action bar logo so the playback process looks more seamlessly integrated with
57 public static final String KEY_LOGO_BITMAP = "logo-bitmap";
120 Bitmap logo = intent.getParcelableExtra(KEY_LOGO_BITMAP); local
121 if (logo != null) {
123 new BitmapDrawable(getResources(), logo));
  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 142 * component's logo. Logos may be larger/wider than icons and are
144 * combination. From the "logo" attribute or, if not set, 0.
146 public int logo; field in class:PackageItemInfo
174 logo = orig.logo;
552 * or null if no default logo is available.
561 * Retrieve the current graphical logo associated with this item. This
562 * will call back on the given PackageManager to load the logo from
565 * @param pm A PackageManager from which the logo can be loaded; usually
568 * @return Returns a Drawable containing the item's logo. If the ite
    [all...]
PackageParser.java 7883 public int logo; field in class:PackageParser.IntentInfo
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvContractTest.java 210 values.put(PreviewPrograms.COLUMN_LOGO_URI, "http://foo.com/logo.jpg");
688 Bitmap logo = BitmapFactory.decodeResource(getContext().getResources(), R.drawable.robot); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/
doxia-decoration-model-1.0.jar 
  /frameworks/base/core/java/com/android/internal/widget/
ToolbarWidgetWrapper.java 116 final Drawable logo = a.getDrawable(R.styleable.ActionBar_logo); local
117 if (logo != null) {
118 setLogo(logo);
343 Drawable logo = null; local
346 logo = mLogo != null ? mLogo : mIcon;
348 logo = mIcon;
351 mToolbar.setLogo(logo);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ToolbarWidgetWrapper.java 121 final Drawable logo = a.getDrawable(R.styleable.ActionBar_logo); local
122 if (logo != null) {
123 setLogo(logo);
322 Drawable logo = null; local
325 logo = mLogo != null ? mLogo : mIcon;
327 logo = mIcon;
330 mToolbar.setLogo(logo);
Toolbar.java 89 * <li><em>A branded logo image.</em> This may extend to the height of the bar and can be
94 * If an app uses a logo image it should strongly consider omitting a title and subtitle.</li>
325 final Drawable logo = a.getDrawable(R.styleable.Toolbar_logo); local
326 if (logo != null) {
327 setLogo(logo);
492 * Set a logo drawable from a resource id.
494 * <p>This drawable should generally take the place of title text. The logo cannot be
495 * clicked. Apps using a logo should also supply a description using
612 * Set a logo drawable.
614 * <p>This drawable should generally take the place of title text. The logo cannot b
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 2826 struct http_logo *logo = &cert->logo[i]; local
2843 struct http_logo *logo = &cert->logo[i]; local
2878 struct http_logo *logo = &cert->logo[i]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBgeom.h 200 XkbLogoDoodadRec logo; member in union:_XkbDoodad
XKBproto.h 782 xkbLogoDoodadWireDesc logo; member in union:_xkbDoodadWireDesc
  /frameworks/base/core/java/android/widget/
Toolbar.java 79 * <li><em>A branded logo image.</em> This may extend to the height of the bar and can be
84 * If an app uses a logo image it should strongly consider omitting a title and subtitle.</li>
315 final Drawable logo = a.getDrawable(R.styleable.Toolbar_logo); local
316 if (logo != null) {
317 setLogo(logo);
499 * Set a logo drawable from a resource id.
501 * <p>This drawable should generally take the place of title text. The logo cannot be
502 * clicked. Apps using a logo should also supply a description using
615 * Set a logo drawable.
617 * <p>This drawable should generally take the place of title text. The logo cannot b
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 261 private int logo; // resource identifier of activity's logo. field in class:ActivityRecord
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/guice/lib/build/
junit.jar 
  /external/jsr330/lib/
junit.jar 
  /external/slf4j/integration/lib/
junit-3.8.1.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
junit-3.8.1.jar 

Completed in 526 milliseconds

1 2 3 4 5