/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/v8/src/ |
D | d8-debug.cc | 38 Shell::ReportException(isolate, &try_catch); in HandleDebugEvent() 44 Shell::DebugMessageDetails(isolate, Handle<String>::Cast(event_json)); in HandleDebugEvent() 46 Shell::ReportException(isolate, &try_catch); in HandleDebugEvent() 64 Shell::ReportException(isolate, &try_catch); in HandleDebugEvent() 82 Handle<Value> request = Shell::DebugCommandToJSONRequest( in HandleDebugEvent() 85 Shell::ReportException(isolate, &try_catch); in HandleDebugEvent() 109 Shell::ReportException(isolate, &try_catch); in HandleDebugEvent() 116 Shell::DebugMessageDetails(isolate, response); in HandleDebugEvent() 118 Shell::ReportException(isolate, &try_catch); in HandleDebugEvent()
|
D | d8.cc | 101 friend class Shell; 142 return Shell::ReadFromStdin(isolate_); in Prompt() 147 CounterMap* Shell::counter_map_; 148 base::OS::MemoryMappedFile* Shell::counters_file_ = NULL; 149 CounterCollection Shell::local_counters_; 150 CounterCollection* Shell::counters_ = &local_counters_; 151 base::Mutex Shell::context_mutex_; 152 const base::TimeTicks Shell::kInitialTicks = 154 Persistent<Context> Shell::utility_context_; 157 Persistent<Context> Shell::evaluation_context_; [all …]
|
D | d8-posix.cc | 440 void Shell::System(const v8::FunctionCallbackInfo<v8::Value>& args) { in System() 527 void Shell::ChangeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in ChangeDirectory() 549 void Shell::SetUMask(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetUMask() 617 void Shell::MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in MakeDirectory() 645 void Shell::RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in RemoveDirectory() 663 void Shell::SetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetEnvironment() 690 void Shell::UnsetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) { in UnsetEnvironment() 709 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) { in AddOSMethods()
|
D | d8-windows.cc | 11 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) { in AddOSMethods()
|
/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/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/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/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/ |
D | release.rake | 4 Bundler.ui = Bundler::UI::Shell.new(Thor::Shell::Basic.new)
|
/external/v8/tools/testrunner/network/ |
D | distro.py | 29 class Shell(object): class 59 shells[shell] = Shell(shell)
|
/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/openssh/contrib/suse/ |
D | rc.config.sshd | 2 # Start the Secure Shell (SSH) Daemon?
|
/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/clang/tools/clang-format-vs/ClangFormat/ |
D | ClangFormatPackage.cs | 16 using Microsoft.VisualStudio.Shell; 17 using Microsoft.VisualStudio.Shell.Interop;
|
/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
|