Home
last modified time | relevance | path

Searched defs:Shell (Results 1 – 9 of 9) 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/
DExprOpenMP.h76 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr()
DExprCXX.h202 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr()
712 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr()
1328 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize) in CXXFunctionalCastExpr()
1711 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr()
1788 explicit CXXNewExpr(EmptyShell Shell) in CXXNewExpr()
1968 explicit CXXDeleteExpr(EmptyShell Shell) in CXXDeleteExpr()
2100 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr()
DExpr.h2125 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr()
2818 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) in ImplicitCastExpr()
2883 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in ExplicitCastExpr()
2916 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr()
/external/vulkan-validation-layers/demos/smoke/
DGame.h29 class Shell; variable
DShell.cpp33 Shell::Shell(Game &game) in Shell() function in Shell
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls_test.py34 def Shell(self, cmd): member in _DummyAdb
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py286 def Shell(self, command, expect_status=0, timeout=_DEFAULT_TIMEOUT, member in AdbWrapper