Home
last modified time | relevance | path

Searched refs:icon (Results 1 – 25 of 192) sorted by relevance

12345678

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
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
352 icon = hs20_find_icon(wpa_s, bssid, file_name); in hs20_get_icon()
353 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon()
355 if (size > icon->image_len - offset) in hs20_get_icon()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
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
351 icon = hs20_find_icon(wpa_s, bssid, file_name); in hs20_get_icon()
352 if (!icon || !icon->image || offset >= icon->image_len) in hs20_get_icon()
354 if (size > icon->image_len - offset) in hs20_get_icon()
[all …]
/third_party/python/PC/icons/
Dpython.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-white{fill:#fff}.icon-vso-bg{fill:#656565}.ic…
Dlauncher.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-vs-out{fill:#f6f6f6}.icon-white{fill:#fff}.ic…
Dpyd.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-vso-bg{fill:#656565}.icon-vs-out{fill:#f6f6f6…
Dpy.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-vs-out{fill:#f6f6f6}.icon-vso-bg{fill:#656565…
Dpyc.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-vso-bg{fill:#656565}.icon-vs-bg{fill:#424242}…
Dsetup.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-visualstudio-online{fill:#007acc}.icon-disabl…
Dpythonw.svg1icon-canvas-transparent{opacity:0;fill:#f6f6f6}.icon-white{fill:#fff}.icon-visualstudio-online{fil…
/third_party/typescript/tests/baselines/reference/
DdeepExcessPropertyCheckingWhenTargetIsIntersection.types30 icon: NestedProp<ITestProps>;
31 >icon : NestedProp<ITestProps>
34 TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }});
35 >TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}) : null
37 >{icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }} : { icon: { props: { IN…
38 >icon : { props: { INVALID_PROP_NAME: string; ariaLabel: string; }; }
58 TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }});
59 >TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}) : null
61 >{icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }} : { icon: { props: { IN…
62 >icon : { props: { INVALID_PROP_NAME: string; ariaLabel: string; }; }
DtypeAnnotationBestCommonTypeInArrayLiteral.types18 icon?: string;
19 >icon : string
23icon": "modules/menu/logo.svg" }, { "id": "productName", "type": "default", …
25 …mage", "link": "", "icon": "modules/menu/logo.svg" } : { id: string; type: string…
39 "icon": "modules/menu/logo.svg"
40 >"icon" : string
DdeepExcessPropertyCheckingWhenTargetIsIntersection.symbols41 icon: NestedProp<ITestProps>;
42 >icon : Symbol(TestProps.icon, Decl(deepExcessPropertyCheckingWhenTargetIsIntersection.ts, 16, 21))
47 TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }});
49 >icon : Symbol(icon, Decl(deepExcessPropertyCheckingWhenTargetIsIntersection.ts, 20, 15))
65 TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }});
67 >icon : Symbol(icon, Decl(deepExcessPropertyCheckingWhenTargetIsIntersection.ts, 26, 16))
DdeepExcessPropertyCheckingWhenTargetIsIntersection.js19 icon: NestedProp<ITestProps>;
22 TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}); property
28 TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }}); property
35 TestComponent({ icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } } }); property
39 TestComponent2({ icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } } }); property
DtypeAnnotationBestCommonTypeInArrayLiteral.symbols20 icon?: string;
21 >icon : Symbol(IMenuItem.icon, Decl(typeAnnotationBestCommonTypeInArrayLiteral.ts, 5, 18))
36 "icon": "modules/menu/logo.svg"
37 >"icon" : Symbol("icon", Decl(typeAnnotationBestCommonTypeInArrayLiteral.ts, 12, 19))
DtsxReactEmitNesting.types14 … <div class="iconBorder"> <div class="icon"/> …
19 … <div class="iconBorder"> <div class="icon"/> …
58 … <div class="iconBorder"> <div class="icon"/> …
93 … <div class="iconBorder"> <div class="icon"/> …
98 … <div class="iconBorder"> <div class="icon"/> …
104 … <div class="iconBorder"> <div class="icon"/> …
108 … <div class="iconBorder"> <div class="icon"/> …
126 … <div class="iconBorder"> <div class="icon"/> …
179 ><div class="iconBorder"> <div class="icon"/> …
183 <div class="icon"/>
[all …]
/third_party/lzma/CPP/Windows/Control/
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
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/typescript/tests/cases/compiler/
DdeepExcessPropertyCheckingWhenTargetIsIntersection.ts18 icon: NestedProp<ITestProps>; property
21 TestComponent({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }});
27 TestComponent2({icon: { props: { INVALID_PROP_NAME: 'share', ariaLabel: 'test label' } }});
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/icons/
DREADME1 wpa_gui icon files
12 The wpa_gui icon is licensed under the GPL version 2. Alternatively, the icon
54 A network icon by Andrew Fitzsimon. Etiquette Icon set.
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/icons/
DREADME1 wpa_gui icon files
12 The wpa_gui icon is licensed under the GPL version 2. Alternatively, the icon
54 A network icon by Andrew Fitzsimon. Etiquette Icon set.
/third_party/python/Lib/distutils/command/
Dbdist_rpm.py154 self.icon = None
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)
477 if self.icon:
478 spec_file.append('Icon: ' + os.path.basename(self.icon))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dhtml_printer.py169 …num}<span class="sr-only"> warnings</span></span>""".format(num=warnings, icon=MESSAGE_TYPE_ICONS[…
175 …{num}<span class="sr-only"> errors</span></span>""".format(num=errors, icon=MESSAGE_TYPE_ICONS[Mes…
209 icon=MESSAGE_TYPE_ICONS[msg.message_type],
382 icon = LINK_ICON
384 icon = MESSAGE_TYPE_ICONS[message_type]
387 icon=icon,
/third_party/pulseaudio/src/modules/
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) < 0) { in entry_read()
321 e->icon = pa_xstrdup(icon); in entry_read()
470 || !pa_streq(a->icon, b->icon)) in entries_equal()
[all …]
/third_party/ffmpeg/doc/
Dstyle.min.css23icon{min-height:136px}.well.well-with-icon .pull-right,.well.well-with-icon .pull-left{background-…
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
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()
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->type); in anqp_add_icon()
728 wpabuf_put_u8(buf, os_strlen(icon->name)); in anqp_add_icon()
[all …]

12345678