Searched refs:ProcessFile (Results 1 – 9 of 9) sorted by relevance
/external/google-breakpad/src/testing/gtest/scripts/ |
D | fuse_gtest_files.py | 152 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/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
D | fuse_gtest_files.py | 152 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/protobuf/gtest/scripts/ |
D | fuse_gtest_files.py | 152 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/google-breakpad/src/testing/scripts/ |
D | fuse_gmock_files.py | 125 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/ |
D | UpdateCMakeLists.pl | 21 sub ProcessFile { subroutine 116 find({ wanted => \&ProcessFile, follow => 1 }, '.');
|
/external/jhead/ |
D | jhead.c | 772 void ProcessFile(const char * FileName) 1678 MyGlob(argv[argn], ProcessFile); 1682 ProcessFile(argv[argn]);
|
/external/webrtc/ |
D | PRESUBMIT.py | 189 cpplint.ProcessFile(file_name, verbosity_level)
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3859 def ProcessFile(filename, vlevel, extra_check_functions=[]): function 4017 ProcessFile(filename, _cpplint_state.verbose_level)
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4577 def ProcessFile(filename, vlevel, extra_check_functions=[]): function 4749 ProcessFile(filename, _cpplint_state.verbose_level)
|