/external/v8/src/ |
D | d8.cc | 104 return Shell::ReadFromStdin(); in Prompt() 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 …]
|
D | d8-debug.cc | 72 Shell::ReportException(&try_catch); in HandleDebugEvent() 78 Shell::DebugMessageDetails(Handle<String>::Cast(event_json)); in HandleDebugEvent() 80 Shell::ReportException(&try_catch); in HandleDebugEvent() 96 Shell::ReportException(&try_catch); in HandleDebugEvent() 115 Shell::DebugCommandToJSONRequest(String::New(command)); in HandleDebugEvent() 117 Shell::ReportException(&try_catch); in HandleDebugEvent() 141 Shell::ReportException(&try_catch); in HandleDebugEvent() 147 Handle<Object> response_details = Shell::DebugMessageDetails(response); in HandleDebugEvent() 149 Shell::ReportException(&try_catch); in HandleDebugEvent() 282 Shell::DebugMessageDetails(Handle<String>::Cast(String::New(message))); in HandleMessageReceived() [all …]
|
D | d8-posix.cc | 451 Handle<Value> Shell::System(const Arguments& args) { in System() 525 Handle<Value> Shell::ChangeDirectory(const Arguments& args) { in ChangeDirectory() 542 Handle<Value> Shell::SetUMask(const Arguments& args) { in SetUMask() 601 Handle<Value> Shell::MakeDirectory(const Arguments& args) { in MakeDirectory() 624 Handle<Value> Shell::RemoveDirectory(const Arguments& args) { in RemoveDirectory() 639 Handle<Value> Shell::SetEnvironment(const Arguments& args) { in SetEnvironment() 661 Handle<Value> Shell::UnsetEnvironment(const Arguments& args) { in UnsetEnvironment() 677 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) { in AddOSMethods()
|
D | d8-windows.cc | 38 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) { in AddOSMethods()
|
D | d8-readline.cc | 141 Shell::GetCompletions(String::New(text), full_text); in CompletionGenerator()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Shell.java | 18 public class Shell implements Callback { class 40 public Shell(PrintWriter pw, PrintWriter err) { in Shell() method in Shell 45 public Shell(PrintStream ps, PrintStream errs) { in Shell() method in Shell 51 Shell s = new Shell(this.pw, this.err); in clone() 160 tableName = Shell.sql_quote_dbl(str); in set_table_name() 162 tableName = Shell.sql_quote(str); in set_table_name() 178 case Shell.MODE_Line: in newrow() 190 case Shell.MODE_Column: in newrow() 220 case Shell.MODE_Semi: in newrow() 221 case Shell.MODE_List: in newrow() [all …]
|
/external/openssh/contrib/caldera/ |
D | 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). 43 Summary(it) : Implementazione gratuita OpenSSH della Secure Shell. 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). 74 Summary(it) : Server OpenSSH per il protocollo Secure Shell (sshd). 76 Summary(pt_BR) : Servidor do protocolo Secure Shell OpenSSH (sshd). [all …]
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | UiUtils.java | 15 import org.eclipse.swt.widgets.Shell; 31 public static void openWarning(Shell parent, String title, String message) { in openWarning()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/ |
D | ResizableDialog.java | 20 import org.eclipse.swt.widgets.Shell; 55 public ResizableDialog(Shell parentShell, AbstractUIPlugin plugin) { in ResizableDialog() 101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell(); in getInitialLocation() 217 protected void configureShell(Shell newShell) { in configureShell()
|
D | TextDialog.java | 19 import org.eclipse.swt.widgets.Shell; 41 public TextDialog(Shell parentShell, in TextDialog() 108 protected void configureShell(Shell newShell) { in configureShell()
|
D | StringsDialog.java | 16 import org.eclipse.swt.widgets.Shell; 37 public StringsDialog(Shell parentShell, in StringsDialog()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/ |
D | StringPropertyDialog.java | 19 import org.eclipse.swt.widgets.Shell; 54 public StringPropertyDialog(Shell parentShell, Property property) throws Exception { in StringPropertyDialog() 124 protected void configureShell(Shell newShell) { in configureShell()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTooltipTextProvider.java | 15 import org.eclipse.swt.widgets.Shell; 54 public void show(Shell shell) { in show()
|
D | PropertyTableTooltipHelper.java | 19 import org.eclipse.swt.widgets.Shell; 32 private Shell m_tooltip; 145 m_tooltip = new Shell(m_table.getShell(), SWT.NO_FOCUS | SWT.ON_TOP | SWT.TOOL | SWT.SINGLE); in showTooltip()
|
D | PropertyTooltipProvider.java | 21 import org.eclipse.swt.widgets.Shell; 55 public void show(Shell shell) { in show()
|
D | HtmlTooltipHelper.java | 29 import org.eclipse.swt.widgets.Shell; 191 Shell shell = browser.getShell(); in expandShellToShowFullPage_Height() 314 Shell shell = label.getShell(); in createTooltipControl_Label()
|
/external/openssh/contrib/suse/ |
D | rc.config.sshd | 2 # Start the Secure Shell (SSH) Daemon?
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 523 sb.append(SQLite.Shell.sql_quote(tableNamePattern)); in getTables() 536 sb.append(SQLite.Shell.sql_quote(types[i].toLowerCase())); in getTables() 604 SQLite.Shell.sql_quote(tableNamePattern) + in getColumns() 741 SQLite.Shell.sql_quote(table) + ")")); in getBestRowIdentifier() 744 SQLite.Shell.sql_quote(table) + ")")); in getBestRowIdentifier() 789 SQLite.Shell.sql_quote(iname) + ")")); in getBestRowIdentifier() 871 SQLite.Shell.sql_quote(table) + ")")); in getPrimaryKeys() 908 SQLite.Shell.sql_quote(iname) + ")")); in getPrimaryKeys() 943 SQLite.Shell.sql_quote(table) + ")")); in getPrimaryKeys() 1034 SQLite.Shell.sql_quote(table) + ")")); in getImportedKeys() [all …]
|
D | 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]));
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CCombo3.java | 27 import org.eclipse.swt.widgets.Shell; 44 private final Shell m_popup; 78 Shell shell = getShell(); in CCombo3() 79 m_popup = new Shell(shell, SWT.NONE); in CCombo3()
|
D | CTableCombo.java | 30 import org.eclipse.swt.widgets.Shell; 49 protected Shell m_popup; 68 final Shell shell = getShell(); in init() 69 m_popup = new Shell(shell, SWT.NONE); in init()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/ |
D | DesignerPlugin.java | 23 import org.eclipse.swt.widgets.Shell; 150 public static Shell getShell() { in getShell()
|
/external/e2fsprogs/lib/ss/ |
D | ss_err.et | 34 "Shell escapes are disabled"
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.compat | 19 VALUE Service-Type Shell-User 6
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 178 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr() argument 179 : ExplicitCastExpr(SC, Shell, PathSize) { } in CXXNamedCastExpr() 1043 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize) in CXXFunctionalCastExpr() argument 1044 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize) { } in CXXFunctionalCastExpr() 1433 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr() argument 1434 : Expr(CXXScalarValueInitExprClass, Shell) { } in CXXScalarValueInitExpr() 1508 explicit CXXNewExpr(EmptyShell Shell) in CXXNewExpr() argument 1509 : Expr(CXXNewExprClass, Shell), SubExprs(0) { } in CXXNewExpr() 1673 explicit CXXDeleteExpr(EmptyShell Shell) in CXXDeleteExpr() argument 1674 : Expr(CXXDeleteExprClass, Shell), OperatorDelete(0), Argument(0) { } in CXXDeleteExpr() [all …]
|