Searched refs:Shell (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/
H A Dd8-windows.cc38 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {
H A Dshell.h45 class Shell { class in namespace:v8::internal
H A Dd8.cc45 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
[all...]
H A Dd8-debug.cc71 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
[all...]
H A Dd8-posix.cc356 Shell::utility_context()->Global(),
458 Handle<Value> Shell::System(const Arguments& args) {
532 Handle<Value> Shell::ChangeDirectory(const Arguments& args) {
549 Handle<Value> Shell::SetUMask(const Arguments& args) {
608 Handle<Value> Shell::MakeDirectory(const Arguments& args) {
631 Handle<Value> Shell::RemoveDirectory(const Arguments& args) {
646 Handle<Value> Shell::SetEnvironment(const Arguments& args) {
668 Handle<Value> Shell::UnsetEnvironment(const Arguments& args) {
684 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {
H A Dd8.h114 class Shell: public i::AllStatic { class in namespace:v8
/external/javasqlite/src/main/java/SQLite/
H A DShell.java12 * java SQLite.Shell [OPTIONS] database [SHELLCMD]
18 public class Shell implements Callback { class in inherits:Callback
40 public Shell(PrintWriter pw, PrintWriter err) { method in class:Shell
45 public Shell(PrintStream ps, PrintStream errs) { method in class:Shell
51 Shell s = new Shell(this.pw, this.err);
160 tableName = Shell.sql_quote_dbl(str);
162 tableName = Shell.sql_quote(str);
178 case Shell.MODE_Line:
190 case Shell
[all...]
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.compat19 VALUE Service-Type Shell-User 6
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java523 sb.append(SQLite.Shell.sql_quote(tableNamePattern));
536 sb.append(SQLite.Shell.sql_quote(types[i].toLowerCase()));
604 SQLite.Shell.sql_quote(tableNamePattern) +
741 SQLite.Shell.sql_quote(table) + ")"));
744 SQLite.Shell.sql_quote(table) + ")"));
789 SQLite.Shell.sql_quote(iname) + ")"));
871 SQLite.Shell.sql_quote(table) + ")"));
908 SQLite.Shell.sql_quote(iname) + ")"));
943 SQLite.Shell.sql_quote(table) + ")"));
1034 SQLite.Shell
[all...]
H A 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
[all...]
/external/clang/include/clang/AST/
H A DExprCXX.h170 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
171 : ExplicitCastExpr(SC, Shell, PathSize) { }
941 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize)
942 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize) { }
1029 explicit CXXScalarValueInitExpr(EmptyShell Shell) argument
1030 : Expr(CXXScalarValueInitExprClass, Shell) { }
1108 explicit CXXNewExpr(EmptyShell Shell) argument
1109 : Expr(CXXNewExprClass, Shell), SubExprs(0) { }
1287 explicit CXXDeleteExpr(EmptyShell Shell)
1288 : Expr(CXXDeleteExprClass, Shell), OperatorDelet
1420 CXXPseudoDestructorExpr(EmptyShell Shell) argument
[all...]
H A DExpr.h1826 explicit ArraySubscriptExpr(EmptyShell Shell) argument
1827 : Expr(ArraySubscriptExprClass, Shell) { }
2457 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) argument
2458 : CastExpr(ImplicitCastExprClass, Shell, PathSize) { }
2519 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
2520 : CastExpr(SC, Shell, PathSize) { }
2553 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) argument
2554 : ExplicitCastExpr(CStyleCastExprClass, Shell, PathSize) { }
H A DExprObjC.h1073 explicit ObjCBridgedCastExpr(EmptyShell Shell) argument
1074 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0) { }
/external/srec/tests/
H A DAndroid.mk93 # Shell scripts for UAPI tests #
/external/webkit/Source/WebCore/plugins/gtk/
H A Dgtk2xtbin.c63 #include <X11/Shell.h>

Completed in 320 milliseconds