OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:golden_file
(Results
1 - 5
of
5
) sorted by null
/external/google-breakpad/src/testing/test/
gmock_output_test.py
159
golden_file
= open(GOLDEN_PATH, 'rb')
160
golden =
golden_file
.read()
161
golden_file
.close()
176
golden_file
= open(GOLDEN_PATH, 'wb')
177
golden_file
.write(output)
178
golden_file
.close()
/external/gtest/test/
gtest_output_test.py
281
golden_file
= open(GOLDEN_PATH, 'rb')
286
golden = ToUnixLineEnding(
golden_file
.read())
287
golden_file
.close()
322
golden_file
= open(GOLDEN_PATH, 'wb')
323
golden_file
.write(output)
324
golden_file
.close()
/external/protobuf/gtest/test/
gtest_output_test.py
269
golden_file
= open(GOLDEN_PATH, 'rb')
274
golden = ToUnixLineEnding(
golden_file
.read())
275
golden_file
.close()
309
golden_file
= open(GOLDEN_PATH, 'wb')
310
golden_file
.write(output)
311
golden_file
.close()
/ndk/sources/third_party/googletest/googletest/test/
gtest_output_test.py
281
golden_file
= open(GOLDEN_PATH, 'rb')
286
golden = ToUnixLineEnding(
golden_file
.read())
287
golden_file
.close()
322
golden_file
= open(GOLDEN_PATH, 'wb')
323
golden_file
.write(output)
324
golden_file
.close()
/external/google-breakpad/src/testing/gtest/test/
gtest_output_test.py
281
golden_file
= open(GOLDEN_PATH, 'rb')
286
golden = ToUnixLineEnding(
golden_file
.read())
287
golden_file
.close()
322
golden_file
= open(GOLDEN_PATH, 'wb')
323
golden_file
.write(output)
324
golden_file
.close()
Completed in 175 milliseconds