| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
| ReferenceChooserDialog.java | 47 import org.eclipse.swt.widgets.Shell; 83 Shell parent) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| ProjectContentsPage.java | 44 import org.eclipse.swt.widgets.Shell; 268 private String promptUserForLocation(Shell shell) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
| StateViewPage.java | 50 import org.eclipse.swt.widgets.Shell; 145 final Shell shell = mTreeViewer.getTree().getShell(); local 146 FileDialog fd = new FileDialog(shell, SWT.SAVE); 169 ErrorDialog.openError(shell,
|
| GLFunctionTraceViewer.java | 77 import org.eclipse.swt.widgets.Shell; 248 public void setInput(Shell shell, String tracePath) { 249 ProgressMonitorDialog dlg = new ProgressMonitorDialog(shell); 255 MessageDialog.openError(shell, [all...] |
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
| CTableCombo.java | 30 import org.eclipse.swt.widgets.Shell; 49 protected Shell m_popup; 68 final Shell shell = getShell(); local 69 m_popup = new Shell(shell, SWT.NONE); 113 shell.addListener(comboEvents[i], shellListener); 118 shell.removeListener(comboEvents[i], shellListener);
|
| /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
|
| /build/target/product/ |
| mini.mk | 64 Shell \
|
| /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/uimodel/ |
| UiResourceAttributeNode.java | 57 import org.eclipse.swt.widgets.Shell; 151 * @param shell the parent shell 156 public String showDialog(@NonNull Shell shell, @Nullable String currentValue) { 169 ResourceChooser dlg = ResourceChooser.create(project, mType, data, shell) 178 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; 286 public DeviceChooserDialog(Shell parent, DeviceChooserResponse response, String packageName,
|
| /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; 613 Shell shell = LintViewPart.this.getSite().getShell(); local 614 PreferenceDialog dialog = new PreferenceDialog(shell, manager);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| ExportHelper.java | 56 import org.eclipse.swt.widgets.Shell; 348 Shell shell = Display.getCurrent().getActiveShell(); local 354 FileDialog fileDialog = new FileDialog(shell, SWT.SAVE);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
| DdmsPlugin.java | 53 import org.eclipse.swt.widgets.Shell; 193 Shell shell = display.getActiveShell(); 195 MessageDialog.openError(shell, tag, message); 197 MessageDialog.openWarning(shell, tag, message); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| OutlinePage.java | 107 import org.eclipse.swt.widgets.Shell; [all...] |
| LayoutCanvas.java | 87 import org.eclipse.swt.widgets.Shell; 393 Shell shell = getShell(); local 394 if (shell != null) { 395 org.eclipse.swt.graphics.Point size = shell.getSize(); 403 Shell shell = getShell(); local 404 if (shell != null) { 405 org.eclipse.swt.graphics.Point size = shell.getSize(); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
| XmlPropertyEditor.java | 70 import org.eclipse.swt.widgets.Shell; 336 Shell shell = AdtPlugin.getShell(); local 342 shell, 367 if (project != null && shell != null) { 368 RenameResourceWizard.renameResource(shell, project, 471 Shell shell = AdtPlugin.getShell(); local 475 shell);
|
| /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 | 82 import org.eclipse.swt.widgets.Shell; 553 Shell shell = getShell(); local 578 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 | 67 import org.eclipse.swt.widgets.Shell; 417 Shell shell = getShell(); local 418 if (!shell.isDisposed()) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
| AddTranslationDialog.java | 74 import org.eclipse.swt.widgets.Shell; 121 * @param parentShell the parent shell 124 public AddTranslationDialog(Shell parentShell, IProject project) {
|
| /external/icu4c/ |
| icudefs.mk | 14 # Shell to use 16 SHELL = /bin/sh 96 MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs 286 CURR_FULL_DIR?=$(shell pwd | sed 's/ /\\ /g') 288 CURR_SRCCODE_FULL_DIR?=$(shell pwd | sed 's/ /\\ /')
|