Home
last modified time | relevance | path

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

/external/v8/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'):
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/googletest/googletest/scripts/
Dfuse_gtest_files.py183 def ProcessFile(gtest_source_file): argument
187 if gtest_source_file in processed_files:
190 processed_files.add(gtest_source_file)
193 for line in open(os.path.join(gtest_root, gtest_source_file), 'r'):
/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/google-breakpad/src/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'):