Home
last modified time | relevance | path

Searched refs:Subprocess (Results 1 – 25 of 55) sorted by relevance

123

/external/google-breakpad/src/testing/test/
Dgmock_leak_test.py51 gmock_test_utils.Subprocess(TEST_WITH_EXPECT_CALL).exit_code)
54 gmock_test_utils.Subprocess(TEST_WITH_ON_CALL).exit_code)
59 gmock_test_utils.Subprocess(TEST_WITH_EXPECT_CALL +
63 gmock_test_utils.Subprocess(TEST_WITH_ON_CALL +
69 gmock_test_utils.Subprocess(TEST_WITH_EXPECT_CALL +
73 gmock_test_utils.Subprocess(TEST_WITH_ON_CALL +
79 gmock_test_utils.Subprocess(TEST_WITH_EXPECT_CALL +
85 gmock_test_utils.Subprocess(TEST_MULTIPLE_LEAKS +
Dgmock_test_utils.py100 Subprocess = gtest_test_utils.Subprocess variable
/external/googletest/googlemock/test/
Dgmock_leak_test.py57 gmock_test_utils.Subprocess(TEST_WITH_EXPECT_CALL,
61 gmock_test_utils.Subprocess(TEST_WITH_ON_CALL,
67 gmock_test_utils.Subprocess(TEST_WITH_EXPECT_CALL +
72 gmock_test_utils.Subprocess(TEST_WITH_ON_CALL +
79 gmock_test_utils.Subprocess(TEST_WITH_EXPECT_CALL +
84 gmock_test_utils.Subprocess(TEST_WITH_ON_CALL +
91 gmock_test_utils.Subprocess(TEST_WITH_EXPECT_CALL +
98 gmock_test_utils.Subprocess(TEST_MULTIPLE_LEAKS +
Dgmock_test_utils.py96 Subprocess = gtest_test_utils.Subprocess variable
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc60 << Subprocess::Win32ErrorMessage(GetLastError()); in CloseHandleOrDie()
64 Subprocess::Subprocess() in Subprocess() function in google::protobuf::compiler::Subprocess
68 Subprocess::~Subprocess() { in ~Subprocess()
77 void Subprocess::Start(const string& program, SearchMode search_mode) { in Start()
148 bool Subprocess::Communicate(const Message& input, Message* output, in Communicate()
260 string Subprocess::Win32ErrorMessage(DWORD error_code) { in Win32ErrorMessage()
280 Subprocess::Subprocess()
283 Subprocess::~Subprocess() {
292 void Subprocess::Start(const string& program, SearchMode search_mode) {
349 bool Subprocess::Communicate(const Message& input, Message* output,
Dsubprocess.h56 class LIBPROTOC_EXPORT Subprocess {
58 Subprocess();
59 ~Subprocess();
/external/libvpx/libvpx/tools/
Dlint-hunks.py40 class Subprocess(subprocess.Popen): class
46 super(Subprocess, self).__init__(args, **kwargs)
49 result = super(Subprocess, self).communicate(*args, **kwargs)
80 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
113 show = Subprocess(show_cmd, stdout=subprocess.PIPE)
114 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
119 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
/external/libaom/libaom/tools/
Dlint-hunks.py42 class Subprocess(subprocess.Popen): class
48 super(Subprocess, self).__init__(args, **kwargs)
51 result = super(Subprocess, self).communicate(*args, **kwargs)
82 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
98 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
115 show = Subprocess(show_cmd, stdout=subprocess.PIPE)
116 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
121 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1),
/external/google-breakpad/src/testing/gtest/test/
Dgtest_catch_exceptions_test.py60 TEST_LIST = gtest_test_utils.Subprocess([EXE_PATH, LIST_TESTS_FLAG]).output
65 BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output
67 EX_BINARY_OUTPUT = gtest_test_utils.Subprocess([EX_EXE_PATH]).output
212 uncaught_exceptions_ex_binary_output = gtest_test_utils.Subprocess(
Dgtest_xml_output_unittest.py138 SUPPORTS_TYPED_TESTS = 'TypedTest' in gtest_test_utils.Subprocess(
206 p = gtest_test_utils.Subprocess(
227 p = gtest_test_utils.Subprocess(command)
252 p = gtest_test_utils.Subprocess(command)
Dgtest_filter_unittest.py60 child = gtest_test_utils.Subprocess(
73 child = gtest_test_utils.Subprocess(
116 SUPPORTS_DEATH_TESTS = 'HasDeathTest' in gtest_test_utils.Subprocess(
181 return gtest_test_utils.Subprocess([COMMAND] + (args or []),
188 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ)
Dgtest_help_test.py61 SUPPORTS_DEATH_TESTS = "DeathTest" in gtest_test_utils.Subprocess(
94 child = gtest_test_utils.Subprocess(command)
Dgtest_uninitialized_test.py58 p = gtest_test_utils.Subprocess(command)
Dgtest_env_var_test.py70 return gtest_test_utils.Subprocess(args, env=environ,
/external/googletest/googletest/test/
Dgoogletest-catch-exceptions-test.py66 TEST_LIST = gtest_test_utils.Subprocess(
72 BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output
74 EX_BINARY_OUTPUT = gtest_test_utils.Subprocess(
219 uncaught_exceptions_ex_binary_output = gtest_test_utils.Subprocess(
Dgtest_xml_output_unittest.py208 SUPPORTS_TYPED_TESTS = 'TypedTest' in gtest_test_utils.Subprocess(
277 p = gtest_test_utils.Subprocess(
298 p = gtest_test_utils.Subprocess(command)
352 p = gtest_test_utils.Subprocess(command, env=environ_copy)
Dgoogletest-filter-unittest.py62 child = gtest_test_utils.Subprocess(
77 child = gtest_test_utils.Subprocess(
121 SUPPORTS_DEATH_TESTS = 'HasDeathTest' in gtest_test_utils.Subprocess(
186 return gtest_test_utils.Subprocess([COMMAND] + (args or []),
193 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ)
Dgtest_help_test.py59 SUPPORTS_DEATH_TESTS = "DeathTest" in gtest_test_utils.Subprocess(
92 child = gtest_test_utils.Subprocess(command)
Dgoogletest-json-output-unittest.py458 SUPPORTS_TYPED_TESTS = 'TypedTest' in gtest_test_utils.Subprocess(
528 p = gtest_test_utils.Subprocess(
550 p = gtest_test_utils.Subprocess(command)
593 p = gtest_test_utils.Subprocess(command)
Dgoogletest-param-test-invalid-name2-test.py49 p = gtest_test_utils.Subprocess(command)
Dgoogletest-param-test-invalid-name1-test.py49 p = gtest_test_utils.Subprocess(command)
Dgoogletest-uninitialized-test.py55 p = gtest_test_utils.Subprocess(command)
Dgtest_testbridge_test.py53 p = gtest_test_utils.Subprocess(COMMAND, env=subprocess_env)
Dgoogletest-env-var-test.py68 return gtest_test_utils.Subprocess(args, env=environ).output
/external/python/cpython3/Doc/library/
Dasyncio-subprocess.rst103 See :ref:`Subprocess Support on Windows <asyncio-windows-subprocess>`
111 as well as the :ref:`Subprocess Transports <asyncio-subprocess-transports>`
112 and :ref:`Subprocess Protocols <asyncio-subprocess-protocols>`.
176 See also the :ref:`Subprocess and Threads <asyncio-subprocess-threads>`
293 Subprocess and Threads

123