Home
last modified time | relevance | path

Searched defs:Shell (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/testrunner/network/
Ddistro.py29 class Shell(object): class
/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
/external/clang/include/clang/AST/
DExprCXX.h202 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr()
1253 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize) in CXXFunctionalCastExpr()
1598 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr()
1673 explicit CXXNewExpr(EmptyShell Shell) in CXXNewExpr()
1845 explicit CXXDeleteExpr(EmptyShell Shell) in CXXDeleteExpr()
1977 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr()
DExpr.h2085 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr()
2771 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) in ImplicitCastExpr()
2836 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in ExplicitCastExpr()
2869 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr()