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

1 2 3 4 5 6 7

  /external/v8/src/
d8-windows.cc 38 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {
d8.cc 104 return Shell::ReadFromStdin();
109 CounterMap* Shell::counter_map_;
110 i::OS::MemoryMappedFile* Shell::counters_file_ = NULL;
111 CounterCollection Shell::local_counters_;
112 CounterCollection* Shell::counters_ = &local_counters_;
113 i::Mutex* Shell::context_mutex_(i::OS::CreateMutex());
114 Persistent<Context> Shell::utility_context_;
117 LineEditor* Shell::console = NULL;
118 Persistent<Context> Shell::evaluation_context_;
119 ShellOptions Shell::options
    [all...]
d8-debug.cc 72 Shell::ReportException(&try_catch);
78 Shell::DebugMessageDetails(Handle<String>::Cast(event_json));
80 Shell::ReportException(&try_catch);
96 Shell::ReportException(&try_catch);
115 Shell::DebugCommandToJSONRequest(String::New(command));
117 Shell::ReportException(&try_catch);
141 Shell::ReportException(&try_catch);
147 Handle<Object> response_details = Shell::DebugMessageDetails(response);
149 Shell::ReportException(&try_catch);
282 Shell::DebugMessageDetails(Handle<String>::Cast(String::New(message)))
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
UiUtils.java 15 import org.eclipse.swt.widgets.Shell;
31 public static void openWarning(Shell parent, String title, String message) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
StringXmlPropertyDialog.java 18 import org.eclipse.swt.widgets.Shell;
23 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
WizardDialogEx.java 23 import org.eclipse.swt.widgets.Shell;
31 * @see WizardDialog#WizardDialog(Shell, IWizard)
33 public WizardDialogEx(Shell parentShell, IWizard newWizard) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/repository/
AvdManagerWindow.java 23 import org.eclipse.swt.widgets.Shell;
72 * @param parentShell Parent shell.
79 Shell parentShell,
SdkUpdaterWindow.java 23 import org.eclipse.swt.widgets.Shell;
75 * @param parentShell Parent shell.
82 Shell parentShell,
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/actions/
AboutAction.java 29 import org.eclipse.swt.widgets.Shell;
37 private Shell mShell;
39 private AboutAction(Shell shell) {
41 this.mShell = shell;
49 public static AboutAction getAction(Shell shell) {
51 sAction = new AboutAction(shell);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
CapturePSDAction.java 26 import org.eclipse.swt.widgets.Shell;
34 private Shell mShell;
36 private CapturePSDAction(Shell shell) {
38 this.mShell = shell;
46 public static CapturePSDAction getAction(Shell shell) {
48 sAction = new CapturePSDAction(shell);
DisplayViewAction.java 26 import org.eclipse.swt.widgets.Shell;
34 private Shell mShell;
36 private DisplayViewAction(Shell shell) {
38 this.mShell = shell;
46 public static DisplayViewAction getAction(Shell shell) {
48 sAction = new DisplayViewAction(shell);
LoadOverlayAction.java 26 import org.eclipse.swt.widgets.Shell;
34 private Shell mShell;
36 private LoadOverlayAction(Shell shell) {
38 this.mShell = shell;
46 public static LoadOverlayAction getAction(Shell shell) {
48 sAction = new LoadOverlayAction(shell);
SavePixelPerfectAction.java 26 import org.eclipse.swt.widgets.Shell;
34 private Shell mShell;
36 private SavePixelPerfectAction(Shell shell) {
38 this.mShell = shell;
46 public static SavePixelPerfectAction getAction(Shell shell) {
48 sAction = new SavePixelPerfectAction(shell);
SaveTreeViewAction.java 26 import org.eclipse.swt.widgets.Shell;
34 private Shell mShell;
36 private SaveTreeViewAction(Shell shell) {
38 this.mShell = shell;
46 public static SaveTreeViewAction getAction(Shell shell) {
48 sAction = new SaveTreeViewAction(shell);
  /external/javasqlite/src/main/java/SQLite/
Shell.java 8 * SQLite command line shell. This is a partial reimplementaion
9 * of sqlite/src/shell.c and can be invoked by:<P>
12 * java SQLite.Shell [OPTIONS] database [SHELLCMD]
18 public class Shell implements Callback {
40 public Shell(PrintWriter pw, PrintWriter err) {
45 public Shell(PrintStream ps, PrintStream errs) {
51 Shell s = new Shell(this.pw, this.err);
160 tableName = Shell.sql_quote_dbl(str);
162 tableName = Shell.sql_quote(str)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipTextProvider.java 15 import org.eclipse.swt.widgets.Shell;
54 public void show(Shell shell) {
55 // do nothing, Shell will be displayed when Browser will complete rendering
  /sdk/ddms/app/src/com/android/ddms/
AboutDialog.java 34 import org.eclipse.swt.widgets.Shell;
48 public AboutDialog(Shell parent) {
55 public AboutDialog(Shell parent, int style) {
63 Shell parent = getParent();
64 Shell shell = new Shell(parent, getStyle()); local
65 shell.setText("About...");
67 logoImage = loadImage(shell, "ddms-128.png"); //$NON-NLS-1$
68 createContents(shell);
    [all...]
DeviceCommandDialog.java 41 import org.eclipse.swt.widgets.Shell;
80 public DeviceCommandDialog(String command, String fileName, Shell parent) {
90 public DeviceCommandDialog(String command, String fileName, Shell parent,
103 Shell parent = getParent();
104 Shell shell = new Shell(parent, getStyle()); local
105 shell.setText("Remote Command");
108 mFont = findFont(shell.getDisplay());
109 createContents(shell);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
IUpdaterData.java 26 import org.eclipse.swt.widgets.Shell;
49 public abstract Shell getWindowShell();
UpdaterBaseDialog.java 30 import org.eclipse.swt.widgets.Shell;
42 protected UpdaterBaseDialog(Shell parentShell, UpdaterData updaterData, String title) {
54 * Initializes the shell with a 2-column Grid layout.
60 Shell shell = getShell(); local
61 setWindowImage(shell);
63 GridLayoutBuilder.create(shell).columns(2);
90 * Creates the icon of the window shell.
92 * @param shell The shell on which to put the ico
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTaskFactory.java 23 import org.eclipse.swt.widgets.Shell;
31 private final Shell mShell;
33 public ProgressTaskFactory(Shell shell) {
34 mShell = shell;
ProgressTask.java 22 import org.eclipse.swt.widgets.Shell;
39 public ProgressTask(Shell parent, String title) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
SwtBaseDialog.java 28 import org.eclipse.swt.widgets.Shell;
68 private Shell mShell;
73 * @param parent The parent's shell
76 public SwtBaseDialog(Shell parent, int swtStyle, String title) {
111 * Creates the shell for this dialog.
112 * The default shell has a size of 450x300, which is also its minimum size.
118 mShell = new Shell(getParent(), SWT.DIALOG_TRIM | SWT.RESIZE | SWT.APPLICATION_MODAL);
133 * Creates the content and attaches it to the current shell (cf. {@link #getShell()}).
182 * Returns the shell created by {@link #createShell()}.
183 * @return The current {@link Shell}
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
StringsDialog.java 16 import org.eclipse.swt.widgets.Shell;
37 public StringsDialog(Shell parentShell,
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SyncProgressHelper.java 27 import org.eclipse.swt.widgets.Shell;
51 * @param parentShell the parent shell for the progress dialog.
60 final Shell parentShell)

Completed in 568 milliseconds

1 2 3 4 5 6 7