OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GMOCK_H_OUTPUT
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/testing/scripts/
fuse_gmock_files.py
87
GMOCK_H_OUTPUT
= 'gmock/gmock.h'
115
gtest.VerifyOutputFile(output_dir,
GMOCK_H_OUTPUT
)
122
output_file = file(os.path.join(output_dir,
GMOCK_H_OUTPUT
), 'w')
184
output_file.write('#include "%s"\n' % (
GMOCK_H_OUTPUT
,))
/external/googletest/googlemock/scripts/
fuse_gmock_files.py
87
GMOCK_H_OUTPUT
= 'gmock/gmock.h'
115
gtest.VerifyOutputFile(output_dir,
GMOCK_H_OUTPUT
)
122
output_file = file(os.path.join(output_dir,
GMOCK_H_OUTPUT
), 'w')
184
output_file.write('#include "%s"\n' % (
GMOCK_H_OUTPUT
,))
Completed in 1105 milliseconds