Home
last modified time | relevance | path

Searched refs:dlg (Results 1 – 25 of 70) sorted by relevance

123

/external/toybox/kconfig/lxdialog/
Dutil.c24 struct dialog_info dlg; variable
28 dlg.screen.atr = A_NORMAL; in set_mono_theme()
29 dlg.shadow.atr = A_NORMAL; in set_mono_theme()
30 dlg.dialog.atr = A_NORMAL; in set_mono_theme()
31 dlg.title.atr = A_BOLD; in set_mono_theme()
32 dlg.border.atr = A_NORMAL; in set_mono_theme()
33 dlg.button_active.atr = A_REVERSE; in set_mono_theme()
34 dlg.button_inactive.atr = A_DIM; in set_mono_theme()
35 dlg.button_key_active.atr = A_REVERSE; in set_mono_theme()
36 dlg.button_key_inactive.atr = A_BOLD; in set_mono_theme()
[all …]
Dchecklist.c36 wattrset(win, dlg.menubox.atr); in print_item()
42 wattrset(win, selected ? dlg.check_selected.atr in print_item()
43 : dlg.check.atr); in print_item()
46 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
48 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
65 wattrset(win, dlg.uarrow.atr); in print_arrows()
69 wattrset(win, dlg.menubox.atr); in print_arrows()
80 wattrset(win, dlg.darrow.atr); in print_arrows()
84 wattrset(win, dlg.menubox_border.atr); in print_arrows()
146 dlg.dialog.atr, dlg.border.atr); in dialog_checklist()
[all …]
Dmenubox.c77 wattrset(win, dlg.menubox.atr); in do_print_item()
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
92 : dlg.tag_key.atr); in do_print_item()
121 wattrset(win, dlg.uarrow.atr); in print_arrows()
125 wattrset(win, dlg.menubox.atr); in print_arrows()
137 wattrset(win, dlg.darrow.atr); in print_arrows()
141 wattrset(win, dlg.menubox_border.atr); in print_arrows()
213 dlg.dialog.atr, dlg.border.atr); in dialog_menu()
214 wattrset(dialog, dlg.border.atr); in dialog_menu()
[all …]
Dinputbox.c73 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
74 wattrset(dialog, dlg.border.atr); in dialog_inputbox()
78 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox()
83 wattrset(dialog, dlg.dialog.atr); in dialog_inputbox()
92 dlg.border.atr, dlg.dialog.atr); in dialog_inputbox()
98 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
131 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
151 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
Dtextbox.c98 wattrset(box, dlg.dialog.atr); in dialog_textbox()
99 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox()
105 dlg.dialog.atr, dlg.border.atr); in dialog_textbox()
107 wattrset(dialog, dlg.border.atr); in dialog_textbox()
111 wattrset(dialog, dlg.dialog.atr); in dialog_textbox()
112 wbkgdset(dialog, dlg.dialog.atr & A_COLOR); in dialog_textbox()
122 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
386 wattrset(win, dlg.position_indicator.atr); in print_position()
387 wbkgdset(win, dlg.position_indicator.atr & A_COLOR); in print_position()
Dyesno.c63 dlg.dialog.atr, dlg.border.atr); in dialog_yesno()
64 wattrset(dialog, dlg.border.atr); in dialog_yesno()
68 wattrset(dialog, dlg.dialog.atr); in dialog_yesno()
73 wattrset(dialog, dlg.dialog.atr); in dialog_yesno()
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py412 dlg = SegEdit(JetDefs.MAIN_ADDSEGTITLE, self.currentJetConfigFile)
415 dlg.je.ctrls[JetDefs.F_MIDIFILE].Append(filename)
417 dlg.je.ctrls[JetDefs.F_DLSFILE].Append(library)
419 result = dlg.ShowModal()
421 if len(dlg.lstReplicate) > 0:
422 if dlg.chkReplaceMatching:
423 self.jet_file.DeleteSegmentsMatchingPrefix(dlg.replicatePrefix)
425 for replicate in dlg.lstReplicate:
426 self.jet_file.AddSegment(replicate[0], dlg.GetValue(JetDefs.F_MIDIFILE),
429 … SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
[all …]
DJetCtrls.py261 dlg = wx.FileDialog(None, self.title, defDir, '', self.spec, wx.FD_OPEN)
262 ret = dlg.ShowModal()
264 …Value(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
265 val = dlg.GetPath()
272 dlg.Destroy()
328 dlg = wx.FileDialog(None, self.title, defDir, '', self.spec, wx.FD_OPEN)
329 ret = dlg.ShowModal()
331 …Value(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
332 val = dlg.GetPath()
334 dlg.Destroy()
[all …]
DJetDialogs.py549 dlg = JetReplicate("Replicate Segment")
550 dlg.SetValue(JetDefs.F_RPREPLACE, True)
551 dlg.SetName(self.GetValue(JetDefs.F_SEGNAME))
552 dlg.event_type = "SEGMENT"
553 dlg.event_max = self.je.ctrls[JetDefs.F_START].GetMaxMbt()
554dlg.length = MbtDifference(ConvertStrTimeToTuple(self.GetValue(JetDefs.F_START)), ConvertStrTimeTo…
555 result = dlg.ShowModal()
557 self.replicatePrefix = dlg.GetValue(JetDefs.F_RPPREFIX)
558 self.lstReplicate = dlg.lstReplicate
559 self.chkReplaceMatching = dlg.GetValue(JetDefs.F_RPREPLACE)
[all …]
/external/selinux/gui/
DsemanagePage.py109 dlg = Gtk.MessageDialog(None, 0, Gtk.MessageType.INFO,
112 dlg.set_title(title)
113 dlg.set_position(Gtk.WindowPosition.MOUSE)
114 dlg.show_all()
115 rc = dlg.run()
116 dlg.destroy()
120 dlg = Gtk.MessageDialog(None, 0, Gtk.MessageType.ERROR,
123 dlg.set_position(Gtk.WindowPosition.MOUSE)
124 dlg.show_all()
125 dlg.run()
[all …]
Dsystem-config-selinux.py115 dlg = Gtk.MessageDialog(None, 0, Gtk.MessageType.ERROR,
118 dlg.set_position(Gtk.WindowPosition.MOUSE)
119 dlg.show_all()
120 dlg.run()
121 dlg.destroy()
145 dlg = xml.get_object("aboutWindow")
146 dlg.run()
147 dlg.hide()
DstatusPage.py124 dlg = Gtk.MessageDialog(None, 0, Gtk.MessageType.INFO,
127 dlg.set_position(Gtk.WindowPosition.MOUSE)
128 dlg.show_all()
129 rc = dlg.run()
130 dlg.destroy()
Dpolgengui.py414 dlg = Gtk.MessageDialog(None, 0, Gtk.MessageType.INFO,
417 dlg.set_title(title)
418 dlg.set_position(Gtk.WindowPosition.MOUSE)
419 dlg.show_all()
420 rc = dlg.run()
421 dlg.destroy()
425 dlg = Gtk.MessageDialog(None, 0, Gtk.MessageType.INFO,
428 dlg.set_position(Gtk.WindowPosition.MOUSE)
429 dlg.show_all()
430 dlg.run()
[all …]
DbooleansPage.py145 dlg = Gtk.MessageDialog(None, 0, Gtk.MessageType.ERROR,
148 dlg.set_position(Gtk.WindowPosition.MOUSE)
149 dlg.show_all()
150 dlg.run()
151 dlg.destroy()
/external/python/cpython2/Lib/msilib/
D__init__.py415 def __init__(self, dlg, name): argument
416 self.dlg = dlg
420 add_data(self.dlg.db, "ControlEvent",
421 [(self.dlg.name, self.name, event, argument,
425 add_data(self.dlg.db, "EventMapping",
426 [(self.dlg.name, self.name, event, attribute)])
429 add_data(self.dlg.db, "ControlCondition",
430 [(self.dlg.name, self.name, action, condition)])
433 def __init__(self, dlg, name, property): argument
434 self.dlg = dlg
[all …]
/external/python/cpython3/Lib/msilib/
D__init__.py417 def __init__(self, dlg, name): argument
418 self.dlg = dlg
422 add_data(self.dlg.db, "ControlEvent",
423 [(self.dlg.name, self.name, event, argument,
427 add_data(self.dlg.db, "EventMapping",
428 [(self.dlg.name, self.name, event, attribute)])
431 add_data(self.dlg.db, "ControlCondition",
432 [(self.dlg.name, self.name, action, condition)])
435 def __init__(self, dlg, name, property): argument
436 self.dlg = dlg
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dint-div-05.ll57 ; CHECK: dlg %r2, 0(%r4)
72 ; CHECK: dlg %r2, 0(%r4)
87 ; CHECK: dlg %r2, 0(%r4)
88 ; CHECK-NOT: {{dlg|dlgr}}
101 ; CHECK: dlg %r2, 524280(%r4)
114 ; CHECK: dlg %r2, 0(%r4)
125 ; CHECK: dlg %r2, -8(%r4)
136 ; CHECK: dlg %r2, -524288(%r4)
149 ; CHECK: dlg %r2, 0(%r4)
160 ; CHECK: dlg %r2, 524287(%r5,%r4)
[all …]
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-div-05.ll57 ; CHECK: dlg %r2, 0(%r4)
72 ; CHECK: dlg %r2, 0(%r4)
87 ; CHECK: dlg %r2, 0(%r4)
88 ; CHECK-NOT: {{dlg|dlgr}}
101 ; CHECK: dlg %r2, 524280(%r4)
114 ; CHECK: dlg %r2, 0(%r4)
125 ; CHECK: dlg %r2, -8(%r4)
136 ; CHECK: dlg %r2, -524288(%r4)
149 ; CHECK: dlg %r2, 0(%r4)
160 ; CHECK: dlg %r2, 524287(%r5,%r4)
[all …]
/external/python/cpython2/Tools/msi/
Dmsilib.py594 def __init__(self, dlg, name): argument
595 self.dlg = dlg
599 add_data(self.dlg.db, "ControlEvent",
600 [(self.dlg.name, self.name, ev, arg, cond, order)])
603 add_data(self.dlg.db, "EventMapping",
604 [(self.dlg.name, self.name, ev, attr)])
607 add_data(self.dlg.db, "ControlCondition",
608 [(self.dlg.name, self.name, action, condition)])
611 def __init__(self, dlg, name, property): argument
612 self.dlg = dlg
[all …]
/external/python/cpython2/Mac/Demo/example2/
Ddnslookup-2.py61 tp, h, rect = self.dlg.GetDialogItem(ITEM_LOOKUP_ENTRY)
64 tp, h, rect = self.dlg.GetDialogItem(ITEM_RESULT)
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp330 CConfigPropertySheet dlg; in InitInstance() local
333 dlg.Construct( name, NULL, 0 ); in InitInstance()
335 m_pMainWnd = &dlg; in InitInstance()
339 INT_PTR nResponse = dlg.DoModal(); in InitInstance()
DBrowsingPage.cpp278 CAddBrowseDomain dlg( GetParent() ); in OnBnClickedAddBrowseDomain() local
280 if ( ( dlg.DoModal() == IDOK ) && ( dlg.m_text.GetLength() > 0 ) ) in OnBnClickedAddBrowseDomain()
285 m_browseListCtrl.SetItemText( nIndex, 1, dlg.m_text ); in OnBnClickedAddBrowseDomain()
DSecondPage.cpp261 CSharedSecret dlg; in OnBnClickedSharedSecret() local
263 dlg.Load( name ); in OnBnClickedSharedSecret()
265 if ( dlg.DoModal() == IDOK ) in OnBnClickedSharedSecret()
271 dlg.Commit( name ); in OnBnClickedSharedSecret()
/external/python/cpython2/Mac/Demo/PICTbrowse/
DPICTbrowse2.py94 graf = self.dlg.GetWindowPort()
115 self.dlg.SetDialogDefaultItem(MAIN_SHOW)
117 self.ctl = self.dlg.GetDialogItemAsControl(MAIN_LIST)
DoldPICTbrowse.py92 self.dlg.SetDialogDefaultItem(MAIN_SHOW)
93 tp, h, rect = self.dlg.GetDialogItem(MAIN_LIST)
141 tp, h, rect = self.dlg.GetDialogItem(MAIN_LIST)

123