Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc58 << Subprocess::Win32ErrorMessage(GetLastError()); in CloseHandleOrDie()
62 Subprocess::Subprocess() in Subprocess() function in google::protobuf::compiler::Subprocess
66 Subprocess::~Subprocess() { in ~Subprocess()
75 void Subprocess::Start(const string& program, SearchMode search_mode) { in Start()
146 bool Subprocess::Communicate(const Message& input, Message* output, in Communicate()
258 string Subprocess::Win32ErrorMessage(DWORD error_code) { in Win32ErrorMessage()
278 Subprocess::Subprocess()
281 Subprocess::~Subprocess() {
290 void Subprocess::Start(const string& program, SearchMode search_mode) {
347 bool Subprocess::Communicate(const Message& input, Message* output,
Dsubprocess.h56 class Subprocess {
58 Subprocess();
59 ~Subprocess();
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc55 << Subprocess::Win32ErrorMessage(GetLastError()); in CloseHandleOrDie()
59 Subprocess::Subprocess() in Subprocess() function in google::protobuf::compiler::Subprocess
63 Subprocess::~Subprocess() { in ~Subprocess()
72 void Subprocess::Start(const string& program, SearchMode search_mode) { in Start()
143 bool Subprocess::Communicate(const Message& input, Message* output, in Communicate()
255 string Subprocess::Win32ErrorMessage(DWORD error_code) { in Win32ErrorMessage()
275 Subprocess::Subprocess()
278 Subprocess::~Subprocess() {
287 void Subprocess::Start(const string& program, SearchMode search_mode) {
342 bool Subprocess::Communicate(const Message& input, Message* output,
Dsubprocess.h55 class Subprocess {
57 Subprocess();
58 ~Subprocess();
79 static string Subprocess::Win32ErrorMessage(DWORD error_code);
/external/chromium_org/third_party/libvpx/source/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/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/chromium_org/testing/gtest/test/
Dgtest_catch_exceptions_test.py70 TEST_LIST = gtest_test_utils.Subprocess(
76 BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output
78 EX_BINARY_OUTPUT = gtest_test_utils.Subprocess(
225 uncaught_exceptions_ex_binary_output = gtest_test_utils.Subprocess(
Dgtest_xml_output_unittest.py148 SUPPORTS_TYPED_TESTS = 'TypedTest' in gtest_test_utils.Subprocess(
216 p = gtest_test_utils.Subprocess(
237 p = gtest_test_utils.Subprocess(command)
273 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).output
Dgtest_list_tests_unittest.py120 return gtest_test_utils.Subprocess([EXE_PATH] + args,
/external/gtest/test/
Dgtest_catch_exceptions_test.py70 TEST_LIST = gtest_test_utils.Subprocess(
76 BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output
78 EX_BINARY_OUTPUT = gtest_test_utils.Subprocess(
225 uncaught_exceptions_ex_binary_output = gtest_test_utils.Subprocess(
Dgtest_xml_output_unittest.py148 SUPPORTS_TYPED_TESTS = 'TypedTest' in gtest_test_utils.Subprocess(
216 p = gtest_test_utils.Subprocess(
237 p = gtest_test_utils.Subprocess(command)
273 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).output
Dgtest_list_tests_unittest.py120 return gtest_test_utils.Subprocess([EXE_PATH] + args,
/external/protobuf/gtest/test/
Dgtest_xml_output_unittest.py152 p = gtest_test_utils.Subprocess(
175 p = gtest_test_utils.Subprocess(command)
201 p = gtest_test_utils.Subprocess(command)
Dgtest_uninitialized_test.py58 p = gtest_test_utils.Subprocess(command)
Dgtest_env_var_test.py68 return gtest_test_utils.Subprocess(args).output
Dgtest_list_tests_unittest.py94 return gtest_test_utils.Subprocess([EXE_PATH] + args,
Dgtest_help_test.py83 child = gtest_test_utils.Subprocess(command)

12