/external/v8/src/ |
d8-windows.cc | 38 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {
|
shell.h | 28 // A simple interactive shell. Enable with --shell. 45 class Shell {
|
d8.cc | 45 const char* Shell::kHistoryFileName = ".d8_history"; 46 const char* Shell::kPrompt = "d8> "; 91 CounterMap* Shell::counter_map_; 92 i::OS::MemoryMappedFile* Shell::counters_file_ = NULL; 93 CounterCollection Shell::local_counters_; 94 CounterCollection* Shell::counters_ = &local_counters_; 95 Persistent<Context> Shell::utility_context_; 96 Persistent<Context> Shell::evaluation_context_; 107 const char* Shell::ToCString(const v8::String::Utf8Value& value) { 113 bool Shell::ExecuteString(Handle<String> source [all...] |
d8-debug.cc | 71 Shell::ReportException(&try_catch); 77 Shell::DebugMessageDetails(Handle<String>::Cast(event_json)); 79 Shell::ReportException(&try_catch); 95 Shell::ReportException(&try_catch); 114 Shell::DebugCommandToJSONRequest(String::New(command)); 116 Shell::ReportException(&try_catch); 140 Shell::ReportException(&try_catch); 146 Handle<Object> response_details = Shell::DebugMessageDetails(response); 148 Shell::ReportException(&try_catch); 280 Shell::DebugMessageDetails(Handle<String>::Cast(String::New(message))) [all...] |
/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/internal/repository/ |
IUpdaterData.java | 25 import org.eclipse.swt.widgets.Shell; 46 public abstract Shell getWindowShell();
|
/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...] |
/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/tasks/ |
ProgressTask.java | 22 import org.eclipse.swt.widgets.Shell;
40 public ProgressTask(Shell parent, String title, ITask task) {
|
ProgressTaskFactory.java | 23 import org.eclipse.swt.widgets.Shell;
31 private final Shell mShell;
33 public ProgressTaskFactory(Shell shell) {
34 mShell = shell;
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/repository/ |
AvdManagerWindow.java | 24 import org.eclipse.swt.widgets.Shell;
72 * @param parentShell Parent shell.
79 Shell parentShell,
|
SdkUpdaterWindow.java | 26 import org.eclipse.swt.widgets.Shell;
78 * @param parentShell Parent shell.
85 Shell parentShell,
|
/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); 132 * Creates the content and attaches it to the current shell (cf. {@link #getShell()}). 181 * Returns the shell created by {@link #createShell()}. 182 * @return The current {@link Shell} [all...] |
GridDialog.java | 26 import org.eclipse.swt.widgets.Shell; 46 * @param parentShell the parent {@link Shell}. 50 public GridDialog(Shell parentShell, int numColumns, boolean makeColumnsEqualWidth) { 59 * passed to {@link #GridDialog(Shell, int, boolean)}.
|
/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)
|
ScreenShotDialog.java | 42 import org.eclipse.swt.widgets.Shell; 67 public ScreenShotDialog(Shell parent) { 75 public ScreenShotDialog(Shell parent, int style) { 86 Shell parent = getParent(); 87 Shell shell = new Shell(parent, getStyle()); local 88 shell.setText("Device Screen Capture"); 90 createContents(shell); 91 shell.pack() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SwtUtilsTest.java | 28 import org.eclipse.swt.widgets.Shell; 50 Shell shell = new Shell(); local 51 Display display = shell.getDisplay(); 106 Shell shell = new Shell(); local 107 Display display = shell.getDisplay(); 139 Shell shell = new Shell() local 174 Shell shell = new Shell(); local 329 Shell shell = new Shell(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
ExportAction.java | 29 import org.eclipse.swt.widgets.Shell; 36 private Shell mShell;
|