HomeSort by relevance Sort by last modified time
    Searched defs:Shell (Results 1 - 25 of 41) sorted by null

1 2

  /external/v8/tools/testrunner/network/
distro.py 29 class Shell(object):
30 def __init__(self, shell):
31 self.shell = shell
57 shell = s.shell()
58 if not shell in shells:
59 shells[shell] = Shell(shell)
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Shell.h 35 class Shell {
37 Shell(const Shell &sh) = delete;
38 Shell &operator=(const Shell &sh) = delete;
39 virtual ~Shell() {}
87 Shell(Game &game);
129 Shell *shell = reinterpret_cast<Shell *>(user_data) local
    [all...]
Shell.cpp 30 #include "Shell.h"
33 Shell::Shell(Game &game)
50 void Shell::log(LogPriority priority, const char *msg)
56 void Shell::init_vk()
67 void Shell::cleanup_vk()
75 bool Shell::debug_report_callback(VkDebugReportFlagsEXT flags,
101 void Shell::assert_all_instance_layers() const
121 void Shell::assert_all_instance_extensions() const
141 bool Shell::has_all_device_layers(VkPhysicalDevice phy) cons
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls_test.py 34 def Shell(self, cmd):
66 self.assertEquals(self.adb.Shell,
67 self.call_target(self.call.adb.Shell))
88 with self.patch_call(self.call.adb.Shell, return_value='hello'):
89 self.assertEquals('hello', self.adb.Shell('echo hello'))
96 with self.patch_call(self.call.adb.Shell, side_effect=ValueError):
98 self.adb.Shell('echo hello')
129 self.call.adb.Shell('echo hello'), self.ShellError()):
131 self.adb.Shell('echo hello')
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
gmaven-runtime-api-1.5.jar 
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 93 """Determine if a line read from stdout in persistent shell is extraneous.
95 The results output to stdout by the persistent shell process
97 not part of the output of the shell command. These "extraneous" lines
98 do not always appear and are of two forms: shell prompt lines and lines
105 send_cmd: Command that was sent to adb persistent shell.
127 '''Class to use persistent shell for ADB.
129 This class allows a persistent ADB shell to be created, where multiple
131 up a new ADB shell for each command.
144 self._cmd = [AdbWrapper.GetAdbPath(), '-s', serial, 'shell']
156 """Start the shell.""
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Shell.java 8 * SQLite command line shell. This is a partial reimplementaion
9 * of sqlite/src/shell.c and can be invoked by:<P>
12 * java SQLite.Shell [OPTIONS] database [SHELLCMD]
18 public class Shell implements Callback {
40 public Shell(PrintWriter pw, PrintWriter err) {
45 public Shell(PrintStream ps, PrintStream errs) {
51 Shell s = new Shell(this.pw, this.err);
160 tableName = Shell.sql_quote_dbl(str);
162 tableName = Shell.sql_quote(str)
    [all...]
  /external/v8/src/
d8.h 324 class Shell {
326 class Shell : public i::AllStatic {
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 643 class Shell extends ShellCommand {
668 int onShellCommand(Shell shell, String cmd) {
670 return shell.handleDefaultCommands(cmd);
672 PrintWriter pw = shell.getOutPrintWriter();
694 final String key = shell.getNextArg();
700 final String value = shell.getNextArg();
791 Shell shell = new Shell(); local
    [all...]
AppOpsService.java     [all...]
DeviceIdleController.java 2838 Shell shell = new Shell(); local
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 523 sb.append(SQLite.Shell.sql_quote(tableNamePattern));
536 sb.append(SQLite.Shell.sql_quote(types[i].toLowerCase()));
604 SQLite.Shell.sql_quote(tableNamePattern) +
741 SQLite.Shell.sql_quote(table) + ")"));
744 SQLite.Shell.sql_quote(table) + ")"));
789 SQLite.Shell.sql_quote(iname) + ")"));
871 SQLite.Shell.sql_quote(table) + ")"));
908 SQLite.Shell.sql_quote(iname) + ")"));
943 SQLite.Shell.sql_quote(table) + ")"));
1034 SQLite.Shell.sql_quote(table) + ")"))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py     [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h 175 typedef class Shell Shell;
177 typedef struct Shell Shell;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 

Completed in 2066 milliseconds

1 2