OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:env_cmd
(Results
1 - 3
of
3
) sorted by null
/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/lldb/test/api/check_public_api_headers/
TestPublicAPIHeaders.py
67
env_cmd
= "settings set target.env-vars %s=%s" %(self.dylibPath, self.getLLDBLibraryEnvVal())
69
print "Set environment to: ",
env_cmd
70
self.runCmd(
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
Completed in 300 milliseconds