| /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) {
|
| /frameworks/base/packages/Shell/ |
| Android.mk | 10 LOCAL_PACKAGE_NAME := Shell
|
| /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) {
|
| /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
|
| PropertyTooltipProvider.java | 21 import org.eclipse.swt.widgets.Shell; 53 * Shows tooltip {@link Shell}. 55 public void show(Shell shell) { 56 shell.setVisible(true);
|
| PropertyTableTooltipHelper.java | 19 import org.eclipse.swt.widgets.Shell; 32 private Shell m_tooltip; 143 // create Shell 145 m_tooltip = new Shell(m_table.getShell(), SWT.NO_FOCUS | SWT.ON_TOP | SWT.TOOL | SWT.SINGLE); 155 // show Shell
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
| MonitorApplication.java | 36 import org.eclipse.swt.widgets.Shell; 67 boolean install = MessageDialog.openQuestion(new Shell(display), 74 AdtUpdateDialog window = new AdtUpdateDialog(new Shell(display), sdkLog, sdkPath); 82 stats.checkUserPermissionForPing(new Shell(display)); 150 sdkLocation = getSdkLocationFromUser(new Shell(display)); 171 private String getSdkLocationFromUser(Shell shell) { 172 SdkLocationChooserDialog dlg = new SdkLocationChooserDialog(shell);
|
| /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,
|
| TextDialog.java | 19 import org.eclipse.swt.widgets.Shell; 41 public TextDialog(Shell parentShell, 108 protected void configureShell(Shell newShell) {
|
| ResizableDialog.java | 20 import org.eclipse.swt.widgets.Shell; 31 * Key for accessing {@link Dialog} from its {@link Shell}. 55 public ResizableDialog(Shell parentShell, AbstractUIPlugin plugin) { 101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell(); 213 // Shell 217 protected void configureShell(Shell newShell) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
| StringXmlPropertyDialog.java | 22 import org.eclipse.swt.widgets.Shell; 27 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception {
|
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/ |
| StringPropertyDialog.java | 19 import org.eclipse.swt.widgets.Shell; 54 public StringPropertyDialog(Shell parentShell, Property property) throws Exception { 120 // Shell 124 protected void configureShell(Shell newShell) {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| InputDensityDialog.java | 30 import org.eclipse.swt.widgets.Shell; 43 InputDensityDialog(Shell parentShell) { 110 protected void configureShell(Shell shell) { 111 super.configureShell(shell); 112 shell.setText("Choose Density");
|
| /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...] |
| PointTestCases.java | 24 import org.eclipse.swt.widgets.Shell; 56 super(null, null, new Shell(), 0);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| ExportScreenshotAction.java | 26 import org.eclipse.swt.widgets.Shell; 45 Shell shell = AdtPlugin.getShell(); local 50 FileDialog dialog = new FileDialog(shell, SWT.SAVE); 79 MessageDialog.openError(shell, "Error", "Image not available");
|
| GestureToolTip.java | 27 import org.eclipse.swt.widgets.Shell; 58 /** The shell holding the tooltip */ 59 private Shell mShell; 95 mShell = new Shell(parent.getShell(), SWT.ON_TOP | SWT.TOOL | SWT.NO_FOCUS);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
| ExportAction.java | 30 import org.eclipse.swt.widgets.Shell; 37 private Shell mShell;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
| RenameResourceWizard.java | 34 import org.eclipse.swt.widgets.Shell; 75 * @param shell the shell to parent the dialog to 84 @NonNull Shell shell, 98 if (!show(refactoring, processor, shell, type, canClear)) { 114 * @param parent the parent shell 125 @NonNull Shell parent,
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
| WelcomeWizard.java | 29 import org.eclipse.swt.widgets.Shell; 164 // Get a shell to use for the SDK installation. There are cases where getActiveShell 167 Shell shell = display.getActiveShell(); local 168 if (shell == null) { 172 shell = window.getShell(); 176 if (shell == null) { 177 shell = new Shell(display); 178 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog") [all...] |
| /external/openssh/contrib/caldera/ |
| openssh.spec | 39 Summary : OpenSSH free Secure Shell (SSH) implementation. 40 Summary(de) : OpenSSH - freie Implementation der Secure Shell (SSH). 41 Summary(es) : OpenSSH implementaci?n libre de Secure Shell (SSH). 42 Summary(fr) : Impl?mentation libre du shell s?curis? OpenSSH (SSH). 43 Summary(it) : Implementazione gratuita OpenSSH della Secure Shell. 44 Summary(pt) : Implementa??o livre OpenSSH do protocolo 'Secure Shell' (SSH). 45 Summary(pt_BR) : Implementa??o livre OpenSSH do protocolo Secure Shell (SSH). 70 Summary : OpenSSH Secure Shell protocol server (sshd). 71 Summary(de) : OpenSSH Secure Shell Protocol-Server (sshd). 72 Summary(es) : Servidor del protocolo OpenSSH Secure Shell (sshd) [all...] |