Home
last modified time | relevance | path

Searched refs:icons (Results 1 – 25 of 46) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dicons.qrc2 <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>
Dicons_png.qrc2 <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>
Dwpagui.ui16 <iconset resource="icons.qrc" >
17 <normaloff>:/icons/wpa_gui.svg</normaloff>:/icons/wpa_gui.svg</iconset>
521 <include location="icons.qrc" />
Dwpa_gui.pro59 RESOURCES += icons.qrc
/external/opencv3/modules/highgui/src/files_Qt/Milky/
DREADME.txt6 …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/
DREADME.md1 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.gitignore2 material-design-icons
/external/selinux/policycoreutils/gui/
DMakefile32 -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/
DREADME3 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/
DMakefile54 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/
Ddocument_props_expected.txt15 Alert: this.icons is undefined undefined
47 Alert: ERROR: Document.icons: Cannot assign to readonly property.
80 Alert: this.icons is undefined undefined
Ddocument_props.in87 'icons',
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
Dbuild.properties18 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/
DMANIFEST.MF10 unit.swingui;version="3.8.2",junit.swingui.icons;version="3.8.2",juni
/external/autotest/client/site_tests/ui_SystemTray/
Dcontrol.guest.link7 PURPOSE = "Collects system tray images as data to examine default icons"
Dcontrol.link7 PURPOSE = "Collects system tray images as data to examine default icons"
/external/autotest/client/site_tests/ui_SettingsPage/
Dcontrol.link7 PURPOSE = "Collects settings page images as data to examine default icons"
/external/tcpdump/tests/
Dprint-AA.out144 <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">
Dprint-A.out144 <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/
DDocument.h78 FX_BOOL icons(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
303 JS_STATIC_PROP(icons, Document);
/external/dnsmasq/contrib/webmin/
DREADME27 5) icons have been shamelessly stolen from the ipfilter module,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/
Dconfig.ini46 # The product identified will supply the branding (window icons, title bar text) etc
/external/wpa_supplicant_8/src/ap/
Dap_config.c559 os_free(p->icons[j]); in hostapd_config_free_bss()
560 os_free(p->icons); in hostapd_config_free_bss()
Dap_config.h541 char **icons; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1889 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