HomeSort by relevance Sort by last modified time
    Searched refs:no_except (Results 1 - 8 of 8) sorted by null

  /test/vts/utils/python/mirror/
shell_mirror_object.py 32 def Execute(self, command, no_except=False):
38 no_except: bool, if set to True, no exception will be thrown and
52 return self._client.ExecuteShellCommand(command, no_except)
shell_mirror.py 119 def Execute(self, command, no_except=False):
121 return self.default.Execute(command, no_except)
  /test/vts/utils/python/controllers/
adb.py 126 def _exec_cmd(self, cmd, no_except=False):
134 no_except: bool, controls whether exception can be thrown.
153 if no_except:
  /test/vts-testcase/fuzz/template/libfuzzer_test/
libfuzzer_test.py 67 self._dut.adb.push('%s %s' % (push_src, push_dst), no_except=True)
97 result = self._dut.adb.shell(fuzz_cmd, no_except=True)
  /test/vts-testcase/fuzz/template/iface_fuzzer_test/
iface_fuzzer_test.py 133 self._dut.adb.shell(repro_cmd, no_except=True)
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 148 void no_except() noexcept; // expected-warning {{noexcept specifications are incompatible with C++98}}
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 333 def ExecuteShellCommand(self, command, no_except=False):
338 no_except: bool, whether to throw exceptions. If set to True,
347 if not no_except:
  /test/vts/testcases/template/binary_test/
binary_test.py 327 cmd_results = self.shell.Execute(cmd, no_except=True)
337 cmd_results = self.shell.Execute(cmd, no_except=True)

Completed in 2096 milliseconds