Home
last modified time | relevance | path

Searched refs:test_command (Results 1 – 20 of 20) sorted by relevance

/external/oss-fuzz/infra/base-images/base-builder/
Dbisect_clang.py64 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 …]
Dbisect_clang_test.py158 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/
Dflags_compatibility.py22 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/
Dscpi_unittest.py57 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)
Drf_switch_unittest.py60 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/
Dtest_proto_gen.py23 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/
Dappveyor-build.py17 test_command = ['mingw32-make', 'test'] variable
39 test_command = ['ctest', '-C', config] variable
43 check_call(test_command)
/external/webrtc/audio/test/
Dlow_bandwidth_audio_test.py269 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/
Dtask.py61 def InitLogCommand(build_command, test_command, log_directory): argument
77 Task.TEST_COMMAND = test_command
/external/pigweed/pw_env_setup/py/
Djson_visitor_test.py92 def test_command(self): member in JSONVisitorTest
/external/llvm-project/llvm/test/Transforms/GVNHoist/
Dhoist-very-busy.ll12 define void @test_command(i32 %c1) {
/external/OpenCL-CTS/test_conformance/
Drun_conformance.py335 for (test_name, test_command) in tests:
336 write_screen_log(test_name.ljust(50) + " (" + test_command +")")
/external/toolchain-utils/binary_search_tool/
Dbinary_search_perforce.py325 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/
Drun_tests.py725 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/
Drun_tests.py794 test_command = 'test_lite'
796 test_command = 'test_gevent'
803 toolchain, runner, test_command, args.iomgr_platform)
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py457 def test_command(self): member in StandardOptionsTests
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py480 def test_command(self): member in StandardOptionsTests
/external/python/cpython2/Lib/test/
Dtest_httpservers.py193 def test_command(self): member in BaseHTTPServerTestCase
/external/python/cpython3/Lib/test/
Dtest_httpservers.py138 def test_command(self): member in BaseHTTPServerTestCase
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1150 def test_command(self): member in SpinboxTest