Home
last modified time | relevance | path

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

123

/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()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/search/prop/
H A Dindex.js18 OptionArray:{icon:"common/images/icon.png",content:"复制"},
53 icon : null,
84 icon : this.icon,
131 this.icon = this.$element("icon").getInspector()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/search/prop/
H A Dindex.js18 OptionArray:{icon:"common/images/icon.png",content:"复制"},
53 icon : null,
84 icon : this.icon,
131 this.icon = this.$element("icon").getInspector()
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/search/prop/
H A Dindex.js18 OptionArray:{icon:"common/images/icon.png",content:"复制"},
53 icon : null,
84 icon : this.icon,
131 this.icon = this.$element("icon").getInspector()
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/search/prop/
H A Dindex.js18 OptionArray:{icon:"common/images/icon.png",content:"复制"},
53 icon : null,
84 icon : this.icon,
131 this.icon = this.$element("icon").getInspector()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DRightMenu.js59 static Button(icon, name, hootkey, callback) {
62 icon: icon,
71 static Group(icon, name, objs) {
74 icon: icon,
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/
H A DpopoverCheckBox.js43 <el-icon v-show="checkedValues.length" color="#409EFF"><ArrowDown /></el-icon>
44 <el-icon v-show="!checkedValues.length"><ArrowDown /></el-icon>
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/button/prop/
H A Dindex.js60 icon : null,
93 value : this.value, valueNone : this.valueNone, icon : this.icon, iconNone : this.iconNone,
139 this.icon = this.$element("icon").getInspector()
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/button/prop/
H A Dindex.js60 icon : null,
93 value : this.value, valueNone : this.valueNone, icon : this.icon, iconNone : this.iconNone,
139 this.icon = this.$element("icon").getInspector()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/button/prop/
H A Dindex.js60 icon : null,
93 value : this.value, valueNone : this.valueNone, icon : this.icon, iconNone : this.iconNone,
139 this.icon = this.$element("icon").getInspector()
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/button/prop/
H A Dindex.js60 icon : null,
93 value : this.value, valueNone : this.valueNone, icon : this.icon, iconNone : this.iconNone,
139 this.icon = this.$element("icon").getInspector()
/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)
/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...]

Completed in 17 milliseconds

123