Home
last modified time | relevance | path

Searched refs:ProcessFile (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/gtest/scripts/
Dfuse_gtest_files.py152 def ProcessFile(gtest_header_path): function
166 ProcessFile('include/' + m.group(1))
171 ProcessFile(GTEST_H_SEED)
180 def ProcessFile(gtest_source_file): function
196 ProcessFile(GTEST_SPI_H_SEED)
211 ProcessFile(m.group(1))
215 ProcessFile(GTEST_ALL_CC_SEED)
/external/gtest/scripts/
Dfuse_gtest_files.py152 def ProcessFile(gtest_header_path): function
166 ProcessFile('include/' + m.group(1))
171 ProcessFile(GTEST_H_SEED)
180 def ProcessFile(gtest_source_file): function
196 ProcessFile(GTEST_SPI_H_SEED)
211 ProcessFile(m.group(1))
215 ProcessFile(GTEST_ALL_CC_SEED)
/external/chromium/testing/gtest/scripts/
Dfuse_gtest_files.py152 def ProcessFile(gtest_header_path): function
166 ProcessFile('include/' + m.group(1))
171 ProcessFile(GTEST_H_SEED)
180 def ProcessFile(gtest_source_file): function
196 ProcessFile(GTEST_SPI_H_SEED)
211 ProcessFile(m.group(1))
215 ProcessFile(GTEST_ALL_CC_SEED)
/external/chromium/testing/gmock/scripts/
Dfuse_gmock_files.py125 def ProcessFile(gmock_header_path): function
139 ProcessFile('include/' + m.group(1))
155 ProcessFile(GMOCK_H_SEED)
164 def ProcessFile(gmock_source_file): function
196 ProcessFile(m.group(1))
201 ProcessFile(GMOCK_ALL_CC_SEED)
/external/llvm/utils/
DUpdateCMakeLists.pl21 sub ProcessFile { subroutine
117 find({ wanted => \&ProcessFile, follow => 1 }, '.');
/external/jhead/
Djhead.c772 void ProcessFile(const char * FileName)
1678 MyGlob(argv[argn], ProcessFile);
1682 ProcessFile(argv[argn]);