/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/webrtc/tools_webrtc/ |
D | flags_compatibility.py | 22 test_command = _ForcePythonInterpreter(unrecognized_args) 24 test_command += ['--isolated_script_test_perf_output=' + 26 logging.info('Running %r', test_command) 28 return subprocess.call(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/webrtc/audio/test/ |
D | low_bandwidth_audio_test.py | 269 test_command = [os.path.join(args.build_dir, 'bin', 273 test_command = [os.path.join(args.build_dir, 'low_bandwidth_audio_test')] 286 _LogCommand(test_command + [
|
/external/toolchain-utils/bestflags/ |
D | task.py | 61 def InitLogCommand(build_command, test_command, log_directory): argument 77 Task.TEST_COMMAND = test_command
|
/external/pigweed/pw_env_setup/py/ |
D | json_visitor_test.py | 92 def test_command(self): member in JSONVisitorTest
|
/external/llvm-project/llvm/test/Transforms/GVNHoist/ |
D | hoist-very-busy.ll | 12 define void @test_command(i32 %c1) {
|
/external/OpenCL-CTS/test_conformance/ |
D | run_conformance.py | 335 for (test_name, test_command) in tests: 336 write_screen_log(test_name.ljust(50) + " (" + test_command +")")
|
/external/toolchain-utils/binary_search_tool/ |
D | binary_search_perforce.py | 325 def __init__(self, p4_port, p4_paths, test_command): argument 329 self.test_command = test_command
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_tests.py | 725 test_command = 'test_lite' 727 test_command = 'test_gevent' 729 test_command = 'test_aio' 740 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/cpython3/Lib/tkinter/test/ |
D | widget_tests.py | 457 def test_command(self): member in StandardOptionsTests
|
/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 | 138 def test_command(self): member in BaseHTTPServerTestCase
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 1150 def test_command(self): member in SpinboxTest
|