Home
last modified time | relevance | path

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

12345

/external/python/cpython3/Lib/test/
Dtest_urllibnet.py156 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 urlretrieveNetworkTests
181 with self.urlretrieve(self.logo) as (file_location, fileheaders):
194 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://cdn.rawgit.com/curl/curl-www/master/logo/curl-logo.svg)
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c476 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in add_logo()
480 hcert->logo = n; in add_logo()
481 n = &hcert->logo[hcert->num_logo]; in add_logo()
747 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext() argument
757 if (logo->communityLogos) { in debug_print_logotypeext()
758 num = sk_LogotypeInfo_num(logo->communityLogos); in debug_print_logotypeext()
761 info = sk_LogotypeInfo_value(logo->communityLogos, i); in debug_print_logotypeext()
766 if (logo->issuerLogo) { in debug_print_logotypeext()
767 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent ); in debug_print_logotypeext()
770 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/valgrind/exp-bbv/tests/
DMakefile.am32 logo.include logo.lzss_new
Dlogo.lzss_new1 logo:
/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/valgrind/exp-bbv/tests/ppc32-linux/
Dll.S80 addi 9,DATA_BEGIN,(logo-data_begin)-1
84 # end of the logo
147 bl write_stdout # and print the logo
/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.pl498 $logo=Image::Magick->new();
499 $logo->Read('logo:');
500 $logo->Zoom('40%');
501 $montage->Composite(image=>$logo,gravity=>'North');
/external/ImageMagick/Magick++/demo/
Ddemo.cpp491 Image logo( "logo:" ); in main() local
492 logo.zoom( "45%" ); in main()
495 Geometry placement(0,0,(montage_image.columns()/2)-(logo.columns()/2),0); in main()
496 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/wpa_supplicant_8/hs20/client/
Dosu_client.c2826 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local
2829 logo->alg_oid, logo->uri); in osu_cert_cb()
2831 logo->hash, logo->hash_len); in osu_cert_cb()
2843 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local
2844 size_t uri_len = os_strlen(logo->uri); in osu_cert_cb()
2849 i, logo->uri, (int) uri_len, (int) name_len); in osu_cert_cb()
2854 pos = &logo->uri[uri_len - name_len - 1]; in osu_cert_cb()
2878 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local
2880 if (logo->hash_len != 32) { in osu_cert_cb()
2883 j, i, (int) logo->hash_len); in osu_cert_cb()
[all …]
/external/syslinux/doc/logo/
DLICENSE1 The Syslinux logo is licensed under the Creative Commons
/external/valgrind/exp-bbv/tests/arm-linux/
Dll.S49 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
/external/tensorflow/tensorflow/docs_src/about/
Dattribution.md7 logo and any related marks are trademarks of Google Inc."
/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')

12345