HomeSort by relevance Sort by last modified time
    Searched refs:Subprocess (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium/testing/gmock/test/
gmock_leak_test.py 51 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 +
gmock_test_utils.py 99 # Exposes Subprocess from gtest_test_utils.
100 Subprocess = gtest_test_utils.Subprocess
gmock_output_test.py 141 return gmock_test_utils.Subprocess(cmd, capture_stderr=False).output
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 55 class Subprocess {
57 Subprocess();
58 ~Subprocess();
65 // Start the subprocess. Currently we don't provide a way to specify
69 // Serialize the input message and pipe it to the subprocess's stdin, then
70 // close the pipe. Meanwhile, read from the subprocess's stdout and parse
79 static string Subprocess::Win32ErrorMessage(DWORD error_code);
subprocess.cc 33 #include <google/protobuf/compiler/subprocess.h>
55 << Subprocess::Win32ErrorMessage(GetLastError());
59 Subprocess::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/testing/gtest/test/
gtest_uninitialized_test.py 58 p = gtest_test_utils.Subprocess(command)
gtest_catch_exceptions_test.py 60 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(
gtest_help_test.py 61 SUPPORTS_DEATH_TESTS = "DeathTest" in gtest_test_utils.Subprocess(
94 child = gtest_test_utils.Subprocess(command)
gtest_env_var_test.py 70 return gtest_test_utils.Subprocess(args, env=environ).output
gtest_list_tests_unittest.py 94 return gtest_test_utils.Subprocess([EXE_PATH] + args,
gtest_filter_unittest.py 56 # script in a subprocess to print whether the variable is STILL in
60 child = gtest_test_utils.Subprocess(
67 # a python script in a subprocess to print whether the variable
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)
gtest_break_on_failure_unittest.py 89 p = gtest_test_utils.Subprocess(command, env=environ)
gtest_throw_on_failure_test.py 74 p = gtest_test_utils.Subprocess(command)
gtest_xml_outfiles_test.py 101 p = gtest_test_utils.Subprocess(command,
  /external/gtest/test/
gtest_uninitialized_test.py 58 p = gtest_test_utils.Subprocess(command)
gtest_catch_exceptions_test.py 60 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(
gtest_help_test.py 61 SUPPORTS_DEATH_TESTS = "DeathTest" in gtest_test_utils.Subprocess(
94 child = gtest_test_utils.Subprocess(command)
gtest_env_var_test.py 70 return gtest_test_utils.Subprocess(args, env=environ).output
gtest_list_tests_unittest.py 94 return gtest_test_utils.Subprocess([EXE_PATH] + args,
gtest_filter_unittest.py 56 # script in a subprocess to print whether the variable is STILL in
60 child = gtest_test_utils.Subprocess(
67 # a python script in a subprocess to print whether the variable
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)
gtest_break_on_failure_unittest.py 89 p = gtest_test_utils.Subprocess(command, env=environ)
  /external/protobuf/gtest/test/
gtest_uninitialized_test.py 58 p = gtest_test_utils.Subprocess(command)
gtest_env_var_test.py 68 return gtest_test_utils.Subprocess(args).output
gtest_list_tests_unittest.py 94 return gtest_test_utils.Subprocess([EXE_PATH] + args,
gtest_help_test.py 83 child = gtest_test_utils.Subprocess(command)

Completed in 540 milliseconds

1 2