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

1 2 3 45

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 53 import org.eclipse.swt.widgets.Shell;
102 * @param parentShell The shell to use, typically updaterData.getWindowShell()
106 public SdkUpdaterChooserDialog(Shell parentShell,
309 * Creates the icon of the window shell.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 81 import org.eclipse.swt.widgets.Shell;
840 Shell shell = display.getActiveShell();
841 MessageDialog.openError(shell, title, message);
859 Shell shell = display.getActiveShell();
860 MessageDialog.openWarning(shell, title, message);
873 // get the current Display and Shell
880 Shell shell = display.getActiveShell()
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 53 import org.eclipse.swt.widgets.Shell;
    [all...]
AvdCreationDialog.java 69 import org.eclipse.swt.widgets.Shell;
211 * @param parentShell The parent shell.
218 protected AvdCreationDialog(Shell parentShell,
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapPanel.java 61 import org.eclipse.swt.widgets.Shell;
205 Shell shell = Display.getDefault().getActiveShell();
206 ProgressMonitorDialog d = new ProgressMonitorDialog(shell);
216 MessageDialog.openError(shell,
224 MessageDialog.openInformation(shell, "Symbol Resolution Status",
565 Shell shell = Display.getDefault().getActiveShell(); local
566 ProgressMonitorDialog d = new ProgressMonitorDialog(shell);
573 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...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
SampleView.java 62 import org.eclipse.swt.widgets.Shell;
450 final Shell shell = this.getViewSite().getShell(); local
463 shell, "Contains Filter",
487 InputDialog inputDialog = new InputDialog(shell,
513 InputDialog inputDialog = new InputDialog(shell,
576 InputDialog dialog = new InputDialog(shell, "Port", "Debugger port",
CodeGen.java 26 import org.eclipse.swt.widgets.Shell;
    [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 81 import org.eclipse.swt.widgets.Shell;
498 Shell shell = getShell(); local
523 SelectionDialog dialog = new TestSelectionDialog(shell, types);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
SampleView.java 62 import org.eclipse.swt.widgets.Shell;
441 final Shell shell = this.getViewSite().getShell(); local
454 shell, "Contains Filter",
478 InputDialog inputDialog = new InputDialog(shell,
504 InputDialog inputDialog = new InputDialog(shell,
567 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;
151 super(null /*shell*/);
159 protected void configureShell(Shell shell) {
160 super.configureShell(shell);
161 shell.setText(APP_NAME);
164 shell.setImage(image);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 75 import org.eclipse.swt.widgets.Shell;
499 Shell shell = display.getActiveShell();
500 if (MessageDialog.openQuestion(shell, "Android AVD Error",
577 // there seems to be some case where the shell will be null. (might be
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 63 #include <X11/Shell.h>
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 644 milliseconds

1 2 3 45