OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:env_cmd
(Results
1 - 5
of
5
) sorted by null
/external/chromium/testing/gtest/test/
gtest_output_test.py
200
def GetShellCommandOutput(
env_cmd
):
204
env_cmd
: The shell command. A 2-tuple where element 0 is a dict of extra
215
environ.update(
env_cmd
[0])
216
p = gtest_test_utils.Subprocess(
env_cmd
[1], env=environ)
221
def GetCommandOutput(
env_cmd
):
226
env_cmd
: The shell command. A 2-tuple where element 0 is a dict of extra
232
environ, cmdline =
env_cmd
/external/chromium_org/testing/gtest/test/
gtest_output_test.py
200
def GetShellCommandOutput(
env_cmd
):
204
env_cmd
: The shell command. A 2-tuple where element 0 is a dict of extra
215
environ.update(
env_cmd
[0])
216
p = gtest_test_utils.Subprocess(
env_cmd
[1], env=environ)
221
def GetCommandOutput(
env_cmd
):
226
env_cmd
: The shell command. A 2-tuple where element 0 is a dict of extra
232
environ, cmdline =
env_cmd
/external/gtest/test/
gtest_output_test.py
200
def GetShellCommandOutput(
env_cmd
):
204
env_cmd
: The shell command. A 2-tuple where element 0 is a dict of extra
215
environ.update(
env_cmd
[0])
216
p = gtest_test_utils.Subprocess(
env_cmd
[1], env=environ)
221
def GetCommandOutput(
env_cmd
):
226
env_cmd
: The shell command. A 2-tuple where element 0 is a dict of extra
232
environ, cmdline =
env_cmd
/external/protobuf/gtest/test/
gtest_output_test.py
173
def GetShellCommandOutput(
env_cmd
):
177
env_cmd
: The shell command. A 2-tuple where element 0 is a dict of extra
188
os.environ.update(
env_cmd
[0])
189
p = gtest_test_utils.Subprocess(
env_cmd
[1])
201
def GetCommandOutput(
env_cmd
):
206
env_cmd
: The shell command. A 2-tuple where element 0 is a dict of extra
213
return NormalizeOutput(GetShellCommandOutput(
env_cmd
))
/ndk/sources/third_party/googletest/googletest/test/
gtest_output_test.py
200
def GetShellCommandOutput(
env_cmd
):
204
env_cmd
: The shell command. A 2-tuple where element 0 is a dict of extra
215
environ.update(
env_cmd
[0])
216
p = gtest_test_utils.Subprocess(
env_cmd
[1], env=environ)
221
def GetCommandOutput(
env_cmd
):
226
env_cmd
: The shell command. A 2-tuple where element 0 is a dict of extra
232
environ, cmdline =
env_cmd
Completed in 303 milliseconds