/third_party/python/Lib/test/ |
H A D | test_urllibnet.py | 170 with self.urlretrieve(self.logo) as (file_location, info): 179 with self.urlretrieve(self.logo, 188 with self.urlretrieve(self.logo) as (file_location, info): 192 logo = "http://www.pythontest.net/" variable in urlretrieveNetworkTests 195 with self.urlretrieve(self.logo) as (file_location, fileheaders): 209 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | http_curl.c | 492 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in add_logo() 496 hcert->logo = n; in add_logo() 497 n = &hcert->logo[hcert->num_logo]; in add_logo() 569 wpa_printf(MSG_DEBUG, "OpenSSL: No SHA256 hash found for the logo"); in add_logo_direct() 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 in debug_print_logotypeext() 806 LogotypeExtn *logo; add_logotype_ext() local [all...] |
H A D | http-utils.h | 34 struct http_logo *logo; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | http_curl.c | 492 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in add_logo() 496 hcert->logo = n; in add_logo() 497 n = &hcert->logo[hcert->num_logo]; in add_logo() 569 wpa_printf(MSG_DEBUG, "OpenSSL: No SHA256 hash found for the logo"); in add_logo_direct() 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 in debug_print_logotypeext() 806 LogotypeExtn *logo; add_logotype_ext() local [all...] |
H A D | http-utils.h | 34 struct http_logo *logo; member
|
/third_party/glfw/tests/ |
H A D | icon.c | 39 // a simple glfw logo 40 const char* const logo[] = variable 82 if (logo[y][x] == '0') in set_icon()
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
H A D | lws-minimal-esp32.c | 37 static const uint8_t logo[] = { variable 234 lds.disp->blit(lds.disp, logo, 0, 0, 320, 240); in app_main()
|
/third_party/ffmpeg/tests/fate/ |
H A D | dpcm.mak | 5 fate-dpcm-interplay: CMD = framecrc -i $(TARGET_SAMPLES)/interplay-mve/interplay-logo-2MB.mve -vn
|
H A D | video.mak | 159 fate-film-cvid: CMD = framecrc -i $(TARGET_SAMPLES)/film/logo-capcom.cpk -an 196 fate-interplay-mve-8bit: CMD = framecrc -i $(TARGET_SAMPLES)/interplay-mve/interplay-logo-2MB.mve -pix_fmt rgb24 -an -vf scale
|
/third_party/python/PC/layout/support/ |
H A D | appxmanifest.py | 294 def add_file_type(xml, appid, name, suffix, parameters='"%1"', info=None, logo=None): 302 if logo: 303 find_or_add(e, "uap:Logo").text = logo
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | osu_client.c | 2989 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local 2991 wpa_printf(MSG_INFO, "logo hash alg %s uri '%s'", in osu_cert_cb() 2992 logo->alg_oid, logo->uri); in osu_cert_cb() 2994 logo->hash, logo->hash_len); in osu_cert_cb() 3006 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local 3007 size_t uri_len = os_strlen(logo in osu_cert_cb() 3041 struct http_logo *logo = &cert->logo[i]; osu_cert_cb() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 2991 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local 2993 wpa_printf(MSG_INFO, "logo hash alg %s uri '%s'", in osu_cert_cb() 2994 logo->alg_oid, logo->uri); in osu_cert_cb() 2996 logo->hash, logo->hash_len); in osu_cert_cb() 3008 struct http_logo *logo = &cert->logo[i]; in osu_cert_cb() local 3009 size_t uri_len = os_strlen(logo in osu_cert_cb() 3043 struct http_logo *logo = &cert->logo[i]; osu_cert_cb() local [all...] |
/third_party/python/Lib/idlelib/ |
H A 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)
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 2109 % the LaTeX logo and acronyms. 2944 % The \TeX{} logo, as in plain, but resetting the spacing so that a 2949 % @LaTeX{} logo. Not quite the same results as the definition in
|