Home
last modified time | relevance | path

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

/external/protobuf/gtest/test/
Dgtest_output_test.py188 def GetShellCommandOutput(env_cmd): function
223 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
235 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)
/external/gtest/test/
Dgtest_output_test.py200 def GetShellCommandOutput(env_cmd): function
235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
247 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test.py200 def GetShellCommandOutput(env_cmd): function
235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
247 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)
/external/google-breakpad/src/testing/test/
Dgmock_output_test.py138 def GetShellCommandOutput(cmd): function
153 return GetNormalizedOutputAndLeakyTests(GetShellCommandOutput(cmd))