Searched refs:icons (Results 1 – 25 of 46) sorted by relevance
12
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | icons.qrc | 2 <qresource prefix="/icons" > 3 <file alias="wpa_gui.svg">icons/wpa_gui.svg</file> 4 <file alias="ap.svg">icons/ap.svg</file> 5 <file alias="laptop.svg">icons/laptop.svg</file> 6 <file alias="group.svg">icons/group.svg</file> 7 <file alias="invitation.svg">icons/invitation.svg</file>
|
D | icons_png.qrc | 2 <qresource prefix="/icons" > 3 <file alias="wpa_gui.png">icons/hicolor/16x16/apps/wpa_gui.png</file> 4 <file alias="ap.png">icons/hicolor/32x32/apps/ap.png</file> 5 <file alias="laptop.png">icons/hicolor/32x32/apps/laptop.png</file> 6 <file alias="group.png">icons/hicolor/32x32/apps/group.png</file> 7 <file alias="invitation.png">icons/hicolor/32x32/apps/invitation.png</file>
|
D | wpagui.ui | 16 <iconset resource="icons.qrc" > 17 <normaloff>:/icons/wpa_gui.svg</normaloff>:/icons/wpa_gui.svg</iconset> 521 <include location="icons.qrc" />
|
D | wpa_gui.pro | 59 RESOURCES += icons.qrc
|
/external/opencv3/modules/highgui/src/files_Qt/Milky/ |
D | README.txt | 6 …en you (the downloader) and IconEden.com. On download of any royalty-free icons from our website y… 8 All of the icons remain the property of IconEden.com. The icons can be used royalty-free by the lic… 10 You may modify the icons in shape, color, and/or file format and use the modified icons royalty-fre… 14 …1. The icons may not be resold, sublicensed, rented, transferred or otherwise made available for u… 15 2. The icons may not be placed on any electronic bulletin board or downloadable format; 17 You may not use, or allow anyone else to use the icons to create pornographic, libelous, obscene, o… 19 …om liable for any damages that may occur due to use, or inability to use, icons or image data from…
|
/external/chromium-trace/catapult/third_party/polymer/components/core-icons/ |
D | README.md | 1 core-icons 4 See the [component page](http://polymer-project.org/docs/elements/core-elements.html#core-icons) fo… 7 Running `update-icons.sh` will checkout [material-design-icons](https://github.com/google/material-…
|
D | .gitignore | 2 material-design-icons
|
/external/selinux/policycoreutils/gui/ |
D | Makefile | 32 -mkdir -p $(DATADIR)/icons/hicolor/24x24/apps 42 install -m 644 system-config-selinux.png $(DATADIR)/icons/hicolor/24x24/apps
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
D | README | 3 To convert the svg icons to other formats, make sure inkscape and imagemagick 4 are installed and use `make' to create various sized png and xpm icons.
|
/external/selinux/policycoreutils/sepolicy/ |
D | Makefile | 54 mkdir -p $(DESTDIR) $(DATADIR)/icons/hicolor/$${i}x$${i}/apps; \ 55 install -m 644 sepolicy_$${i}.png $(DATADIR)/icons/hicolor/$${i}x$${i}/apps/sepolicy.png; \
|
/external/pdfium/testing/resources/javascript/ |
D | document_props_expected.txt | 15 Alert: this.icons is undefined undefined 47 Alert: ERROR: Document.icons: Cannot assign to readonly property. 80 Alert: this.icons is undefined undefined
|
D | document_props.in | 87 'icons',
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
D | build.properties | 18 icons/,\
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/ |
D | MANIFEST.MF | 10 unit.swingui;version="3.8.2",junit.swingui.icons;version="3.8.2",juni
|
/external/autotest/client/site_tests/ui_SystemTray/ |
D | control.guest.link | 7 PURPOSE = "Collects system tray images as data to examine default icons"
|
D | control.link | 7 PURPOSE = "Collects system tray images as data to examine default icons"
|
/external/autotest/client/site_tests/ui_SettingsPage/ |
D | control.link | 7 PURPOSE = "Collects settings page images as data to examine default icons"
|
/external/tcpdump/tests/ |
D | print-AA.out | 144 <IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.png"> 166 <IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian"> 169 <IMG align="middle" height="32" width="259" src="icons/apache_pb.png" alt="Apache">
|
D | print-A.out | 144 <IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.png"> 166 <IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian"> 169 <IMG align="middle" height="32" width="259" src="icons/apache_pb.png" alt="Apache">
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.h | 78 FX_BOOL icons(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError); 303 JS_STATIC_PROP(icons, Document);
|
/external/dnsmasq/contrib/webmin/ |
D | README | 27 5) icons have been shamelessly stolen from the ipfilter module,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/ |
D | config.ini | 46 # The product identified will supply the branding (window icons, title bar text) etc
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.c | 559 os_free(p->icons[j]); in hostapd_config_free_bss() 560 os_free(p->icons); in hostapd_config_free_bss()
|
D | ap_config.h | 541 char **icons; member
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 1889 n = os_realloc_array(p->icons, p->icons_count + 1, sizeof(char *)); in hs20_parse_osu_icon() 1892 p->icons = n; in hs20_parse_osu_icon() 1893 p->icons[p->icons_count] = os_strdup(pos); in hs20_parse_osu_icon() 1894 if (p->icons[p->icons_count] == NULL) in hs20_parse_osu_icon()
|
12