Searched refs:logo (Results 1 - 25 of 38) sorted by relevance

12

/external/wpa_supplicant_8/hs20/server/ca/
H A Dclean.sh11 rm -f ca.pem logo.asn1 logo.der server.der ocsp-server-cache.der
H A Dsetup.sh192 openssl 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/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dkeywords.c172 char stringpool_str34[sizeof("logo")];
220 "logo",
/external/python/cpython3/Lib/test/
H A 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 class:urlretrieveNetworkTests
181 with self.urlretrieve(self.logo) as (file_location, fileheaders):
194 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp-utils.h34 struct http_logo *logo; member in struct:http_cert
H A Dhttp_curl.c476 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
480 hcert->logo = n;
481 n = &hcert->logo[hcert->num_logo];
552 wpa_printf(MSG_DEBUG, "OpenSSL: No SHA256 hash found for the logo");
747 static void debug_print_logotypeext(LogotypeExtn *logo) argument
757 if (logo->communityLogos) {
758 num = sk_LogotypeInfo_num(logo->communityLogos);
761 info = sk_LogotypeInfo_value(logo->communityLogos, i);
766 if (logo->issuerLogo) {
767 i2r_LogotypeInfo(logo
789 LogotypeExtn *logo; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dhttp-utils.h34 struct http_logo *logo; member in struct:http_cert
H A Dhttp_curl.c476 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
480 hcert->logo = n;
481 n = &hcert->logo[hcert->num_logo];
552 wpa_printf(MSG_DEBUG, "OpenSSL: No SHA256 hash found for the logo");
747 static void debug_print_logotypeext(LogotypeExtn *logo) argument
757 if (logo->communityLogos) {
758 num = sk_LogotypeInfo_num(logo->communityLogos);
761 info = sk_LogotypeInfo_value(logo->communityLogos, i);
766 if (logo->issuerLogo) {
767 i2r_LogotypeInfo(logo
789 LogotypeExtn *logo; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp-utils.h34 struct http_logo *logo; member in struct:http_cert
H A Dhttp_curl.c476 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
480 hcert->logo = n;
481 n = &hcert->logo[hcert->num_logo];
552 wpa_printf(MSG_DEBUG, "OpenSSL: No SHA256 hash found for the logo");
747 static void debug_print_logotypeext(LogotypeExtn *logo) argument
757 if (logo->communityLogos) {
758 num = sk_LogotypeInfo_num(logo->communityLogos);
761 info = sk_LogotypeInfo_value(logo->communityLogos, i);
766 if (logo->issuerLogo) {
767 i2r_LogotypeInfo(logo
789 LogotypeExtn *logo; local
[all...]
/external/valgrind/exp-bbv/tests/ppc32-linux/
H A Dll.S39 .include "logo.include"
80 addi 9,DATA_BEGIN,(logo-data_begin)-1
84 # end of the logo
147 bl write_stdout # and print the logo
506 .include "logo.lzss_new"
/external/ImageMagick/Magick++/demo/
H A Ddemo.cpp489 // Create logo image
490 cout << "Adding logo image ..." << endl;
491 Image logo( "logo:" );
492 logo.zoom( "45%" );
494 // Composite logo into montage image
495 Geometry placement(0,0,(montage_image.columns()/2)-(logo.columns()/2),0);
496 montage_image.composite( logo, placement, OverCompositeOp );
/external/ImageMagick/PerlMagick/demo/
H A Ddemo.pl498 $logo=Image::Magick->new();
499 $logo->Read('logo:');
500 $logo->Zoom('40%');
501 $montage->Composite(image=>$logo,gravity=>'North');
/external/ImageMagick/www/source/
H A Dexamples.pl451 $logo=Image::Magick->new();
452 $logo->Read('logo:');
453 $logo->Zoom('40%');
454 $montage->Composite(image=>$logo,gravity=>'North');
/external/python/cpython2/Lib/test/
H A Dtest_urllibnet.py196 logo = "http://www.example.com/"
197 file_location, fileheaders = self.urlretrieve(logo)
/external/scapy/scapy/
H A Dmain.py465 logo + banner for logo, banner in six.moves.zip_longest(
466 (conf.color_theme.logo(line) for line in the_logo),
/external/valgrind/exp-bbv/tests/arm-linux/
H A Dll.S10 .include "logo.include"
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
483 .include "logo.lzss_new"
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c2826 struct http_logo *logo = &cert->logo[i]; local
2828 wpa_printf(MSG_INFO, "logo hash alg %s uri '%s'",
2829 logo->alg_oid, logo->uri);
2831 logo->hash, logo->hash_len);
2843 struct http_logo *logo = &cert->logo[i]; local
2844 size_t uri_len = os_strlen(logo
2878 struct http_logo *logo = &cert->logo[i]; local
[all...]
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dll.S12 .include "logo.include"
56 mov $logo, %esi # %esi points to logo (for lodsb)
121 call write_stdout # print the logo
566 .include "logo.lzss_new"
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dll.S11 .include "logo.include"
50 mov $logo, %esi # %esi points to logo (for lodsb)
113 call write_stdout # print the logo
566 .include "logo.lzss_new"
/external/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css32 div.logo {
/external/doclava/res/assets/templates-sdk/assets/css/
H A Ddefault.css4938 background-image: url(../images/styles/helpouts-logo-35_2x.png);
4939 background-image: -webkit-image-set(url(../images/styles/helpouts-logo-35.png) 1x, url(../images/styles/helpouts-logo-35_2x.png) 2x);
6921 .dac-search-mode .dac-header-logo,
6929 .dac-header-logo {
6940 .dac-header-logo, .dac-header-logo:hover, .dac-header-logo:focus {
6945 .dac-header-logo {
6951 .dac-header-logo {
[all...]
/external/guice/lib/build/
H A Djunit.jar ... java.awt.Label label2 junit.awtui.Logo logo java.awt.GridBagConstraints constraintsLabel1 java.awt ...
/external/jsr330/lib/
H A Djunit.jar ... java.awt.Label label2 junit.awtui.Logo logo java.awt.GridBagConstraints constraintsLabel1 java.awt ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jar ... java.awt.Label label2 junit.awtui.Logo logo java.awt.GridBagConstraints constraintsLabel1 java.awt ...

Completed in 2674 milliseconds

12