/external/python/cpython3/Lib/test/ |
D | 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 urlretrieveNetworkTests 181 with self.urlretrieve(self.logo) as (file_location, fileheaders): 194 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
|
/external/ImageMagick/ |
D | QuickStart.txt | 42 convert logo: logo.gif 43 display logo.gif 121 convert logo: logo.gif 122 imdisplay logo.gif 136 identify -verbose logo:
|
/external/curl/docs/ |
D | README.md | 1 ![curl logo](https://cdn.rawgit.com/curl/curl-www/master/logo/curl-logo.svg)
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 476 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 …]
|
D | http-utils.h | 34 struct http_logo *logo; member
|
/external/markdown/tests/misc/ |
D | uche.txt | 1 ![asif](http://fourthought.com/images/ftlogo.png "Fourthought logo") 5 logo")](http://fourthought.com/)
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | clean.sh | 11 rm -f ca.pem logo.asn1 logo.der server.der ocsp-server-cache.der
|
D | setup.sh | 192 …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/ |
D | Makefile.am | 32 logo.include logo.lzss_new
|
D | logo.lzss_new | 1 logo:
|
/external/hamcrest/ |
D | README.md | 1 ![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/ |
D | ll.S | 80 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/ |
D | examples.pl | 451 $logo=Image::Magick->new(); 452 $logo->Read('logo:'); 453 $logo->Zoom('40%'); 454 $montage->Composite(image=>$logo,gravity=>'North');
|
/external/ImageMagick/PerlMagick/demo/ |
D | demo.pl | 498 $logo=Image::Magick->new(); 499 $logo->Read('logo:'); 500 $logo->Zoom('40%'); 501 $montage->Composite(image=>$logo,gravity=>'North');
|
/external/ImageMagick/Magick++/demo/ |
D | demo.cpp | 491 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/ |
D | app.css | 136 .row .logo { 140 .row .logo img {
|
/external/python/cpython2/Lib/test/ |
D | test_urllibnet.py | 196 logo = "http://www.example.com/" 197 file_location, fileheaders = self.urlretrieve(logo)
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 2826 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/ |
D | LICENSE | 1 The Syslinux logo is licensed under the Creative Commons
|
/external/valgrind/exp-bbv/tests/arm-linux/ |
D | ll.S | 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
|
/external/tensorflow/tensorflow/docs_src/about/ |
D | attribution.md | 7 logo and any related marks are trademarks of Google Inc."
|
/external/scapy/scapy/ |
D | main.py | 465 logo + banner for logo, banner in six.moves.zip_longest( 466 (conf.color_theme.logo(line) for line in the_logo),
|
/external/v8/benchmarks/ |
D | style.css | 52 background-image: url(v8-logo.png);
|
/external/python/cpython3/Doc/library/ |
D | 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/cpython2/Doc/library/ |
D | 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')
|