Searched defs:Shell (Results 1 – 9 of 9) sorted by relevance
/external/v8/tools/testrunner/network/ |
D | distro.py | 29 class Shell(object): class
|
/external/javasqlite/src/main/java/SQLite/ |
D | Shell.java | 18 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/ |
D | ExprOpenMP.h | 76 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr()
|
D | ExprCXX.h | 202 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()
|
D | Expr.h | 2125 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/ |
D | Game.h | 29 class Shell; variable
|
D | Shell.cpp | 33 Shell::Shell(Game &game) in Shell() function in Shell
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | mock_calls_test.py | 34 def Shell(self, cmd): member in _DummyAdb
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | adb_wrapper.py | 286 def Shell(self, command, expect_status=0, timeout=_DEFAULT_TIMEOUT, member in AdbWrapper
|