Home
last modified time | relevance | path

Searched refs:gtk (Results 1 – 25 of 75) sorted by relevance

123

/external/selinux/policycoreutils/gui/
DsemanagePage.py20 import gtk
21 import gtk.glade
44 while gtk.events_pending():
45 gtk.main_iteration()
51 self.busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH)
52 self.ready_cursor = gtk.gdk.Cursor(gtk.gdk.LEFT_PTR)
105 dlg = gtk.MessageDialog(None, 0, gtk.MESSAGE_INFO,
106 gtk.BUTTONS_YES_NO,
109 dlg.set_position(gtk.WIN_POS_MOUSE)
116 dlg = gtk.MessageDialog(None, 0, gtk.MESSAGE_ERROR,
[all …]
DbooleansPage.py22 import gtk
23 import gtk.glade
89 self.busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH)
90 self.ready_cursor = gtk.gdk.Cursor(gtk.gdk.LEFT_PTR)
106 listStore = gtk.ListStore(gobject.TYPE_STRING)
107 cell = gtk.CellRendererText()
109 …self.store = gtk.ListStore(gobject.TYPE_BOOLEAN, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject…
110 self.store.set_sort_column_id(1, gtk.SORT_ASCENDING)
113 checkbox = gtk.CellRendererToggle()
115 col = gtk.TreeViewColumn('Active', checkbox, active = ACTIVE)
[all …]
DmodulesPage.py20 import gtk
21 import gtk.glade
55 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING)
57 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
58 col = gtk.TreeViewColumn(_("Module Name"), gtk.CellRendererText(), text = 0)
62 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
63 col = gtk.TreeViewColumn(_("Version"), gtk.CellRendererText(), text = 1)
163 dialog = gtk.FileChooserDialog(_("Load Policy Module"),
165 gtk.FILE_CHOOSER_ACTION_OPEN,
166 (gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
[all …]
Dpolgengui.py25 import gtk
26 import gtk.glade
88 xml = gtk.glade.XML ("polgen.glade", domain=PROGNAME)
90 xml = gtk.glade.XML ("/usr/share/system-config-selinux/polgen.glade", domain=PROGNAME)
269 self.boolean_store = gtk.ListStore(gobject.TYPE_STRING,gobject.TYPE_STRING)
271 self.boolean_store.set_sort_column_id(0, gtk.SORT_ASCENDING)
272 col = gtk.TreeViewColumn(_("Name"), gtk.CellRendererText(), text = 0)
274 col = gtk.TreeViewColumn(_("Description"), gtk.CellRendererText(), text = 1)
278 self.role_store = gtk.ListStore(gobject.TYPE_STRING)
280 self.role_treeview.get_selection().set_mode(gtk.SELECTION_MULTIPLE)
[all …]
Dsystem-config-selinux.py27 import gtk
33 import gtk.glade
75 xml = gtk.glade.XML ("system-config-selinux.glade", domain=PROGNAME)
77 …xml = gtk.glade.XML ("/usr/share/system-config-selinux/system-config-selinux.glade", domain=PROGNA…
111 dlg = gtk.MessageDialog(None, 0, gtk.MESSAGE_ERROR,
112 gtk.BUTTONS_CLOSE,
114 dlg.set_position(gtk.WIN_POS_MOUSE)
145 gtk.main_quit()
168 self.store = gtk.ListStore(gobject.TYPE_STRING)
170 col = gtk.TreeViewColumn("", gtk.CellRendererText(), text = 0)
[all …]
DusersPage.py20 import gtk
21 import gtk.glade
46 …self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.…
48 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
50 col = gtk.TreeViewColumn(_("SELinux\nUser"), gtk.CellRendererText(), text = 0)
55 col = gtk.TreeViewColumn(_("MLS/\nMCS Range"), gtk.CellRendererText(), text = 1)
59 col = gtk.TreeViewColumn(_("SELinux Roles"), gtk.CellRendererText(), text = 2)
87 if semanagePage.delete(self) == gtk.RESPONSE_NO:
DdomainsPage.py20 import gtk
21 import gtk.glade
54 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING)
56 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
57 col = gtk.TreeViewColumn(_("Domain Name"), gtk.CellRendererText(), text = 0)
61 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
62 col = gtk.TreeViewColumn(_("Mode"), gtk.CellRendererText(), text = 1)
DloginsPage.py20 import gtk
21 import gtk.glade
49 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
51 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
52 col = gtk.TreeViewColumn(_("Login\nName"), gtk.CellRendererText(), text = 0)
56 col = gtk.TreeViewColumn(_("SELinux\nUser"), gtk.CellRendererText(), text = 1)
59 col = gtk.TreeViewColumn(_("MLS/\nMCS Range"), gtk.CellRendererText(), text = 2)
88 liststore = gtk.ListStore(gobject.TYPE_STRING)
90 cell = gtk.CellRendererText()
DfcontextPage.py19 import gtk
20 import gtk.glade
69 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
74 col = gtk.TreeViewColumn(_("File\nSpecification"), gtk.CellRendererText(), text=SPEC_COL)
75 col.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
81 col = gtk.TreeViewColumn(_("Selinux\nFile Type"), gtk.CellRendererText(), text=TYPE_COL)
83 col.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
88 col = gtk.TreeViewColumn(_("File\nType"), gtk.CellRendererText(), text=2)
93 self.store.set_sort_column_id(SPEC_COL, gtk.SORT_ASCENDING)
DstatusPage.py20 import gtk
21 import gtk.glade
120 dlg = gtk.MessageDialog(None, 0, gtk.MESSAGE_INFO,
121 gtk.BUTTONS_YES_NO,
123 dlg.set_position(gtk.WIN_POS_MOUSE)
133 …ong time depending on the size of the file system. Do you wish to continue?")) == gtk.RESPONSE_NO:
147 …licy. Permissive mode does not require a reboot Do you wish to continue?")) == gtk.RESPONSE_NO:
152 …ong time depending on the size of the file system. Do you wish to continue?")) == gtk.RESPONSE_NO:
DportsPage.py20 import gtk
21 import gtk.glade
80 …self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING , gobject…
82 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
85 col = gtk.TreeViewColumn(_("SELinux Port\nType"), gtk.CellRendererText(), text = TYPE_COL)
89 self.store.set_sort_column_id(TYPE_COL, gtk.SORT_ASCENDING)
91 col = gtk.TreeViewColumn(_("Protocol"), gtk.CellRendererText(), text = PROTOCOL_COL)
96 … self.mls_col = gtk.TreeViewColumn(_("MLS/MCS\nLevel"), gtk.CellRendererText(), text = MLS_COL)
101 col = gtk.TreeViewColumn(_("Port"), gtk.CellRendererText(), text = PORT_COL)
DmappingsPage.py20 import gtk
21 import gtk.glade
47 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
48 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/META-INF/
DMANIFEST.MF2 Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x8
5 Bundle-Localization: launcher.gtk.linux.x86
9 Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86;single
14 agments/org.eclipse.equinox.launcher.gtk.linux.x86;tag=R36x_v20101019
22 Name: launcher.gtk.linux.x86.properties
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedPublish.eclipse.properties67 0,linux,gtk,x86,UNKNOWN,\
68 0,linux,gtk,x86_64,UNKNOWN,\
69 0,linux,gtk,ppc,UNKNOWN,\
70 0,solaris8,gtk,x86,UNKNOWN,\
75 RHEL4-3GHz-2.5GB,linux,gtk,x86,UNKNOWN,\
77 RHEL3-3GHz-2GB,linux,gtk,x86,UNKNOWN,\
83 …32,win,SDK,eclipse-SDK-%%buildAlias%%-win32.zip,linux,gtk,SDK,eclipse-SDK-%%buildAlias%%-linux-gtk
86 linux,gtk,x86,SDK,eclipse-SDK-%%buildAlias%%-linux-gtk.tar.gz
/external/fonttools/Lib/fontTools/
Dinspect.py13 import gtk
162 class FontTreeModel(gtk.GenericTreeModel):
224 gtk.main_quit()
229 self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
234 self.scrolled_window = gtk.ScrolledWindow()
239 self.treeview = gtk.TreeView(self.treemodel)
244 col = gtk.TreeViewColumn(col_name)
248 cell = gtk.CellRendererText()
262 gtk.main()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
Dpackager.properties15 # linux, gtk, ppc &\
16 # linux, gtk, x86 & \
17 # linux, gtk, x86_64 & \
20 # solaris, gtk, sparc & \
87 # linux, gtk, ppc - antZip &\
88 # linux, gtk, x86 - antZip& \
89 # linux, gtk, x86_64 - antZip& \
92 # solaris, gtk, sparc - antZip& \
Dpackaging.properties21 root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
22 root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
23 root.linux.gtk.ppc=eclipse
28 root.solaris.gtk.sparc=eclipse,Eclipse.l.pm,Eclipse.m.pm,Eclipse.s.pm,Eclipse.t.pm
/external/libexif/m4m/
Dgp-documentation.m472 dnl * determine presence of prerequisites (only gtk-doc for now)
82 # gtk-doc: We use gtk-doc for building our documentation. However, we
90 [Use gtk-doc to build documentation [default=no]])],[
101 gtkdoc_msg="no (http://www.gtk.org/rdp/download.html)"
105 GP_CONFIG_MSG([build API docs with gtk-doc],[$gtkdoc_msg])
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c688 u8 gtk[32]; member
697 const u8 *_gtk = gd->gtk; in wpa_supplicant_install_gtk()
700 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len); in wpa_supplicant_install_gtk()
707 os_memcpy(gtk_buf, gd->gtk, 16); in wpa_supplicant_install_gtk()
708 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8); in wpa_supplicant_install_gtk()
709 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8); in wpa_supplicant_install_gtk()
758 const u8 *gtk, size_t gtk_len, in wpa_supplicant_pairwise_gtk() argument
773 gtk, gtk_len); in wpa_supplicant_pairwise_gtk()
775 if (gtk_len < 2 || gtk_len - 2 > sizeof(gd.gtk)) in wpa_supplicant_pairwise_gtk()
778 gd.keyidx = gtk[0] & 0x3; in wpa_supplicant_pairwise_gtk()
[all …]
Dwpa_ft.c544 u8 gtk[32]; in wpa_ft_process_gtk_subelem() local
558 gtk_elem_len - 19 > sizeof(gtk)) { in wpa_ft_process_gtk_subelem()
565 gtk)) { in wpa_ft_process_gtk_subelem()
596 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen); in wpa_ft_process_gtk_subelem()
600 os_memcpy(tmp, gtk + 16, 8); in wpa_ft_process_gtk_subelem()
601 os_memcpy(gtk + 16, gtk + 24, 8); in wpa_ft_process_gtk_subelem()
602 os_memcpy(gtk + 24, tmp, 8); in wpa_ft_process_gtk_subelem()
605 gtk_elem + 3, rsc_len, gtk, keylen) < 0) { in wpa_ft_process_gtk_subelem()
786 if (wpa_ft_process_gtk_subelem(sm, parse.gtk, parse.gtk_len) < 0) in wpa_ft_validate_reassoc_resp()
/external/openssh/contrib/
DMakefile12 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \
14 `$(PKG_CONFIG) --libs gtk+-2.0 x11`
/external/linux-tools-perf/src/tools/perf/config/
Dfeature-tests.mak87 #include <gtk/gtk.h>
100 #include <gtk/gtk.h>
/external/selinux/policycoreutils/sandbox/
Dsandbox98 import gtk
99 dlg = gtk.MessageDialog(None, 0, gtk.MESSAGE_INFO,
100 gtk.BUTTONS_YES_NO,
103 dlg.set_position(gtk.WIN_POS_MOUSE)
107 if rc == gtk.RESPONSE_YES:
434 import gtk
435 dpi = str(gtk.settings_get_default().props.gtk_xft_dpi/1024)
/external/libxml2/
Dlibxml.spec.in117 %doc %dir %{_datadir}/gtk-doc/html/libxml2
118 %doc %{_datadir}/gtk-doc/html/libxml2/*.devhelp
119 %doc %{_datadir}/gtk-doc/html/libxml2/*.html
120 %doc %{_datadir}/gtk-doc/html/libxml2/*.png
121 %doc %{_datadir}/gtk-doc/html/libxml2/*.css
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
Dbuild.properties47 # linux, gtk, ppc & \
48 # linux, gtk, x86 & \
49 # linux, gtk, x86_64 & \
52 # solaris, gtk, sparc & \
71 # linux, gtk, ppc - antZip &\
72 # linux, gtk, x86 - antZip& \
73 # linux, gtk, x86_64 - antZip& \
76 # solaris, gtk, sparc - antZip& \

123