Home
last modified time | relevance | path

Searched refs:logo (Results 1 – 25 of 118) sorted by relevance

12345

/external/u-boot/doc/device-tree-bindings/video/
Dexynos-fb.txt48 samsung,logo-on: 1 if you want to use custom logo.
50 samsung,logo-width: pixel width of logo image. Valid if logo_on = 1
51 samsung,logo-height: pixel height of logo image. Valid if logo_on = 1
52 samsung,logo-addr: Address of logo image. Valid if logo_on = 1
/external/python/cpython3/Lib/test/
Dtest_urllibnet.py159 with self.urlretrieve(self.logo) as (file_location, info):
168 with self.urlretrieve(self.logo,
177 with self.urlretrieve(self.logo) as (file_location, info):
181 logo = "http://www.pythontest.net/" variable in urlretrieveNetworkTests
184 with self.urlretrieve(self.logo) as (file_location, fileheaders):
198 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/external/ImageMagick/
DQuickStart.txt42 convert logo: logo.gif
43 display logo.gif
121 convert logo: logo.gif
122 imdisplay logo.gif
136 identify -verbose logo:
/external/curl/docs/
DREADME.md1 ![curl logo](https://curl.haxx.se/logo/curl-logo.svg)
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c492 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in DEFINE_STACK_OF()
496 hcert->logo = n; in DEFINE_STACK_OF()
497 n = &hcert->logo[hcert->num_logo]; in DEFINE_STACK_OF()
764 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext() argument
774 if (logo->communityLogos) { in debug_print_logotypeext()
775 num = sk_LogotypeInfo_num(logo->communityLogos); in debug_print_logotypeext()
778 info = sk_LogotypeInfo_value(logo->communityLogos, i); in debug_print_logotypeext()
783 if (logo->issuerLogo) { in debug_print_logotypeext()
784 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent ); in debug_print_logotypeext()
787 if (logo->subjectLogo) { in debug_print_logotypeext()
[all …]
Dhttp-utils.h34 struct http_logo *logo; member
/external/markdown/tests/misc/
Duche.txt1 ![asif](http://fourthought.com/images/ftlogo.png "Fourthought logo")
5 logo")](http://fourthought.com/)
/external/wpa_supplicant_8/hs20/server/ca/
Dclean.sh11 rm -f ca.pem logo.asn1 logo.der server.der ocsp-server-cache.der
Dsetup.sh192 …sl asn1parse -in server.der -inform DER | grep HEX | tail -1 | sed 's/.*://' | xxd -r -p > logo.der
193 openssl asn1parse -in logo.der -inform DER > logo.asn1
/external/perfetto/docs/
D_coverpage.md3 ![logo](logo.png ':size=300')
/external/hamcrest/
DREADME.md1 ![JavaHamcrest](http://hamcrest.org/images/logo.jpg)
58 [logo]: https://raw.github.com/hamcrest/JavaHamcrest/master/doc/images/logo.jpg
/external/ImageMagick/www/source/
Dexamples.pl451 $logo=Image::Magick->new();
452 $logo->Read('logo:');
453 $logo->Zoom('40%');
454 $montage->Composite(image=>$logo,gravity=>'North');
/external/ImageMagick/PerlMagick/demo/
Ddemo.pl510 $logo=Image::Magick->new();
511 $logo->Read('logo:');
512 $logo->Zoom('40%');
513 $montage->Composite(image=>$logo,gravity=>'North');
/external/ImageMagick/Magick++/demo/
Ddemo.cpp487 Image logo( "logo:" ); in main() local
488 logo.zoom( "45%" ); in main()
491 Geometry placement(0,0,(montage_image.columns()/2)-(logo.columns()/2),0); in main()
492 montage_image.composite( logo, placement, OverCompositeOp ); in main()
/external/okhttp/website/static/
Dapp.css136 .row .logo {
140 .row .logo img {
/external/python/cpython2/Lib/test/
Dtest_urllibnet.py196 logo = "http://www.example.com/"
197 file_location, fileheaders = self.urlretrieve(logo)
/external/catch2/
DREADME.md2 ![catch logo](artwork/catch2-logo-small.png)
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c2974 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local
2977 logo->alg_oid, logo->uri); in osu_cert_cb()
2979 logo->hash, logo->hash_len); in osu_cert_cb()
2991 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local
2992 size_t uri_len = os_strlen(logo->uri); in osu_cert_cb()
2997 i, logo->uri, (int) uri_len, (int) name_len); in osu_cert_cb()
3002 pos = &logo->uri[uri_len - name_len - 1]; in osu_cert_cb()
3026 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local
3028 if (logo->hash_len != 32) { in osu_cert_cb()
3031 j, i, (int) logo->hash_len); in osu_cert_cb()
[all …]
/external/scapy/scapy/
Dmain.py465 logo + banner for logo, banner in six.moves.zip_longest(
466 (conf.color_theme.logo(line) for line in the_logo),
/external/v8/benchmarks/
Dstyle.css52 background-image: url(v8-logo.png);
/external/python/cpython3/Doc/library/
Dhtml.parser.rst277 >>> 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/cpython2/Doc/library/
Dhtmlparser.rst293 >>> 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/Lib/idlelib/
Dhelp_about.py81 logo = Label(frame_background, image=self.icon_image, bg=self.bg)
82 logo.grid(row=0, column=0, sticky=W, rowspan=2, padx=10, pady=10)
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeywords.gperf40 logo, LOGO keyword
/external/skqp/
DDoxyfile10 PROJECT_LOGO = https://skia.org/res/img/logo.png

12345