HomeSort by relevance Sort by last modified time
    Searched refs:dlg (Results 1 - 25 of 48) sorted by null

1 2

  /external/oprofile/gui/
oprof_start_main.cpp 20 oprof_start* dlg = new oprof_start(); local
22 a.setMainWidget(dlg);
24 dlg->show();
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/handlers/
StaticPortConfigHandler.java 29 StaticPortConfigDialog dlg = new StaticPortConfigDialog(HandlerUtil.getActiveShell(event)); local
30 dlg.open();
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 412 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),
1416 dlg = JetOpen() variable
    [all...]
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DevTreeProjectProvider.java 98 ListDialog dlg = new ListDialog(window.getShell()); local
99 dlg.setMessage("Select Project");
100 dlg.setInput(devTreeProjects);
101 dlg.setContentProvider(new IStructuredContentProvider() {
115 dlg.setLabelProvider(new LabelProvider() {
121 dlg.setHelpAvailable(false);
123 if (dlg.open() == Window.OK) {
124 Object[] selectedMatches = dlg.getResult();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 299 ConfigEditDialog dlg = new ConfigEditDialog(parent.getShell(), null);
301 dlg.setDeviceName(selection.device.getName());
302 dlg.setXDpi(selection.device.getXDpi());
303 dlg.setYDpi(selection.device.getYDpi());
306 dlg.setConfigName(selection.config.getName());
307 dlg.setConfig(selection.config.getConfig());
310 if (dlg.open() == Window.OK) {
311 String deviceName = dlg.getDeviceName();
312 String configName = dlg.getConfigName();
314 dlg.getConfig(config)
    [all...]
  /external/chromium/chrome/browser/ui/views/
user_data_dir_dialog.cc 20 UserDataDirDialog* dlg = new UserDataDirDialog(user_data_dir); local
21 MessageLoopForUI::current()->Run(dlg);
22 return dlg->user_data_dir();
  /external/valgrind/main/none/tests/s390x/
div.c 10 memsweep(dlg, m2);
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...]
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 172 StaticPortEditDialog dlg = new StaticPortEditDialog(mShell,
174 if (dlg.open()) {
176 String device = dlg.getDeviceSN();
177 String app = dlg.getAppName();
178 int port = dlg.getPortNumber();
196 StaticPortEditDialog dlg = new StaticPortEditDialog(mShell,
198 if (dlg.open()) {
200 String deviceName = dlg.getDeviceSN();
201 String app = dlg.getAppName();
202 int port = dlg.getPortNumber()
    [all...]
DeviceCommandDialog.java 357 FileDialog dlg = new FileDialog(shell, SWT.SAVE); local
360 dlg.setText("Save output...");
361 dlg.setFileName(defaultFileName());
362 dlg.setFilterPath(PrefsDialog.getStore().getString("lastTextSaveDir"));
363 dlg.setFilterNames(new String[] {
366 dlg.setFilterExtensions(new String[] {
370 fileName = dlg.open();
373 dlg.getFilterPath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 226 ListDialog dlg = new ListDialog(window.getShell()); local
227 dlg.setMessage("Multiple files match search: " + searchTerm);
228 dlg.setTitle("Select file to open");
229 dlg.setInput(matches);
230 dlg.setContentProvider(new IStructuredContentProvider() {
244 dlg.setLabelProvider(new LabelProvider() {
253 dlg.setInitialSelections(new Object[] { matches.get(0) });
254 dlg.setHelpAvailable(false);
256 if (dlg.open() == Window.OK) {
257 Object[] selectedMatches = dlg.getResult()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ListViewTypeMenu.java 179 ResourceChooser dlg = new ResourceChooser(project, local
188 dlg.setSize(85, 10);
189 dlg.setInputValidator(validator);
194 dlg.setCurrentResource(layout);
197 int result = dlg.open();
201 String newType = dlg.getCurrentResource();
FragmentMenu.java 284 ResourceChooser dlg = new ResourceChooser(project, local
293 dlg.setSize(85, 10);
294 dlg.setInputValidator(validator);
299 dlg.setCurrentResource(layout);
302 int result = dlg.open();
306 String newType = dlg.getCurrentResource();
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 173 StaticPortEditDialog dlg = new StaticPortEditDialog(mShell,
175 if (dlg.open()) {
177 String device = dlg.getDeviceSN();
178 String app = dlg.getAppName();
179 int port = dlg.getPortNumber();
197 StaticPortEditDialog dlg = new StaticPortEditDialog(mShell,
199 if (dlg.open()) {
201 String deviceName = dlg.getDeviceSN();
202 String app = dlg.getAppName();
203 int port = dlg.getPortNumber()
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ScreenShotDialog.java 296 FileDialog dlg = new FileDialog(shell, SWT.SAVE); local
302 dlg.setText("Save image...");
303 dlg.setFileName(fileName);
309 dlg.setFilterPath(lastDir);
310 dlg.setFilterNames(new String[] {
313 dlg.setFilterExtensions(new String[] {
317 fileName = dlg.open();
  /external/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 121 dlg = wx.TextEntryDialog(self, "Open Location",
124 dlg.CentreOnParent()
126 if dlg.ShowModal() == wx.ID_OK:
127 self.current = dlg.GetValue()
130 dlg.Destroy()
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 70 GLTraceOptionsDialog dlg = new GLTraceOptionsDialog(shell); local
71 if (dlg.open() != Window.OK) {
75 TraceOptions traceOptions = dlg.getTraceOptions();
149 GLTraceCollectorDialog dlg = new GLTraceCollectorDialog(shell, local
153 dlg.open();
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 148 SdkLocationChooserDialog dlg = new SdkLocationChooserDialog(shell); local
149 if (dlg.open() == Window.OK) {
150 return dlg.getPath();
SdkLocationChooserDialog.java 80 DirectoryDialog dlg = new DirectoryDialog(getShell(), SWT.OPEN);
81 dlg.setText("Android SDK location");
82 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) {}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 150 ResourceChooser dlg = new ResourceChooser(project, local
156 dlg.setCurrentResource(currentValue);
158 if (dlg.open() == Window.OK) {
159 return dlg.getCurrentResource();
162 ReferenceChooserDialog dlg = new ReferenceChooserDialog( local
167 dlg.setCurrentResource(currentValue);
169 if (dlg.open() == Window.OK) {
170 return dlg.getCurrentResource();
  /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();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 228 ResourceChooser dlg = new ResourceChooser(project, ResourceType.DIMEN, local
230 dlg.setResourceResolver(mEditor.getResourceResolver());
232 dlg.setCurrentResource(text.getText().trim());
233 if (dlg.open() == Window.OK) {
234 text.setText(dlg.getCurrentResource());

Completed in 891 milliseconds

1 2