/external/python/cpython3/Lib/test/ |
D | test_urllibnet.py | 169 with self.urlretrieve(self.logo) as (file_location, info): 178 with self.urlretrieve(self.logo, 187 with self.urlretrieve(self.logo) as (file_location, info): 191 logo = "http://www.pythontest.net/" variable in urlretrieveNetworkTests 194 with self.urlretrieve(self.logo) as (file_location, fileheaders): 208 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
|
/external/curl/docs/ |
D | README.md | 1 ![curl logo](https://curl.haxx.se/logo/curl-logo.svg)
|
/external/FP16/ |
D | README.md | 15 [![HPC Garage logo](https://github.com/Maratyszcza/PeachPy/blob/master/logo/hpcgarage.png)](http://… 16 [![Georgia Tech College of Computing logo](https://github.com/Maratyszcza/PeachPy/blob/master/logo/…
|
/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/okio/docs/css/ |
D | dokka-logo.css | 1 #logo { 2 background-image: url(../images/logo-square.png);
|
/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/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 …]
|
/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
|
/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/python/markupsafe/docs/ |
D | html.rst | 27 >>> img = Image("/static/logo.png") 29 Markup('<img src="/static/logo.png">')
|
/external/rust/crates/pin-project/ |
D | README.md | 3 [![crates.io](https://img.shields.io/crates/v/pin-project?style=flat-square&logo=rust)](https://cra… 6 [![rustc](https://img.shields.io/badge/rustc-1.37+-blue?style=flat-square&logo=rust)](https://www.r… 7 …s.io/github/workflow/status/taiki-e/pin-project/CI/main?style=flat-square&logo=github)](https://gi…
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/big/ |
D | TestBiggerData.java | 31 public String logo; field in TestBiggerData.Event 43 public String logo; field in TestBiggerData.Performance
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | PlayerView.java | 352 ImageView logo = new ImageView(context); in PlayerView() local 354 configureEditModeLogoV23(getResources(), logo); in PlayerView() local 356 configureEditModeLogo(getResources(), logo); in PlayerView() local 358 addView(logo); in PlayerView() 1455 private static void configureEditModeLogoV23(Resources resources, ImageView logo) { in configureEditModeLogoV23() argument 1456 logo.setImageDrawable(resources.getDrawable(R.drawable.exo_edit_mode_logo, null)); in configureEditModeLogoV23() 1457 logo.setBackgroundColor(resources.getColor(R.color.exo_edit_mode_background_color, null)); in configureEditModeLogoV23() 1460 private static void configureEditModeLogo(Resources resources, ImageView logo) { in configureEditModeLogo() argument 1461 logo.setImageDrawable(resources.getDrawable(R.drawable.exo_edit_mode_logo)); in configureEditModeLogo() 1462 logo.setBackgroundColor(resources.getColor(R.color.exo_edit_mode_background_color)); in configureEditModeLogo()
|
/external/rust/crates/itoa/ |
D | README.md | 4 …io/badge/github-dtolnay/itoa-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20"… 5 …https://img.shields.io/crates/v/itoa.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">]… 6 …docs.rs-itoa-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white&logo=data:image/svg+xml;…
|
/external/openscreen/infra/config/global/ |
D | luci-milo.cfg | 1 logo_url: "https://storage.googleapis.com/chrome-infra-public/logo/openscreen-logo.png"
|
/external/okio/gradle/ |
D | gradle-mvn-mpp-push.gradle | 33 …s": ["${rootRelativePath("docs/css/dokka-logo.css")}"], "customAssets" : ["${rootRelativePath("doc…
|
/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/flac/doc/html/images/ |
D | Makefile.am | 22 logo.svg \
|
/external/rust/crates/ryu/ |
D | README.md | 3 ….io/badge/github-dtolnay/ryu-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20"… 4 …"https://img.shields.io/crates/v/ryu.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">]… 5 …/docs.rs-ryu-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white&logo=data:image/svg+xml;…
|
/external/rust/crates/remain/ |
D | README.md | 4 …/badge/github-dtolnay/remain-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20"… 5 …tps://img.shields.io/crates/v/remain.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">]… 6 …cs.rs-remain-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white&logo=data:image/svg+xml;…
|
/external/rust/crates/rustversion/ |
D | README.md | 4 …e/github-dtolnay/rustversion-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20"… 5 …/img.shields.io/crates/v/rustversion.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">]… 6 …-rustversion-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white&logo=data:image/svg+xml;…
|
/external/ImageMagick/PerlMagick/demo/ |
D | demo.pl | 522 $logo=Image::Magick->new(); 523 $logo->Read('logo:'); 524 $logo->Zoom('40%'); 525 $montage->Composite(image=>$logo,gravity=>'North');
|
/external/libcups/templates/ |
D | trailer.tmpl | 3 …<div class="footer">CUPS and the CUPS logo are trademarks of <a href="http://www.apple.com">Apple …
|
/external/libcups/templates/ja/ |
D | trailer.tmpl | 3 …<div class="footer">CUPS and the CUPS logo are trademarks of <a href="http://www.apple.com">Apple …
|