Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 25 of 204) sorted by relevance

123456789

/external/javasqlite/src/main/java/SQLite/
DShell.java18 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/
Dd8-debug.cc38 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()
Dd8.cc101 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 …]
Dd8-posix.cc440 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()
Dd8-windows.cc11 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) { in AddOSMethods()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
DResizableDialog.java20 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()
DTextDialog.java19 import org.eclipse.swt.widgets.Shell;
41 public TextDialog(Shell parentShell, in TextDialog()
108 protected void configureShell(Shell newShell) { in configureShell()
DStringsDialog.java16 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/
DUiUtils.java15 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/
DStringPropertyDialog.java19 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/
DPropertyTooltipTextProvider.java15 import org.eclipse.swt.widgets.Shell;
54 public void show(Shell shell) { in show()
DPropertyTableTooltipHelper.java19 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()
DPropertyTooltipProvider.java21 import org.eclipse.swt.widgets.Shell;
55 public void show(Shell shell) { in show()
DHtmlTooltipHelper.java29 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/
Drelease.rake4 Bundler.ui = Bundler::UI::Shell.new(Thor::Shell::Basic.new)
/external/v8/tools/testrunner/network/
Ddistro.py29 class Shell(object): class
59 shells[shell] = Shell(shell)
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java523 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 …]
DJDBCResultSet.java837 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/
DCCombo3.java27 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()
DCTableCombo.java30 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/
Drc.config.sshd2 # Start the Secure Shell (SSH) Daemon?
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DDesignerPlugin.java23 import org.eclipse.swt.widgets.Shell;
150 public static Shell getShell() { in getShell()
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs16 using Microsoft.VisualStudio.Shell;
17 using Microsoft.VisualStudio.Shell.Interop;
/external/e2fsprogs/lib/ss/
Dss_err.et34 "Shell escapes are disabled"
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.compat19 VALUE Service-Type Shell-User 6

123456789