Home
last modified time | relevance | path

Searched defs:Shell (Results 1 – 13 of 13) 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.h218 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr()
749 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr()
1409 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize) in CXXFunctionalCastExpr()
1780 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr()
1857 explicit CXXNewExpr(EmptyShell Shell) in CXXNewExpr()
2037 explicit CXXDeleteExpr(EmptyShell Shell) in CXXDeleteExpr()
2169 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr()
DExpr.h2084 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr()
2744 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) in ImplicitCastExpr()
2812 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in ExplicitCastExpr()
2847 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize) in CStyleCastExpr()
/external/vulkan-validation-layers/demos/smoke/
DGame.h23 class Shell; variable
DShell.cpp27 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/libmojo/third_party/catapult/devil/devil/utils/
Dmock_calls_test.py34 def Shell(self, cmd): member in _DummyAdb
/external/toolchain-utils/automation/common/
Dcommand.py10 class Shell(object): class
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dadb_wrapper.py400 def Shell(self, command, expect_status=0, timeout=DEFAULT_TIMEOUT, member in AdbWrapper
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py467 def Shell(self, command, expect_status=0, timeout=DEFAULT_TIMEOUT, member in AdbWrapper
/external/python/cpython2/Lib/lib-tk/
DTix.py1378 class Shell(TixWidget): class