OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PROGRAM
(Results
1 - 2
of
2
) sorted by null
/external/gtest/test/
gtest_help_test.py
51
PROGRAM
= 'gtest_help_test_.exe'
53
PROGRAM
= 'gtest_help_test_'
55
PROGRAM_PATH = os.path.join(gtest_test_utils.GetBuildDir(),
PROGRAM
)
gtest_output_test.py
57
PROGRAM
= r'..\build.dbg8\gtest_output_test_.exe'
60
PROGRAM
= 'gtest_output_test_'
63
PROGRAM_PATH = os.path.join(gtest_test_utils.GetBuildDir(),
PROGRAM
)
90
"""Removes all file location info from a Google Test
program
's output.
93
output: the output of a Google Test
program
.
106
"""Removes all stack traces from a Google Test
program
's output."""
114
"""Removes all time information from a Google Test
program
's output."""
120
"""Removes test counts from a Google Test
program
's output."""
128
"""Removes death test information from a Google Test
program
's output."""
Completed in 33 milliseconds