Searched defs:Shell (Results 1 - 7 of 7) sorted by relevance
/external/javasqlite/src/main/java/SQLite/ |
H A D | Shell.java | 12 * 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/v8/src/ |
H A D | d8.h | 261 class Shell { class in namespace:v8 263 class Shell : public i::AllStatic {
|
/external/clang/include/clang/AST/ |
H A D | ExprCXX.h | 178 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument 179 : ExplicitCastExpr(SC, Shell, PathSize) { } 1043 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize) 1044 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize) { } 1433 explicit CXXScalarValueInitExpr(EmptyShell Shell) argument 1434 : Expr(CXXScalarValueInitExprClass, Shell) { } 1508 explicit CXXNewExpr(EmptyShell Shell) argument 1509 : Expr(CXXNewExprClass, Shell), SubExprs(0) { } 1673 explicit CXXDeleteExpr(EmptyShell Shell) 1674 : Expr(CXXDeleteExprClass, Shell), OperatorDelet [all...] |
H A D | ExprObjC.h | 1510 explicit ObjCBridgedCastExpr(EmptyShell Shell) argument 1511 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0) { }
|
H A D | Expr.h | 1970 explicit ArraySubscriptExpr(EmptyShell Shell) argument 1971 : Expr(ArraySubscriptExprClass, Shell) { } 2632 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) argument 2633 : CastExpr(ImplicitCastExprClass, Shell, PathSize) { } 2700 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument 2701 : CastExpr(SC, Shell, PathSize) { } 2734 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) argument 2735 : ExplicitCastExpr(CStyleCastExprClass, Shell, PathSize) { }
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 396 milliseconds