HomeSort by relevance Sort by last modified time
    Searched refs:dlg (Results 26 - 50 of 158) sorted by null

12 3 4 5 6 7

  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 261 dlg = wx.FileDialog(None, self.title, defDir, '', self.spec, wx.FD_OPEN)
262 ret = dlg.ShowModal()
264 IniSetValue(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 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
332 val = dlg.GetPath()
334 dlg.Destroy()
    [all...]
JetDialogs.py 549 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()
554 dlg.length = MbtDifference(ConvertStrTimeToTuple(self.GetValue(JetDefs.F_START)), ConvertStrTimeToTuple(self.GetValue(JetDefs.F_END)))
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)
980 dlg = JetReplicate("Replicate Event") variable in class:JetMove
999 dlg = SegEdit("Segments", JetDefs.UNTITLED_FILE) variable
1022 dlg = EventEdit("Event Edit", JetDefs.UNTITLED_FILE) variable
    [all...]
  /external/valgrind/none/tests/s390x/
div.stdout.exp 49 dlg 00000000000000000000000000000000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000000)
50 dlg 00000000000000000000000000000001 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000001)
51 dlg 0000000000000000000000000000FFFF / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 000000000000FFFF)
52 dlg 00000000000000000000000000007FFF / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000007FFF)
53 dlg 00000000000000000000000000008000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000008000)
54 dlg 000000000000000000000000FFFFFFFF / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 00000000FFFFFFFF)
55 dlg 00000000000000000000000080000000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000080000000)
56 dlg 0000000000000000000000007FFFFFFF / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 000000007FFFFFFF)
57 dlg 0000000000000000FFFFFFFFFFFFFFFF / 7FFFFFFFFFFFFFFA = 0000000000000002 (rem 000000000000000B)
58 dlg 00000000000000008000000000000000 / 7FFFFFFFFFFFFFFA = 0000000000000001 (rem 0000000000000006
    [all...]
  /external/selinux/gui/
statusPage.py 124 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()
booleansPage.py 145 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()
polgengui.py 409 dlg = Gtk.MessageDialog(None, 0, Gtk.MessageType.INFO,
412 dlg.set_title(title)
413 dlg.set_position(Gtk.WindowPosition.MOUSE)
414 dlg.show_all()
415 rc = dlg.run()
416 dlg.destroy()
420 dlg = Gtk.MessageDialog(None, 0, Gtk.MessageType.INFO,
423 dlg.set_position(Gtk.WindowPosition.MOUSE)
424 dlg.show_all()
425 dlg.run(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 254 LogCatMonitorDialog dlg = new LogCatMonitorDialog(shell);
255 int r = dlg.open();
259 mPrefStore.setValue(AUTO_MONITOR_PREFKEY, dlg.shouldMonitor());
260 mPrefStore.setValue(AUTO_MONITOR_LOGLEVEL, dlg.getMinimumPriority());
262 return r == Window.OK && dlg.shouldMonitor();
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 172 SdkLocationChooserDialog dlg = new SdkLocationChooserDialog(shell); local
173 if (dlg.open() == Window.OK) {
174 return dlg.getPath();
SdkLocationChooserDialog.java 82 DirectoryDialog dlg = new DirectoryDialog(getShell(), SWT.OPEN);
83 dlg.setText("Android SDK location");
84 String dir = dlg.open();
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MainActivity.java 107 public void onClick(DialogInterface dlg, int whichButton) {
117 public void onClick(DialogInterface dlg, int whichButton) {}
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
makefile 50 #DLG=..\bin\dlg
76 #DLG=..\bin\dlg
103 #DLG=..\bin\dlg
129 #DLG=..\bin\dlg
149 #antlr.c stdpccts.h parser.dlg tokens.h err.c : antlr.g
156 #scan.c mode.h: parser.dlg
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
makefile 66 $(ETO)\VfrParser.dlg \
94 $(ANTLR) $(ANTLR_FLAGS) -fl VfrParser.dlg -ft VfrTokens.h -o $(ETO) $(VFR_GRAMMER_FILE)
96 $(VFR_DLG_SPAWN) : $(ETO)\VfrParser.dlg
97 $(DLG) $(DLG_FLAGS) -cl VfrLexer -o $(ETO) $(ETO)\VfrParser.dlg
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 334 ListDialog dlg = new ListDialog(window.getShell()); local
335 dlg.setMessage("Multiple files match search: " + searchTerm);
336 dlg.setTitle("Select file to open");
337 dlg.setInput(matches);
338 dlg.setContentProvider(new IStructuredContentProvider() {
352 dlg.setLabelProvider(new LabelProvider() {
361 dlg.setInitialSelections(new Object[] { matches.get(0) });
362 dlg.setHelpAvailable(false);
364 if (dlg.open() == Window.OK) {
365 Object[] selectedMatches = dlg.getResult()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 185 SelectionDialog dlg = JavaUI.createPackageDialog(text.getShell(), local
187 dlg.setTitle("Select Android Package");
188 dlg.setMessage("Select the package for the Android project.");
191 if (dlg.open() == Window.OK) {
192 Object[] results = dlg.getResult();
  /packages/apps/TV/src/com/android/tv/dialog/
PinDialogFragment.java 141 Dialog dlg = super.onCreateDialog(savedInstanceState); local
142 dlg.getWindow().getAttributes().windowAnimations = R.style.pin_dialog_animation;
143 PinNumberPicker.loadResources(dlg.getContext());
144 return dlg;
157 Dialog dlg = getDialog(); local
158 if (dlg != null) {
159 dlg.getWindow()
672 void setPinDialogFragment(PinDialogFragment dlg) {
673 mDialog = dlg;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 599 def __init__(self, dlg, name):
600 self.dlg = dlg
604 add_data(self.dlg.db, "ControlEvent",
605 [(self.dlg.name, self.name, ev, arg, cond, order)])
608 add_data(self.dlg.db, "EventMapping",
609 [(self.dlg.name, self.name, ev, attr)])
612 add_data(self.dlg.db, "ControlCondition",
613 [(self.dlg.name, self.name, action, condition)])
616 def __init__(self, dlg, name, property):
    [all...]
  /external/python/cpython2/Lib/msilib/
__init__.py 415 def __init__(self, dlg, name):
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)
    [all...]
  /external/python/cpython2/Tools/msi/
msilib.py 594 def __init__(self, dlg, name):
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)
    [all...]
  /external/python/cpython3/Lib/msilib/
__init__.py 419 def __init__(self, dlg, name):
420 self.dlg = dlg
424 add_data(self.dlg.db, "ControlEvent",
425 [(self.dlg.name, self.name, event, argument,
429 add_data(self.dlg.db, "EventMapping",
430 [(self.dlg.name, self.name, event, attribute)])
433 add_data(self.dlg.db, "ControlCondition",
434 [(self.dlg.name, self.name, action, condition)])
437 def __init__(self, dlg, name, property)
    [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ServicesPage.cpp 222 CPowerManagementWarning dlg( GetParent() );
224 dlg.DoModal();
  /packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java 123 Dialog dlg = local
131 return dlg;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 93 dlg=GetCfgSectionNameDialog(root,'Get Name',
95 print dlg.result
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 93 dlg=GetCfgSectionNameDialog(root,'Get Name',
95 print dlg.result
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 93 dlg=GetCfgSectionNameDialog(root,'Get Name',
95 print dlg.result
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 93 dlg=GetCfgSectionNameDialog(root,'Get Name',
95 print dlg.result

Completed in 1483 milliseconds

12 3 4 5 6 7