| /external/oss-fuzz/infra/base-images/base-builder/ |
| D | bisect_clang.py | 64 def test_commit(self, test_command): argument 70 retcode, _, _ = execute(test_command, shell=True, expect_zero=False) 77 def bisect(self, good_commit, bad_commit, test_command): argument 80 self.bisect_start(good_commit, bad_commit, test_command) 81 result = self.test_commit(test_command) 83 result = self.test_commit(test_command) 86 def bisect_start(self, good_commit, bad_commit, test_command): argument 90 self.test_start_commit(bad_commit, 'bad', test_command) 91 self.test_start_commit(good_commit, 'good', test_command) 97 def test_start_commit(self, commit, label, test_command): argument [all …]
|
| D | bisect_clang_test.py | 158 self.test_command = 'testcommand' 174 if command == self.test_command: 181 self.git.test_start_commit(commit, label, self.test_command) 207 if command == self.test_command: 212 self.git.test_start_commit(commit, label, self.test_command) 214 get_git_command('checkout', commit), self.test_command, 229 self.test_command) 252 if command == self.test_command: 257 result = self.git.test_commit(self.test_command) 258 self.assertEqual([self.test_command,
|
| /external/autotest/server/cros/network/rf_switch/ |
| D | scpi_unittest.py | 57 test_command = 'this is a command' 61 self.mock_scpi.socket.send.expect_call('%s' % test_command) 64 self.mock_scpi.write(test_command) 82 test_command = 'this is a command' 91 self.mock_scpi.socket.send.expect_call('%s' % test_command) 94 response = self.mock_scpi.query(test_command)
|
| D | rf_switch_unittest.py | 60 test_command = 'This is a command\n' 61 self._populate_stack_for_cmd(test_command) 62 self.mock_rf_switch.send_cmd_check_error(test_command) 67 test_command = 'This is a command' 74 self.mock_rf_switch.send_cmd_check_error(test_command)
|
| /external/perfetto/src/traced/probes/ftrace/test/ |
| D | test_proto_gen.py | 23 def test_command(*args): function 36 test_command(ftrace_proto_gen_path, format_path, proto_path) 37 test_command(protoc_path, proto_path, '--proto_path=' + tmpdir,
|
| /external/fmtlib/support/ |
| D | appveyor-build.py | 17 test_command = ['mingw32-make', 'test'] variable 39 test_command = ['ctest', '-C', config] variable 43 check_call(test_command)
|
| /external/bazelbuild-kotlin-rules/bazel/ |
| D | deploy_jar_freshness_golden_test.bzl | 20 test_command = """ 40 command = test_command,
|
| /external/webrtc/audio/test/ |
| D | low_bandwidth_audio_test.py | 283 test_command = [ 288 test_command = [os.path.join(args.build_dir, 'low_bandwidth_audio_test')] 300 test_process = subprocess.Popen(_LogCommand(test_command + [
|
| /external/toolchain-utils/bestflags/ |
| D | task.py | 62 def InitLogCommand(build_command, test_command, log_directory): argument 78 Task.TEST_COMMAND = test_command
|
| /external/pigweed/pw_env_setup/py/ |
| D | json_visitor_test.py | 87 def test_command(self): member in JSONVisitorTest
|
| /external/OpenCL-CTS/test_conformance/ |
| D | run_conformance.py | 344 for (test_name, test_command) in tests: 345 write_screen_log(test_name.ljust(50) + " (" + test_command + ")")
|
| /external/toolchain-utils/binary_search_tool/ |
| D | binary_search_perforce.py | 367 def __init__(self, p4_port, p4_paths, test_command): argument 371 self.test_command = test_command
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
| D | run_tests.py | 728 test_command = 'test_lite' 730 test_command = 'test_gevent' 732 test_command = 'test_aio' 743 test_command, args.iomgr_platform)
|
| /external/grpc-grpc/tools/run_tests/ |
| D | run_tests.py | 794 test_command = 'test_lite' 796 test_command = 'test_gevent' 803 toolchain, runner, test_command, args.iomgr_platform)
|
| /external/python/cpython2/Lib/lib-tk/test/ |
| D | widget_tests.py | 480 def test_command(self): member in StandardOptionsTests
|
| /external/python/cpython2/Lib/test/ |
| D | test_httpservers.py | 193 def test_command(self): member in BaseHTTPServerTestCase
|
| /external/python/cpython3/Lib/test/ |
| D | test_httpservers.py | 140 def test_command(self): member in BaseHTTPServerTestCase
|