Searched defs:Shell (Results 1 - 7 of 7) sorted by relevance

/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/v8/src/
H A Dd8.h261 class Shell { class in namespace:v8
263 class Shell : public i::AllStatic {
/external/clang/include/clang/AST/
H A DExprCXX.h172 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
173 : ExplicitCastExpr(SC, Shell, PathSize) { }
1017 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize)
1018 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize) { }
1402 explicit CXXScalarValueInitExpr(EmptyShell Shell) argument
1403 : Expr(CXXScalarValueInitExprClass, Shell) { }
1476 explicit CXXNewExpr(EmptyShell Shell) argument
1477 : Expr(CXXNewExprClass, Shell), SubExprs(0) { }
1641 explicit CXXDeleteExpr(EmptyShell Shell)
1642 : Expr(CXXDeleteExprClass, Shell), OperatorDelet
[all...]
H A DExprObjC.h1514 explicit ObjCBridgedCastExpr(EmptyShell Shell) argument
1515 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0) { }
H A DExpr.h1958 explicit ArraySubscriptExpr(EmptyShell Shell) argument
1959 : Expr(ArraySubscriptExprClass, Shell) { }
2620 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) argument
2621 : CastExpr(ImplicitCastExprClass, Shell, PathSize) { }
2688 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) argument
2689 : CastExpr(SC, Shell, PathSize) { }
2722 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) argument
2723 : ExplicitCastExpr(CStyleCastExprClass, Shell, PathSize) { }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 114 milliseconds