| /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
| SystraceOptionsDialogV2.java | 37 import org.eclipse.swt.widgets.Shell; 68 public SystraceOptionsDialogV2(Shell parentShell, List<SystraceTag> tags) { 218 private String openBrowseDialog(Shell parentShell) {
|
| DeviceView.java | 77 import org.eclipse.swt.widgets.Shell; 103 private Shell mParentShell; 127 HProfHandler(Shell parentShell) { 371 Shell shell = display.getActiveShell(); 372 MessageDialog.openError(shell, Messages.DeviceView_ADB_Error, 462 Shell shell = display.getActiveShell(); 463 MessageDialog.openError(shell, 470 Shell shell = display.getActiveShell() [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
| TraceviewEditor.java | 55 import org.eclipse.swt.widgets.Shell; 104 Shell shell = getSite().getShell(); local 112 SaveAsDialog dialog = new SaveAsDialog(shell); 141 if (copy(shell, fileEditorInput.getURI(), file.getLocationURI()) == null) { 157 FileDialog dialog = new FileDialog(shell, SWT.SAVE); 173 shell, 188 IFileStore destFileStore = copy(shell, fileStoreEditorInput.getURI(), localFile.toURI()); 202 private IFileStore copy(Shell shell, URI source, URI dest) [all...] |
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
| CCombo3.java | 27 import org.eclipse.swt.widgets.Shell; 44 private final Shell m_popup; 76 // create popup Shell 78 Shell shell = getShell(); local 79 m_popup = new Shell(shell, SWT.NONE);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
| UiActions.java | 28 import org.eclipse.swt.widgets.Shell; 67 public void doAdd(UiElementNode uiNode, Shell shell) { 68 doAdd(uiNode, null /* descriptorFilters */, shell, new UiModelTreeLabelProvider()); 79 Shell shell, ILabelProvider labelProvider) { 87 shell, 141 public void doRemove(final List<UiElementNode> nodes, Shell shell) { 155 if (MessageDialog.openQuestion(shell, [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
| CollectTraceAction.java | 39 import org.eclipse.swt.widgets.Shell; 98 Shell shell = Display.getDefault().getActiveShell(); local 99 GLTraceOptionsDialog dlg = new GLTraceOptionsDialog(shell); 115 MessageDialog.openError(shell, "GL Trace", 125 MessageDialog.openError(shell, "Setup GL Trace", 136 MessageDialog.openError(shell, "Setup GL Trace", 143 startTracing(shell, traceOptions, LOCAL_FORWARDED_PORT); 149 openInEditor(shell, traceOptions.traceDestination); 152 public static void openInEditor(Shell shell, String traceFilePath) [all...] |
| GLTraceCollectorDialog.java | 35 import org.eclipse.swt.widgets.Shell; 54 protected GLTraceCollectorDialog(Shell parentShell, TraceFileWriter traceFileWriter,
|
| GLTraceOptionsDialog.java | 41 import org.eclipse.swt.widgets.Shell; 82 public GLTraceOptionsDialog(Shell parentShell) { 91 public GLTraceOptionsDialog(Shell parentShell, boolean allowAppSelection, 103 protected Control createDialogArea(Composite shell) { 107 Composite parent = (Composite) super.createDialogArea(shell);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
| SdkManagerAction.java | 41 import org.eclipse.swt.widgets.Shell; 96 public CloseableProgressMonitorDialog(Shell parent) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
| ConvertSwitchQuickFixProcessor.java | 38 import org.eclipse.swt.widgets.Shell; 188 Shell shell = AdtPlugin.getShell(); local 189 ConvertSwitchDialog dialog = new ConvertSwitchDialog(shell, mExpression);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| LintTooltipManager.java | 30 import org.eclipse.swt.widgets.Shell; 40 private Shell mTip = null;
|
| PlayAnimationMenu.java | 41 import org.eclipse.swt.widgets.Shell; 232 Shell parent = mCanvas.getShell();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| EclipseLintRunner.java | 32 import org.eclipse.swt.widgets.Shell; 154 * @param shell the parent shell to show error messages in 158 public static boolean runLintOnExport(Shell shell, IProject project) { 163 MessageDialog.openWarning(shell,
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
| AndroidPreferencePage.java | 36 import org.eclipse.swt.widgets.Shell; 263 Shell parent = getShell();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
| LogCatMonitor.java | 33 import org.eclipse.swt.widgets.Shell; 247 private boolean promptUserOnce(Shell shell) { 254 LogCatMonitorDialog dlg = new LogCatMonitorDialog(shell);
|
| /external/javasqlite/src/main/java/SQLite/JDBC2z/ |
| JDBCDatabaseMetaData.java | 523 sb.append(SQLite.Shell.sql_quote(tableNamePattern)); 536 sb.append(SQLite.Shell.sql_quote(types[i].toLowerCase())); 604 SQLite.Shell.sql_quote(tableNamePattern) + 741 SQLite.Shell.sql_quote(table) + ")")); 744 SQLite.Shell.sql_quote(table) + ")")); 789 SQLite.Shell.sql_quote(iname) + ")")); 871 SQLite.Shell.sql_quote(table) + ")")); 908 SQLite.Shell.sql_quote(iname) + ")")); 943 SQLite.Shell.sql_quote(table) + ")")); 1034 SQLite.Shell.sql_quote(table) + ")")) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
| ResourceChooser.java | 71 import org.eclipse.swt.widgets.Shell; 147 * @param parent the parent shell 154 @NonNull Shell parent) { 185 Shell parent = editor.getCanvasControl().getShell(); 210 * @param parent the target shell 218 @NonNull Shell parent) { 644 Shell shell = AdtPlugin.getShell(); local 645 if (shell == null) { 677 Shell shell = AdtPlugin.getShell() local [all...] |
| /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/connectivity/network/BasicNetworkDemo/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/connectivity/network/NetworkConnect/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/connectivity/sync/BasicSyncAdapter/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/content/contacts/BasicContactables/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/content/multiuser/AppRestrictions/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/input/gestures/BasicGestureDetect/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|
| /developers/samples/android/input/multitouch/BasicMultitouch/ |
| gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
|