Home
last modified time | relevance | path

Searched refs:gtest_source_file (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/gtest/scripts/
Dfuse_gtest_files.py180 def ProcessFile(gtest_source_file): argument
184 if gtest_source_file in processed_files:
187 processed_files.add(gtest_source_file)
190 for line in file(os.path.join(gtest_root, gtest_source_file), 'r'):
/external/gtest/scripts/
Dfuse_gtest_files.py180 def ProcessFile(gtest_source_file): argument
184 if gtest_source_file in processed_files:
187 processed_files.add(gtest_source_file)
190 for line in file(os.path.join(gtest_root, gtest_source_file), 'r'):
/external/chromium/testing/gtest/scripts/
Dfuse_gtest_files.py180 def ProcessFile(gtest_source_file): argument
184 if gtest_source_file in processed_files:
187 processed_files.add(gtest_source_file)
190 for line in file(os.path.join(gtest_root, gtest_source_file), 'r'):