| /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
| StaticPortEditDialog.java | 36 import org.eclipse.swt.widgets.Shell; 49 private Shell mParent; 51 private Shell mShell; 72 * @param parent The parent Shell 75 public StaticPortEditDialog(Shell parent, ArrayList<Integer> ports) { 83 * @param shell The parent shell 89 public StaticPortEditDialog(Shell shell, ArrayList<Integer> ports, 91 this(shell, ports) [all...] |
| StaticPortConfigDialog.java | 34 import org.eclipse.swt.widgets.Shell; 66 private Shell mShell; 67 private Shell mParent; 81 public StaticPortConfigDialog(Shell parent) { 127 mShell = new Shell(mParent, getStyle());
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| LintTooltip.java | 31 import org.eclipse.swt.widgets.Shell; 36 class LintTooltip extends Shell {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| ConvertToDpFix.java | 28 import org.eclipse.swt.widgets.Shell; 57 Shell shell = AdtPlugin.getShell(); local 58 InputDensityDialog densityDialog = new InputDensityDialog(shell);
|
| ColumnDialog.java | 33 import org.eclipse.swt.widgets.Shell; 45 public ColumnDialog(Shell parent, LintColumn[] fields, LintColumn[] selected) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
| DeviceViewAction.java | 14 import org.eclipse.swt.widgets.Shell; 57 Shell shell = Display.getDefault().getActiveShell(); local 58 GLTraceOptionsDialog dlg = new GLTraceOptionsDialog(shell, false, 70 MessageDialog.openError(shell, "Setup GL Trace", 77 new ProgressMonitorDialog(shell).run(true, true, new IRunnableWithProgress() { 89 CollectTraceAction.startTracing(shell, traceOptions, LOCAL_FORWARDED_PORT); 98 CollectTraceAction.openInEditor(shell, traceOptions.traceDestination);
|
| OpenGLTraceAction.java | 28 import org.eclipse.swt.widgets.Shell; 59 Shell shell = Display.getDefault().getActiveShell(); local 60 FileDialog fd = new FileDialog(shell, SWT.OPEN);
|
| /build/target/product/ |
| core_minimal.mk | 34 Shell \
|
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/ |
| DesignerPlugin.java | 23 import org.eclipse.swt.widgets.Shell; 37 * as resource loading, logging, obtaining a display and shell, etc. 125 // Display/Shell 148 * @return the {@link Shell} of active {@link IWorkbenchWindow}. 150 public static Shell getShell() {
|
| /external/ppp/pppd/plugins/radius/etc/ |
| dictionary.compat | 19 VALUE Service-Type Shell-User 6
|
| /external/v8/src/ |
| d8-posix.cc | 451 Handle<Value> Shell::System(const Arguments& args) { 525 Handle<Value> Shell::ChangeDirectory(const Arguments& args) { 542 Handle<Value> Shell::SetUMask(const Arguments& args) { 601 Handle<Value> Shell::MakeDirectory(const Arguments& args) { 624 Handle<Value> Shell::RemoveDirectory(const Arguments& args) { 639 Handle<Value> Shell::SetEnvironment(const Arguments& args) { 661 Handle<Value> Shell::UnsetEnvironment(const Arguments& args) { 677 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
| ConvertSwitchDialog.java | 34 import org.eclipse.swt.widgets.Shell; 56 * @param parentShell the parent shell 59 public ConvertSwitchDialog(Shell parentShell, String field) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
| LayoutCreatorDialog.java | 35 import org.eclipse.swt.widgets.Shell; 52 * @param parentShell the parent {@link Shell}. 56 public LayoutCreatorDialog(Shell parentShell, String fileName, FolderConfiguration config) {
|
| LocaleMenuListener.java | 33 import org.eclipse.swt.widgets.Shell; 69 Shell shell = mConfigChooser.getShell(); local 70 AddTranslationDialog dialog = new AddTranslationDialog(shell, project);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
| OpenWizardAction.java | 28 import org.eclipse.swt.widgets.Shell; 140 Shell parent = window.getShell();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
| LogCatMonitorDialog.java | 33 import org.eclipse.swt.widgets.Shell; 55 public LogCatMonitorDialog(Shell parentShell) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
| HierarchyViewerPlugin.java | 29 import org.eclipse.swt.widgets.Shell; 107 Shell shell = Display.getDefault().getActiveShell(); 109 MessageDialog.openError(shell, tag, message); 111 MessageDialog.openWarning(shell, tag, message);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
| SdkLocationChooserDialog.java | 36 import org.eclipse.swt.widgets.Shell; 49 public SdkLocationChooserDialog(Shell parentShell) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| SelectionManagerTest.java | 21 import org.eclipse.swt.widgets.Shell; 29 LayoutCanvas canvas = new LayoutCanvas(null, null, new Shell(), 0);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/ |
| AndroidTypeMoveParticipantTest.java | 35 import org.eclipse.swt.widgets.Shell; 127 Shell parent = AdtPlugin.getShell();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
| FlagXmlPropertyDialog.java | 37 import org.eclipse.swt.widgets.Shell; 58 @NonNull Shell parentShell, 71 protected void configureShell(Shell newShell) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| ProjectChooserHelper.java | 37 import org.eclipse.swt.widgets.Shell; 46 private final Shell mParentShell; 110 * @param parentShell the parent {@link Shell} for the dialog. 113 public ProjectChooserHelper(Shell parentShell, IProjectChooserFilter filter) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
| NdkDebuggerTab.java | 43 import org.eclipse.swt.widgets.Shell; 100 Shell shell = ((Control) e.getSource()).getShell(); 102 browseForGdb(shell); 104 browseForGdbInit(shell); 185 private void addSolib(Shell shell) { 186 DirectoryDialog dd = new DirectoryDialog(shell); 198 private void browseForGdb(Shell shell) { [all...] |
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
| HtmlTooltipHelper.java | 29 import org.eclipse.swt.widgets.Shell; 191 Shell shell = browser.getShell(); local 200 shell.setSize(shell.getSize().x, useHeight); 207 Point size = shell.getSize(); 208 shell.setSize(size.x, size.y + delta + 1); 215 Point size = shell.getSize(); 216 shell.setSize(offsetWidth + ((EnvironmentUtils.IS_MAC) ? 6 : 10), size.y); 221 if (shell.getSize().y < 30) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
| UiFlagAttributeNode.java | 42 import org.eclipse.swt.widgets.Shell; 160 public String showDialog(Shell shell, String currentValue) { 162 shell, currentValue.trim().split("\\s*\\|\\s*")); //$NON-NLS-1$ 191 public FlagSelectionDialog(Shell parentShell, String[] currentNames) {
|