HomeSort by relevance Sort by last modified time
    Searched refs:Shell (Results 101 - 125 of 160) sorted by null

1 2 3 45 6 7

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventValueSelector.java 42 import org.eclipse.swt.widgets.Shell;
53 private Shell mParent;
54 private Shell mShell;
77 public EventValueSelector(Shell parent) {
166 mShell = new Shell(mParent, getStyle());
EventDisplayOptions.java 46 import org.eclipse.swt.widgets.Shell;
57 private Shell mParent;
58 private Shell mShell;
116 EventDisplayOptions(Shell parent) {
184 mShell = new Shell(mParent, getStyle());
    [all...]
  /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...]
JDBCResultSet.java 837 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
840 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1)));
880 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
884 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1)));
893 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[k]));
920 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
924 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[i]));
952 sb.append(SQLite.Shell.sql_quote_dbl(m.getColumnName(i + 1)));
958 sb.append(SQLite.Shell.sql_quote_dbl(uptable));
962 sb.append(SQLite.Shell.sql_quote_dbl(pkcols[i]))
    [all...]
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 95 import org.eclipse.swt.widgets.Shell;
271 private Shell mExplorerShell = null;
329 public HProfHandler(Shell parentShell) {
462 final Shell shell = new Shell(mDisplay, SWT.SHELL_TRIM); local
467 shell.setImage(ImageLoader.getLoader(this.getClass()).loadImage(mDisplay,
480 Shell activeShell = mDisplay.getActiveShell();
497 ClientData.setHprofDumpHandler(new HProfHandler(shell));
498 ClientData.setMethodProfilingHandler(new MethodProfilingHandler(shell));
    [all...]
PrefsDialog.java 55 import org.eclipse.swt.widgets.Shell;
283 public static void run(Shell shell) {
311 PreferenceDialog dlg = new PreferenceDialog(shell, prefMgr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 90 import org.eclipse.swt.widgets.Shell;
224 Shell shell = AdtPlugin.getDisplay().getActiveShell();
225 if (shell == null) {
231 shell);
262 Shell shell = AdtPlugin.getDisplay().getActiveShell();
263 if (shell == null) {
267 MarginChooser dialog = new MarginChooser(shell, editor, data, all, left, right,
361 Shell parent = AdtPlugin.getDisplay().getActiveShell()
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AddonSitesDialog.java 61 import org.eclipse.swt.widgets.Shell;
84 * @param parent The parent's shell
87 public AddonSitesDialog(Shell parent, UpdaterData updaterData) {
100 Shell shell = getShell(); local
101 shell.setMinimumSize(new Point(300, 300));
102 shell.setSize(600, 400);
104 TabFolder tabFolder = new TabFolder(shell, SWT.NONE);
117 Label label = new Label(shell, SWT.NONE);
487 Shell shell = getShell()
    [all...]
  /external/v8/src/
d8.h 261 class Shell {
263 class Shell : public i::AllStatic {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatFilterSettingsDialog.java 32 import org.eclipse.swt.widgets.Shell;
68 public LogCatFilterSettingsDialog(Shell parentShell) {
93 protected Control createDialogArea(Composite shell) {
97 Composite parent = (Composite) super.createDialogArea(shell);
255 /* save values from the widgets before the shell is closed. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
FragmentMenu.java 49 import org.eclipse.swt.widgets.Shell;
279 Shell shell = mCanvas.getShell(); local
286 systemRepository, shell);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 35 import org.eclipse.swt.widgets.Shell;
78 * @param shell The parent shell for the list.
84 public NewItemSelectionDialog(Shell shell, ILabelProvider labelProvider,
88 super(shell, labelProvider);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 42 import org.eclipse.swt.widgets.Shell;
122 * @param shell the parent shell to show error messages in
126 public static boolean runLintOnExport(Shell shell, IProject project) {
131 MessageDialog.openWarning(shell,
LintListDialog.java 39 import org.eclipse.swt.widgets.Shell;
61 LintListDialog(Shell parentShell, IFile file) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 36 import org.eclipse.swt.widgets.Shell;
74 public MarginChooser(Shell parent, GraphicalEditorPart editor, AndroidTargetData targetData, String all,
ReferenceChooserDialog.java 46 import org.eclipse.swt.widgets.Shell;
82 Shell parent) {
ResourceChooser.java 67 import org.eclipse.swt.widgets.Shell;
141 * @param parent the parent shell
146 Shell parent) {
511 Shell shell = AdtPlugin.getDisplay().getActiveShell(); local
512 if (shell == null) {
543 Shell shell = AdtPlugin.getDisplay().getActiveShell(); local
544 if (shell == null) {
547 NameValueDialog dialog = new NameValueDialog(shell, getFilter())
802 Shell shell = AdtPlugin.getDisplay().getActiveShell(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 42 import org.eclipse.swt.widgets.Shell;
73 public GLTraceOptionsDialog(Shell parentShell) {
79 protected Control createDialogArea(Composite shell) {
83 Composite parent = (Composite) super.createDialogArea(shell);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java 56 import org.eclipse.swt.widgets.Shell;
93 private Shell mWindowShell;
192 public void setWindowShell(Shell windowShell) {
197 public Shell getWindowShell() {
224 // We may not have any UI. Only display a dialog if there's a window shell available.
605 final Shell shell = getWindowShell(); local
606 if (shell != null && !shell.isDisposed()) {
607 shell.getDisplay().syncExec(new Runnable() {
647 final Shell shell = getWindowShell(); local
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 172 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
173 : ExplicitCastExpr(SC, Shell, PathSize) { }
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 48 import org.eclipse.swt.widgets.Shell;
70 private Shell m_popup;
269 * Create popup shell with table.
272 m_popup = new Shell(getShell(), SWT.BORDER);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 48 import org.eclipse.swt.widgets.Shell;
243 protected ConfigManagerDialog(Shell parentShell) {
254 protected void configureShell(Shell newShell) {
ConfigEditDialog.java 48 import org.eclipse.swt.widgets.Shell;
91 public ConfigEditDialog(Shell parentShell, FolderConfiguration config) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 40 import org.eclipse.swt.widgets.Shell;
93 AvdStartDialog(Shell parentShell, AvdInfo avd, String sdkLocation,
303 protected void configureShell(Shell newShell) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 50 import org.eclipse.swt.widgets.Shell;
134 public String showDialog(Shell shell, String currentValue) {
154 shell);
165 shell);

Completed in 722 milliseconds

1 2 3 45 6 7