| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| ExportHelper.java | 53 import org.eclipse.swt.widgets.Shell; 319 Shell shell = Display.getCurrent().getActiveShell(); local 325 FileDialog fileDialog = new FileDialog(shell, SWT.SAVE);
|
| /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/ |
| UpdaterLogicTest.java | 35 import org.eclipse.swt.widgets.Shell;
84 public Shell getWindowShell() {
|
| /sdk/uiautomatorviewer/src/com/android/uiautomator/ |
| UiAutomatorViewer.java | 63 import org.eclipse.swt.widgets.Shell; 294 * Configure the shell. 299 protected void configureShell(Shell newShell) {
|
| /external/openssh/contrib/suse/ |
| openssh.spec | 14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation 53 Ssh (Secure Shell) is a program for logging into a remote machine and for 67 Ssh (Secure Shell) is a program for logging into a remote machine and for
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
| AdtPlugin.java | 81 import org.eclipse.swt.widgets.Shell; 850 Shell shell = display.getActiveShell(); 851 MessageDialog.openError(shell, title, message); 870 Shell shell = display.getActiveShell(); 871 MessageDialog.openWarning(shell, title, message); 884 // get the current Display and Shell 892 Shell shell = display.getActiveShell() [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
| ConfigTab.java | 34 import org.eclipse.swt.widgets.Shell; 63 Shell shell; field in class:ConfigTab 108 // Cache the shell and display. 109 this.shell = tabFolder.getShell(); 110 this.display = this.shell.getDisplay();
|
| PerformancesView.java | 46 import org.eclipse.swt.widgets.Shell; 131 Shell shell; field in class:PerformancesView 216 refresh = MessageDialog.openQuestion(this.shell, getTitleToolTip(), "Do you want to read local file again?"); 223 if (!MessageDialog.openConfirm(PerformancesView.this.shell, getTitleToolTip(), "Only builds before "+LAST_BUILD+" will be taken into account!\nDo you want to continue?")) { 275 // Cache the shell and display. 276 this.shell = parent.getShell (); 277 this.display = this.shell.getDisplay ();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
| XmlPropertyEditor.java | 53 import org.eclipse.swt.widgets.Shell; 354 Shell shell = AdtPlugin.getDisplay().getActiveShell(); local 358 shell);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
| DeviceChooserDialog.java | 57 import org.eclipse.swt.widgets.Shell; 261 public DeviceChooserDialog(Shell parent, DeviceChooserResponse response, String packageName,
|
| AndroidLaunchController.java | 74 import org.eclipse.swt.widgets.Shell; 512 Shell shell = display.getActiveShell(); 513 if (MessageDialog.openQuestion(shell, "Android AVD Error", 593 // there seems to be some case where the shell will be null. (might be [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| LintViewPart.java | 59 import org.eclipse.swt.widgets.Shell; 608 Shell shell = LintViewPart.this.getSite().getShell(); local 609 PreferenceDialog dialog = new PreferenceDialog(shell, manager);
|
| EclipseLintClient.java | 69 import org.eclipse.swt.widgets.Shell; 529 * @param shell the parent shell to attach the dialog to 532 public static void showErrors(Shell shell, final IFile file) { 533 LintListDialog dialog = new LintListDialog(shell, file);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
| DdmsPlugin.java | 51 import org.eclipse.swt.widgets.Shell; 189 Shell shell = display.getActiveShell(); 191 MessageDialog.openError(shell, tag, message); 193 MessageDialog.openWarning(shell, tag, message);
|
| /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
| SdkUpdaterChooserDialog.java | 54 import org.eclipse.swt.widgets.Shell;
103 * @param parentShell The shell to use, typically updaterData.getWindowShell()
107 public SdkUpdaterChooserDialog(Shell parentShell,
310 * Creates the icon of the window shell.
|
| /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
| AvdSelector.java | 56 import org.eclipse.swt.widgets.Shell; [all...] |
| /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
| NativeHeapPanel.java | 61 import org.eclipse.swt.widgets.Shell; 207 Shell shell = Display.getDefault().getActiveShell(); 208 ProgressMonitorDialog d = new ProgressMonitorDialog(shell); 218 MessageDialog.openError(shell, 226 MessageDialog.openInformation(shell, "Symbol Resolution Status", 573 Shell shell = Display.getDefault().getActiveShell(); local 574 ProgressMonitorDialog d = new ProgressMonitorDialog(shell); 581 MessageDialog.openError(shell, [all...] |
| /development/scripts/app_engine_server/gae_shell/static/ |
| shell.js | 17 * Javascript code for the interactive AJAX shell. 21 * Includes a function (shell.runStatement) that sends the current python 22 * statement in the shell prompt text box to the server, and a callback 23 * (shell.done) that displays the results when the XmlHttpRequest returns. 25 * Also includes cross-browser code (shell.getXmlHttpRequest) to get an 30 * Shell namespace. 33 var shell = {} 36 * The shell history. history is an array of strings, ordered oldest to 46 shell.history = ['']; 49 * See {shell.history [all...] |
| /external/clang/include/clang/AST/ |
| Expr.h | [all...] |
| ExprObjC.h | [all...] |
| /external/srec/tests/ |
| Android.mk | 5 # Compiled grammars, TCP test scripts, audio data and shell scripts # 93 # Shell scripts for UAPI tests #
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
| AndroidJUnitLaunchConfigurationTab.java | 83 import org.eclipse.swt.widgets.Shell; 554 Shell shell = getShell(); local 579 SelectionDialog dialog = new TestSelectionDialog(shell, types); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
| LintPreferencePage.java | 64 import org.eclipse.swt.widgets.Shell; 410 Shell shell = getShell(); local 411 if (!shell.isDisposed()) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
| GLFramesView.java | 62 import org.eclipse.swt.widgets.Shell; 393 final Shell shell = this.getViewSite().getShell(); local 406 shell, "Contains Filter", 428 InputDialog inputDialog = new InputDialog(shell, 452 InputDialog inputDialog = new InputDialog(shell, 512 InputDialog dialog = new InputDialog(shell, "Port", "Debugger port",
|
| CodeGen.java | 26 import org.eclipse.swt.widgets.Shell; [all...] |
| /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/ |
| HierarchyViewerApplication.java | 87 import org.eclipse.swt.widgets.Shell; 152 super(null /*shell*/); 160 protected void configureShell(Shell shell) { 161 super.configureShell(shell); 162 shell.setText(APP_NAME); 165 shell.setImage(image); [all...] |