Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dhs20_supplicant.c62 struct osu_icon icon[OSU_MAX_ITEMS]; member
325 struct icon_entry *icon; in hs20_find_icon() local
327 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_find_icon()
328 if (os_memcmp(icon->bssid, bssid, ETH_ALEN) == 0 && in hs20_find_icon()
329 os_strcmp(icon->file_name, file_name) == 0 && icon->image) in hs20_find_icon()
330 return icon; in hs20_find_icon()
341 struct icon_entry *icon; in hs20_get_icon() local
347 wpa_printf(MSG_DEBUG, "HS20: Get icon " MACSTR " %s @ %u +%u (%u)", in hs20_get_icon()
351 icon in hs20_get_icon()
374 hs20_free_icon_entry(struct icon_entry *icon) hs20_free_icon_entry() argument
390 struct icon_entry *icon, *tmp; hs20_del_icon() local
444 struct icon_entry *icon, *tmp; hs20_remove_duplicate_icons() local
467 struct icon_entry *icon; hs20_process_icon_binary_file() local
576 struct osu_icon *icon = &osu->icon[j]; hs20_osu_icon_fetch_result() local
806 struct osu_icon *icon = &osu->icon[j]; hs20_osu_fetch_done() local
831 struct osu_icon *icon = &osu->icon[j]; hs20_next_osu_icon() local
966 struct osu_icon *icon = &prov->icon[prov->icon_count]; hs20_osu_add_prov() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dhs20_supplicant.c62 struct osu_icon icon[OSU_MAX_ITEMS]; member
326 struct icon_entry *icon; in hs20_find_icon() local
328 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_find_icon()
329 if (os_memcmp(icon->bssid, bssid, ETH_ALEN) == 0 && in hs20_find_icon()
330 os_strcmp(icon->file_name, file_name) == 0 && icon->image) in hs20_find_icon()
331 return icon; in hs20_find_icon()
342 struct icon_entry *icon; in hs20_get_icon() local
348 wpa_printf(MSG_DEBUG, "HS20: Get icon " MACSTR_SEC " %s @ %u +%u (%u)", in hs20_get_icon()
352 icon in hs20_get_icon()
375 hs20_free_icon_entry(struct icon_entry *icon) hs20_free_icon_entry() argument
391 struct icon_entry *icon, *tmp; hs20_del_icon() local
445 struct icon_entry *icon, *tmp; hs20_remove_duplicate_icons() local
468 struct icon_entry *icon; hs20_process_icon_binary_file() local
585 struct osu_icon *icon = &osu->icon[j]; hs20_osu_icon_fetch_result() local
821 struct osu_icon *icon = &osu->icon[j]; hs20_osu_fetch_done() local
846 struct osu_icon *icon = &osu->icon[j]; hs20_next_osu_icon() local
992 struct osu_icon *icon = &prov->icon[prov->icon_count]; hs20_osu_add_prov() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdeepExcessPropertyCheckingWhenTargetIsIntersection.js19 icon: NestedProp<ITestProps>;
22 TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }});
28 TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }});
35 TestComponent({ icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } } });
39 TestComponent2({ icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } } });
/third_party/lzma/CPP/Windows/Control/
H A DStatic.h18 HICON SetIcon(HICON icon) { return (HICON)SetImage(IMAGE_ICON, icon); } in SetIcon() argument
21 HICON SetIcon(HICON icon) { return (HICON)SendMsg(STM_SETICON, (WPARAM)icon, 0); } in SetIcon() argument
H A DImageList.h63 int AddIcon(HICON icon) in AddIcon() argument
64 { return ImageList_AddIcon(m_Object, icon); } in AddIcon()
65 int Replace(int index, HICON icon) in Replace() argument
66 { return ImageList_ReplaceIcon(m_Object, index, icon); } in Replace()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dhtml_printer.py25 # HTML Entity for a little emoji-icon associated with MessageType values.
32 LINK_ICON = '&#128279;' # link icon
168 {icon}
169 {num}<span class="sr-only"> warnings</span></span>""".format(num=warnings, icon=MESSAGE_TYPE_ICONS[MessageType.WARNING]))
174 {icon}
175 {num}<span class="sr-only"> errors</span></span>""".format(num=errors, icon=MESSAGE_TYPE_ICONS[MessageType.ERROR]))
205 <h5 class="card-header bg bg-{style}" id="{anchor}">{icon} {t} Line {lineNum}, Column {col} (-{arg})</h5>
209 icon=MESSAGE_TYPE_ICONS[msg.message_type],
354 # only generating the emoji icon.
356 # self.f.write('<a href="#{target}" title="{title}" data-toggle="tooltip" data-container="body">{icon}'
[all...]
/third_party/python/Lib/distutils/command/
H A Dbdist_rpm.py66 ('icon=', None,
67 "name of icon file"),
154 self.icon = None
232 self.ensure_filename('icon')
288 # optional icon.
302 if self.icon:
303 if os.path.exists(self.icon):
304 self.copy_file(self.icon, source_dir)
307 "icon file '%s' does not exist" % self.icon)
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-device-manager.c133 char *icon; member
195 pa_xfree(e->icon); in entry_free()
212 pa_tagstruct_puts(t, e->icon); in entry_write()
236 char icon[PA_NAME_MAX]; in legacy_entry_read() member
267 if (!memchr(le->icon, 0, sizeof(le->icon))) { in legacy_entry_read()
274 e->icon = pa_xstrdup(le->icon); in legacy_entry_read()
283 const char *description, *icon; in entry_read() local
305 pa_tagstruct_gets(t, &icon) < in entry_read()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dgas_serv.c717 struct hs20_icon *icon = NULL; in anqp_add_icon() local
719 for (j = 0; j < bss->hs20_icons_count && !icon; j++) { in anqp_add_icon()
721 icon = &bss->hs20_icons[j]; in anqp_add_icon()
723 if (!icon) in anqp_add_icon()
724 return; /* icon info not found */ in anqp_add_icon()
726 wpabuf_put_le16(buf, icon->width); in anqp_add_icon()
727 wpabuf_put_le16(buf, icon->height); in anqp_add_icon()
728 wpabuf_put_data(buf, icon->language, 3); in anqp_add_icon()
729 wpabuf_put_u8(buf, os_strlen(icon->type)); in anqp_add_icon()
730 wpabuf_put_str(buf, icon in anqp_add_icon()
863 struct hs20_icon *icon; anqp_add_icon_binary_file() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dgas_serv.c714 struct hs20_icon *icon = NULL; in anqp_add_icon() local
716 for (j = 0; j < bss->hs20_icons_count && !icon; j++) { in anqp_add_icon()
718 icon = &bss->hs20_icons[j]; in anqp_add_icon()
720 if (!icon) in anqp_add_icon()
721 return; /* icon info not found */ in anqp_add_icon()
723 wpabuf_put_le16(buf, icon->width); in anqp_add_icon()
724 wpabuf_put_le16(buf, icon->height); in anqp_add_icon()
725 wpabuf_put_data(buf, icon->language, 3); in anqp_add_icon()
726 wpabuf_put_u8(buf, os_strlen(icon->type)); in anqp_add_icon()
727 wpabuf_put_str(buf, icon in anqp_add_icon()
860 struct hs20_icon *icon; anqp_add_icon_binary_file() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c468 HCURSOR icon = CopyCursor(ci.hCursor); in paint_mouse_pointer() local
483 if (!icon) { in paint_mouse_pointer()
487 icon = CopyCursor(LoadCursor(NULL, IDC_ARROW)); in paint_mouse_pointer()
490 if (!GetIconInfo(icon, &info)) { in paint_mouse_pointer()
491 CURSOR_ERROR("Could not get icon info"); in paint_mouse_pointer()
520 if (!DrawIcon(gdigrab->dest_hdc, pos.x, pos.y, icon)) in paint_mouse_pointer()
521 CURSOR_ERROR("Couldn't draw icon"); in paint_mouse_pointer()
529 if (icon) in paint_mouse_pointer()
530 DestroyCursor(icon); in paint_mouse_pointer()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.cpp66 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IconID)); in OnInit() local
67 SetIcon(ICON_BIG, icon); in OnInit()
/third_party/python/Lib/idlelib/
H A Dsearchbase.py30 icon = "Search" variable in SearchDialogBase
44 icon (of dialog): ditto, use unclear if cannot minimize dialog.
86 top.wm_iconname(self.icon)
H A Dhelp_about.py78 icon = os.path.join(os.path.abspath(os.path.dirname(__file__)),
80 self.icon_image = PhotoImage(master=self._root(), file=icon)
H A Dgrep.py68 icon = "Grep" variable in GrepDialog
H A Dreplace.py35 icon = "Replace" variable in ReplaceDialog
H A Deditor.py1054 icon = short or long or title
1057 icon = "*%s" % icon
1059 self.top.wm_iconname(icon)
/third_party/pulseaudio/src/pulse/
H A Dext-device-manager.h48 const char *icon; /**< The icon given to the device */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dosu_client.c2007 struct osu_icon icon[MAX_OSU_VALS]; member
2105 if (strncmp(buf, "icon=", 5) == 0) { in parse_osu_providers()
2106 struct osu_icon *icon; in parse_osu_providers() local
2109 icon = &last->icon[last->icon_count++]; in parse_osu_providers()
2110 icon->id = atoi(buf + 5); in parse_osu_providers()
2125 snprintf(icon->lang, sizeof(icon->lang), "%s", pos); in parse_osu_providers()
2131 snprintf(icon->mime_type, sizeof(icon in parse_osu_providers()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dosu_client.c2009 struct osu_icon icon[MAX_OSU_VALS]; member
2107 if (strncmp(buf, "icon=", 5) == 0) { in parse_osu_providers()
2108 struct osu_icon *icon; in parse_osu_providers() local
2111 icon = &last->icon[last->icon_count++]; in parse_osu_providers()
2112 icon->id = atoi(buf + 5); in parse_osu_providers()
2127 snprintf(icon->lang, sizeof(icon->lang), "%s", pos); in parse_osu_providers()
2133 snprintf(icon->mime_type, sizeof(icon in parse_osu_providers()
[all...]
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp235 HICON icon = LoadIcon(g_hInstance, MAKEINTRESOURCE(IDI_ICON)); in OnInit() local
236 SetIcon(ICON_BIG, icon); in OnInit()
/third_party/json/docs/docset/
H A DMakefile16 cp icon*.png JSON_for_Modern_C++.docset
/third_party/lzma/CPP/Windows/
H A DWindow.h353 HICON SetIcon(WPARAM sizeType, HICON icon) { return (HICON)SendMsg(WM_SETICON, sizeType, (LPARAM)icon); } in SetIcon() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c1812 struct hs20_icon *icon; in hs20_parse_icon() local
1815 icon = os_realloc_array(bss->hs20_icons, bss->hs20_icons_count + 1, in hs20_parse_icon()
1817 if (icon == NULL) in hs20_parse_icon()
1819 bss->hs20_icons = icon; in hs20_parse_icon()
1820 icon = &bss->hs20_icons[bss->hs20_icons_count]; in hs20_parse_icon()
1821 os_memset(icon, 0, sizeof(*icon)); in hs20_parse_icon()
1823 icon->width = atoi(pos); in hs20_parse_icon()
1829 icon->height = atoi(pos); in hs20_parse_icon()
1838 os_memcpy(icon in hs20_parse_icon()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c1882 struct hs20_icon *icon; in hs20_parse_icon() local
1885 icon = os_realloc_array(bss->hs20_icons, bss->hs20_icons_count + 1, in hs20_parse_icon()
1887 if (icon == NULL) in hs20_parse_icon()
1889 bss->hs20_icons = icon; in hs20_parse_icon()
1890 icon = &bss->hs20_icons[bss->hs20_icons_count]; in hs20_parse_icon()
1891 os_memset(icon, 0, sizeof(*icon)); in hs20_parse_icon()
1893 icon->width = atoi(pos); in hs20_parse_icon()
1899 icon->height = atoi(pos); in hs20_parse_icon()
1908 os_memcpy(icon in hs20_parse_icon()
[all...]

Completed in 27 milliseconds

12