HomeSort by relevance Sort by last modified time
    Searched refs:GetShellCommandOutput (Results 1 - 4 of 4) sorted by null

  /external/chromium/testing/gmock/test/
gmock_output_test.py 138 def GetShellCommandOutput(cmd):
153 return GetNormalizedOutputAndLeakyTests(GetShellCommandOutput(cmd))
  /external/chromium/testing/gtest/test/
gtest_output_test.py 200 def GetShellCommandOutput(env_cmd):
235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
247 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)
  /external/gtest/test/
gtest_output_test.py 200 def GetShellCommandOutput(env_cmd):
235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
247 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)
  /external/protobuf/gtest/test/
gtest_output_test.py 173 def GetShellCommandOutput(env_cmd):
213 return NormalizeOutput(GetShellCommandOutput(env_cmd))
225 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS)

Completed in 824 milliseconds