Searched refs:Subprocess (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium/testing/gmock/test/
H A 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 +
H A Dgmock_test_utils.py99 # Exposes Subprocess from gtest_test_utils.
100 Subprocess = gtest_test_utils.Subprocess variable
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h55 class Subprocess { class in namespace:google::protobuf::compiler
57 Subprocess();
58 ~Subprocess();
79 static string Subprocess::Win32ErrorMessage(DWORD error_code);
H A Dsubprocess.cc55 << Subprocess::Win32ErrorMessage(GetLastError());
59 Subprocess::Subprocess() function in class:google::protobuf::compiler::Subprocess
63 Subprocess::~Subprocess() {
72 void Subprocess::Start(const string& program, SearchMode search_mode) {
143 bool Subprocess::Communicate(const Message& input, Message* output,
255 string Subprocess::Win32ErrorMessage(DWORD error_code) {
275 Subprocess::Subprocess()
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h56 class Subprocess { class in namespace:google::protobuf::compiler
58 Subprocess();
59 ~Subprocess();
H A Dsubprocess.cc58 << Subprocess::Win32ErrorMessage(GetLastError());
62 Subprocess::Subprocess() function in class:google::protobuf::compiler::Subprocess
66 Subprocess::~Subprocess() {
75 void Subprocess::Start(const string& program, SearchMode search_mode) {
146 bool Subprocess::Communicate(const Message& input, Message* output,
258 string Subprocess::Win32ErrorMessage(DWORD error_code) {
278 Subprocess::Subprocess()
[all...]
/external/libvpx/libvpx/tools/
H A Dlint-hunks.py40 class Subprocess(subprocess.Popen): class in inherits:subprocess.Popen
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/chromium/testing/gtest/test/
H A 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
209 uncaught_exceptions_ex_binary_output = gtest_test_utils.Subprocess(
H A Dgtest_uninitialized_test.py58 p = gtest_test_utils.Subprocess(command)
H A Dgtest_xml_output_unittest.py170 p = gtest_test_utils.Subprocess(
193 p = gtest_test_utils.Subprocess(command)
219 p = gtest_test_utils.Subprocess(command)
H A Dgtest_help_test.py61 SUPPORTS_DEATH_TESTS = "DeathTest" in gtest_test_utils.Subprocess(
94 child = gtest_test_utils.Subprocess(command)
/external/chromium_org/testing/gtest/test/
H A 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(
H A Dgtest_uninitialized_test.py58 p = gtest_test_utils.Subprocess(command)
H A 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)
H A Dgtest_help_test.py61 SUPPORTS_DEATH_TESTS = "DeathTest" in gtest_test_utils.Subprocess(
94 child = gtest_test_utils.Subprocess(command)
/external/gtest/test/
H A 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
209 uncaught_exceptions_ex_binary_output = gtest_test_utils.Subprocess(
H A Dgtest_uninitialized_test.py58 p = gtest_test_utils.Subprocess(command)
H A Dgtest_xml_output_unittest.py170 p = gtest_test_utils.Subprocess(
193 p = gtest_test_utils.Subprocess(command)
219 p = gtest_test_utils.Subprocess(command)
H A Dgtest_help_test.py61 SUPPORTS_DEATH_TESTS = "DeathTest" in gtest_test_utils.Subprocess(
94 child = gtest_test_utils.Subprocess(command)
/external/libvpx/libvpx/third_party/googletest/src/test/
H A 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
209 uncaught_exceptions_ex_binary_output = gtest_test_utils.Subprocess(
H A Dgtest_uninitialized_test.py58 p = gtest_test_utils.Subprocess(command)
H A Dgtest_xml_output_unittest.py170 p = gtest_test_utils.Subprocess(
193 p = gtest_test_utils.Subprocess(command)
219 p = gtest_test_utils.Subprocess(command)
H A Dgtest_help_test.py61 SUPPORTS_DEATH_TESTS = "DeathTest" in gtest_test_utils.Subprocess(
94 child = gtest_test_utils.Subprocess(command)
/external/protobuf/gtest/test/
H A Dgtest_uninitialized_test.py58 p = gtest_test_utils.Subprocess(command)
H A Dgtest_xml_output_unittest.py152 p = gtest_test_utils.Subprocess(
175 p = gtest_test_utils.Subprocess(command)
201 p = gtest_test_utils.Subprocess(command)

Completed in 645 milliseconds

1234