/external/u-boot/doc/device-tree-bindings/video/ |
D | exynos-fb.txt | 48 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/ |
D | test_urllibnet.py | 159 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/ |
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://curl.haxx.se/logo/curl-logo.svg)
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 492 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 …]
|
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/perfetto/docs/ |
D | _coverpage.md | 3 ![logo](logo.png ':size=300')
|
/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/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 | 510 $logo=Image::Magick->new(); 511 $logo->Read('logo:'); 512 $logo->Zoom('40%'); 513 $montage->Composite(image=>$logo,gravity=>'North');
|
/external/ImageMagick/Magick++/demo/ |
D | demo.cpp | 487 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/ |
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/catch2/ |
D | README.md | 2 ![catch logo](artwork/catch2-logo-small.png)
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 2974 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/ |
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')
|
/external/python/cpython3/Lib/idlelib/ |
D | help_about.py | 81 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/ |
D | keywords.gperf | 40 logo, LOGO keyword
|
/external/skqp/ |
D | Doxyfile | 10 PROJECT_LOGO = https://skia.org/res/img/logo.png
|