Searched refs:GetShellCommandOutput (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gmock/test/
H A Dgmock_output_test.py138 def GetShellCommandOutput(cmd): function
153 return GetNormalizedOutputAndLeakyTests(GetShellCommandOutput(cmd))
/external/chromium/testing/gtest/test/
H A Dgtest_output_test.py200 def GetShellCommandOutput(env_cmd): function
235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
247 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)
/external/gtest/test/
H A Dgtest_output_test.py200 def GetShellCommandOutput(env_cmd): function
235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
247 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)
/external/protobuf/gtest/test/
H A Dgtest_output_test.py173 def GetShellCommandOutput(env_cmd): function
213 return NormalizeOutput(GetShellCommandOutput(env_cmd))
225 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)

Completed in 131 milliseconds